home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMREG / TFORMREG.txt < prev   
Encoding:
Text File  |  2002-10-07  |  2.0 KB  |  106 lines

  1. object FormReg: TFormReg
  2.   Left = 196
  3.   Top = 127
  4.   HelpContext = 39
  5.   BorderStyle = bsDialog
  6.   Caption = 'Register'
  7.   ClientHeight = 305
  8.   ClientWidth = 331
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   Icon.Data = {<image000.ico>}
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Memo: TMemo
  20.     Left = 10
  21.     Top = 12
  22.     Width = 307
  23.     Height = 99
  24.     Color = clBtnFace
  25.     Lines.Strings = (
  26.       'This software is shareware.'
  27.       'In order to load/save GIF format, you have to '
  28.       'register.'
  29.       'The details about remittance are in our WEB.'
  30.       ''
  31.       'http://www.tempest-j.com/gale/e/')
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object btnOk: TButton
  36.     Left = 236
  37.     Top = 272
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Close'
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object GroupBox: TGroupBox
  46.     Left = 12
  47.     Top = 120
  48.     Width = 305
  49.     Height = 145
  50.     Caption = 'Register'
  51.     TabOrder = 2
  52.     object LabelName: TLabel
  53.       Left = 12
  54.       Top = 20
  55.       Width = 31
  56.       Height = 12
  57.       Caption = 'Name:'
  58.     end
  59.     object LabelPass: TLabel
  60.       Left = 12
  61.       Top = 84
  62.       Width = 51
  63.       Height = 12
  64.       Caption = 'Password:'
  65.     end
  66.     object LabelMail: TLabel
  67.       Left = 12
  68.       Top = 52
  69.       Width = 36
  70.       Height = 12
  71.       Caption = 'E-Mail:'
  72.     end
  73.     object EditName: TEdit
  74.       Left = 112
  75.       Top = 16
  76.       Width = 181
  77.       Height = 20
  78.       TabOrder = 0
  79.     end
  80.     object EditPass: TEdit
  81.       Left = 112
  82.       Top = 80
  83.       Width = 181
  84.       Height = 20
  85.       TabOrder = 2
  86.     end
  87.     object btnEnt: TButton
  88.       Left = 216
  89.       Top = 108
  90.       Width = 75
  91.       Height = 25
  92.       Caption = 'Register'
  93.       Default = True
  94.       TabOrder = 3
  95.       OnClick = btnEntClick
  96.     end
  97.     object EditMail: TEdit
  98.       Left = 112
  99.       Top = 48
  100.       Width = 181
  101.       Height = 20
  102.       TabOrder = 1
  103.     end
  104.   end
  105. end
  106.