home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / PUZZLE2 / PUZZLE$$.EXE / PUZZLE / PUZZLE.EXE / 0 / RCDATA / TNEWUSERDLG / TNEWUSERDLG.txt
Text File  |  1999-06-19  |  2KB  |  82 lines

  1. object NewUserDlg: TNewUserDlg
  2.   Left = 237
  3.   Top = 175
  4.   ActiveControl = EditUserName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome new user!'
  7.   ClientHeight = 124
  8.   ClientWidth = 349
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LabelRequestUserName: TLabel
  19.     Left = 12
  20.     Top = 12
  21.     Width = 229
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'Please feed in your name:'
  25.   end
  26.   object OKBtn: TButton
  27.     Left = 260
  28.     Top = 8
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object CancelBtn: TButton
  37.     Left = 260
  38.     Top = 38
  39.     Width = 75
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 2
  45.   end
  46.   object EditUserName: TEdit
  47.     Left = 24
  48.     Top = 36
  49.     Width = 212
  50.     Height = 21
  51.     TabOrder = 0
  52.     OnChange = EditUserNameChange
  53.   end
  54.   object RadioButtonFemale: TRadioButton
  55.     Left = 24
  56.     Top = 66
  57.     Width = 100
  58.     Height = 17
  59.     Caption = 'Female'
  60.     Checked = True
  61.     TabOrder = 3
  62.     TabStop = True
  63.   end
  64.   object RadioButtonMale: TRadioButton
  65.     Left = 136
  66.     Top = 66
  67.     Width = 100
  68.     Height = 17
  69.     Caption = 'Male'
  70.     TabOrder = 4
  71.   end
  72.   object CheckBoxDesktopLink: TCheckBox
  73.     Left = 24
  74.     Top = 92
  75.     Width = 225
  76.     Height = 17
  77.     Caption = 'Create desktop link'
  78.     State = cbChecked
  79.     TabOrder = 5
  80.   end
  81. end
  82.