📄 yggb.dfm
字号:
object yggbb: Tyggbb
Left = 152
Top = 240
Width = 779
Height = 392
Caption = '员工基本资料管理'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object panel1: TPanel
Left = 0
Top = 8
Width = 177
Height = 345
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '隶属部门'
end
object Label2: TLabel
Left = 112
Top = 8
Width = 33
Height = 13
AutoSize = False
Caption = '班组'
end
object Edit1: TEdit
Left = 16
Top = 24
Width = 73
Height = 21
TabOrder = 0
OnChange = Edit1Change
OnEnter = Edit1Enter
OnExit = Edit1Exit
end
object ToolBar1: TToolBar
Left = 106
Top = 80
Width = 50
Height = 185
Align = alNone
Anchors = [akLeft, akTop, akRight, akBottom]
ButtonHeight = 36
ButtonWidth = 37
Caption = 'ToolBar1'
EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
Flat = True
Images = ImageList1
Indent = 4
ShowCaptions = True
TabOrder = 1
object ToolButton3: TToolButton
Left = 4
Top = 0
Caption = '新增+'
ImageIndex = 3
Wrap = True
OnClick = ToolButton3Click
end
object ToolButton2: TToolButton
Left = 4
Top = 36
Caption = '修改e'
ImageIndex = 0
Wrap = True
OnClick = ToolButton2Click
end
object ToolButton4: TToolButton
Left = 4
Top = 72
Caption = '保存'
ImageIndex = 5
Wrap = True
OnClick = ToolButton4Click
end
object ToolButton5: TToolButton
Left = 4
Top = 108
Caption = '删除-'
ImageIndex = 1
Wrap = True
OnClick = ToolButton5Click
end
object ToolButton6: TToolButton
Left = 4
Top = 144
Caption = '退出'
ImageIndex = 4
OnClick = ToolButton6Click
end
end
object Button2: TButton
Left = 8
Top = 316
Width = 105
Height = 25
Caption = '显示全体员工'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 128
Top = 312
Width = 25
Height = 25
Caption = 'Button3'
TabOrder = 3
OnClick = Button3Click
end
object Edit2: TEdit
Left = 104
Top = 24
Width = 57
Height = 21
TabOrder = 4
OnChange = Edit1Change
OnEnter = Edit1Enter
end
object ListBox1: TListBox
Left = 16
Top = 48
Width = 73
Height = 265
ItemHeight = 13
TabOrder = 5
OnClick = ListBox1Click
end
object TreeView1: TTreeView
Left = 16
Top = 48
Width = 145
Height = 161
Color = clLime
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Indent = 19
ParentFont = False
TabOrder = 6
OnExit = TreeView1Exit
OnKeyUp = TreeView1KeyUp
end
end
object PageControl1: TPageControl
Left = 184
Top = 8
Width = 577
Height = 345
ActivePage = TabSheet1
TabOrder = 1
object TabSheet1: TTabSheet
Caption = '员工基本资料'
object Label3: TLabel
Left = 24
Top = 40
Width = 33
Height = 13
AutoSize = False
Caption = '姓名:'
end
object Label4: TLabel
Left = 260
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '人员编号:'
end
object Label5: TLabel
Left = 136
Top = 40
Width = 41
Height = 13
AutoSize = False
Caption = '性别:'
end
object Label6: TLabel
Left = 8
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = '隶属部门:'
end
object Label7: TLabel
Left = 152
Top = 8
Width = 41
Height = 13
AutoSize = False
Caption = '班组:'
end
object Label8: TLabel
Left = 232
Top = 40
Width = 41
Height = 13
AutoSize = False
Caption = '民族:'
end
object Label9: TLabel
Left = 16
Top = 80
Width = 41
Height = 13
AutoSize = False
Caption = '生日:'
end
object Label10: TLabel
Left = 160
Top = 80
Width = 65
Height = 13
AutoSize = False
Caption = '文化程度:'
end
object Label11: TLabel
Left = 296
Top = 80
Width = 73
Height = 13
AutoSize = False
Caption = '婚姻状况:'
end
object Label12: TLabel
Left = 0
Top = 112
Width = 38
Height = 13
AutoSize = False
Caption = '电话:'
end
object Label13: TLabel
Left = 160
Top = 112
Width = 38
Height = 13
AutoSize = False
Caption = '手机:'
end
object Label14: TLabel
Left = 296
Top = 112
Width = 81
Height = 13
AutoSize = False
Caption = '进公司日期:'
end
object Label15: TLabel
Left = 0
Top = 144
Width = 89
Height = 13
AutoSize = False
Caption = '紧急联系人:'
end
object Label16: TLabel
Left = 176
Top = 144
Width = 89
Height = 13
AutoSize = False
Caption = '紧急联系电话:'
end
object Label17: TLabel
Left = 0
Top = 176
Width = 41
Height = 13
AutoSize = False
Caption = '职称:'
end
object Label18: TLabel
Left = 112
Top = 176
Width = 41
Height = 13
AutoSize = False
Caption = '职务:'
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -