?? mrp_enter_calendar.dfm
字號:
inherited Frm_Mrp_Enter_Calendar: TFrm_Mrp_Enter_Calendar
Left = 180
Top = 111
Caption = '計劃控制工作日歷設置'
ClientHeight = 384
ClientWidth = 639
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 639
end
inherited Pnl_Title: TPanel
Width = 639
Caption = '計劃控制工作日歷設置'
inherited Image2: TImage
Width = 639
end
end
inherited Pnl_Head: TPanel
Width = 639
inherited Image1: TImage
Width = 639
end
inherited Lbl_Condition: TLabel
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Width = 24
Caption = '日期'
end
end
inherited Pnl_Hint: TPanel
Top = 358
Width = 639
inherited Image4: TImage
Width = 639
end
object Label1: TLabel
Left = 40
Top = 8
Width = 36
Height = 12
Caption = '日期:'
end
object Label2: TLabel
Left = 320
Top = 8
Width = 36
Height = 12
Caption = '星期:'
end
object Label3: TLabel
Left = 512
Top = 8
Width = 72
Height = 12
Caption = '是否工作日:'
end
object DBText1: TDBText
Left = 88
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'SDate'
DataSource = DataSource
end
object DBText2: TDBText
Left = 360
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'DayOfWeek'
DataSource = DataSource
end
object Lbl_IsNo: TLabel
Left = 584
Top = 8
Width = 6
Height = 12
end
end
inherited Pnl_Body: TPanel
Width = 639
Height = 261
inherited Image3: TImage
Width = 639
Height = 261
end
inherited DBGridEh: TDBGridEh
Width = 639
Height = 261
Columns = <
Item
Alignment = tArightJustify
FieldName = 'SDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '日期'
Width = 70
KeyList.Strings = ()
end
Item
Alignment = taCenter
FieldName = 'DayOfWeek'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '星期'
Width = 60
KeyList.Strings = ()
end
Item
Alignment = taCenter
FieldName = 'WorkDay'
PickList.Strings = (
'1'
'0')
Title.Alignment = taCenter
Title.Caption = '是否工作日'
Width = 68
KeyList.Strings = (
'1'
'0')
Checkboxes = True
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
CacheSize = 500
CurSorType = ctStatic
Left = 394
Top = 196
end
inherited ActionList: TActionList
Left = 181
Top = 181
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Main: TAdoQuery
CacheSize = 500
CurSorType = ctStatic
SQL.Strings = (
'select * from Calendar where (getdate()<=sdate) and (sdate<getda' +
'te()+360)'
'')
Left = 223
Top = 182
object AdoQry_MainSDate: TDateTimeField
FieldName = 'SDate'
Origin = 'Calendar'
DisplayFormat = 'yyyy.mm.dd'
end
object AdoQry_MainWorkDay: TIntegerField
FieldName = 'WorkDay'
Origin = 'Calendar'
end
object AdoQry_MainDayOfWeek: TStringField
FieldName = 'DayOfWeek'
Origin = 'Calendar'
Size = 6
end
end
inherited DataSource: TDataSource
OnDataChange = DataSourceDataChange
Left = 326
Top = 185
end
inherited ExtPrintReport: TExtPrintReport
Left = 144
Top = 189
end
inherited PopuPmenu: TPopuPmenu
Left = 251
Top = 183
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -