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

  1. object frmInput: TfrmInput
  2.   Left = 430
  3.   Top = 185
  4.   HelpContext = 75
  5.   ActiveControl = txtName
  6.   BorderStyle = bsDialog
  7.   Caption = 'Input'
  8.   ClientHeight = 230
  9.   ClientWidth = 369
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 353
  24.     Height = 185
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object lblType: TLabel
  29.     Left = 15
  30.     Top = 56
  31.     Width = 24
  32.     Height = 13
  33.     Caption = '&Type'
  34.     FocusControl = cmbType
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object lblName: TLabel
  42.     Left = 15
  43.     Top = 28
  44.     Width = 28
  45.     Height = 13
  46.     Caption = '&Name'
  47.     FocusControl = txtName
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object lblValue: TLabel
  55.     Left = 15
  56.     Top = 84
  57.     Width = 27
  58.     Height = 13
  59.     Caption = '&Value'
  60.     FocusControl = cmbValue
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object lblWidth: TLabel
  68.     Left = 15
  69.     Top = 164
  70.     Width = 28
  71.     Height = 13
  72.     Caption = '&Width'
  73.     Enabled = False
  74.     FocusControl = txtWidth
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object lblHeight: TLabel
  82.     Left = 136
  83.     Top = 164
  84.     Width = 31
  85.     Height = 13
  86.     Alignment = taRightJustify
  87.     Caption = '&Height'
  88.     Enabled = False
  89.     FocusControl = txtHeight
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.   end
  96.   object lblMaxLength: TLabel
  97.     Left = 224
  98.     Top = 164
  99.     Width = 61
  100.     Height = 13
  101.     Alignment = taRightJustify
  102.     Caption = '&MaxLength'
  103.     Enabled = False
  104.     FocusControl = txtMaxLength
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     WordWrap = True
  111.   end
  112.   object lblAccept: TLabel
  113.     Left = 15
  114.     Top = 111
  115.     Width = 34
  116.     Height = 13
  117.     Caption = '&Accept'
  118.     FocusControl = txtAccept
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.   end
  125.   object OKBtn: TBitBtn
  126.     Left = 115
  127.     Top = 200
  128.     Width = 77
  129.     Height = 25
  130.     Caption = 'OK'
  131.     Default = True
  132.     ModalResult = 1
  133.     TabOrder = 7
  134.     NumGlyphs = 2
  135.     Spacing = -1
  136.     IsControl = True
  137.   end
  138.   object CancelBtn: TBitBtn
  139.     Left = 199
  140.     Top = 200
  141.     Width = 77
  142.     Height = 25
  143.     Cancel = True
  144.     Caption = 'Cancel'
  145.     ModalResult = 2
  146.     TabOrder = 8
  147.     NumGlyphs = 2
  148.     Spacing = -1
  149.     IsControl = True
  150.   end
  151.   object HelpBtn: TBitBtn
  152.     Left = 283
  153.     Top = 200
  154.     Width = 77
  155.     Height = 25
  156.     Caption = '&Help'
  157.     TabOrder = 9
  158.     OnClick = HelpBtnClick
  159.     NumGlyphs = 2
  160.     Spacing = -1
  161.     IsControl = True
  162.   end
  163.   object cmbType: TComboBox
  164.     Left = 72
  165.     Top = 52
  166.     Width = 281
  167.     Height = 21
  168.     Hint = 'Type of the input field'
  169.     Font.Color = clBlack
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = []
  173.     ItemHeight = 13
  174.     Items.Strings = (
  175.       'audio'
  176.       'checkbox'
  177.       'date'
  178.       'file'
  179.       'float'
  180.       'hidden'
  181.       'image'
  182.       'int'
  183.       'password'
  184.       'radio'
  185.       'range'
  186.       'reset'
  187.       'scribble'
  188.       'submit'
  189.       'text'
  190.       'url')
  191.     ParentFont = False
  192.     TabOrder = 1
  193.     OnChange = cmbTypeChange
  194.   end
  195.   object txtName: TEdit
  196.     Left = 72
  197.     Top = 24
  198.     Width = 281
  199.     Height = 21
  200.     Hint = 'Name of the input field'
  201.     Font.Color = clBlack
  202.     Font.Height = -11
  203.     Font.Name = 'MS Sans Serif'
  204.     Font.Style = []
  205.     ParentFont = False
  206.     TabOrder = 0
  207.   end
  208.   object cmbValue: TComboBox
  209.     Left = 72
  210.     Top = 80
  211.     Width = 281
  212.     Height = 21
  213.     Hint = 'Default value of the input field'
  214.     Font.Color = clBlack
  215.     Font.Height = -11
  216.     Font.Name = 'MS Sans Serif'
  217.     Font.Style = []
  218.     ItemHeight = 13
  219.     Items.Strings = (
  220.       'on'
  221.       'off')
  222.     ParentFont = False
  223.     TabOrder = 2
  224.   end
  225.   object chkChecked: TCheckBox
  226.     Left = 72
  227.     Top = 136
  228.     Width = 121
  229.     Height = 17
  230.     Hint = 'Is the button checked?'
  231.     Caption = '&Checked'
  232.     Enabled = False
  233.     Font.Color = clBlack
  234.     Font.Height = -11
  235.     Font.Name = 'MS Sans Serif'
  236.     Font.Style = []
  237.     ParentFont = False
  238.     TabOrder = 3
  239.   end
  240.   object txtWidth: TMaskEdit
  241.     Left = 72
  242.     Top = 160
  243.     Width = 45
  244.     Height = 21
  245.     Hint = 'Width of input field'
  246.     Enabled = False
  247.     Font.Color = clBlack
  248.     Font.Height = -11
  249.     Font.Name = 'MS Sans Serif'
  250.     Font.Style = []
  251.     MaxLength = 0
  252.     ParentFont = False
  253.     TabOrder = 4
  254.     OnKeyPress = NumericKeyPress
  255.   end
  256.   object txtHeight: TMaskEdit
  257.     Left = 176
  258.     Top = 160
  259.     Width = 45
  260.     Height = 21
  261.     Hint = 'Height of input field'
  262.     Enabled = False
  263.     Font.Color = clBlack
  264.     Font.Height = -11
  265.     Font.Name = 'MS Sans Serif'
  266.     Font.Style = []
  267.     MaxLength = 0
  268.     ParentFont = False
  269.     TabOrder = 5
  270.     OnKeyPress = NumericKeyPress
  271.   end
  272.   object txtMaxLength: TMaskEdit
  273.     Left = 288
  274.     Top = 160
  275.     Width = 65
  276.     Height = 21
  277.     Hint = 'Maximum length of input text'
  278.     Enabled = False
  279.     Font.Color = clBlack
  280.     Font.Height = -11
  281.     Font.Name = 'MS Sans Serif'
  282.     Font.Style = []
  283.     MaxLength = 0
  284.     ParentFont = False
  285.     TabOrder = 6
  286.     OnKeyPress = NumericKeyPress
  287.   end
  288.   object chkDisabled: TCheckBox
  289.     Left = 208
  290.     Top = 136
  291.     Width = 121
  292.     Height = 17
  293.     Hint = 'Is the button disabled?'
  294.     Caption = '&Disabled'
  295.     Enabled = False
  296.     Font.Color = clBlack
  297.     Font.Height = -11
  298.     Font.Name = 'MS Sans Serif'
  299.     Font.Style = []
  300.     ParentFont = False
  301.     TabOrder = 10
  302.   end
  303.   object txtAccept: TEdit
  304.     Left = 72
  305.     Top = 107
  306.     Width = 281
  307.     Height = 21
  308.     Hint = 'Media types or type patterns allowed for the file input'
  309.     Font.Color = clBlack
  310.     Font.Height = -11
  311.     Font.Name = 'MS Sans Serif'
  312.     Font.Style = []
  313.     ParentFont = False
  314.     TabOrder = 11
  315.   end
  316. end
  317.