📄 u_store.dfm
字号:
object F_store: TF_store
Left = 210
Top = 108
Width = 696
Height = 480
Caption = #24211#23384#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 673
Height = 441
ActivePage = TabSheet1
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = #20837#24211
object Label1: TLabel
Left = 8
Top = 152
Width = 60
Height = 13
Caption = #21512#21516#32534#21495#65306
end
object Label2: TLabel
Left = 264
Top = 152
Width = 60
Height = 13
Caption = #20837#24211#26126#32454#65306
end
object SpeedButton1: TSpeedButton
Left = 224
Top = 200
Width = 23
Height = 22
Caption = '>>'
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 224
Top = 240
Width = 23
Height = 22
Caption = '<'
OnClick = SpeedButton2Click
end
object DBCtrlGrid1: TDBCtrlGrid
Left = 8
Top = 8
Width = 649
Height = 128
ColCount = 1
DataSource = DM_main.DS_import
PanelHeight = 64
PanelWidth = 633
TabOrder = 0
RowCount = 2
object Label6: TLabel
Left = 16
Top = 16
Width = 48
Height = 13
Caption = #32534#12288#21495#65306
end
object Label7: TLabel
Left = 120
Top = 16
Width = 48
Height = 13
Caption = #32463#25163#20154#65306
end
object Label8: TLabel
Left = 120
Top = 40
Width = 48
Height = 13
Caption = #26102#12288#38388#65306
end
object Label9: TLabel
Left = 272
Top = 16
Width = 48
Height = 13
Caption = #22791#12288#27880#65306
end
object DBEdit1: TDBEdit
Left = 16
Top = 32
Width = 89
Height = 21
DataField = 'ID'
DataSource = DM_main.DS_import
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 168
Top = 36
Width = 89
Height = 21
DataField = 'ACT_DATE'
DataSource = DM_main.DS_import
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 168
Top = 12
Width = 89
Height = 21
DataField = 'PERSON'
DataSource = DM_main.DS_import
TabOrder = 2
end
object DBMemo1: TDBMemo
Left = 320
Top = 8
Width = 297
Height = 49
DataField = 'REMARK'
DataSource = DM_main.DS_import
TabOrder = 3
end
end
object DBGrid1: TDBGrid
Left = 8
Top = 176
Width = 201
Height = 225
DataSource = DM_main.DS_contact_items
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Caption = #35760#24405#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'PARTS'
Title.Caption = #29289#21697#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'AMOUNT'
Title.Caption = #25968#37327
Visible = True
end>
end
object i_contact_id: TMaskEdit
Left = 80
Top = 148
Width = 129
Height = 21
EditMask = '!9999999999;1;_'
MaxLength = 10
TabOrder = 2
Text = ' '
OnChange = i_contact_idChange
end
object DBGrid2: TDBGrid
Left = 264
Top = 176
Width = 393
Height = 105
DataSource = DM_main.DS_import_items
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Caption = #35760#24405#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'PARTS'
Title.Caption = #29289#21697#32534#21495
Visible = True
end
item
Expanded = False
FieldName = 'AMOUNT'
Title.Caption = #25968#37327
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 264
Top = 296
Width = 393
Height = 105
Caption = #35814#32454#20449#24687
TabOrder = 4
object Label3: TLabel
Left = 16
Top = 32
Width = 36
Height = 13
Caption = #32534#21495#65306
end
object Label4: TLabel
Left = 208
Top = 32
Width = 36
Height = 13
Caption = #29289#21697#65306
end
object Label5: TLabel
Left = 208
Top = 72
Width = 36
Height = 13
Caption = #25968#37327#65306
end
object DBEdit4: TDBEdit
Left = 40
Top = 52
Width = 121
Height = 21
DataField = 'ID'
DataSource = DM_main.DS_import_items
TabOrder = 0
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 248
Top = 28
Width = 121
Height = 21
DataField = 'PARTS'
DataSource = DM_main.DS_import_items
KeyField = 'ID'
ListField = 'NAME'
ListSource = DM_main.DS_parts
TabOrder = 1
end
object DBEdit5: TDBEdit
Left = 248
Top = 68
Width = 121
Height = 21
DataField = 'AMOUNT'
DataSource = DM_main.DS_import_items
TabOrder = 2
end
end
end
object TabSheet2: TTabSheet
Caption = #20986#24211
ImageIndex = 1
object Label14: TLabel
Left = 8
Top = 152
Width = 60
Height = 13
Caption = #21512#21516#32534#21495#65306
end
object SpeedButton3: TSpeedButton
Left = 224
Top = 200
Width = 23
Height = 22
Caption = '>>'
OnClick = SpeedButton3Click
end
object SpeedButton4: TSpeedButton
Left = 224
Top = 240
Width = 23
Height = 22
Caption = '<'
OnClick = SpeedButton4Click
end
object Label15: TLabel
Left = 264
Top = 152
Width = 60
Height = 13
Caption = #20837#24211#26126#32454#65306
end
object DBCtrlGrid2: TDBCtrlGrid
Left = 8
Top = 8
Width = 649
Height = 128
ColCount = 1
DataSource = DM_main.DS_export
PanelHeight = 64
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -