home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Hustava / KVR.EXE / 0 / RCDATA / TNASTAVENIAFORM / TNASTAVENIAFORM.txt
Text File  |  1999-03-19  |  14KB  |  579 lines

  1. object NastaveniaForm: TNastaveniaForm
  2.   Left = 247
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastavenia programu'
  6.   ClientHeight = 304
  7.   ClientWidth = 400
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TabbedNotebook1: TTabbedNotebook
  22.     Left = 0
  23.     Top = 0
  24.     Width = 400
  25.     Height = 304
  26.     Align = alClient
  27.     TabFont.Charset = DEFAULT_CHARSET
  28.     TabFont.Color = clBtnText
  29.     TabFont.Height = -11
  30.     TabFont.Name = 'MS Sans Serif'
  31.     TabFont.Style = []
  32.     TabOrder = 0
  33.     object TTabPage
  34.       Left = 4
  35.       Top = 24
  36.       Caption = 'Rovnice'
  37.       object GroupBox1: TGroupBox
  38.         Left = 8
  39.         Top = 8
  40.         Width = 377
  41.         Height = 137
  42.         Caption = 'P∩┐╜somn∩┐╜ pr∩┐╜ca:'
  43.         TabOrder = 0
  44.         object Label1: TLabel
  45.           Left = 57
  46.           Top = 72
  47.           Width = 59
  48.           Height = 52
  49.           Caption = '4.F'
  50.           Font.Charset = EASTEUROPE_CHARSET
  51.           Font.Color = clBlack
  52.           Font.Height = -45
  53.           Font.Name = 'Times New Roman'
  54.           Font.Style = []
  55.           ParentFont = False
  56.         end
  57.         object Label2: TLabel
  58.           Left = 8
  59.           Top = 32
  60.           Width = 9
  61.           Height = 13
  62.           Caption = '1.'
  63.         end
  64.         object Label3: TLabel
  65.           Left = 8
  66.           Top = 112
  67.           Width = 9
  68.           Height = 13
  69.           Caption = '6.'
  70.         end
  71.         object Label4: TLabel
  72.           Left = 144
  73.           Top = 16
  74.           Width = 34
  75.           Height = 13
  76.           Caption = 'N∩┐╜z&ov:'
  77.           FocusControl = Edit1
  78.         end
  79.         object Label5: TLabel
  80.           Left = 144
  81.           Top = 80
  82.           Width = 30
  83.           Height = 13
  84.           Caption = '∩┐╜&kola:'
  85.           FocusControl = Edit2
  86.         end
  87.         object TrackBar1: TTrackBar
  88.           Left = 16
  89.           Top = 24
  90.           Width = 33
  91.           Height = 105
  92.           Max = 6
  93.           Min = 1
  94.           Orientation = trVertical
  95.           Frequency = 1
  96.           Position = 1
  97.           SelEnd = 0
  98.           SelStart = 0
  99.           TabOrder = 0
  100.           TickMarks = tmTopLeft
  101.           TickStyle = tsAuto
  102.           OnChange = TrackBar1Change
  103.         end
  104.         object ComboBox1: TComboBox
  105.           Left = 64
  106.           Top = 32
  107.           Width = 57
  108.           Height = 21
  109.           ImeMode = imOpen
  110.           ItemHeight = 13
  111.           Items.Strings = (
  112.             'A'
  113.             'B'
  114.             'C'
  115.             'D'
  116.             'E'
  117.             'F'
  118.             'G'
  119.             'H'
  120.             'I'
  121.             'J'
  122.             'K'
  123.             'L'
  124.             'M'
  125.             'N'
  126.             'O'
  127.             'P'
  128.             'Q'
  129.             'R'
  130.             'S'
  131.             'T'
  132.             'U'
  133.             'V'
  134.             'W'
  135.             'X'
  136.             'Y'
  137.             'Z')
  138.           MaxLength = 1
  139.           TabOrder = 1
  140.           OnChange = TrackBar1Change
  141.           OnExit = ComboBox1Exit
  142.         end
  143.         object Edit1: TEdit
  144.           Left = 144
  145.           Top = 32
  146.           Width = 217
  147.           Height = 21
  148.           MaxLength = 64
  149.           TabOrder = 2
  150.         end
  151.         object Edit2: TEdit
  152.           Left = 144
  153.           Top = 96
  154.           Width = 217
  155.           Height = 21
  156.           MaxLength = 80
  157.           TabOrder = 3
  158.         end
  159.       end
  160.       object Panel1: TPanel
  161.         Left = 8
  162.         Top = 152
  163.         Width = 377
  164.         Height = 89
  165.         TabOrder = 1
  166.         object Label6: TLabel
  167.           Left = 8
  168.           Top = 8
  169.           Width = 48
  170.           Height = 13
  171.           Caption = 'Ko&ment∩┐╜r:'
  172.         end
  173.         object Edit3: TEdit
  174.           Left = 8
  175.           Top = 24
  176.           Width = 217
  177.           Height = 21
  178.           MaxLength = 80
  179.           TabOrder = 0
  180.         end
  181.         object GroupBox2: TGroupBox
  182.           Left = 232
  183.           Top = 8
  184.           Width = 137
  185.           Height = 73
  186.           Caption = '∩┐╜o tl&a∩┐╜i∩┐╜:'
  187.           TabOrder = 1
  188.           object CheckBox1: TCheckBox
  189.             Left = 8
  190.             Top = 16
  191.             Width = 49
  192.             Height = 17
  193.             Caption = '&Triedu'
  194.             TabOrder = 0
  195.           end
  196.           object CheckBox2: TCheckBox
  197.             Left = 8
  198.             Top = 32
  199.             Width = 49
  200.             Height = 17
  201.             Caption = '&N∩┐╜zov'
  202.             TabOrder = 1
  203.           end
  204.           object CheckBox3: TCheckBox
  205.             Left = 64
  206.             Top = 16
  207.             Width = 49
  208.             Height = 17
  209.             Caption = '∩┐╜kol&u'
  210.             TabOrder = 2
  211.           end
  212.           object CheckBox4: TCheckBox
  213.             Left = 64
  214.             Top = 32
  215.             Width = 65
  216.             Height = 17
  217.             Caption = 'Koment∩┐╜&r'
  218.             TabOrder = 3
  219.           end
  220.           object CheckBox7: TCheckBox
  221.             Left = 8
  222.             Top = 48
  223.             Width = 49
  224.             Height = 17
  225.             Caption = 'M&eno'
  226.             TabOrder = 4
  227.           end
  228.           object CheckBox8: TCheckBox
  229.             Left = 64
  230.             Top = 48
  231.             Width = 65
  232.             Height = 17
  233.             Caption = 'Sku&p."A"'
  234.             TabOrder = 5
  235.           end
  236.         end
  237.       end
  238.     end
  239.     object TTabPage
  240.       Left = 4
  241.       Top = 24
  242.       Caption = 'Program'
  243.       object GroupBox3: TGroupBox
  244.         Left = 8
  245.         Top = 8
  246.         Width = 185
  247.         Height = 81
  248.         Caption = 'Pr∩┐╜ca programu:'
  249.         TabOrder = 0
  250.         object CheckBox5: TCheckBox
  251.           Left = 16
  252.           Top = 24
  253.           Width = 129
  254.           Height = 17
  255.           Caption = 'Mi&nimalizova∩┐╜ pri ∩┐╜tarte'
  256.           TabOrder = 0
  257.         end
  258.         object CheckBox6: TCheckBox
  259.           Left = 16
  260.           Top = 48
  261.           Width = 121
  262.           Height = 17
  263.           Caption = '&Spusti∩┐╜ s parametrom'
  264.           TabOrder = 1
  265.         end
  266.       end
  267.       object GroupBox4: TGroupBox
  268.         Left = 8
  269.         Top = 96
  270.         Width = 377
  271.         Height = 145
  272.         Caption = 'Extern∩┐╜ n∩┐╜stroj:'
  273.         TabOrder = 1
  274.         object Label7: TLabel
  275.           Left = 16
  276.           Top = 16
  277.           Width = 31
  278.           Height = 13
  279.           Caption = 'S∩┐╜&bor:'
  280.           FocusControl = Edit4
  281.         end
  282.         object Edit4: TEdit
  283.           Left = 16
  284.           Top = 32
  285.           Width = 289
  286.           Height = 21
  287.           MaxLength = 255
  288.           TabOrder = 0
  289.         end
  290.         object BitBtn3: TBitBtn
  291.           Left = 312
  292.           Top = 32
  293.           Width = 57
  294.           Height = 25
  295.           Caption = 'N∩┐╜&js∩┐╜'
  296.           TabOrder = 1
  297.           OnClick = BitBtn3Click
  298.           Glyph.Data = {
  299.             76010000424D7601000000000000760000002800000020000000100000000100
  300.             04000000000000010000120B0000120B00001000000000000000000000000000
  301.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  302.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  303.             33333FFFFFFFFFFFFFFF000000000000000077777777777777770FFFFFFFFFFF
  304.             FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  305.             FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  306.             FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  307.             FFF07F3FF3FF3FF3FFF70F00F00F00F000F07F773773773777370FFFFFFFFFFF
  308.             FFF07FFFFFFFFFFFFFF70CCCCCCCCCCCCCC07777777777777777088CCCCCCCCC
  309.             C8807FF7777777777FF700000000000000007777777777777777333333333333
  310.             3333333333333333333333333333333333333333333333333333}
  311.           NumGlyphs = 2
  312.         end
  313.         object RadioButton1: TRadioButton
  314.           Left = 16
  315.           Top = 64
  316.           Width = 129
  317.           Height = 17
  318.           Caption = 'Sp&usti∩┐╜ minimalizovan∩┐╜'
  319.           TabOrder = 2
  320.         end
  321.         object RadioButton2: TRadioButton
  322.           Left = 16
  323.           Top = 88
  324.           Width = 129
  325.           Height = 17
  326.           Caption = 'Spust&i∩┐╜ maximalizovan∩┐╜'
  327.           TabOrder = 3
  328.         end
  329.         object RadioButton3: TRadioButton
  330.           Left = 16
  331.           Top = 112
  332.           Width = 185
  333.           Height = 17
  334.           Caption = 'Spusti∩┐╜ pod∩┐╜a po∩┐╜iada&vky n∩┐╜stroja'
  335.           TabOrder = 4
  336.         end
  337.       end
  338.     end
  339.     object TTabPage
  340.       Left = 4
  341.       Top = 24
  342.       Caption = '∩┐╜al∩┐╜ie'
  343.       object Label9: TLabel
  344.         Left = 8
  345.         Top = 256
  346.         Width = 37
  347.         Height = 13
  348.         Caption = 'C:\KVR'
  349.         Visible = False
  350.       end
  351.       object GroupBox5: TGroupBox
  352.         Left = 8
  353.         Top = 8
  354.         Width = 377
  355.         Height = 233
  356.         Caption = 'Cesty:'
  357.         TabOrder = 0
  358.         object Label8: TLabel
  359.           Left = 16
  360.           Top = 16
  361.           Width = 193
  362.           Height = 13
  363.           Caption = 'A&dres∩┐╜r pre ukladanie v∩┐╜etk∩┐╜ch s∩┐╜borov:'
  364.           FocusControl = Edit5
  365.         end
  366.         object Edit5: TEdit
  367.           Left = 16
  368.           Top = 32
  369.           Width = 345
  370.           Height = 21
  371.           MaxLength = 255
  372.           ReadOnly = True
  373.           TabOrder = 0
  374.         end
  375.         object DirectoryListBox1: TDirectoryListBox
  376.           Left = 16
  377.           Top = 64
  378.           Width = 345
  379.           Height = 153
  380.           DirLabel = Label9
  381.           ItemHeight = 16
  382.           TabOrder = 1
  383.           OnChange = DirectoryListBox1Change
  384.           OnClick = DirectoryListBox1Change
  385.         end
  386.       end
  387.     end
  388.     object TTabPage
  389.       Left = 4
  390.       Top = 24
  391.       Caption = 'Intervaly'
  392.       object Bevel1: TBevel
  393.         Left = 8
  394.         Top = 8
  395.         Width = 377
  396.         Height = 121
  397.       end
  398.       object Label10: TLabel
  399.         Left = 16
  400.         Top = 16
  401.         Width = 329
  402.         Height = 26
  403.         Caption = 
  404.           'Tu pros∩┐╜m nastavte ve∩┐╜kosti ∩┐╜tyroch koeficientov, ktor∩┐╜ ur∩┐╜uj∩┐╜ r' +
  405.           'ozsah pou∩┐╜it∩┐╜ch, alebo vypo∩┐╜∩┐╜tan∩┐╜ch hodn∩┐╜t:'
  406.         WordWrap = True
  407.       end
  408.       object Bevel2: TBevel
  409.         Left = 8
  410.         Top = 136
  411.         Width = 377
  412.         Height = 105
  413.       end
  414.       object Label11: TLabel
  415.         Left = 16
  416.         Top = 152
  417.         Width = 360
  418.         Height = 26
  419.         Caption = 
  420.           'Tu pros∩┐╜m uve∩┐╜te, ∩┐╜i pri generovan∩┐╜ kombin∩┐╜ci∩┐╜ rovn∩┐╜c s cel∩┐╜mi k' +
  421.           'ore∩┐╜mi a so zlomkov∩┐╜mi kore∩┐╜mi sa m∩┐╜ za∩┐╜a∩┐╜ s jedn∩┐╜m typom, alebo' +
  422.           ' s druh∩┐╜m typom:'
  423.         WordWrap = True
  424.       end
  425.       object Button1: TButton
  426.         Left = 32
  427.         Top = 56
  428.         Width = 57
  429.         Height = 57
  430.         Caption = '40'
  431.         Font.Charset = DEFAULT_CHARSET
  432.         Font.Color = clWindowText
  433.         Font.Height = -32
  434.         Font.Name = 'MS Sans Serif'
  435.         Font.Style = []
  436.         ParentFont = False
  437.         TabOrder = 0
  438.       end
  439.       object Button2: TButton
  440.         Left = 120
  441.         Top = 56
  442.         Width = 57
  443.         Height = 57
  444.         Caption = '40'
  445.         Font.Charset = DEFAULT_CHARSET
  446.         Font.Color = clWindowText
  447.         Font.Height = -32
  448.         Font.Name = 'MS Sans Serif'
  449.         Font.Style = []
  450.         ParentFont = False
  451.         TabOrder = 1
  452.       end
  453.       object Button3: TButton
  454.         Left = 208
  455.         Top = 56
  456.         Width = 57
  457.         Height = 57
  458.         Caption = '40'
  459.         Font.Charset = DEFAULT_CHARSET
  460.         Font.Color = clWindowText
  461.         Font.Height = -32
  462.         Font.Name = 'MS Sans Serif'
  463.         Font.Style = []
  464.         ParentFont = False
  465.         TabOrder = 2
  466.       end
  467.       object Button4: TButton
  468.         Left = 296
  469.         Top = 56
  470.         Width = 57
  471.         Height = 57
  472.         Caption = '40'
  473.         Font.Charset = DEFAULT_CHARSET
  474.         Font.Color = clWindowText
  475.         Font.Height = -32
  476.         Font.Name = 'MS Sans Serif'
  477.         Font.Style = []
  478.         ParentFont = False
  479.         TabOrder = 3
  480.       end
  481.       object UpDown1: TUpDown
  482.         Left = 89
  483.         Top = 56
  484.         Width = 15
  485.         Height = 57
  486.         Associate = Button1
  487.         Min = 40
  488.         Max = 150
  489.         Position = 40
  490.         TabOrder = 4
  491.         Wrap = False
  492.       end
  493.       object UpDown2: TUpDown
  494.         Left = 177
  495.         Top = 56
  496.         Width = 15
  497.         Height = 57
  498.         Associate = Button2
  499.         Min = 40
  500.         Max = 150
  501.         Position = 40
  502.         TabOrder = 5
  503.         Wrap = False
  504.       end
  505.       object UpDown3: TUpDown
  506.         Left = 265
  507.         Top = 56
  508.         Width = 15
  509.         Height = 57
  510.         Associate = Button3
  511.         Min = 40
  512.         Max = 150
  513.         Position = 40
  514.         TabOrder = 6
  515.         Wrap = False
  516.       end
  517.       object UpDown4: TUpDown
  518.         Left = 353
  519.         Top = 56
  520.         Width = 15
  521.         Height = 57
  522.         Associate = Button4
  523.         Min = 40
  524.         Max = 150
  525.         Position = 40
  526.         TabOrder = 7
  527.         Wrap = False
  528.       end
  529.       object RadioButton4: TRadioButton
  530.         Left = 32
  531.         Top = 200
  532.         Width = 89
  533.         Height = 17
  534.         Caption = 'Za∩┐╜a∩┐╜ s &cel∩┐╜mi'
  535.         TabOrder = 8
  536.       end
  537.       object RadioButton5: TRadioButton
  538.         Left = 232
  539.         Top = 200
  540.         Width = 121
  541.         Height = 17
  542.         Caption = 'Za∩┐╜a∩┐╜ so &zlomkov∩┐╜mi'
  543.         TabOrder = 9
  544.       end
  545.     end
  546.   end
  547.   object BitBtn1: TBitBtn
  548.     Left = 226
  549.     Top = 272
  550.     Width = 75
  551.     Height = 25
  552.     Caption = '&Ulo∩┐╜i∩┐╜'
  553.     TabOrder = 1
  554.     OnClick = BitBtn1Click
  555.     Kind = bkOK
  556.   end
  557.   object BitBtn2: TBitBtn
  558.     Left = 314
  559.     Top = 272
  560.     Width = 75
  561.     Height = 25
  562.     Caption = '&Zavrie∩┐╜'
  563.     TabOrder = 2
  564.     OnClick = BitBtn2Click
  565.     Kind = bkCancel
  566.   end
  567.   object OpenDialog1: TOpenDialog
  568.     DefaultExt = '*.exe'
  569.     Filter = 
  570.       'Spustite∩┐╜n∩┐╜ s∩┐╜bory (*.exe)|*.exe|S∩┐╜bory dosu (*.com; *.bat)|*.co' +
  571.       'm;*.bat'
  572.     InitialDir = 'c:\'
  573.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  574.     Title = 'Vyberte spustite∩┐╜n∩┐╜ s∩┐╜bor n∩┐╜stroja'
  575.     Left = 228
  576.     Top = 64
  577.   end
  578. end
  579.