home *** CD-ROM | disk | FTP | other *** search
- object VzhledForm: TVzhledForm
- Left = 377
- Top = 301
- BorderStyle = bsDialog
- Caption = 'Tv�rce rozvrh� - nastaven� vzhledu'
- ClientHeight = 359
- ClientWidth = 332
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 16
- Top = 16
- Width = 300
- Height = 90
- Caption = 'Rozm�r bu�ky'
- TabOrder = 0
- object Label1: TLabel
- Left = 68
- Top = 26
- Width = 60
- Height = 13
- Caption = '��rka bu�ky:'
- end
- object Label2: TLabel
- Left = 68
- Top = 58
- Width = 64
- Height = 13
- Caption = 'V��ka bu�ky:'
- end
- object BunkaSirkaSpin: TSpinEdit
- Left = 171
- Top = 22
- Width = 65
- Height = 22
- MaxLength = 3
- MaxValue = 255
- MinValue = 10
- TabOrder = 0
- Value = 64
- end
- object BunkaVyskaSpin: TSpinEdit
- Left = 171
- Top = 54
- Width = 65
- Height = 22
- MaxLength = 3
- MaxValue = 255
- MinValue = 10
- TabOrder = 1
- Value = 30
- end
- end
- object GroupBox2: TGroupBox
- Left = 16
- Top = 120
- Width = 300
- Height = 90
- Caption = 'Barva rozvrh� t��d'
- TabOrder = 1
- object Label3: TLabel
- Left = 27
- Top = 26
- Width = 68
- Height = 13
- Caption = 'Barva z�hlav�:'
- end
- object Label4: TLabel
- Left = 27
- Top = 58
- Width = 68
- Height = 13
- Caption = 'Barva tabulky:'
- end
- object BarvaZahl1Box: TComboBox
- Left = 127
- Top = 22
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object BarvaTab1Box: TComboBox
- Left = 127
- Top = 54
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- end
- object GroupBox3: TGroupBox
- Left = 16
- Top = 223
- Width = 300
- Height = 90
- Caption = 'Barva rozvrh� vyu�uj�c�ch'
- TabOrder = 2
- object Label5: TLabel
- Left = 27
- Top = 26
- Width = 68
- Height = 13
- Caption = 'Barva z�hlav�:'
- end
- object Label6: TLabel
- Left = 27
- Top = 58
- Width = 68
- Height = 13
- Caption = 'Barva tabulky:'
- end
- object BarvaZahl2Box: TComboBox
- Left = 127
- Top = 22
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object BarvaTab2Box: TComboBox
- Left = 127
- Top = 54
- Width = 153
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- end
- end
- object StornoBtn: TButton
- Left = 156
- Top = 324
- Width = 75
- Height = 25
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 3
- end
- object OkBtn: TButton
- Left = 74
- Top = 324
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 4
- OnClick = OkBtnClick
- end
- object DefaultBtn: TButton
- Left = 238
- Top = 324
- Width = 75
- Height = 25
- Caption = 'Default'
- TabOrder = 5
- OnClick = DefaultBtnClick
- end
- end
-