home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / wewiz32j.wem / 0 / RCDATA / TDLGSELECTELEMENT / TDLGSELECTELEMENT.txt
Text File  |  1996-10-14  |  1KB  |  72 lines

  1. inherited dlgSelectElement: TdlgSelectElement
  2.   Left = 428
  3.   Top = 376
  4.   ActiveControl = edName
  5.   Caption = '<SELECT> Element'
  6.   ClientHeight = 139
  7.   ShowHint = True
  8.   OnShow = FormShow
  9.   PixelsPerInch = 72
  10.   TextHeight = 13
  11.   inherited Bevel1: TBevel
  12.     Height = 93
  13.   end
  14.   object lblName: TLabel [1]
  15.     Left = 20
  16.     Top = 28
  17.     Width = 28
  18.     Height = 13
  19.     Caption = 'Name'
  20.   end
  21.   object lblSize: TLabel [2]
  22.     Left = 20
  23.     Top = 64
  24.     Width = 20
  25.     Height = 13
  26.     Caption = 'Size'
  27.   end
  28.   inherited OKBtn: TButton
  29.     Left = 70
  30.     Top = 108
  31.   end
  32.   inherited CancelBtn: TButton
  33.     Left = 150
  34.     Top = 108
  35.   end
  36.   object HelpBtn: TButton
  37.     Left = 230
  38.     Top = 108
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Help'
  42.     TabOrder = 2
  43.     OnClick = HelpBtnClick
  44.   end
  45.   object chkMultSel: TCheckBox
  46.     Left = 156
  47.     Top = 64
  48.     Width = 133
  49.     Height = 17
  50.     Caption = 'Allow multiple selection'
  51.     TabOrder = 3
  52.   end
  53.   object edName: TEdit
  54.     Left = 56
  55.     Top = 24
  56.     Width = 233
  57.     Height = 21
  58.     Color = clYellow
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 4
  62.     OnChange = edNameChange
  63.   end
  64.   object edSize: TEdit
  65.     Left = 56
  66.     Top = 60
  67.     Width = 57
  68.     Height = 21
  69.     TabOrder = 5
  70.   end
  71. end
  72.