home *** CD-ROM | disk | FTP | other *** search
- object Form14: TForm14
- Left = 355
- Top = 246
- ActiveControl = ComboBox1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Horizont�ln� linka..'
- ClientHeight = 139
- ClientWidth = 182
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 19
- Top = 9
- Width = 26
- Height = 13
- Hint = 'Zadejte ���ku horizont�ln� linky v procentech nebo pixelech'
- Caption = '���ka'
- end
- object Label2: TLabel
- Left = 4
- Top = 32
- Width = 42
- Height = 13
- Hint = 'Zadejte tlou��ku'
- Caption = 'Tlou��ka'
- end
- object Label3: TLabel
- Left = 17
- Top = 59
- Width = 28
- Height = 13
- Hint = 'Bafva linky'
- Caption = 'Barva'
- end
- object ColorCombo1: TColorCombo
- Left = 51
- Top = 57
- Width = 102
- Height = 20
- Hint = 'Bafva linky'
- Caption = 'ColorCombo1'
- TabOrder = 2
- OnMouseDown = ColorCombo1MouseDown
- Color = clWhite
- end
- object CheckBox1: TCheckBox
- Left = 110
- Top = 83
- Width = 62
- Height = 17
- Hint = 'M� se linka st�novat? '
- Alignment = taLeftJustify
- Caption = 'St�novat'
- State = cbChecked
- TabOrder = 4
- end
- object Button1: TButton
- Left = 96
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Vlo�it'
- Default = True
- ModalResult = 1
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 104
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Zp�t'
- ModalResult = 2
- TabOrder = 6
- end
- object CheckBox3: TCheckBox
- Left = 158
- Top = 58
- Width = 17
- Height = 17
- Caption = 'CheckBox3'
- TabOrder = 3
- end
- object edit1: TComboBox
- Left = 51
- Top = 29
- Width = 118
- Height = 21
- Hint = 'Zadejte tlou��ku'
- ItemHeight = 13
- Items.Strings = (
- '1'
- '3'
- '5'
- '10')
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 51
- Top = 5
- Width = 118
- Height = 21
- Hint = 'Zadejte ���ku horizont�ln� linky v procentech nebo pixelech'
- ItemHeight = 13
- Items.Strings = (
- ''
- '95%'
- '75%'
- '65%'
- '800'
- '640'
- '480')
- TabOrder = 0
- end
- end
-