📄 rsgl.dfm
字号:
object frm_ygxxsr: Tfrm_ygxxsr
Left = 72
Top = 276
Width = 711
Height = 411
Caption = '员工基本信息输入'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 703
Height = 57
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label2: TLabel
Left = 237
Top = 11
Width = 201
Height = 24
Caption = '输入员工基本信息'
Font.Charset = DEFAULT_CHARSET
Font.Color = clInfoBk
Font.Height = -24
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label1: TLabel
Left = 236
Top = 11
Width = 201
Height = 24
Caption = '输入员工基本信息'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Shape1: TShape
Left = 238
Top = 42
Width = 200
Height = 1
Pen.Color = clRed
end
object Shape2: TShape
Left = 238
Top = 46
Width = 200
Height = 1
Pen.Color = clRed
end
end
object Panel2: TPanel
Left = 0
Top = 57
Width = 703
Height = 272
Align = alTop
TabOrder = 1
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 665
Height = 153
Caption = '基本信息'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label3: TLabel
Left = 14
Top = 22
Width = 60
Height = 15
Caption = '员工工号'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 221
Top = 22
Width = 62
Height = 15
Caption = '姓 名'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 12
Top = 55
Width = 62
Height = 15
Caption = '性 别'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 14
Top = 89
Width = 60
Height = 15
Caption = '出生日期'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 223
Top = 89
Width = 60
Height = 15
Caption = '身份证号'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label8: TLabel
Left = 223
Top = 55
Width = 60
Height = 15
Caption = '政治面貌'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label9: TLabel
Left = 470
Top = 55
Width = 62
Height = 15
Caption = '学 历'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label10: TLabel
Left = 14
Top = 125
Width = 60
Height = 15
Caption = '入职时间'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 470
Top = 89
Width = 60
Height = 15
Caption = '所属部门'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label12: TLabel
Left = 224
Top = 125
Width = 62
Height = 15
Caption = '职 务'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label13: TLabel
Left = 473
Top = 125
Width = 62
Height = 15
Caption = '职 称'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 4
Top = 44
Width = 658
Height = 2
Shape = bsTopLine
end
object Bevel2: TBevel
Left = 3
Top = 79
Width = 662
Height = 2
Shape = bsTopLine
end
object Bevel3: TBevel
Left = 3
Top = 113
Width = 662
Height = 2
Shape = bsTopLine
end
object Bevel5: TBevel
Left = 80
Top = 8
Width = 2
Height = 145
Shape = bsLeftLine
end
object Bevel6: TBevel
Left = 215
Top = 8
Width = 2
Height = 145
Shape = bsLeftLine
end
object Bevel7: TBevel
Left = 298
Top = 8
Width = 2
Height = 141
Shape = bsLeftLine
end
object Bevel8: TBevel
Left = 461
Top = 47
Width = 2
Height = 105
Shape = bsLeftLine
end
object Bevel9: TBevel
Left = 541
Top = 47
Width = 2
Height = 105
Shape = bsLeftLine
end
object DBEdit1: TDBEdit
Left = 88
Top = 18
Width = 89
Height = 23
DataField = 'Ygh'
DataSource = DataSource1
TabOrder = 0
end
object DBComboBox1: TDBComboBox
Left = 88
Top = 51
Width = 89
Height = 23
ItemHeight = 15
Items.Strings = (
'男'
'女')
TabOrder = 1
end
object DBComboBox2: TDBComboBox
Left = 311
Top = 51
Width = 97
Height = 23
ItemHeight = 15
Items.Strings = (
'党员'
'团员'
'群众')
TabOrder = 2
end
object DateTimePicker1: TDateTimePicker
Left = 86
Top = 85
Width = 123
Height = 23
CalAlignment = dtaLeft
Date = 37492.5668164352
Time = 37492.5668164352
DateFormat = dfLong
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -