📄 query.dfm
字号:
object Fm_employee: TFm_employee
Left = 235
Top = 161
Width = 761
Height = 509
Caption = #21592#24037#36164#26009
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 753
Height = 129
Caption = 'Panel1'
TabOrder = 0
object Label9: TLabel
Left = 469
Top = 60
Width = 52
Height = 13
Caption = #20837#32844#26085#26399
end
object Label7: TLabel
Left = 303
Top = 28
Width = 26
Height = 13
Caption = #24615#21035
end
object Label1: TLabel
Left = 16
Top = 28
Width = 26
Height = 13
Caption = #32534#21495
end
object Label10: TLabel
Left = 239
Top = 92
Width = 26
Height = 13
Caption = #22320#22336
end
object Label11: TLabel
Left = 462
Top = 92
Width = 35
Height = 13
Caption = 'email'
end
object Label2: TLabel
Left = 16
Top = 60
Width = 26
Height = 13
Caption = #23398#21382
end
object Label3: TLabel
Left = 152
Top = 28
Width = 26
Height = 13
Caption = #22995#21517
end
object Label4: TLabel
Left = 304
Top = 60
Width = 26
Height = 13
Caption = #32844#21153
end
object Label5: TLabel
Left = 469
Top = 28
Width = 52
Height = 13
Caption = #20986#29983#26085#26399
end
object Label6: TLabel
Left = 149
Top = 60
Width = 52
Height = 13
Caption = #38582#23646#37096#38376
end
object Label8: TLabel
Left = 13
Top = 92
Width = 52
Height = 13
Caption = #32852#31995#30005#35805
end
object Edit100: TEdit
Left = 184
Top = 24
Width = 81
Height = 21
Color = clMenuHighlight
TabOrder = 10
Visible = False
end
object DBEdit5: TDBComboBox
Left = 48
Top = 56
Width = 97
Height = 21
DataField = 'xl'
DataSource = employeeDS
ItemHeight = 13
TabOrder = 0
end
object DBEdit6: TDBComboBox
Left = 200
Top = 56
Width = 97
Height = 21
DataField = 'lsbm'
DataSource = employeeDS
ItemHeight = 13
TabOrder = 1
end
object DBEdit7: TDBComboBox
Left = 344
Top = 56
Width = 121
Height = 21
DataField = 'zw'
DataSource = employeeDS
ItemHeight = 13
TabOrder = 2
end
object DBEdit1: TDBEdit
Left = 48
Top = 24
Width = 81
Height = 21
DataField = 'bh'
DataSource = employeeDS
TabOrder = 3
end
object DBEdit2: TDBEdit
Left = 184
Top = 24
Width = 81
Height = 21
DataField = 'xm'
DataSource = employeeDS
TabOrder = 4
end
object DBEdit10: TDBEdit
Left = 272
Top = 88
Width = 145
Height = 21
DataField = 'dz'
DataSource = employeeDS
TabOrder = 5
end
object DBEdit4: TDBEdit
Left = 528
Top = 24
Width = 105
Height = 21
DataField = 'csrq'
DataSource = employeeDS
TabOrder = 6
end
object DBEdit8: TDBEdit
Left = 536
Top = 56
Width = 129
Height = 21
DataField = 'rzrq'
DataSource = employeeDS
TabOrder = 7
end
object DBEdit9: TDBEdit
Left = 72
Top = 88
Width = 145
Height = 21
DataField = 'lxdh'
DataSource = employeeDS
TabOrder = 8
end
object DBEdit11: TDBEdit
Left = 512
Top = 88
Width = 121
Height = 21
DataField = 'email'
DataSource = employeeDS
TabOrder = 9
end
object DBEdit3: TDBComboBox
Left = 336
Top = 24
Width = 121
Height = 21
DataField = 'xb'
DataSource = employeeDS
ItemHeight = 13
Items.Strings = (
#30007
#22899)
TabOrder = 11
end
end
object Panel2: TPanel
Left = 0
Top = 120
Width = 753
Height = 353
Align = alCustom
Caption = 'Panel2'
TabOrder = 1
object b_Cancel: TBitBtn
Left = 584
Top = 256
Width = 49
Height = 25
Caption = #21462#28040
TabOrder = 10
Visible = False
OnClick = b_CancelClick
end
object b_Search: TBitBtn
Left = 528
Top = 256
Width = 49
Height = 25
Caption = #26597#35810
TabOrder = 9
Visible = False
OnClick = b_SearchClick
end
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 752
Height = 248
DataSource = employeeDS
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = #23435#20307
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 9
Top = 256
Width = 224
Height = 25
DataSource = employeeDS
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 1
end
object bt_new: TBitBtn
Left = 232
Top = 256
Width = 65
Height = 25
Caption = #28155#21152
TabOrder = 2
OnClick = bt_newClick
end
object bt_modify: TBitBtn
Left = 296
Top = 256
Width = 57
Height = 25
Caption = #20462#25913
TabOrder = 3
OnClick = bt_modifyClick
end
object bt_delete: TBitBtn
Left = 352
Top = 256
Width = 65
Height = 25
Caption = #21024#38500
TabOrder = 4
OnClick = bt_deleteClick
end
object bt_save: TBitBtn
Left = 416
Top = 256
Width = 57
Height = 25
Caption = #20445#23384
TabOrder = 5
OnClick = bt_saveClick
end
object bt_cancel: TBitBtn
Left = 472
Top = 256
Width = 57
Height = 25
Caption = #21462#28040
TabOrder = 6
OnClick = bt_cancelClick
end
object bt_search: TBitBtn
Left = 528
Top = 256
Width = 57
Height = 25
Caption = #25628#32034
TabOrder = 7
OnClick = bt_searchClick
end
object bt_exit: TBitBtn
Left = 584
Top = 256
Width = 57
Height = 25
Caption = #36864#20986
TabOrder = 8
OnClick = bt_exitClick
end
end
object employeeQuery: TADOQuery
Connection = MainForm.ADOConnection1
Parameters = <>
Left = 544
Top = 160
end
object Query: TADOQuery
Connection = MainForm.ADOConnection1
Parameters = <>
Left = 544
Top = 200
end
object employeeDS: TDataSource
DataSet = employeeQuery
Left = 584
Top = 160
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -