home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / devilpad / htmlpad.exe / HTMLPad.exe / 0 / RCDATA / TFRMTEXTAREA / TFRMTEXTAREA.txt
Encoding:
Text File  |  2001-06-24  |  5.8 KB  |  254 lines

  1. object frmTextArea: TfrmTextArea
  2.   Left = 405
  3.   Top = 252
  4.   BorderStyle = bsDialog
  5.   Caption = 'TextArea'
  6.   ClientHeight = 286
  7.   ClientWidth = 415
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 3
  22.     Top = 6
  23.     Width = 408
  24.     Height = 249
  25.     ActivePage = TabSheet2
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'TextArea'
  29.       object GroupBox1: TGroupBox
  30.         Left = 5
  31.         Top = 3
  32.         Width = 389
  33.         Height = 100
  34.         TabOrder = 0
  35.         object Label1: TLabel
  36.           Left = 10
  37.           Top = 20
  38.           Width = 31
  39.           Height = 13
  40.           Caption = 'Name:'
  41.         end
  42.         object Label2: TLabel
  43.           Left = 201
  44.           Top = 46
  45.           Width = 30
  46.           Height = 13
  47.           Caption = 'Rows:'
  48.         end
  49.         object Label3: TLabel
  50.           Left = 10
  51.           Top = 46
  52.           Width = 23
  53.           Height = 13
  54.           Caption = 'Cols:'
  55.         end
  56.         object Label4: TLabel
  57.           Left = 201
  58.           Top = 72
  59.           Width = 29
  60.           Height = 13
  61.           Caption = 'Wrap:'
  62.         end
  63.         object Label5: TLabel
  64.           Left = 10
  65.           Top = 72
  66.           Width = 48
  67.           Height = 13
  68.           Caption = 'TabIndex:'
  69.         end
  70.         object edTextAreaName: TEdit
  71.           Left = 63
  72.           Top = 17
  73.           Width = 315
  74.           Height = 21
  75.           Hint = 'NAME'
  76.           TabOrder = 0
  77.           OnEnter = edTextAreaNameEnter
  78.           OnExit = edTextAreaNameExit
  79.         end
  80.         object edTextAreaCols: TEdit
  81.           Left = 63
  82.           Top = 43
  83.           Width = 130
  84.           Height = 21
  85.           Hint = 'COLS'
  86.           TabOrder = 1
  87.           OnEnter = edTextAreaColsEnter
  88.           OnExit = edTextAreaColsExit
  89.           OnKeyPress = edTextAreaColsKeyPress
  90.         end
  91.         object edTextAreaRows: TEdit
  92.           Left = 248
  93.           Top = 43
  94.           Width = 130
  95.           Height = 21
  96.           Hint = 'ROWS'
  97.           TabOrder = 3
  98.           OnEnter = edTextAreaRowsEnter
  99.           OnExit = edTextAreaRowsExit
  100.           OnKeyPress = edTextAreaRowsKeyPress
  101.         end
  102.         object edTextAreaTabIndex: TEdit
  103.           Left = 63
  104.           Top = 69
  105.           Width = 130
  106.           Height = 21
  107.           Hint = 'TABINDEX'
  108.           TabOrder = 2
  109.           OnEnter = edTextAreaTabIndexEnter
  110.           OnExit = edTextAreaTabIndexExit
  111.           OnKeyPress = edTextAreaTabIndexKeyPress
  112.         end
  113.         object cmbTextAreaWrap: TComboBox
  114.           Left = 248
  115.           Top = 68
  116.           Width = 131
  117.           Height = 21
  118.           Hint = 'WRAP'
  119.           ItemHeight = 13
  120.           TabOrder = 4
  121.           OnEnter = cmbTextAreaWrapEnter
  122.           OnExit = cmbTextAreaWrapExit
  123.           Items.Strings = (
  124.             ''
  125.             'off'
  126.             'soft'
  127.             'hard')
  128.         end
  129.       end
  130.       object GroupBox2: TGroupBox
  131.         Left = 5
  132.         Top = 108
  133.         Width = 389
  134.         Height = 104
  135.         Caption = 'Text'
  136.         TabOrder = 1
  137.         object mmText: TMemo
  138.           Left = 62
  139.           Top = 17
  140.           Width = 317
  141.           Height = 77
  142.           ScrollBars = ssBoth
  143.           TabOrder = 0
  144.           OnEnter = mmTextEnter
  145.           OnExit = mmTextExit
  146.         end
  147.       end
  148.     end
  149.     object TabSheet2: TTabSheet
  150.       Caption = 'Select'
  151.       ImageIndex = 1
  152.       object GroupBox3: TGroupBox
  153.         Left = 5
  154.         Top = 3
  155.         Width = 389
  156.         Height = 100
  157.         TabOrder = 0
  158.         object Label6: TLabel
  159.           Left = 10
  160.           Top = 20
  161.           Width = 31
  162.           Height = 13
  163.           Caption = 'Name:'
  164.         end
  165.         object Label7: TLabel
  166.           Left = 201
  167.           Top = 46
  168.           Width = 31
  169.           Height = 13
  170.           Caption = 'Count:'
  171.         end
  172.         object Label8: TLabel
  173.           Left = 10
  174.           Top = 46
  175.           Width = 23
  176.           Height = 13
  177.           Hint = 'SIZE'
  178.           Caption = 'Size:'
  179.         end
  180.         object Label10: TLabel
  181.           Left = 10
  182.           Top = 72
  183.           Width = 48
  184.           Height = 13
  185.           Caption = 'TabIndex:'
  186.         end
  187.         object edSelectName: TEdit
  188.           Left = 63
  189.           Top = 17
  190.           Width = 315
  191.           Height = 21
  192.           Hint = 'NAME'
  193.           TabOrder = 0
  194.           OnEnter = edTextAreaNameEnter
  195.           OnExit = edTextAreaNameExit
  196.         end
  197.         object edSelectSize: TEdit
  198.           Left = 63
  199.           Top = 43
  200.           Width = 130
  201.           Height = 21
  202.           Hint = 'SIZE'
  203.           TabOrder = 1
  204.           OnEnter = edTextAreaColsEnter
  205.           OnExit = edTextAreaColsExit
  206.         end
  207.         object edSelectCount: TEdit
  208.           Left = 248
  209.           Top = 43
  210.           Width = 130
  211.           Height = 21
  212.           Hint = 'COUNT'
  213.           TabOrder = 3
  214.           Text = '0'
  215.           OnEnter = edTextAreaRowsEnter
  216.           OnExit = edTextAreaRowsExit
  217.           OnKeyPress = edSelectCountKeyPress
  218.         end
  219.         object edSelectTabIndex: TEdit
  220.           Left = 63
  221.           Top = 69
  222.           Width = 130
  223.           Height = 21
  224.           Hint = 'TABINDEX'
  225.           TabOrder = 2
  226.           OnEnter = edTextAreaTabIndexEnter
  227.           OnExit = edTextAreaTabIndexExit
  228.           OnKeyPress = edSelectTabIndexKeyPress
  229.         end
  230.       end
  231.     end
  232.   end
  233.   object btnOK: TButton
  234.     Left = 256
  235.     Top = 259
  236.     Width = 75
  237.     Height = 25
  238.     Caption = 'OK'
  239.     Default = True
  240.     TabOrder = 1
  241.     OnClick = btnOKClick
  242.   end
  243.   object btnStorno: TButton
  244.     Left = 336
  245.     Top = 259
  246.     Width = 75
  247.     Height = 25
  248.     Cancel = True
  249.     Caption = 'Storno'
  250.     TabOrder = 2
  251.     OnClick = btnStornoClick
  252.   end
  253. end
  254.