home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / St_Deset.ex_ / 0 / RCDATA / TFMOZNOSTI / TFMOZNOSTI.txt
Encoding:
Text File  |  2000-08-30  |  5.1 KB  |  246 lines

  1. object FMoznosti: TFMoznosti
  2.   Left = 182
  3.   Top = 95
  4.   ActiveControl = Vyber
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mo∩┐╜nosti'
  8.   ClientHeight = 280
  9.   ClientWidth = 346
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PopupMenu = PopupMenu1
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object DsFancyButton1: TDsFancyButton
  21.     Left = 264
  22.     Top = 246
  23.     Width = 73
  24.     Height = 25
  25.     ButtonColor = clBtnFace
  26.     Caption = 'OK'
  27.     FrameColor = clGray
  28.     FrameWidth = 6
  29.     CornerRadius = 10
  30.     TextStyle = txRaised
  31.     OnClick = DsFancyButton1Click
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 0
  35.     Top = 0
  36.     Width = 345
  37.     Height = 169
  38.     Caption = ' Nastaven∩┐╜ barev tla∩┐╜∩┐╜tek '
  39.     TabOrder = 0
  40.     object Label3: TLabel
  41.       Left = 176
  42.       Top = 24
  43.       Width = 89
  44.       Height = 13
  45.       Caption = 'Barva vnit∩┐╜n∩┐╜ ∩┐╜∩┐╜sti:'
  46.     end
  47.     object Label2: TLabel
  48.       Left = 8
  49.       Top = 24
  50.       Width = 42
  51.       Height = 13
  52.       Caption = 'Tla∩┐╜∩┐╜tko:'
  53.     end
  54.     object Label7: TLabel
  55.       Left = 8
  56.       Top = 70
  57.       Width = 77
  58.       Height = 13
  59.       Caption = 'Styl st∩┐╜nu p∩┐╜sma:'
  60.     end
  61.     object Label8: TLabel
  62.       Left = 176
  63.       Top = 70
  64.       Width = 63
  65.       Height = 13
  66.       Caption = 'Barva okraje:'
  67.     end
  68.     object Test: TDsFancyButton
  69.       Left = 60
  70.       Top = 126
  71.       Width = 80
  72.       Height = 26
  73.       ButtonColor = clBtnFace
  74.       Caption = 'Uk∩┐╜zka'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -16
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       FrameColor = clGray
  81.       FrameWidth = 12
  82.       ParentFont = False
  83.       CornerRadius = 10
  84.       TextStyle = txNone
  85.     end
  86.     object Label4: TLabel
  87.       Left = 8
  88.       Top = 132
  89.       Width = 40
  90.       Height = 13
  91.       Caption = 'Uk∩┐╜zka:'
  92.     end
  93.     object DsFancyButton2: TDsFancyButton
  94.       Left = 224
  95.       Top = 126
  96.       Width = 105
  97.       Height = 25
  98.       ButtonColor = clBtnFace
  99.       Caption = 'P∩┐╜vodn∩┐╜ nastaven∩┐╜'
  100.       FrameColor = clGray
  101.       FrameWidth = 6
  102.       CornerRadius = 10
  103.       TextStyle = txRaised
  104.       OnClick = DsFancyButton2Click
  105.     end
  106.     object Aktualizace: TButton
  107.       Left = 240
  108.       Top = 8
  109.       Width = 65
  110.       Height = 17
  111.       Caption = 'Aktualizace'
  112.       TabOrder = 0
  113.       Visible = False
  114.       OnClick = AktualizaceClick
  115.     end
  116.     object Button1: TButton
  117.       Left = 304
  118.       Top = 8
  119.       Width = 33
  120.       Height = 17
  121.       Caption = 'Ulo∩┐╜it'
  122.       TabOrder = 1
  123.       Visible = False
  124.       OnClick = Button1Click
  125.     end
  126.     object Barva1: TComboBox
  127.       Left = 184
  128.       Top = 40
  129.       Width = 145
  130.       Height = 21
  131.       ItemHeight = 13
  132.       Items.Strings = (
  133.         'b∩┐╜l∩┐╜'
  134.         '∩┐╜ern∩┐╜'
  135.         '∩┐╜erven∩┐╜'
  136.         'fialov∩┐╜'
  137.         'hn∩┐╜d∩┐╜'
  138.         'modr∩┐╜ 1'
  139.         'modr∩┐╜ 2'
  140.         'modr∩┐╜ 3'
  141.         'r∩┐╜∩┐╜ov∩┐╜'
  142.         '∩┐╜ed∩┐╜ 1'
  143.         '∩┐╜ed∩┐╜ 2'
  144.         'zelen∩┐╜ 1'
  145.         'zelen∩┐╜ 2'
  146.         'zelen∩┐╜ 3'
  147.         'zelen∩┐╜ 4'
  148.         '∩┐╜lut∩┐╜')
  149.       TabOrder = 2
  150.       OnChange = Barva1Change
  151.     end
  152.     object Vyber: TComboBox
  153.       Left = 16
  154.       Top = 40
  155.       Width = 145
  156.       Height = 21
  157.       DragMode = dmAutomatic
  158.       DragCursor = crArrow
  159.       ItemHeight = 13
  160.       Items.Strings = (
  161.         'Konec'
  162.         'Reset'
  163.         'Start'
  164.         'S∩┐╜zenka'
  165.         'Stop'
  166.         'Tabulka')
  167.       TabOrder = 3
  168.       Text = 'Vyberte si tla∩┐╜∩┐╜tko'
  169.       OnChange = VyberChange
  170.     end
  171.     object vyber2: TComboBox
  172.       Left = 16
  173.       Top = 84
  174.       Width = 145
  175.       Height = 21
  176.       ItemHeight = 13
  177.       Items.Strings = (
  178.         '∩┐╜∩┐╜dn∩┐╜'
  179.         'b∩┐╜l∩┐╜'
  180.         'b∩┐╜l∩┐╜ (vzd∩┐╜len∩┐╜)'
  181.         'tmav∩┐╜ (vzd∩┐╜len∩┐╜)')
  182.       TabOrder = 4
  183.       OnChange = vyber2Change
  184.     end
  185.     object Barva2: TComboBox
  186.       Left = 184
  187.       Top = 84
  188.       Width = 145
  189.       Height = 21
  190.       ItemHeight = 13
  191.       Items.Strings = (
  192.         'b∩┐╜l∩┐╜'
  193.         '∩┐╜ern∩┐╜'
  194.         '∩┐╜erven∩┐╜'
  195.         'fialov∩┐╜'
  196.         'hn∩┐╜d∩┐╜'
  197.         'modr∩┐╜ 1'
  198.         'modr∩┐╜ 2'
  199.         'modr∩┐╜ 3'
  200.         'r∩┐╜∩┐╜ov∩┐╜'
  201.         '∩┐╜ed∩┐╜ 1'
  202.         '∩┐╜ed∩┐╜ 2'
  203.         'zelen∩┐╜ 1'
  204.         'zelen∩┐╜ 2'
  205.         'zelen∩┐╜ 3'
  206.         'zelen∩┐╜ 4'
  207.         '∩┐╜lut∩┐╜')
  208.       TabOrder = 5
  209.       OnChange = Barva2Change
  210.     end
  211.   end
  212.   object GroupBox2: TGroupBox
  213.     Left = 0
  214.     Top = 176
  215.     Width = 345
  216.     Height = 57
  217.     Caption = ' Nastaven∩┐╜ zobrazen∩┐╜ ∩┐╜∩┐╜sel a S∩┐╜zenky '
  218.     TabOrder = 1
  219.     object CheckBox1: TCheckBox
  220.       Left = 16
  221.       Top = 16
  222.       Width = 209
  223.       Height = 17
  224.       Caption = 'Se∩┐╜adit ∩┐╜∩┐╜sla po losov∩┐╜n∩┐╜ podle velikosti'
  225.       State = cbChecked
  226.       TabOrder = 0
  227.     end
  228.     object CheckBox2: TCheckBox
  229.       Left = 16
  230.       Top = 32
  231.       Width = 241
  232.       Height = 17
  233.       Caption = 'Automaticky vypl∩┐╜ovat S∩┐╜zenku p∩┐╜i zobrazen∩┐╜'
  234.       TabOrder = 1
  235.     end
  236.   end
  237.   object PopupMenu1: TPopupMenu
  238.     Left = 200
  239.     Top = 8
  240.     object Zavt1: TMenuItem
  241.       Caption = 'Zav∩┐╜∩┐╜t'
  242.       OnClick = Zavt1Click
  243.     end
  244.   end
  245. end
  246.