home *** CD-ROM | disk | FTP | other *** search
- object FTextDlg: TFTextDlg
- Left = 285
- Top = 159
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Textarea'
- ClientHeight = 201
- ClientWidth = 315
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Przycisk_OK: TToolbarButton97
- Left = 248
- Top = 4
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&OK'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 248
- Top = 69
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Anuluj'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 248
- Top = 134
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Pomoc'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Panel1: TPanel
- Left = 2
- Top = 4
- Width = 241
- Height = 195
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 13
- Width = 36
- Height = 13
- Caption = '&Nazwa:'
- FocusControl = Edit_Nazwa
- end
- object Label2: TLabel
- Left = 8
- Top = 41
- Width = 38
- Height = 13
- Caption = 'Kol&umn:'
- FocusControl = Edit1
- end
- object Label3: TLabel
- Left = 8
- Top = 68
- Width = 48
- Height = 13
- Caption = 'Za&wijanie:'
- FocusControl = Lista_Zawijanie
- end
- object Label4: TLabel
- Left = 132
- Top = 41
- Width = 43
- Height = 13
- Caption = 'Wie&rszy::'
- FocusControl = Edit2
- end
- object Label5: TLabel
- Left = 154
- Top = 91
- Width = 76
- Height = 13
- Caption = '&Tekst domy�lny:'
- FocusControl = MEM_Text
- end
- object Edit_Nazwa: TEdit97
- Left = 68
- Top = 9
- Width = 163
- Height = 19
- HelpContext = 1440
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object Lista_Zawijanie: TComboBox98
- Left = 68
- Top = 64
- Width = 165
- Height = 21
- HelpContext = 1443
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'off'
- 'virtual'
- 'physical')
- TabOrder = 5
- Complete = True
- MinLengthComplete = 0
- end
- object Edit1: TEdit97
- Left = 68
- Top = 37
- Width = 28
- Height = 19
- HelpContext = 1441
- TabOrder = 1
- Text = '0'
- end
- object Edit2: TEdit97
- Left = 188
- Top = 37
- Width = 28
- Height = 19
- HelpContext = 1442
- TabOrder = 3
- Text = '0'
- end
- object Spin_Cols: TUpDown
- Left = 96
- Top = 36
- Width = 15
- Height = 21
- HelpContext = 1441
- Associate = Edit1
- Min = 0
- Max = 2048
- Increment = 2
- Position = 0
- TabOrder = 2
- Wrap = False
- end
- object Spin_Rows: TUpDown
- Left = 216
- Top = 36
- Width = 15
- Height = 21
- HelpContext = 1442
- Associate = Edit2
- Min = 0
- Max = 2048
- Increment = 2
- Position = 0
- TabOrder = 4
- Wrap = False
- end
- object MEM_Text: TMemo
- Left = 8
- Top = 110
- Width = 225
- Height = 79
- HelpContext = 2331
- TabOrder = 6
- end
- end
- end
-