home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / wewiz32j.wem / 0 / RCDATA / TDLGTEXTAREAELEMENT / TDLGTEXTAREAELEMENT.txt
Text File  |  1996-10-14  |  1KB  |  84 lines

  1. inherited dlgTextAreaElement: TdlgTextAreaElement
  2.   Left = 412
  3.   Top = 424
  4.   ActiveControl = edName
  5.   Caption = '<TEXTAREA>'
  6.   ClientHeight = 119
  7.   ClientWidth = 349
  8.   ShowHint = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited Bevel1: TBevel
  13.     Left = 6
  14.     Width = 333
  15.     Height = 73
  16.   end
  17.   object lblName: TLabel [1]
  18.     Left = 18
  19.     Top = 24
  20.     Width = 28
  21.     Height = 13
  22.     Caption = '&Name'
  23.     FocusControl = edName
  24.   end
  25.   object lblRows: TLabel [2]
  26.     Left = 18
  27.     Top = 52
  28.     Width = 27
  29.     Height = 13
  30.     Caption = '&Rows'
  31.     FocusControl = edRows
  32.   end
  33.   object lblCols: TLabel [3]
  34.     Left = 182
  35.     Top = 52
  36.     Width = 20
  37.     Height = 13
  38.     Caption = '&Cols'
  39.     FocusControl = edCols
  40.   end
  41.   inherited OKBtn: TButton
  42.     Left = 104
  43.     Top = 88
  44.   end
  45.   inherited CancelBtn: TButton
  46.     Left = 184
  47.     Top = 88
  48.   end
  49.   object HelpBtn: TButton
  50.     Left = 264
  51.     Top = 88
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Help'
  55.     TabOrder = 2
  56.     OnClick = HelpBtnClick
  57.   end
  58.   object edName: TEdit
  59.     Left = 61
  60.     Top = 21
  61.     Width = 265
  62.     Height = 21
  63.     Color = clYellow
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 3
  67.     OnChange = edNameChange
  68.   end
  69.   object edRows: TEdit
  70.     Left = 62
  71.     Top = 48
  72.     Width = 101
  73.     Height = 21
  74.     TabOrder = 4
  75.   end
  76.   object edCols: TEdit
  77.     Left = 226
  78.     Top = 48
  79.     Width = 101
  80.     Height = 21
  81.     TabOrder = 5
  82.   end
  83. end
  84.