⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 personneledit.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object personnel_edit: Tpersonnel_edit
  Left = 193
  Top = 108
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '员工资料修改'
  ClientHeight = 215
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 521
    Height = 169
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 33
    Height = 13
    Caption = '工号:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 184
    Top = 24
    Width = 33
    Height = 13
    Caption = '姓名:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 304
    Top = 56
    Width = 33
    Height = 13
    Caption = '籍贯:'
    Transparent = True
  end
  object Label4: TLabel
    Left = 16
    Top = 152
    Width = 59
    Height = 13
    Caption = '婚姻状况:'
    Transparent = True
  end
  object Label5: TLabel
    Left = 184
    Top = 152
    Width = 33
    Height = 13
    Caption = '部门:'
    Transparent = True
  end
  object Label6: TLabel
    Left = 352
    Top = 152
    Width = 33
    Height = 13
    Caption = '工种:'
    Transparent = True
  end
  object Label7: TLabel
    Left = 16
    Top = 56
    Width = 46
    Height = 13
    Caption = '身份证:'
    Transparent = True
  end
  object Label8: TLabel
    Left = 192
    Top = 88
    Width = 59
    Height = 13
    Caption = '进厂日期:'
    Transparent = True
  end
  object Label9: TLabel
    Left = 208
    Top = 56
    Width = 33
    Height = 13
    Caption = '性别:'
    Transparent = True
  end
  object Label10: TLabel
    Left = 352
    Top = 24
    Width = 59
    Height = 13
    Caption = '联系电话:'
    Transparent = True
  end
  object Label14: TLabel
    Left = 16
    Top = 88
    Width = 59
    Height = 13
    Caption = '出生年月:'
    Transparent = True
  end
  object Label15: TLabel
    Left = 16
    Top = 120
    Width = 33
    Height = 13
    Caption = '备注:'
    Transparent = True
  end
  object Label19: TLabel
    Left = 360
    Top = 88
    Width = 33
    Height = 13
    Caption = '学历:'
    Transparent = True
  end
  object Label11: TLabel
    Left = 360
    Top = 122
    Width = 59
    Height = 13
    Caption = '事件提醒:'
    Transparent = True
  end
  object xpButton2: TxpButton
    Left = 88
    Top = 184
    Width = 75
    Height = 25
    Caption = '保存'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 13
    TabStop = True
    OnClick = xpButton2Click
  end
  object xpButton3: TxpButton
    Left = 168
    Top = 184
    Width = 75
    Height = 25
    Caption = '关闭'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 14
    TabStop = True
    OnClick = xpButton3Click
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
    OnExit = Edit1Exit
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 224
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
    OnKeyPress = Edit1KeyPress
  end
  object Edit3: TEdit
    Left = 416
    Top = 16
    Width = 105
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
    OnKeyPress = Edit1KeyPress
  end
  object ComboBox1: TComboBox
    Left = 248
    Top = 48
    Width = 49
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
    OnKeyPress = Edit1KeyPress
    Items.Strings = (
      '女'
      '男')
  end
  object ComboBox2: TComboBox
    Left = 400
    Top = 80
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 8
    OnKeyPress = Edit1KeyPress
    Items.Strings = (
      '---'
      '博士'
      '硕士'
      '大学'
      '大专'
      '高中'
      '中专'
      '初中'
      '小学')
  end
  object ComboBox3: TComboBox
    Left = 88
    Top = 144
    Width = 89
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 10
    OnKeyPress = Edit1KeyPress
    Items.Strings = (
      '---'
      '未婚'
      '已婚')
  end
  object Edit4: TEdit
    Left = 64
    Top = 48
    Width = 137
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
    OnExit = Edit4Exit
    OnKeyPress = Edit1KeyPress
  end
  object date1: TDateTimePicker
    Left = 256
    Top = 80
    Width = 97
    Height = 21
    CalAlignment = dtaLeft
    Date = 38609.4992262731
    Time = 38609.4992262731
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 7
    OnKeyPress = Edit1KeyPress
  end
  object ComboBox4: TComboBox
    Left = 224
    Top = 144
    Width = 121
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 11
    OnChange = ComboBox4Change
    OnKeyPress = Edit1KeyPress
  end
  object Edit5: TEdit
    Left = 344
    Top = 48
    Width = 177
    Height = 21
    TabOrder = 5
    Text = 'Edit5'
    OnKeyPress = Edit1KeyPress
  end
  object ComboBox5: TComboBox
    Left = 384
    Top = 144
    Width = 137
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 12
    OnKeyPress = Edit1KeyPress
  end
  object memo1: TEdit
    Left = 88
    Top = 112
    Width = 265
    Height = 21
    TabOrder = 9
    Text = 'memo1'
    OnKeyPress = Edit1KeyPress
  end
  object date2: TDateTimePicker
    Left = 80
    Top = 80
    Width = 97
    Height = 21
    CalAlignment = dtaLeft
    Date = 29478.4992262731
    Time = 29478.4992262731
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 6
    OnKeyPress = Edit1KeyPress
  end
  object xpButton1: TxpButton
    Left = 424
    Top = 112
    Width = 97
    Height = 25
    Caption = '查看事件提醒'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    TabOrder = 15
    TabStop = True
    OnClick = xpButton1Click
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -