home *** CD-ROM | disk | FTP | other *** search
- object EditStr: TEditStr
- Left = 155
- Top = 189
- ActiveControl = Comment
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Enter text line'
- ClientHeight = 70
- ClientWidth = 372
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 46
- Height = 13
- Caption = 'Text line :'
- end
- object Button1: TButton
- Left = 8
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 288
- Top = 40
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Comment: TEdit
- Left = 80
- Top = 8
- Width = 281
- Height = 21
- MaxLength = 255
- TabOrder = 2
- end
- end
-