📄 drillrelayedit_unt.dfm
字号:
inherited DrillRelayEdit_Frm: TDrillRelayEdit_Frm
VertScrollBar.Range = 0
Align = alClient
BorderIcons = []
BorderStyle = bsNone
Caption = 'DrillRelayEdit_Frm'
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
Enabled = False
end
inherited BitBtn2: TBitBtn
Enabled = False
end
end
inherited Panel2: TPanel
object Label1: TLabel [0]
Tag = 11
Left = 24
Top = 40
Width = 69
Height = 13
Caption = ' '#25496#36827#20219#21153#65306
end
object Label2: TLabel [1]
Tag = 13
Left = 224
Top = 40
Width = 75
Height = 13
Caption = ' '#25496#36827#38431#65306
end
object Label4: TLabel [2]
Tag = 21
Left = 24
Top = 112
Width = 93
Height = 13
Caption = ' '#23454#38469#24320#22987#26085#26399#65306
end
object Label5: TLabel [3]
Tag = 23
Left = 280
Top = 112
Width = 99
Height = 13
Caption = ' '#23454#38469#32467#26463#26085#26399#65306
end
inherited DBGrid1: TDBGrid
Columns = <
item
Expanded = False
FieldName = 'Sequence'
Width = 40
Visible = True
end
item
Expanded = False
FieldName = 'Project_Id'
Width = 40
Visible = True
end
item
Expanded = False
FieldName = #25496#36827#20219#21153
Width = 140
Visible = True
end
item
Expanded = False
FieldName = #25496#36827#38431
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Begin_Date'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'End_Date'
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Area'
Width = 60
Visible = True
end
item
Expanded = False
FieldName = 'Task_Type'
Width = 90
Visible = True
end>
end
object BitBtn9: TBitBtn
Left = 200
Top = 16
Width = 75
Height = 25
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = BitBtn9Click
end
object DBLookupComboBox1: TDBLookupComboBox
Tag = 12
Left = 96
Top = 40
Width = 97
Height = 21
Color = clMoneyGreen
DataField = 'Face_Lane'
DataSource = Base_DataS
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #32043#20809#25340#38899#36755#20837#27861
KeyField = 'Lane_Id'
ListField = 'Name'
ListSource = DrillTask_DataS
ParentFont = False
ReadOnly = True
TabOrder = 2
end
object DBLookupComboBox2: TDBLookupComboBox
Tag = 14
Left = 304
Top = 40
Width = 105
Height = 21
Color = clMoneyGreen
DataField = 'WorkGroup'
DataSource = Base_DataS
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #32043#20809#25340#38899#36755#20837#27861
KeyField = 'WorkGroup_Id'
ListField = 'WorkGroup_Name'
ListSource = DrillWorker_DataS
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object DBEdit2: TDBEdit
Tag = 22
Left = 112
Top = 112
Width = 121
Height = 21
Color = clMoneyGreen
DataField = 'Begin_Date'
DataSource = Base_DataS
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #32043#20809#25340#38899#36755#20837#27861
ParentFont = False
TabOrder = 4
end
object DBEdit3: TDBEdit
Tag = 24
Left = 384
Top = 112
Width = 121
Height = 21
Color = clMoneyGreen
DataField = 'End_Date'
DataSource = Base_DataS
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ImeName = #32043#20809#25340#38899#36755#20837#27861
ParentFont = False
TabOrder = 5
end
end
inherited Base_DataS: TDataSource
DataSet = Data_Frm.DrillRelayTrace_AdoTab
Left = 88
Top = 304
end
object DrillWorker_Q: TADOQuery
Connection = Data_Frm.MD_Connection
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from '#26045#24037#38431'f '
'where (WorkGroup_Type='#39#25496#36827#39')or(WorkGroup_Type='#39#24320#25299#39')')
Left = 296
Top = 56
end
object DrillWorker_DataS: TDataSource
DataSet = DrillWorker_Q
Left = 328
Top = 56
end
object DrillTask_DataS: TDataSource
DataSet = Data_Frm.Lane_AdoTab
Left = 96
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -