home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / program / ctenari / Jaros / rozvrhy.exe / 0 / RCDATA / TVZHLEDFORM / TVZHLEDFORM.txt
Text File  |  2004-06-21  |  3KB  |  170 lines

  1. object VzhledForm: TVzhledForm
  2.   Left = 377
  3.   Top = 301
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tv∩┐╜rce rozvrh∩┐╜ - nastaven∩┐╜ vzhledu'
  6.   ClientHeight = 359
  7.   ClientWidth = 332
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 16
  19.     Top = 16
  20.     Width = 300
  21.     Height = 90
  22.     Caption = 'Rozm∩┐╜r bu∩┐╜ky'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 68
  26.       Top = 26
  27.       Width = 60
  28.       Height = 13
  29.       Caption = '∩┐╜∩┐╜rka bu∩┐╜ky:'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 68
  33.       Top = 58
  34.       Width = 64
  35.       Height = 13
  36.       Caption = 'V∩┐╜∩┐╜ka bu∩┐╜ky:'
  37.     end
  38.     object BunkaSirkaSpin: TSpinEdit
  39.       Left = 171
  40.       Top = 22
  41.       Width = 65
  42.       Height = 22
  43.       MaxLength = 3
  44.       MaxValue = 255
  45.       MinValue = 10
  46.       TabOrder = 0
  47.       Value = 64
  48.     end
  49.     object BunkaVyskaSpin: TSpinEdit
  50.       Left = 171
  51.       Top = 54
  52.       Width = 65
  53.       Height = 22
  54.       MaxLength = 3
  55.       MaxValue = 255
  56.       MinValue = 10
  57.       TabOrder = 1
  58.       Value = 30
  59.     end
  60.   end
  61.   object GroupBox2: TGroupBox
  62.     Left = 16
  63.     Top = 120
  64.     Width = 300
  65.     Height = 90
  66.     Caption = 'Barva rozvrh∩┐╜ t∩┐╜∩┐╜d'
  67.     TabOrder = 1
  68.     object Label3: TLabel
  69.       Left = 27
  70.       Top = 26
  71.       Width = 68
  72.       Height = 13
  73.       Caption = 'Barva z∩┐╜hlav∩┐╜:'
  74.     end
  75.     object Label4: TLabel
  76.       Left = 27
  77.       Top = 58
  78.       Width = 68
  79.       Height = 13
  80.       Caption = 'Barva tabulky:'
  81.     end
  82.     object BarvaZahl1Box: TComboBox
  83.       Left = 127
  84.       Top = 22
  85.       Width = 153
  86.       Height = 21
  87.       Style = csDropDownList
  88.       ItemHeight = 13
  89.       TabOrder = 0
  90.     end
  91.     object BarvaTab1Box: TComboBox
  92.       Left = 127
  93.       Top = 54
  94.       Width = 153
  95.       Height = 21
  96.       Style = csDropDownList
  97.       ItemHeight = 13
  98.       TabOrder = 1
  99.     end
  100.   end
  101.   object GroupBox3: TGroupBox
  102.     Left = 16
  103.     Top = 223
  104.     Width = 300
  105.     Height = 90
  106.     Caption = 'Barva rozvrh∩┐╜ vyu∩┐╜uj∩┐╜c∩┐╜ch'
  107.     TabOrder = 2
  108.     object Label5: TLabel
  109.       Left = 27
  110.       Top = 26
  111.       Width = 68
  112.       Height = 13
  113.       Caption = 'Barva z∩┐╜hlav∩┐╜:'
  114.     end
  115.     object Label6: TLabel
  116.       Left = 27
  117.       Top = 58
  118.       Width = 68
  119.       Height = 13
  120.       Caption = 'Barva tabulky:'
  121.     end
  122.     object BarvaZahl2Box: TComboBox
  123.       Left = 127
  124.       Top = 22
  125.       Width = 153
  126.       Height = 21
  127.       Style = csDropDownList
  128.       ItemHeight = 13
  129.       TabOrder = 0
  130.     end
  131.     object BarvaTab2Box: TComboBox
  132.       Left = 127
  133.       Top = 54
  134.       Width = 153
  135.       Height = 21
  136.       Style = csDropDownList
  137.       ItemHeight = 13
  138.       TabOrder = 1
  139.     end
  140.   end
  141.   object StornoBtn: TButton
  142.     Left = 156
  143.     Top = 324
  144.     Width = 75
  145.     Height = 25
  146.     Caption = 'Storno'
  147.     ModalResult = 2
  148.     TabOrder = 3
  149.   end
  150.   object OkBtn: TButton
  151.     Left = 74
  152.     Top = 324
  153.     Width = 75
  154.     Height = 25
  155.     Caption = 'OK'
  156.     ModalResult = 1
  157.     TabOrder = 4
  158.     OnClick = OkBtnClick
  159.   end
  160.   object DefaultBtn: TButton
  161.     Left = 238
  162.     Top = 324
  163.     Width = 75
  164.     Height = 25
  165.     Caption = 'Default'
  166.     TabOrder = 5
  167.     OnClick = DefaultBtnClick
  168.   end
  169. end
  170.