home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / wkiss / tools / kcnfe111.lzh / CNFEDIT.EXE / 0 / RCDATA / TEDITSTR / TEDITSTR.txt
Encoding:
Text File  |  1998-04-21  |  951 b   |  53 lines

  1. object EditStr: TEditStr
  2.   Left = 155
  3.   Top = 189
  4.   ActiveControl = Comment
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Enter text line'
  8.   ClientHeight = 70
  9.   ClientWidth = 372
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 46
  22.     Height = 13
  23.     Caption = 'Text line :'
  24.   end
  25.   object Button1: TButton
  26.     Left = 8
  27.     Top = 40
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '&Ok'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object Button2: TButton
  36.     Left = 288
  37.     Top = 40
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object Comment: TEdit
  45.     Left = 80
  46.     Top = 8
  47.     Width = 281
  48.     Height = 21
  49.     MaxLength = 255
  50.     TabOrder = 2
  51.   end
  52. end
  53.