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

  1. object frmSelect: TfrmSelect
  2.   Left = 266
  3.   Top = 118
  4.   HelpContext = 77
  5.   ActiveControl = txtName
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select'
  8.   ClientHeight = 274
  9.   ClientWidth = 371
  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 = 229
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object lblName: TLabel
  29.     Left = 20
  30.     Top = 28
  31.     Width = 28
  32.     Height = 13
  33.     Caption = '&Name'
  34.     FocusControl = txtName
  35.   end
  36.   object lblSize: TLabel
  37.     Left = 20
  38.     Top = 56
  39.     Width = 20
  40.     Height = 13
  41.     Caption = '&Size'
  42.     FocusControl = txtSize
  43.   end
  44.   object lblOptions: TLabel
  45.     Left = 20
  46.     Top = 84
  47.     Width = 36
  48.     Height = 13
  49.     Caption = '&Options'
  50.     FocusControl = sgOptions
  51.   end
  52.   object OKBtn: TBitBtn
  53.     Left = 116
  54.     Top = 244
  55.     Width = 77
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 4
  61.     NumGlyphs = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 200
  67.     Top = 244
  68.     Width = 77
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 5
  74.     NumGlyphs = 2
  75.     Spacing = -1
  76.     IsControl = True
  77.   end
  78.   object HelpBtn: TBitBtn
  79.     Left = 284
  80.     Top = 244
  81.     Width = 77
  82.     Height = 25
  83.     Caption = '&Help'
  84.     TabOrder = 6
  85.     OnClick = HelpBtnClick
  86.     NumGlyphs = 2
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object txtName: TEdit
  91.     Left = 80
  92.     Top = 24
  93.     Width = 265
  94.     Height = 21
  95.     Hint = 'Name of the selection list'
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     TabOrder = 0
  99.   end
  100.   object txtSize: TMaskEdit
  101.     Left = 80
  102.     Top = 52
  103.     Width = 45
  104.     Height = 21
  105.     Hint = 'Height of the selection list'
  106.     MaxLength = 0
  107.     ParentShowHint = False
  108.     ShowHint = True
  109.     TabOrder = 1
  110.     OnKeyPress = txtSizeKeyPress
  111.   end
  112.   object chkMultiple: TCheckBox
  113.     Left = 164
  114.     Top = 56
  115.     Width = 121
  116.     Height = 17
  117.     Hint = 'Allows multiple options to be selected'
  118.     Caption = '&Multiple'
  119.     ParentShowHint = False
  120.     ShowHint = True
  121.     TabOrder = 2
  122.   end
  123.   object sgOptions: TStringGrid
  124.     Left = 20
  125.     Top = 104
  126.     Width = 329
  127.     Height = 120
  128.     ColCount = 1
  129.     DefaultColWidth = 313
  130.     DefaultRowHeight = 19
  131.     FixedCols = 0
  132.     RowCount = 500
  133.     FixedRows = 0
  134.     Font.Color = clBlack
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor, goThumbTracking]
  139.     ParentFont = False
  140.     TabOrder = 3
  141.   end
  142. end
  143.