프로퍼티 | 타입 | 설명 | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxEndTime | System.Windows.Forms.DateTimePicker | ||
uxEndTimeLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxName | System.Windows.Forms.TextBox | ||
uxNameLabel | System.Windows.Forms.Label | ||
uxShiftId | System.Windows.Forms.TextBox | ||
uxShiftIdLabel | System.Windows.Forms.Label | ||
uxStartTime | System.Windows.Forms.DateTimePicker | ||
uxStartTimeLabel | System.Windows.Forms.Label |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
메소드 | 설명 | |
---|---|---|
InitializeComponent ( ) : void |
Initializes the component.
|
|
ShiftEditControlBase ( ) |
Initializes a new instance of the ShiftEditControlBase class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
BindControls ( ) : void |
Binds the controls.
|
|
uxBindingSource_currentItemChanged ( object sender, System e ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
리턴 | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DateTimePicker uxEndTime | ||
리턴 | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxEndTimeLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
리턴 | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
리턴 | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.Label uxNameLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxShiftId | ||
리턴 | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxShiftIdLabel | ||
리턴 | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxStartTime | ||
리턴 | System.Windows.Forms.DateTimePicker |