home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2002 April / GSSH42002.iso / EDITOREN / UT / umodWizard.exe / 0 / RCDATA / TREQUIREMENTFORM / TREQUIREMENTFORM.txt
Text File  |  2002-10-10  |  3KB  |  188 lines

  1. object RequirementForm: TRequirementForm
  2.   Left = 217
  3.   Top = 144
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add Requirement'
  7.   ClientHeight = 236
  8.   ClientWidth = 291
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 19
  25.     Top = 11
  26.     Width = 101
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     Caption = 'Requirement Presets:'
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 8
  33.     Top = 36
  34.     Width = 273
  35.     Height = 2
  36.   end
  37.   object Bevel2: TBevel
  38.     Left = 8
  39.     Top = 196
  40.     Width = 273
  41.     Height = 2
  42.   end
  43.   object Label2: TLabel
  44.     Left = 64
  45.     Top = 50
  46.     Width = 40
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     Caption = 'Product:'
  50.   end
  51.   object Label3: TLabel
  52.     Left = 66
  53.     Top = 74
  54.     Width = 38
  55.     Height = 13
  56.     Alignment = taRightJustify
  57.     Caption = 'Version:'
  58.   end
  59.   object Label4: TLabel
  60.     Left = 52
  61.     Top = 98
  62.     Width = 52
  63.     Height = 13
  64.     Alignment = taRightJustify
  65.     Caption = 'Developer:'
  66.   end
  67.   object Label5: TLabel
  68.     Left = 39
  69.     Top = 122
  70.     Width = 65
  71.     Height = 13
  72.     Alignment = taRightJustify
  73.     Caption = 'Product URL:'
  74.   end
  75.   object Label6: TLabel
  76.     Left = 41
  77.     Top = 146
  78.     Width = 63
  79.     Height = 13
  80.     Alignment = taRightJustify
  81.     Caption = 'Version URL:'
  82.   end
  83.   object Label7: TLabel
  84.     Left = 27
  85.     Top = 170
  86.     Width = 77
  87.     Height = 13
  88.     Alignment = taRightJustify
  89.     Caption = 'Developer URL:'
  90.   end
  91.   object SaveBtn: TSpeedButton
  92.     Left = 16
  93.     Top = 214
  94.     Width = 81
  95.     Height = 17
  96.     Hint = 'Save information to preset list'
  97.     Caption = '&Save preset'
  98.     Flat = True
  99.     OnClick = SaveBtnClick
  100.   end
  101.   object DeleteBtn: TSpeedButton
  102.     Left = 104
  103.     Top = 214
  104.     Width = 81
  105.     Height = 17
  106.     Hint = 'Delete selected preset from list'
  107.     Caption = 'Delete preset'
  108.     Flat = True
  109.     Visible = False
  110.     OnClick = DeleteBtnClick
  111.   end
  112.   object CBox: TComboBox
  113.     Left = 128
  114.     Top = 8
  115.     Width = 153
  116.     Height = 21
  117.     ItemHeight = 13
  118.     TabOrder = 0
  119.     OnChange = CBoxChange
  120.     OnClick = CBoxClick
  121.   end
  122.   object PEdit: TEdit
  123.     Left = 112
  124.     Top = 46
  125.     Width = 169
  126.     Height = 21
  127.     TabOrder = 1
  128.   end
  129.   object DEdit: TEdit
  130.     Left = 112
  131.     Top = 94
  132.     Width = 169
  133.     Height = 21
  134.     TabOrder = 3
  135.   end
  136.   object PURLEdit: TEdit
  137.     Left = 112
  138.     Top = 118
  139.     Width = 169
  140.     Height = 21
  141.     TabOrder = 4
  142.   end
  143.   object DURLEdit: TEdit
  144.     Left = 112
  145.     Top = 166
  146.     Width = 169
  147.     Height = 21
  148.     TabOrder = 6
  149.   end
  150.   object VEdit: TMaskEdit
  151.     Left = 112
  152.     Top = 70
  153.     Width = 169
  154.     Height = 21
  155.     EditMask = '99999;1; '
  156.     MaxLength = 5
  157.     TabOrder = 2
  158.     Text = '     '
  159.   end
  160.   object CancelBtn: TButton
  161.     Left = 112
  162.     Top = 206
  163.     Width = 75
  164.     Height = 25
  165.     Cancel = True
  166.     Caption = '&Cancel'
  167.     TabOrder = 7
  168.     OnClick = CancelBtnClick
  169.   end
  170.   object VURLEdit: TEdit
  171.     Left = 112
  172.     Top = 142
  173.     Width = 169
  174.     Height = 21
  175.     TabOrder = 5
  176.   end
  177.   object OkBtn: TButton
  178.     Left = 200
  179.     Top = 206
  180.     Width = 75
  181.     Height = 25
  182.     Caption = '&OK'
  183.     Default = True
  184.     TabOrder = 8
  185.     OnClick = OkBtnClick
  186.   end
  187. end
  188.