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

  1. object frmParam: TfrmParam
  2.   Left = 218
  3.   Top = 113
  4.   HelpContext = 178
  5.   BorderStyle = bsDialog
  6.   Caption = 'Param'
  7.   ClientHeight = 182
  8.   ClientWidth = 457
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 448
  23.     Height = 137
  24.     Shape = bsFrame
  25.   end
  26.   object lblName: TLabel
  27.     Left = 12
  28.     Top = 20
  29.     Width = 28
  30.     Height = 13
  31.     Caption = '&Name'
  32.     FocusControl = txtName
  33.     WordWrap = True
  34.   end
  35.   object lblValue: TLabel
  36.     Left = 12
  37.     Top = 50
  38.     Width = 27
  39.     Height = 13
  40.     Caption = '&Value'
  41.     FocusControl = txtValue
  42.     WordWrap = True
  43.   end
  44.   object lblValueRef: TLabel
  45.     Left = 12
  46.     Top = 82
  47.     Width = 77
  48.     Height = 13
  49.     Caption = 'Value&Ref'
  50.     FocusControl = cmbValueRef
  51.     WordWrap = True
  52.   end
  53.   object lblType: TLabel
  54.     Left = 12
  55.     Top = 114
  56.     Width = 24
  57.     Height = 13
  58.     Caption = '&Type'
  59.     FocusControl = txtType
  60.     WordWrap = True
  61.   end
  62.   object cmbValueRef: TComboBox
  63.     Left = 96
  64.     Top = 80
  65.     Width = 265
  66.     Height = 21
  67.     Hint = 'A URL based reference to an ALIAS element'
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ItemHeight = 13
  73.     ParentFont = False
  74.     ParentShowHint = False
  75.     ShowHint = True
  76.     Sorted = True
  77.     TabOrder = 2
  78.   end
  79.   object bbtnURL: TBitBtn
  80.     Left = 366
  81.     Top = 77
  82.     Width = 77
  83.     Height = 27
  84.     Hint = 'Open the URL Builder'
  85.     Caption = 'URL'
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     TabOrder = 3
  89.     OnClick = bbtnURLClick
  90.     Glyph.Data = {
  91.       42010000424D4201000000000000760000002800000012000000110000000100
  92.       040000000000CC00000000000000000000000000000000000000000000000000
  93.       80000080000000808000800000008000800080800000C0C0C000808080000000
  94.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  95.       7777070000007777777777777770000000000000000000007700070000000FFF
  96.       FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
  97.       00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
  98.       7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
  99.       FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
  100.       00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
  101.       777777000000}
  102.   end
  103.   object Ok: TBitBtn
  104.     Left = 206
  105.     Top = 152
  106.     Width = 77
  107.     Height = 25
  108.     Hint = 'Insert standard <IMG> tag'
  109.     Caption = 'Ok'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 5
  113.     NumGlyphs = 2
  114.     Spacing = -1
  115.     IsControl = True
  116.   end
  117.   object Cancel: TBitBtn
  118.     Left = 290
  119.     Top = 152
  120.     Width = 77
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 6
  126.     NumGlyphs = 2
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130.   object Help: TBitBtn
  131.     Left = 374
  132.     Top = 152
  133.     Width = 77
  134.     Height = 25
  135.     Caption = 'Help'
  136.     TabOrder = 7
  137.     OnClick = HelpClick
  138.     NumGlyphs = 2
  139.     Spacing = -1
  140.     IsControl = True
  141.   end
  142.   object txtName: TEdit
  143.     Left = 96
  144.     Top = 18
  145.     Width = 265
  146.     Height = 21
  147.     Hint = 'The property name'
  148.     ParentShowHint = False
  149.     ShowHint = True
  150.     TabOrder = 0
  151.   end
  152.   object txtValue: TEdit
  153.     Left = 96
  154.     Top = 48
  155.     Width = 265
  156.     Height = 21
  157.     Hint = 'The property value'
  158.     ParentShowHint = False
  159.     ShowHint = True
  160.     TabOrder = 1
  161.   end
  162.   object txtType: TEdit
  163.     Left = 96
  164.     Top = 112
  165.     Width = 265
  166.     Height = 21
  167.     Hint = 'The media type for the data stream'
  168.     ParentShowHint = False
  169.     ShowHint = True
  170.     TabOrder = 4
  171.   end
  172. end
  173.