home *** CD-ROM | disk | FTP | other *** search
- object fAddText: TfAddText
- Left = 497
- Top = 242
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Vlo'#382'it na za'#269#225'tek '#345#225'dk'#367'...'
- ClientHeight = 225
- ClientWidth = 345
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 345
- 225)
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 184
- Top = 192
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 264
- Top = 192
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object gbOption: TGroupBox
- Left = 8
- Top = 8
- Width = 329
- Height = 177
- TabOrder = 0
- object Bevel1: TBevel
- Left = 1
- Top = 96
- Width = 326
- Height = 9
- Shape = bsTopLine
- end
- object lNum1: TLabel
- Left = 110
- Top = 112
- Width = 9
- Height = 13
- Caption = '1.'
- end
- object Label2: TLabel
- Left = 110
- Top = 152
- Width = 24
- Height = 13
- Caption = #8226' '#8226' '#8226
- end
- object lNum2: TLabel
- Left = 110
- Top = 128
- Width = 9
- Height = 13
- Caption = '2.'
- end
- object lCursor: TLabel
- Left = 248
- Top = 67
- Width = 41
- Height = 13
- Cursor = crHandPoint
- AutoSize = False
- Caption = 'lCursor'
- OnClick = lCursorClick
- end
- object rText: TRadioButton
- Left = 16
- Top = 16
- Width = 145
- Height = 17
- Caption = 'Zadan'#253' text na &za'#269#225'tek'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = eTextChange
- end
- object rNumber: TRadioButton
- Left = 16
- Top = 112
- Width = 89
- Height = 17
- Caption = #268#237'&slov'#225'n'#237
- TabOrder = 3
- OnClick = eTextChange
- end
- object rPoint: TRadioButton
- Left = 16
- Top = 152
- Width = 89
- Height = 17
- Caption = 'O&dr'#225#382'ky'
- TabOrder = 4
- OnClick = eTextChange
- end
- object eText: TComboBox
- Left = 168
- Top = 16
- Width = 145
- Height = 21
- ItemHeight = 13
- TabOrder = 5
- OnChange = eTextChange
- end
- object rTextEnd: TRadioButton
- Left = 16
- Top = 40
- Width = 137
- Height = 17
- Caption = 'Zadan'#253' text na &konec'
- TabOrder = 1
- OnClick = eTextChange
- end
- object rTextToPos: TRadioButton
- Left = 16
- Top = 64
- Width = 137
- Height = 17
- Caption = 'Zadan'#253' text na &pozici'
- TabOrder = 2
- OnClick = eTextChange
- end
- object ePosition: TEdit
- Left = 168
- Top = 64
- Width = 41
- Height = 21
- TabOrder = 6
- Text = '0'
- OnExit = ePositionExit
- OnKeyPress = ePositionKeyPress
- end
- object UpDownPosition: TUpDown
- Left = 209
- Top = 64
- Width = 15
- Height = 21
- Associate = ePosition
- Max = 2048
- TabOrder = 7
- end
- object eNumberFrom: TEdit
- Left = 168
- Top = 112
- Width = 41
- Height = 21
- TabOrder = 8
- Text = '1'
- OnChange = eNumberFromChange
- OnExit = ePositionExit
- OnKeyPress = ePositionKeyPress
- end
- object UpDnFrom: TUpDown
- Left = 209
- Top = 112
- Width = 16
- Height = 21
- Associate = eNumberFrom
- ParentShowHint = False
- Position = 1
- ShowHint = False
- TabOrder = 9
- end
- object eNumNum: TEdit
- Left = 232
- Top = 112
- Width = 25
- Height = 21
- TabOrder = 10
- Text = '1'
- OnChange = eNumberFromChange
- OnExit = ePositionExit
- OnKeyPress = ePositionKeyPress
- end
- object UpDownNum: TUpDown
- Left = 257
- Top = 112
- Width = 16
- Height = 21
- Associate = eNumNum
- Min = 1
- ParentShowHint = False
- Position = 1
- ShowHint = False
- TabOrder = 11
- end
- object eNumAfter: TEdit
- Left = 280
- Top = 112
- Width = 33
- Height = 21
- TabOrder = 12
- Text = '.'
- OnChange = eNumberFromChange
- end
- end
- end
-