home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Vachtl / mobydict171.exe / MobyDict.exe / 0 / RCDATA / TFRMAUTOMAT / TFRMAUTOMAT.txt
Text File  |  2001-10-14  |  3KB  |  162 lines

  1. object frmAutomat: TfrmAutomat
  2.   Left = 52
  3.   Top = 97
  4.   Width = 491
  5.   Height = 335
  6.   Caption = 'Automatick∩┐╜ zkou∩┐╜en∩┐╜'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblOtazka: TLabel
  18.     Left = 0
  19.     Top = 40
  20.     Width = 481
  21.     Height = 54
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'lblOtazka'
  25.     Font.Charset = EASTEUROPE_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -19
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object lblOdpoved: TLabel
  33.     Left = 0
  34.     Top = 104
  35.     Width = 481
  36.     Height = 49
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 'lblOdpoved'
  40.     Font.Charset = EASTEUROPE_CHARSET
  41.     Font.Color = clGreen
  42.     Font.Height = -19
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object lbPozice: TLabel
  48.     Left = 16
  49.     Top = 8
  50.     Width = 40
  51.     Height = 13
  52.     Caption = 'lbPozice'
  53.   end
  54.   object bDalsiUsek: TButton
  55.     Left = 192
  56.     Top = 169
  57.     Width = 97
  58.     Height = 25
  59.     Caption = 'Dal∩┐╜∩┐╜ ∩┐╜sek'
  60.     TabOrder = 0
  61.     OnClick = bDalsiUsekClick
  62.   end
  63.   object bKonec: TButton
  64.     Left = 400
  65.     Top = 272
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'Zp∩┐╜t'
  69.     ModalResult = 1
  70.     TabOrder = 1
  71.     OnClick = bKonecClick
  72.   end
  73.   object GroupBox1: TGroupBox
  74.     Left = 16
  75.     Top = 216
  76.     Width = 353
  77.     Height = 81
  78.     Caption = '∩┐╜asov∩┐╜ limity'
  79.     TabOrder = 2
  80.     object Label3: TLabel
  81.       Left = 8
  82.       Top = 16
  83.       Width = 70
  84.       Height = 13
  85.       Caption = '∩┐╜as na ot∩┐╜zku:'
  86.     end
  87.     object Label4: TLabel
  88.       Left = 7
  89.       Top = 48
  90.       Width = 82
  91.       Height = 13
  92.       Caption = '∩┐╜as na odpov∩┐╜∩┐╜:'
  93.     end
  94.     object tbOtazka: TTrackBar
  95.       Left = 104
  96.       Top = 16
  97.       Width = 241
  98.       Height = 25
  99.       LineSize = 10
  100.       Max = 30
  101.       Orientation = trHorizontal
  102.       ParentShowHint = False
  103.       Frequency = 5
  104.       Position = 10
  105.       SelEnd = 0
  106.       SelStart = 0
  107.       ShowHint = False
  108.       TabOrder = 0
  109.       ThumbLength = 14
  110.       TickMarks = tmBottomRight
  111.       TickStyle = tsAuto
  112.     end
  113.     object tbOdpoved: TTrackBar
  114.       Left = 104
  115.       Top = 48
  116.       Width = 241
  117.       Height = 25
  118.       LineSize = 2
  119.       Max = 30
  120.       Orientation = trHorizontal
  121.       ParentShowHint = False
  122.       Frequency = 5
  123.       Position = 10
  124.       SelEnd = 0
  125.       SelStart = 0
  126.       ShowHint = False
  127.       TabOrder = 1
  128.       ThumbLength = 14
  129.       TickMarks = tmBottomRight
  130.       TickStyle = tsAuto
  131.     end
  132.   end
  133.   object pbUkazatel: TProgressBar
  134.     Left = 17
  135.     Top = 25
  136.     Width = 25
  137.     Height = 5
  138.     Enabled = False
  139.     Min = 0
  140.     Max = 100
  141.     Position = 50
  142.     Smooth = True
  143.     TabOrder = 3
  144.   end
  145.   object hodinky: TTimer
  146.     Enabled = False
  147.     Interval = 100
  148.     OnTimer = hodinkyTimer
  149.     Left = 432
  150.     Top = 168
  151.   end
  152.   object ActionList1: TActionList
  153.     Left = 224
  154.     Top = 8
  155.     object actKonec: TAction
  156.       Caption = 'Konec'
  157.       ShortCut = 27
  158.       OnExecute = actKonecExecute
  159.     end
  160.   end
  161. end
  162.