C# 클래스 Silky_Shark.Main

파일 보기 프로젝트 열기: stoicshark/silkyshark 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ToolStripMenuItem_restoreDefaults System.Windows.Forms.ToolStripMenuItem
ToolStripMenuItem_saveConfig System.Windows.Forms.ToolStripMenuItem
button_colorDialog System.Windows.Forms.Button
button_smoothOnOff System.Windows.Forms.Button
button_toggleDisplay System.Windows.Forms.Button
checkBox_manualInterpolation System.Windows.Forms.CheckBox
checkBox_smoothOnDraw System.Windows.Forms.CheckBox
checkBox_stayOnTop System.Windows.Forms.CheckBox
checkBox_tabletMode System.Windows.Forms.CheckBox
textBox_smoothingInterpolation System.Windows.Forms.TextBox
textBox_smoothingStrength System.Windows.Forms.TextBox
trackBar_smoothingInterpolation System.Windows.Forms.TrackBar
trackBar_smoothingStrength System.Windows.Forms.TrackBar

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

프로퍼티 상세

ToolStripMenuItem_restoreDefaults 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_restoreDefaults
리턴 System.Windows.Forms.ToolStripMenuItem

ToolStripMenuItem_saveConfig 공개적으로 프로퍼티

public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_saveConfig
리턴 System.Windows.Forms.ToolStripMenuItem

button_colorDialog 공개적으로 프로퍼티

public System.Windows.Forms.Button button_colorDialog
리턴 System.Windows.Forms.Button

button_smoothOnOff 공개적으로 프로퍼티

public System.Windows.Forms.Button button_smoothOnOff
리턴 System.Windows.Forms.Button

button_toggleDisplay 공개적으로 프로퍼티

public System.Windows.Forms.Button button_toggleDisplay
리턴 System.Windows.Forms.Button

checkBox_manualInterpolation 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox checkBox_manualInterpolation
리턴 System.Windows.Forms.CheckBox

checkBox_smoothOnDraw 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox checkBox_smoothOnDraw
리턴 System.Windows.Forms.CheckBox

checkBox_stayOnTop 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox checkBox_stayOnTop
리턴 System.Windows.Forms.CheckBox

checkBox_tabletMode 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox checkBox_tabletMode
리턴 System.Windows.Forms.CheckBox

textBox_smoothingInterpolation 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBox_smoothingInterpolation
리턴 System.Windows.Forms.TextBox

textBox_smoothingStrength 공개적으로 프로퍼티

public System.Windows.Forms.TextBox textBox_smoothingStrength
리턴 System.Windows.Forms.TextBox

trackBar_smoothingInterpolation 공개적으로 프로퍼티

public System.Windows.Forms.TrackBar trackBar_smoothingInterpolation
리턴 System.Windows.Forms.TrackBar

trackBar_smoothingStrength 공개적으로 프로퍼티

public System.Windows.Forms.TrackBar trackBar_smoothingStrength
리턴 System.Windows.Forms.TrackBar