📄 uselectemployee.dfm
字号:
object Form_SelectEmployee: TForm_SelectEmployee
Left = 535
Top = 164
Width = 276
Height = 335
Caption = #36873#25321#32844#24037#32534#21495'('#21452#20987#30452#25509#36873#21462')'
Color = clWhite
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 SpeedButton1: TSpeedButton
Left = 0
Top = 272
Width = 265
Height = 33
Caption = #36873#12288#25321
Flat = True
OnClick = SpeedButton1Click
end
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 268
Height = 265
Align = alTop
DataSource = DS4
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'Employee_id'
Title.Alignment = taCenter
Title.Caption = #32844#24037#32534#21495
Width = 60
Visible = True
end
item
Expanded = False
FieldName = 'Employee_Name'
Title.Alignment = taCenter
Title.Caption = #22995#21517
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Employee_Sex'
Title.Alignment = taCenter
Title.Caption = #24615#21035
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Employee_FirstDept'
Title.Alignment = taCenter
Title.Caption = #19968#32423#37096#38376
Width = 80
Visible = True
end
item
Expanded = False
FieldName = 'Employee_SecondDept'
Title.Alignment = taCenter
Title.Caption = #20108#32423#37096#38376
Width = 80
Visible = True
end>
end
object Edit1: TEdit
Left = 56
Top = 88
Width = 121
Height = 21
TabOrder = 1
Visible = False
end
object Edit2: TEdit
Left = 56
Top = 120
Width = 121
Height = 21
TabOrder = 2
Visible = False
end
object Edit3: TEdit
Left = 56
Top = 152
Width = 121
Height = 21
TabOrder = 3
Visible = False
end
object Edit4: TEdit
Left = 56
Top = 184
Width = 121
Height = 21
TabOrder = 4
Visible = False
end
object ADOQSelectEmployee: TADOQuery
Connection = Form_Main.ADOC1
Parameters = <>
Left = 24
Top = 72
end
object DS4: TDataSource
DataSet = ADOQSelectEmployee
Left = 72
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -