object IniSectionForm: TIniSectionForm Left = 249 Top = 141 BorderIcons = [] BorderStyle = bsSingle Caption = 'Set INI value' ClientHeight = 289 ClientWidth = 193 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 144 Width = 30 Height = 13 Caption = 'Value:' end object Label2: TLabel Left = 8 Top = 64 Width = 39 Height = 13 Caption = 'Section:' end object Label3: TLabel Left = 8 Top = 8 Width = 48 Height = 13 Caption = 'File name:' end object Label4: TLabel Left = 8 Top = 104 Width = 21 Height = 13 Caption = 'Key:' end object Bevel1: TBevel Left = 8 Top = 56 Width = 177 Height = 2 end object ValueEdit: TEdit Left = 16 Top = 160 Width = 161 Height = 21 TabOrder = 3 Text = 'ValueEdit' end object CancelBtn: TButton Left = 16 Top = 256 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 4 OnClick = CancelBtnClick end object FileNameCBox: TComboBox Left = 16 Top = 24 Width = 161 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 0 Text = 'FileNameCBox' OnClick = FileNameCBoxClick OnExit = FileNameCBoxExit end object SectionCBox: TComboBox Left = 16 Top = 80 Width = 161 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 1 Text = 'SectionCBox' OnClick = SectionCBoxClick OnExit = SectionCBoxExit end object KeyCBox: TComboBox Left = 16 Top = 120 Width = 161 Height = 21 ItemHeight = 13 Sorted = True TabOrder = 2 Text = 'KeyCBox' OnClick = KeyCBoxDropDown OnDropDown = KeyCBoxDropDown end object OkBtn: TBitBtn Left = 104 Top = 256 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 5 OnClick = OkBtnClick end object OptionsRGroup: TRadioGroup Left = 8 Top = 192 Width = 177 Height = 49 Caption = 'INI Change Options' ItemIndex = 0 Items.Strings = ( 'Modify existing line' 'Add new line') TabOrder = 6 end end