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

  1. object IniSectionForm: TIniSectionForm
  2.   Left = 249
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Set INI value'
  7.   ClientHeight = 289
  8.   ClientWidth = 193
  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.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 144
  26.     Width = 30
  27.     Height = 13
  28.     Caption = 'Value:'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 64
  33.     Width = 39
  34.     Height = 13
  35.     Caption = 'Section:'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 48
  41.     Height = 13
  42.     Caption = 'File name:'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 8
  46.     Top = 104
  47.     Width = 21
  48.     Height = 13
  49.     Caption = 'Key:'
  50.   end
  51.   object Bevel1: TBevel
  52.     Left = 8
  53.     Top = 56
  54.     Width = 177
  55.     Height = 2
  56.   end
  57.   object ValueEdit: TEdit
  58.     Left = 16
  59.     Top = 160
  60.     Width = 161
  61.     Height = 21
  62.     TabOrder = 3
  63.     Text = 'ValueEdit'
  64.   end
  65.   object CancelBtn: TButton
  66.     Left = 16
  67.     Top = 256
  68.     Width = 75
  69.     Height = 25
  70.     Caption = '&Cancel'
  71.     TabOrder = 4
  72.     OnClick = CancelBtnClick
  73.   end
  74.   object FileNameCBox: TComboBox
  75.     Left = 16
  76.     Top = 24
  77.     Width = 161
  78.     Height = 21
  79.     ItemHeight = 13
  80.     Sorted = True
  81.     TabOrder = 0
  82.     Text = 'FileNameCBox'
  83.     OnClick = FileNameCBoxClick
  84.     OnExit = FileNameCBoxExit
  85.   end
  86.   object SectionCBox: TComboBox
  87.     Left = 16
  88.     Top = 80
  89.     Width = 161
  90.     Height = 21
  91.     ItemHeight = 13
  92.     Sorted = True
  93.     TabOrder = 1
  94.     Text = 'SectionCBox'
  95.     OnClick = SectionCBoxClick
  96.     OnExit = SectionCBoxExit
  97.   end
  98.   object KeyCBox: TComboBox
  99.     Left = 16
  100.     Top = 120
  101.     Width = 161
  102.     Height = 21
  103.     ItemHeight = 13
  104.     Sorted = True
  105.     TabOrder = 2
  106.     Text = 'KeyCBox'
  107.     OnClick = KeyCBoxDropDown
  108.     OnDropDown = KeyCBoxDropDown
  109.   end
  110.   object OkBtn: TBitBtn
  111.     Left = 104
  112.     Top = 256
  113.     Width = 75
  114.     Height = 25
  115.     Caption = '&OK'
  116.     Default = True
  117.     TabOrder = 5
  118.     OnClick = OkBtnClick
  119.   end
  120.   object OptionsRGroup: TRadioGroup
  121.     Left = 8
  122.     Top = 192
  123.     Width = 177
  124.     Height = 49
  125.     Caption = 'INI Change Options'
  126.     ItemIndex = 0
  127.     Items.Strings = (
  128.       'Modify existing line'
  129.       'Add new line')
  130.     TabOrder = 6
  131.   end
  132. end
  133.