home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / HovText / HovText.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt
Text File  |  2005-03-12  |  6KB  |  271 lines

  1. object SetupForm: TSetupForm
  2.   Left = 211
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SetupForm'
  7.   ClientHeight = 415
  8.   ClientWidth = 585
  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 = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKButton: TButton
  20.     Left = 208
  21.     Top = 381
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OKButton'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = OKButtonClick
  28.   end
  29.   object CancelButton: TButton
  30.     Left = 304
  31.     Top = 381
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'CancelButton'
  36.     TabOrder = 1
  37.     OnClick = CancelButtonClick
  38.   end
  39.   object PageControl1: TPageControl
  40.     Left = 0
  41.     Top = 8
  42.     Width = 585
  43.     Height = 369
  44.     ActivePage = TabGeneral
  45.     TabIndex = 0
  46.     TabOrder = 2
  47.     OnChange = PageControl1Change
  48.     object TabGeneral: TTabSheet
  49.       Caption = 'TabGeneral'
  50.       object LangLabel: TLabel
  51.         Left = 16
  52.         Top = 208
  53.         Width = 26
  54.         Height = 13
  55.         Caption = 'sprog'
  56.       end
  57.       object LinkTypeLabel: TLabel
  58.         Left = 312
  59.         Top = 160
  60.         Width = 70
  61.         Height = 13
  62.         Caption = 'LinkTypeLabel'
  63.       end
  64.       object HelpLabel: TLabel
  65.         Left = 16
  66.         Top = 266
  67.         Width = 54
  68.         Height = 13
  69.         Caption = 'onlinehj'#230'lp'
  70.       end
  71.       object URLLabel: TLabel
  72.         Left = 16
  73.         Top = 283
  74.         Width = 294
  75.         Height = 13
  76.         Caption = 'http://hovklan.com/hovtext/index.php/?page=documentation'
  77.         Font.Charset = DEFAULT_CHARSET
  78.         Font.Color = clBlue
  79.         Font.Height = -11
  80.         Font.Name = 'MS Sans Serif'
  81.         Font.Style = [fsUnderline]
  82.         ParentFont = False
  83.         ParentShowHint = False
  84.         ShowHint = True
  85.         OnClick = URLLabelClick
  86.       end
  87.       object StripWSCheck: TCheckBox
  88.         Left = 16
  89.         Top = 136
  90.         Width = 273
  91.         Height = 17
  92.         Caption = 'StripWSCheck'
  93.         ParentShowHint = False
  94.         ShowHint = True
  95.         TabOrder = 0
  96.       end
  97.       object StripCRRadio: TCheckBox
  98.         Left = 16
  99.         Top = 152
  100.         Width = 281
  101.         Height = 17
  102.         Caption = 'StripCRRadio'
  103.         ParentShowHint = False
  104.         ShowHint = True
  105.         TabOrder = 1
  106.       end
  107.       object UninstallCheck: TCheckBox
  108.         Left = 16
  109.         Top = 184
  110.         Width = 273
  111.         Height = 17
  112.         Caption = 'UninstallCheck'
  113.         ParentShowHint = False
  114.         ShowHint = True
  115.         TabOrder = 2
  116.         OnClick = UninstallCheckClick
  117.       end
  118.       object HotkeyGroup: TGroupBox
  119.         Left = 16
  120.         Top = 16
  121.         Width = 233
  122.         Height = 105
  123.         Caption = 'HotkeyGroup'
  124.         ParentShowHint = False
  125.         ShowHint = True
  126.         TabOrder = 3
  127.         object HotkeyLabel: TLabel
  128.           Left = 9
  129.           Top = 20
  130.           Width = 60
  131.           Height = 13
  132.           Caption = 'HotkeyLabel'
  133.         end
  134.         object ConvertRadio: TRadioButton
  135.           Left = 11
  136.           Top = 81
  137.           Width = 209
  138.           Height = 17
  139.           Caption = 'ConvertRadio'
  140.           TabOrder = 0
  141.         end
  142.         object HotKey1: THotKey
  143.           Left = 8
  144.           Top = 34
  145.           Width = 209
  146.           Height = 19
  147.           HotKey = 0
  148.           InvalidKeys = [hcNone, hcShift]
  149.           Modifiers = []
  150.           ParentShowHint = False
  151.           ShowHint = True
  152.           TabOrder = 1
  153.         end
  154.         object ToggleRadio: TRadioButton
  155.           Left = 11
  156.           Top = 64
  157.           Width = 209
  158.           Height = 17
  159.           Caption = 'ToggleRadio'
  160.           TabOrder = 2
  161.         end
  162.       end
  163.       object StartAsGroup: TGroupBox
  164.         Left = 312
  165.         Top = 16
  166.         Width = 241
  167.         Height = 105
  168.         Caption = 'StartAsGroup'
  169.         ParentShowHint = False
  170.         ShowHint = True
  171.         TabOrder = 4
  172.         object ActiveRadio: TRadioButton
  173.           Left = 8
  174.           Top = 24
  175.           Width = 129
  176.           Height = 17
  177.           Caption = 'RadioButton1'
  178.           TabOrder = 0
  179.         end
  180.         object InactiveRadio: TRadioButton
  181.           Left = 8
  182.           Top = 40
  183.           Width = 129
  184.           Height = 17
  185.           Caption = 'RadioButton2'
  186.           TabOrder = 1
  187.         end
  188.         object LastRadio: TRadioButton
  189.           Left = 8
  190.           Top = 56
  191.           Width = 129
  192.           Height = 17
  193.           Caption = 'RadioButton3'
  194.           TabOrder = 2
  195.         end
  196.         object WindowsStartCheck: TCheckBox
  197.           Left = 8
  198.           Top = 80
  199.           Width = 225
  200.           Height = 17
  201.           Caption = 'WindowsStartCheck'
  202.           TabOrder = 3
  203.         end
  204.       end
  205.       object OnlyCopyLinksRadio: TCheckBox
  206.         Left = 312
  207.         Top = 136
  208.         Width = 385
  209.         Height = 17
  210.         Caption = 'OnlyCopyLinksRadio'
  211.         ParentShowHint = False
  212.         ShowHint = True
  213.         TabOrder = 5
  214.       end
  215.       object LangCombo: TComboBox
  216.         Left = 16
  217.         Top = 224
  218.         Width = 145
  219.         Height = 21
  220.         Style = csDropDownList
  221.         ItemHeight = 13
  222.         TabOrder = 6
  223.         OnChange = LangComboChange
  224.       end
  225.       object LinkTypeCombo: TComboBox
  226.         Left = 312
  227.         Top = 174
  228.         Width = 145
  229.         Height = 21
  230.         Style = csDropDownList
  231.         ItemHeight = 13
  232.         TabOrder = 7
  233.       end
  234.     end
  235.     object TabLinkTypes: TTabSheet
  236.       Caption = 'TabLinkTypes'
  237.       ImageIndex = 1
  238.       object LinkTypeEditor: TValueListEditor
  239.         Left = 8
  240.         Top = 8
  241.         Width = 545
  242.         Height = 289
  243.         KeyOptions = [keyEdit]
  244.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  245.         TabOrder = 0
  246.         ColWidths = (
  247.           150
  248.           389)
  249.       end
  250.       object AddButton: TButton
  251.         Left = 16
  252.         Top = 304
  253.         Width = 75
  254.         Height = 25
  255.         Caption = 'AddButton'
  256.         TabOrder = 1
  257.         OnClick = AddButtonClick
  258.       end
  259.       object DeleteButton: TButton
  260.         Left = 104
  261.         Top = 304
  262.         Width = 75
  263.         Height = 25
  264.         Caption = 'DeleteButton'
  265.         TabOrder = 2
  266.         OnClick = DeleteButtonClick
  267.       end
  268.     end
  269.   end
  270. end
  271.