object SetupForm: TSetupForm Left = 211 Top = 132 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'SetupForm' ClientHeight = 415 ClientWidth = 585 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 208 Top = 381 Width = 75 Height = 25 Caption = 'OKButton' Default = True TabOrder = 0 OnClick = OKButtonClick end object CancelButton: TButton Left = 304 Top = 381 Width = 75 Height = 25 Cancel = True Caption = 'CancelButton' TabOrder = 1 OnClick = CancelButtonClick end object PageControl1: TPageControl Left = 0 Top = 8 Width = 585 Height = 369 ActivePage = TabGeneral TabIndex = 0 TabOrder = 2 OnChange = PageControl1Change object TabGeneral: TTabSheet Caption = 'TabGeneral' object LangLabel: TLabel Left = 16 Top = 208 Width = 26 Height = 13 Caption = 'sprog' end object LinkTypeLabel: TLabel Left = 312 Top = 160 Width = 70 Height = 13 Caption = 'LinkTypeLabel' end object HelpLabel: TLabel Left = 16 Top = 266 Width = 54 Height = 13 Caption = 'onlinehj'#230'lp' end object URLLabel: TLabel Left = 16 Top = 283 Width = 294 Height = 13 Caption = 'http://hovklan.com/hovtext/index.php/?page=documentation' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnClick = URLLabelClick end object StripWSCheck: TCheckBox Left = 16 Top = 136 Width = 273 Height = 17 Caption = 'StripWSCheck' ParentShowHint = False ShowHint = True TabOrder = 0 end object StripCRRadio: TCheckBox Left = 16 Top = 152 Width = 281 Height = 17 Caption = 'StripCRRadio' ParentShowHint = False ShowHint = True TabOrder = 1 end object UninstallCheck: TCheckBox Left = 16 Top = 184 Width = 273 Height = 17 Caption = 'UninstallCheck' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = UninstallCheckClick end object HotkeyGroup: TGroupBox Left = 16 Top = 16 Width = 233 Height = 105 Caption = 'HotkeyGroup' ParentShowHint = False ShowHint = True TabOrder = 3 object HotkeyLabel: TLabel Left = 9 Top = 20 Width = 60 Height = 13 Caption = 'HotkeyLabel' end object ConvertRadio: TRadioButton Left = 11 Top = 81 Width = 209 Height = 17 Caption = 'ConvertRadio' TabOrder = 0 end object HotKey1: THotKey Left = 8 Top = 34 Width = 209 Height = 19 HotKey = 0 InvalidKeys = [hcNone, hcShift] Modifiers = [] ParentShowHint = False ShowHint = True TabOrder = 1 end object ToggleRadio: TRadioButton Left = 11 Top = 64 Width = 209 Height = 17 Caption = 'ToggleRadio' TabOrder = 2 end end object StartAsGroup: TGroupBox Left = 312 Top = 16 Width = 241 Height = 105 Caption = 'StartAsGroup' ParentShowHint = False ShowHint = True TabOrder = 4 object ActiveRadio: TRadioButton Left = 8 Top = 24 Width = 129 Height = 17 Caption = 'RadioButton1' TabOrder = 0 end object InactiveRadio: TRadioButton Left = 8 Top = 40 Width = 129 Height = 17 Caption = 'RadioButton2' TabOrder = 1 end object LastRadio: TRadioButton Left = 8 Top = 56 Width = 129 Height = 17 Caption = 'RadioButton3' TabOrder = 2 end object WindowsStartCheck: TCheckBox Left = 8 Top = 80 Width = 225 Height = 17 Caption = 'WindowsStartCheck' TabOrder = 3 end end object OnlyCopyLinksRadio: TCheckBox Left = 312 Top = 136 Width = 385 Height = 17 Caption = 'OnlyCopyLinksRadio' ParentShowHint = False ShowHint = True TabOrder = 5 end object LangCombo: TComboBox Left = 16 Top = 224 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 6 OnChange = LangComboChange end object LinkTypeCombo: TComboBox Left = 312 Top = 174 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 7 end end object TabLinkTypes: TTabSheet Caption = 'TabLinkTypes' ImageIndex = 1 object LinkTypeEditor: TValueListEditor Left = 8 Top = 8 Width = 545 Height = 289 KeyOptions = [keyEdit] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking] TabOrder = 0 ColWidths = ( 150 389) end object AddButton: TButton Left = 16 Top = 304 Width = 75 Height = 25 Caption = 'AddButton' TabOrder = 1 OnClick = AddButtonClick end object DeleteButton: TButton Left = 104 Top = 304 Width = 75 Height = 25 Caption = 'DeleteButton' TabOrder = 2 OnClick = DeleteButtonClick end end end end