uUser.~dfm
上传用户:lzd18710
上传日期:2009-11-26
资源大小:3595k
文件大小:4k
源码类别:

通讯编程

开发平台:

Visual Basic

  1. object frmUser: TfrmUser
  2.   Left = 523
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'User Data Managment'
  6.   ClientHeight = 360
  7.   ClientWidth = 363
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 69
  23.     Height = 13
  24.     Caption = 'Enroll Number:'
  25.   end
  26.   object edtPIN: TEdit
  27.     Left = 8
  28.     Top = 24
  29.     Width = 73
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 8
  35.     Top = 48
  36.     Width = 342
  37.     Height = 65
  38.     Caption = ' User Information '
  39.     TabOrder = 1
  40.     object Label2: TLabel
  41.       Left = 16
  42.       Top = 21
  43.       Width = 31
  44.       Height = 13
  45.       Caption = 'Name:'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 16
  49.       Top = 43
  50.       Width = 49
  51.       Height = 13
  52.       Caption = 'Password:'
  53.     end
  54.     object Label4: TLabel
  55.       Left = 152
  56.       Top = 17
  57.       Width = 43
  58.       Height = 13
  59.       Caption = 'Privilege:'
  60.     end
  61.     object edtPwd: TEdit
  62.       Left = 72
  63.       Top = 38
  64.       Width = 57
  65.       Height = 21
  66.       TabOrder = 0
  67.     end
  68.     object chkEnabled: TCheckBox
  69.       Left = 208
  70.       Top = 38
  71.       Width = 89
  72.       Height = 17
  73.       Caption = 'Enabled'
  74.       TabOrder = 1
  75.     end
  76.     object cboPrivilege: TComboBox
  77.       Left = 208
  78.       Top = 15
  79.       Width = 97
  80.       Height = 21
  81.       ItemHeight = 13
  82.       TabOrder = 2
  83.       Items.Strings = (
  84.         #26222#36890#29992#25143
  85.         #30331#35760#21592
  86.         #31649#29702#21592
  87.         #36229#32423#31649#29702#21592)
  88.     end
  89.     object edtName: TEdit
  90.       Left = 72
  91.       Top = 16
  92.       Width = 57
  93.       Height = 21
  94.       TabOrder = 3
  95.     end
  96.   end
  97.   object GroupBox2: TGroupBox
  98.     Left = 8
  99.     Top = 120
  100.     Width = 342
  101.     Height = 233
  102.     Caption = ' Fingerprint Templates '
  103.     TabOrder = 2
  104.     object Label5: TLabel
  105.       Left = 240
  106.       Top = 16
  107.       Width = 32
  108.       Height = 13
  109.       Caption = 'Label5'
  110.     end
  111.     object vleTemps: TValueListEditor
  112.       Left = 8
  113.       Top = 16
  114.       Width = 216
  115.       Height = 212
  116.       Strings.Strings = (
  117.         '0='
  118.         '1='
  119.         '2='
  120.         '3='
  121.         '4='
  122.         '5='
  123.         '6='
  124.         '7='
  125.         '8='
  126.         '9=')
  127.       TabOrder = 0
  128.       TitleCaptions.Strings = (
  129.         'Finger'
  130.         'Template')
  131.       ColWidths = (
  132.         33
  133.         177)
  134.     end
  135.     object Button7: TButton
  136.       Left = 237
  137.       Top = 154
  138.       Width = 97
  139.       Height = 19
  140.       Caption = 'Save Binary'
  141.       TabOrder = 1
  142.       OnClick = Button7Click
  143.     end
  144.     object Button8: TButton
  145.       Left = 237
  146.       Top = 172
  147.       Width = 97
  148.       Height = 19
  149.       Caption = 'Load Binary'
  150.       TabOrder = 2
  151.     end
  152.     object Button9: TButton
  153.       Left = 237
  154.       Top = 190
  155.       Width = 97
  156.       Height = 19
  157.       Caption = 'Del On Device'
  158.       TabOrder = 3
  159.       OnClick = Button9Click
  160.     end
  161.     object Button10: TButton
  162.       Left = 237
  163.       Top = 208
  164.       Width = 97
  165.       Height = 19
  166.       Caption = 'Append To Dev'
  167.       TabOrder = 4
  168.       OnClick = Button10Click
  169.     end
  170.   end
  171.   object btnLoadDev: TButton
  172.     Left = 133
  173.     Top = 6
  174.     Width = 97
  175.     Height = 15
  176.     Caption = 'Load From Device'
  177.     TabOrder = 3
  178.     OnClick = btnLoadDevClick
  179.   end
  180.   object btnSaveDev: TButton
  181.     Left = 133
  182.     Top = 20
  183.     Width = 97
  184.     Height = 15
  185.     Caption = 'Save to Device'
  186.     TabOrder = 4
  187.     OnClick = btnSaveDevClick
  188.   end
  189.   object btnDelDev: TButton
  190.     Left = 133
  191.     Top = 34
  192.     Width = 97
  193.     Height = 15
  194.     Caption = 'Del On Device'
  195.     TabOrder = 5
  196.     OnClick = btnDelDevClick
  197.   end
  198.   object btnLoadFile: TButton
  199.     Left = 253
  200.     Top = 5
  201.     Width = 97
  202.     Height = 15
  203.     Caption = 'Load From File'
  204.     TabOrder = 6
  205.   end
  206.   object btnSaveFile: TButton
  207.     Left = 253
  208.     Top = 19
  209.     Width = 97
  210.     Height = 15
  211.     Caption = 'Save to File'
  212.     TabOrder = 7
  213.   end
  214.   object btnDelFile: TButton
  215.     Left = 253
  216.     Top = 33
  217.     Width = 97
  218.     Height = 15
  219.     Caption = 'Del On File'
  220.     TabOrder = 8
  221.   end
  222.   object OpenDialog1: TOpenDialog
  223.     Left = 248
  224.     Top = 224
  225.   end
  226.   object SaveDialog1: TSaveDialog
  227.     Left = 288
  228.     Top = 184
  229.   end
  230. end