📄 sfc_mnin.dfm
字号:
inherited Frm_Sfc_MnIn: TFrm_Sfc_MnIn
Left = 165
Top = 115
Caption = '车间生产入库'
ClientHeight = 476
ClientWidth = 776
FormStyle = fsMDIChild
Position = poDefault
Visible = True
Windowstate = wsMaximized
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 776
inherited ToolBar: TToolBar
inherited TlBtn_Excel: TToolButton
Action = Act_New
end
end
end
inherited Pnl_Title: TPanel
Width = 776
Caption = '车间生产入库'
inherited Image2: TImage
Width = 776
end
end
inherited Pnl_Head: TPanel
Width = 776
inherited Image1: TImage
Width = 776
end
inherited Lbl_Order: TLabel
Width = 96
Caption = '订单号,订单行号'
end
end
inherited Pnl_Hint: TPanel
Top = 450
Width = 776
inherited Image4: TImage
Width = 776
end
end
inherited Pnl_Body: TPanel
Width = 776
Height = 353
inherited Image3: TImage
Width = 776
Height = 353
end
inherited DBGridEh: TDBGridEh
Width = 776
Height = 353
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
OnDblClick = DBGridEhDblClick
Columns = <
Item
FieldName = 'MONO'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '订单号'
Width = 125
KeyList.Strings = ()
end
Item
FieldName = 'MODATE'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '下单日期'
Width = 129
KeyList.Strings = ()
end
Item
FieldName = 'MOSpecial'
PickList.Strings = (
'是'
'')
Title.Alignment = taCenter
Title.Caption = '独立订单'
Width = 73
KeyList.Strings = (
'1'
'0')
end
Item
FieldName = 'MORemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 403
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 261
Top = 179
end
inherited ActionList: TActionList
Left = 208
Top = 136
inherited Act_New: TAction
OnExecute = Act_NewExecute
end
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.8'
CurSorType = ctStatic
AfterInsert = AdoQry_MainAfterInsert
AfterScroll = AdoQry_MainAfterScroll
Prepared = True
SQL.Strings = (
'select MONO,MODATE,MOSpecial,MORemArk from MO')
Left = 440
Top = 153
object AdoQry_MainMONO: TStringField
FieldName = 'MONO'
Origin = 'MO'
Size = 16
end
object AdoQry_MainMODATE: TDateTimeField
FieldName = 'MODATE'
Origin = 'MO'
end
object AdoQry_MainMORemArk: TStringField
FieldName = 'MORemArk'
Origin = 'MO'
Size = 150
end
object AdoQry_MainMOSpecial: TIntegerField
FieldName = 'MOSpecial'
end
end
inherited DataSource: TDataSource
Left = 328
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -