📄 rsfind.dfm
字号:
object rsfindb: Trsfindb
Left = 187
Top = 349
Width = 760
Height = 519
Caption = '人事查询'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 0
Width = 729
Height = 105
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 8
Width = 73
Height = 13
AutoSize = False
Caption = '隶属部门:'
end
object Label2: TLabel
Left = 160
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '班组:'
end
object Label3: TLabel
Left = 280
Top = 8
Width = 32
Height = 13
AutoSize = False
Caption = '年龄:'
end
object Label4: TLabel
Left = 360
Top = 8
Width = 12
Height = 13
Caption = '至'
end
object Label5: TLabel
Left = 424
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '性别:'
end
object Label6: TLabel
Left = 496
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '生日:'
end
object Label7: TLabel
Left = 552
Top = 8
Width = 25
Height = 13
AutoSize = False
Caption = '月'
end
object Label8: TLabel
Left = 592
Top = 8
Width = 12
Height = 13
Caption = '日'
end
object Label9: TLabel
Left = 608
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '民族:'
end
object Label10: TLabel
Left = 32
Top = 40
Width = 89
Height = 13
AutoSize = False
Caption = '进公司日期:'
end
object Label11: TLabel
Left = 192
Top = 40
Width = 12
Height = 13
Caption = '至'
end
object Label12: TLabel
Left = 288
Top = 40
Width = 65
Height = 13
AutoSize = False
Caption = '文化程度:'
end
object Label13: TLabel
Left = 416
Top = 40
Width = 33
Height = 13
AutoSize = False
Caption = '职称:'
end
object Label14: TLabel
Left = 528
Top = 40
Width = 33
Height = 13
AutoSize = False
Caption = '职务:'
end
object Edit1: TEdit
Left = 192
Top = 8
Width = 81
Height = 21
TabOrder = 0
Text = 'Edit1'
OnEnter = Edit6Enter
OnExit = Edit6Exit
end
object Edit2: TEdit
Left = 320
Top = 8
Width = 41
Height = 21
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 376
Top = 8
Width = 41
Height = 21
TabOrder = 2
Text = 'Edit3'
end
object ComboBox2: TComboBox
Left = 456
Top = 8
Width = 41
Height = 21
ItemHeight = 13
TabOrder = 3
Text = 'ComboBox2'
Items.Strings = (
'男'
'女')
end
object Edit4: TEdit
Left = 528
Top = 8
Width = 25
Height = 21
TabOrder = 4
Text = 'Edit4'
end
object Edit5: TEdit
Left = 568
Top = 8
Width = 25
Height = 21
TabOrder = 5
Text = 'Edit5'
end
object DateTimePicker1: TDateTimePicker
Left = 112
Top = 40
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37838.3892357755
Time = 37838.3892357755
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 6
end
object DateTimePicker2: TDateTimePicker
Left = 208
Top = 40
Width = 81
Height = 21
CalAlignment = dtaLeft
Date = 37838.3895870949
Time = 37838.3895870949
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 7
end
object Panel2: TPanel
Left = 32
Top = 64
Width = 337
Height = 33
TabOrder = 8
object Button1: TButton
Left = 8
Top = 4
Width = 81
Height = 25
Caption = '按条件查询1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 4
Width = 75
Height = 25
Caption = '打印预览2'
TabOrder = 1
end
object Button3: TButton
Left = 176
Top = 4
Width = 75
Height = 25
Caption = '打印3'
TabOrder = 2
end
object Button4: TButton
Left = 256
Top = 4
Width = 75
Height = 25
Caption = '退出4'
TabOrder = 3
end
end
object CheckBox1: TCheckBox
Left = 424
Top = 72
Width = 97
Height = 17
Caption = '人事资料浏览'
Checked = True
State = cbChecked
TabOrder = 9
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 520
Top = 72
Width = 121
Height = 17
Caption = '员工个人资料浏览'
TabOrder = 10
OnClick = CheckBox2Click
end
object DBLookupComboBox5: TDBLookupComboBox
Left = 448
Top = 40
Width = 65
Height = 21
KeyField = 'A_jj'
ListField = 'A_zc'
ListSource = DataSource4
TabOrder = 11
end
object DBLookupComboBox6: TDBLookupComboBox
Left = 560
Top = 40
Width = 65
Height = 21
KeyField = 'A_zw'
ListField = 'A_zw'
ListSource = DataSource5
TabOrder = 12
end
object DBLookupComboBox7: TDBLookupComboBox
Left = 640
Top = 8
Width = 65
Height = 21
KeyField = 'A_mz'
ListField = 'A_mz'
ListSource = DataSource2
TabOrder = 13
end
object DBLookupComboBox8: TDBLookupComboBox
Left = 352
Top = 40
Width = 57
Height = 21
KeyField = 'A_whzd'
ListField = 'A_whzd'
ListSource = DataSource3
TabOrder = 14
end
object Edit6: TEdit
Left = 64
Top = 8
Width = 97
Height = 21
TabOrder = 15
Text = 'Edit6'
OnEnter = Edit6Enter
OnExit = Edit6Exit
end
end
object Panel3: TPanel
Left = 8
Top = 112
Width = 729
Height = 377
TabOrder = 1
object DBGrid1: TDBGrid
Left = 16
Top = 8
Width = 217
Height = 345
DataSource = DataSource6
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'A_bm'
Title.Caption = '部门'
Width = 74
Visible = True
end
item
Expanded = False
FieldName = 'A_bz'
Title.Caption = '班组'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A_number'
Title.Caption = '编号'
Width = 64
Visible = True
end
item
Expanded = False
FieldName = 'A_name'
Title.Caption = '姓名'
Width = 47
Visible = True
end>
end
object c: TPageControl
Left = 232
Top = 8
Width = 489
Height = 345
ActivePage = TabSheet1
TabOrder = 1
object TabSheet1: TTabSheet
Caption = '员工基本资料'
object Label15: TLabel
Left = 8
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = '姓名:'
end
object Label16: TLabel
Left = 112
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '人员编号:'
end
object Label17: TLabel
Left = 264
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '性别:'
end
object Label18: TLabel
Left = 0
Top = 32
Width = 65
Height = 13
AutoSize = False
Caption = '隶属部门:'
end
object Label19: TLabel
Left = 160
Top = 32
Width = 41
Height = 13
AutoSize = False
Caption = '班组:'
end
object Label20: TLabel
Left = 184
Top = 208
Width = 41
Height = 13
AutoSize = False
Caption = '民族:'
end
object Label21: TLabel
Left = 0
Top = 56
Width = 41
Height = 13
AutoSize = False
Caption = '生日:'
end
object Label22: TLabel
Left = 136
Top = 56
Width = 65
Height = 13
AutoSize = False
Caption = '文化程度:'
end
object Label23: TLabel
Left = 8
Top = 120
Width = 73
Height = 13
AutoSize = False
Caption = '婚姻状况:'
end
object Label24: TLabel
Left = 24
Top = 88
Width = 38
Height = 13
AutoSize = False
Caption = '电话:'
end
object Label25: TLabel
Left = 184
Top = 88
Width = 38
Height = 13
AutoSize = False
Caption = '手机:'
end
object Label26: TLabel
Left = 184
Top = 152
Width = 81
Height = 13
AutoSize = False
Caption = '进公司日期:'
end
object Label27: TLabel
Left = 0
Top = 152
Width = 89
Height = 13
AutoSize = False
Caption = '紧急联系人:'
end
object Label28: TLabel
Left = 0
Top = 176
Width = 89
Height = 13
AutoSize = False
Caption = '紧急联系电话:'
end
object Label29: TLabel
Left = 248
Top = 120
Width = 41
Height = 13
AutoSize = False
Caption = '职称:'
end
object Label30: TLabel
Left = 144
Top = 120
Width = 57
Height = 13
AutoSize = False
Caption = '职务:'
end
object Label31: TLabel
Left = 4
Top = 256
Width = 65
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -