EmployeeFrm.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:3k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object EmployeeForm: TEmployeeForm
  2.   Left = 323
  3.   Top = 235
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = #24080#21495
  7.   ClientHeight = 217
  8.   ClientWidth = 376
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 36
  22.     Height = 12
  23.     Caption = #29992#25143#21517
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 44
  28.     Width = 24
  29.     Height = 12
  30.     Caption = #22995#21517
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 72
  35.     Width = 24
  36.     Height = 12
  37.     Caption = #23494#30721
  38.   end
  39.   object Label4: TLabel
  40.     Left = 8
  41.     Top = 100
  42.     Width = 48
  43.     Height = 12
  44.     Caption = #30830#35748#23494#30721
  45.   end
  46.   object Label5: TLabel
  47.     Left = 8
  48.     Top = 128
  49.     Width = 24
  50.     Height = 12
  51.     Caption = #32844#21153
  52.   end
  53.   object Label6: TLabel
  54.     Left = 8
  55.     Top = 156
  56.     Width = 24
  57.     Height = 12
  58.     Caption = #32423#21035
  59.   end
  60.   object Bevel1: TBevel
  61.     Left = 8
  62.     Top = 170
  63.     Width = 361
  64.     Height = 10
  65.     Shape = bsBottomLine
  66.   end
  67.   object EDLoginName: TEdit
  68.     Left = 64
  69.     Top = 8
  70.     Width = 305
  71.     Height = 20
  72.     TabOrder = 0
  73.     OnChange = EDLoginNameChange
  74.     OnKeyPress = EDLoginNameKeyPress
  75.   end
  76.   object EDTrueName: TEdit
  77.     Left = 64
  78.     Top = 36
  79.     Width = 305
  80.     Height = 20
  81.     TabOrder = 1
  82.     OnChange = EDLoginNameChange
  83.     OnKeyPress = EDLoginNameKeyPress
  84.   end
  85.   object EDPassword: TEdit
  86.     Left = 64
  87.     Top = 64
  88.     Width = 305
  89.     Height = 20
  90.     PasswordChar = '*'
  91.     TabOrder = 2
  92.     OnChange = EDLoginNameChange
  93.     OnKeyPress = EDLoginNameKeyPress
  94.   end
  95.   object EDConfirmPassword: TEdit
  96.     Left = 64
  97.     Top = 92
  98.     Width = 305
  99.     Height = 20
  100.     PasswordChar = '*'
  101.     TabOrder = 3
  102.     OnChange = EDLoginNameChange
  103.     OnKeyPress = EDLoginNameKeyPress
  104.   end
  105.   object CBJob: TComboBox
  106.     Left = 64
  107.     Top = 120
  108.     Width = 305
  109.     Height = 20
  110.     Style = csDropDownList
  111.     ItemHeight = 12
  112.     TabOrder = 4
  113.     OnChange = EDLoginNameChange
  114.   end
  115.   object CBLevel: TComboBox
  116.     Left = 64
  117.     Top = 148
  118.     Width = 305
  119.     Height = 20
  120.     Style = csDropDownList
  121.     ItemHeight = 12
  122.     TabOrder = 5
  123.     OnChange = EDLoginNameChange
  124.   end
  125.   object BTOK: TButton
  126.     Left = 214
  127.     Top = 187
  128.     Width = 75
  129.     Height = 23
  130.     Caption = #30830#23450
  131.     Enabled = False
  132.     ModalResult = 1
  133.     TabOrder = 6
  134.   end
  135.   object BTCancel: TButton
  136.     Left = 294
  137.     Top = 187
  138.     Width = 75
  139.     Height = 23
  140.     Caption = #21462#28040
  141.     ModalResult = 2
  142.     TabOrder = 7
  143.   end
  144. end