home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMTEXTAREA / TFRMTEXTAREA.txt
Text File  |  1996-10-14  |  3KB  |  150 lines

  1. object frmTextArea: TfrmTextArea
  2.   Left = 277
  3.   Top = 630
  4.   HelpContext = 78
  5.   ActiveControl = txtName
  6.   BorderStyle = bsDialog
  7.   Caption = 'TextArea'
  8.   ClientHeight = 122
  9.   ClientWidth = 370
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 353
  24.     Height = 77
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object lblName: TLabel
  29.     Left = 15
  30.     Top = 28
  31.     Width = 28
  32.     Height = 13
  33.     Caption = '&Name'
  34.     FocusControl = txtName
  35.   end
  36.   object lblRows: TLabel
  37.     Left = 15
  38.     Top = 56
  39.     Width = 27
  40.     Height = 13
  41.     Caption = '&Rows'
  42.     FocusControl = txtRows
  43.   end
  44.   object lblCols: TLabel
  45.     Left = 136
  46.     Top = 56
  47.     Width = 20
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = '&Cols'
  51.     FocusControl = txtCols
  52.   end
  53.   object lblWrap: TLabel
  54.     Left = 240
  55.     Top = 56
  56.     Width = 26
  57.     Height = 13
  58.     Alignment = taRightJustify
  59.     Caption = '&Wrap'
  60.     FocusControl = cmbWrap
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 116
  64.     Top = 92
  65.     Width = 77
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 3
  71.     NumGlyphs = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object CancelBtn: TBitBtn
  76.     Left = 200
  77.     Top = 92
  78.     Width = 77
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 4
  84.     NumGlyphs = 2
  85.     Spacing = -1
  86.     IsControl = True
  87.   end
  88.   object HelpBtn: TBitBtn
  89.     Left = 284
  90.     Top = 92
  91.     Width = 77
  92.     Height = 25
  93.     Caption = '&Help'
  94.     TabOrder = 5
  95.     OnClick = HelpBtnClick
  96.     NumGlyphs = 2
  97.     Spacing = -1
  98.     IsControl = True
  99.   end
  100.   object txtName: TEdit
  101.     Left = 56
  102.     Top = 24
  103.     Width = 297
  104.     Height = 21
  105.     Hint = 'Name of the text area'
  106.     ParentShowHint = False
  107.     ShowHint = True
  108.     TabOrder = 0
  109.   end
  110.   object txtRows: TMaskEdit
  111.     Left = 56
  112.     Top = 52
  113.     Width = 45
  114.     Height = 21
  115.     Hint = 'Number of rows in the text area'
  116.     MaxLength = 0
  117.     ParentShowHint = False
  118.     ShowHint = True
  119.     TabOrder = 1
  120.     OnKeyPress = NumericKeyPress
  121.   end
  122.   object txtCols: TMaskEdit
  123.     Left = 160
  124.     Top = 52
  125.     Width = 45
  126.     Height = 21
  127.     Hint = 'Number of columns in the text area'
  128.     MaxLength = 0
  129.     ParentShowHint = False
  130.     ShowHint = True
  131.     TabOrder = 2
  132.     OnKeyPress = NumericKeyPress
  133.   end
  134.   object cmbWrap: TComboBox
  135.     Left = 272
  136.     Top = 52
  137.     Width = 81
  138.     Height = 21
  139.     Hint = 'word-wrapping in text input areas in forms'
  140.     ItemHeight = 13
  141.     Items.Strings = (
  142.       'off'
  143.       'virtual'
  144.       'physical')
  145.     ParentShowHint = False
  146.     ShowHint = True
  147.     TabOrder = 6
  148.   end
  149. end
  150.