home *** CD-ROM | disk | FTP | other *** search
- object frmFrameSet: TfrmFrameSet
- Left = 433
- Top = 355
- BorderStyle = bsDialog
- Caption = 'Frameset'
- ClientHeight = 130
- ClientWidth = 365
- 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 = 4
- Top = 0
- Width = 357
- Height = 99
- TabOrder = 2
- object Label1: TLabel
- Left = 8
- Top = 19
- Width = 34
- Height = 13
- Caption = '��dky:'
- end
- object Label2: TLabel
- Left = 8
- Top = 45
- Width = 42
- Height = 13
- Caption = 'Sloupce:'
- end
- object Label3: TLabel
- Left = 170
- Top = 19
- Width = 66
- Height = 13
- Caption = 'Frame Border:'
- end
- object Label4: TLabel
- Left = 202
- Top = 70
- Width = 34
- Height = 13
- Caption = 'Border:'
- end
- object Label6: TLabel
- Left = 8
- Top = 71
- Width = 31
- Height = 13
- Caption = 'Barva:'
- end
- object Label5: TLabel
- Left = 170
- Top = 44
- Width = 74
- Height = 13
- Caption = 'Frame Spacing:'
- end
- object edRows: TEdit
- Left = 60
- Top = 15
- Width = 100
- Height = 21
- Hint = 'ROWS'
- TabOrder = 0
- OnEnter = edRowsEnter
- OnExit = edRowsExit
- end
- object edCols: TEdit
- Left = 60
- Top = 41
- Width = 100
- Height = 21
- Hint = 'COLS'
- TabOrder = 1
- OnEnter = edColsEnter
- OnExit = edColsExit
- end
- object cmbFrameBorder: TComboBox
- Left = 247
- Top = 14
- Width = 100
- Height = 21
- Hint = 'FRAMEBORDER'
- ItemHeight = 13
- TabOrder = 2
- OnEnter = cmbFrameBorderEnter
- OnExit = cmbFrameBorderExit
- Items.Strings = (
- ''
- '0'
- 'yes'
- 'no')
- end
- object edBorder: TEdit
- Left = 247
- Top = 64
- Width = 100
- Height = 21
- Hint = 'BORDER'
- TabOrder = 3
- OnEnter = edBorderEnter
- OnExit = edBorderExit
- end
- object cbBorderColor: TColorCombo
- Left = 60
- Top = 67
- Width = 131
- Height = 22
- Hint = 'BORDERCOLOR'
- ItemHeight = 16
- Items.Strings = (
- 'clWhite'
- 'clWhite'
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite')
- TabOrder = 4
- ColorDialog = frmMain.ColorDialog1
- end
- object edFrameSpacing: TEdit
- Left = 247
- Top = 39
- Width = 100
- Height = 21
- Hint = 'FRAMESPACING'
- TabOrder = 5
- OnEnter = edFrameSpacingEnter
- OnExit = edFrameSpacingExit
- end
- end
- object btnOK: TButton
- Left = 206
- Top = 103
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnStorno: TButton
- Left = 286
- Top = 103
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Storno'
- TabOrder = 1
- OnClick = btnStornoClick
- end
- end
-