home *** CD-ROM | disk | FTP | other *** search
- object frmLine: TfrmLine
- Left = 375
- Top = 220
- BorderStyle = bsDialog
- Caption = 'Vodorovn� ��ra'
- ClientHeight = 109
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 5
- Top = 3
- Width = 320
- Height = 75
- TabOrder = 0
- object Label2: TLabel
- Left = 10
- Top = 45
- Width = 31
- Height = 13
- Caption = 'Barva:'
- end
- object Label7: TLabel
- Left = 9
- Top = 18
- Width = 46
- Height = 13
- Caption = 'Zarovnat:'
- end
- object Label1: TLabel
- Left = 190
- Top = 47
- Width = 34
- Height = 13
- Hint = 'SIZE'
- Caption = 'D�lka: '
- end
- object Label8: TLabel
- Left = 190
- Top = 20
- Width = 29
- Height = 13
- Hint = 'WIDTH'
- Caption = '���ka:'
- end
- object cmbALIGN: TComboBox
- Left = 64
- Top = 15
- Width = 119
- Height = 21
- Hint = 'ALIGN'
- ItemHeight = 13
- TabOrder = 0
- OnEnter = cmbALIGNEnter
- OnExit = cmbALIGNExit
- Items.Strings = (
- ''
- 'left'
- 'center'
- 'right')
- end
- object edSize: TEdit
- Left = 234
- Top = 15
- Width = 75
- Height = 21
- Hint = 'SIZE'
- TabOrder = 1
- OnEnter = edSizeEnter
- OnExit = edSizeExit
- end
- object edWidth: TEdit
- Left = 234
- Top = 42
- Width = 75
- Height = 21
- Hint = 'WIDTH'
- TabOrder = 2
- OnEnter = edWidthEnter
- OnExit = edWidthExit
- end
- object cmbColor: TColorCombo
- Left = 64
- Top = 42
- Width = 119
- Height = 22
- Hint = 'COLOR'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 3
- ColorDialog = frmMain.ColorDialog1
- end
- end
- object btnOK: TButton
- Left = 170
- Top = 82
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 250
- Top = 82
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 2
- OnClick = btnStornoClick
- end
- end
-