home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuUser.dfm / frmuUser.txt
Text File  |  2000-06-08  |  5KB  |  246 lines

  1. object frmUserInfo: TfrmUserInfo
  2.   Left = 607
  3.   Top = 438
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'User Information'
  8.   ClientHeight = 297
  9.   ClientWidth = 373
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = '1'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnHelp = FormHelp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object btnNew: TButton
  26.     Left = 52
  27.     Top = 264
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&New'
  31.     Default = True
  32.     TabOrder = 2
  33.     OnClick = btnNewClick
  34.   end
  35.   object btnApply: TButton
  36.     Left = 130
  37.     Top = 264
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Apply'
  41.     Enabled = False
  42.     TabOrder = 3
  43.     OnClick = btnApplyClick
  44.   end
  45.   object btnDelete: TButton
  46.     Left = 208
  47.     Top = 264
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Delete'
  51.     TabOrder = 4
  52.     OnClick = btnDeleteClick
  53.   end
  54.   object btnClose: TButton
  55.     Left = 286
  56.     Top = 264
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Close'
  60.     TabOrder = 5
  61.     OnClick = btnCloseClick
  62.   end
  63.   object btnCancel: TButton
  64.     Left = 286
  65.     Top = 264
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Cancel'
  69.     TabOrder = 6
  70.     Visible = False
  71.     OnClick = btnCancelClick
  72.   end
  73.   object gbOptionalInfo: TGroupBox
  74.     Left = 12
  75.     Top = 138
  76.     Width = 349
  77.     Height = 115
  78.     Caption = ' Optional Information '
  79.     TabOrder = 1
  80.     object lblFName: TLabel
  81.       Left = 12
  82.       Top = 24
  83.       Width = 79
  84.       Height = 13
  85.       AutoSize = False
  86.       Caption = '&First Name:'
  87.       FocusControl = edtFName
  88.     end
  89.     object lblMName: TLabel
  90.       Left = 12
  91.       Top = 54
  92.       Width = 79
  93.       Height = 13
  94.       AutoSize = False
  95.       Caption = '&Middle Name:'
  96.       FocusControl = edtMName
  97.     end
  98.     object lblLName: TLabel
  99.       Left = 12
  100.       Top = 84
  101.       Width = 85
  102.       Height = 13
  103.       AutoSize = False
  104.       Caption = '&Last Name:'
  105.       FocusControl = edtLName
  106.     end
  107.     object edtLName: TEdit
  108.       Left = 114
  109.       Top = 84
  110.       Width = 223
  111.       Height = 21
  112.       MaxLength = 32
  113.       ParentShowHint = False
  114.       ShowHint = False
  115.       TabOrder = 2
  116.       OnChange = edtLNameChange
  117.     end
  118.     object edtFName: TEdit
  119.       Left = 114
  120.       Top = 24
  121.       Width = 223
  122.       Height = 21
  123.       MaxLength = 32
  124.       ParentShowHint = False
  125.       ShowHint = False
  126.       TabOrder = 0
  127.       OnChange = edtFNameChange
  128.     end
  129.     object edtMName: TEdit
  130.       Left = 114
  131.       Top = 54
  132.       Width = 223
  133.       Height = 21
  134.       MaxLength = 32
  135.       ParentShowHint = False
  136.       ShowHint = False
  137.       TabOrder = 1
  138.       OnChange = edtMNameChange
  139.     end
  140.   end
  141.   object gbRequiredInfo: TGroupBox
  142.     Left = 12
  143.     Top = 12
  144.     Width = 349
  145.     Height = 115
  146.     Caption = ' Required Information '
  147.     TabOrder = 0
  148.     object lblPassword: TLabel
  149.       Left = 12
  150.       Top = 54
  151.       Width = 79
  152.       Height = 13
  153.       AutoSize = False
  154.       Caption = '&Password:'
  155.       FocusControl = edtPassword
  156.     end
  157.     object lblConfirmPassword: TLabel
  158.       Left = 12
  159.       Top = 84
  160.       Width = 91
  161.       Height = 13
  162.       AutoSize = False
  163.       Caption = 'C&onfirm Password:'
  164.       FocusControl = edtConfirmPassword
  165.     end
  166.     object lblUserName: TLabel
  167.       Left = 12
  168.       Top = 24
  169.       Width = 73
  170.       Height = 13
  171.       AutoSize = False
  172.       Caption = '&User Name:'
  173.       FocusControl = cbUsername
  174.     end
  175.     object edtUsername: TEdit
  176.       Left = 114
  177.       Top = 24
  178.       Width = 223
  179.       Height = 21
  180.       CharCase = ecUpperCase
  181.       MaxLength = 31
  182.       ParentShowHint = False
  183.       ShowHint = False
  184.       TabOrder = 1
  185.       Visible = False
  186.       OnChange = edtUsernameChange
  187.     end
  188.     object cbUsername: TComboBox
  189.       Left = 114
  190.       Top = 24
  191.       Width = 223
  192.       Height = 21
  193.       Style = csDropDownList
  194.       ItemHeight = 13
  195.       MaxLength = 31
  196.       ParentShowHint = False
  197.       ShowHint = True
  198.       TabOrder = 0
  199.       OnChange = cbUsernameChange
  200.       OnClick = cbUsernameClick
  201.     end
  202.     object edtPassword: TEdit
  203.       Left = 114
  204.       Top = 54
  205.       Width = 223
  206.       Height = 21
  207.       MaxLength = 32
  208.       ParentShowHint = False
  209.       PasswordChar = '*'
  210.       ShowHint = False
  211.       TabOrder = 2
  212.       OnChange = edtPasswordChange
  213.     end
  214.     object edtConfirmPassword: TEdit
  215.       Left = 114
  216.       Top = 84
  217.       Width = 223
  218.       Height = 21
  219.       MaxLength = 32
  220.       ParentShowHint = False
  221.       PasswordChar = '*'
  222.       ShowHint = False
  223.       TabOrder = 3
  224.       OnChange = edtConfirmPasswordChange
  225.     end
  226.   end
  227.   object ActionList1: TActionList
  228.     Left = 11
  229.     Top = 262
  230.     object NewUser: TAction
  231.       Caption = 'NewUser'
  232.       ShortCut = 45
  233.       OnExecute = btnNewClick
  234.     end
  235.     object ModifyUser: TAction
  236.       Caption = 'ModifyUser'
  237.     end
  238.     object DeleteUser: TAction
  239.       Caption = 'DeleteUser'
  240.       ShortCut = 46
  241.       OnExecute = btnDeleteClick
  242.       OnUpdate = DeleteUserUpdate
  243.     end
  244.   end
  245. end
  246.