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

  1. inherited dlgTextPassElement: TdlgTextPassElement
  2.   Left = 142
  3.   Top = 159
  4.   ActiveControl = edName
  5.   Caption = 'TextPass'
  6.   ClientHeight = 144
  7.   ClientWidth = 379
  8.   ShowHint = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited Bevel1: TBevel
  13.     Width = 365
  14.     Height = 97
  15.   end
  16.   object lblName: TLabel [1]
  17.     Left = 20
  18.     Top = 24
  19.     Width = 28
  20.     Height = 13
  21.     Caption = '&Name'
  22.     FocusControl = edName
  23.   end
  24.   object lblValue: TLabel [2]
  25.     Left = 20
  26.     Top = 52
  27.     Width = 27
  28.     Height = 13
  29.     Caption = '&Value'
  30.     FocusControl = cbValue
  31.   end
  32.   object lblSize: TLabel [3]
  33.     Left = 20
  34.     Top = 78
  35.     Width = 20
  36.     Height = 13
  37.     Caption = '&Size'
  38.     FocusControl = edSize
  39.   end
  40.   object lblMaxLen: TLabel [4]
  41.     Left = 133
  42.     Top = 79
  43.     Width = 56
  44.     Height = 13
  45.     Caption = '&Max Length'
  46.     FocusControl = edMaxLen
  47.   end
  48.   inherited OKBtn: TButton
  49.     Left = 138
  50.     Top = 114
  51.   end
  52.   inherited CancelBtn: TButton
  53.     Left = 218
  54.     Top = 114
  55.   end
  56.   object HelpBtn: TButton
  57.     Left = 298
  58.     Top = 114
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&Help'
  62.     TabOrder = 2
  63.     OnClick = HelpBtnClick
  64.   end
  65.   object edName: TEdit
  66.     Left = 68
  67.     Top = 21
  68.     Width = 293
  69.     Height = 21
  70.     Color = clYellow
  71.     TabOrder = 3
  72.     OnChange = edNameChange
  73.   end
  74.   object cbValue: TComboBox
  75.     Left = 68
  76.     Top = 47
  77.     Width = 293
  78.     Height = 21
  79.     ItemHeight = 13
  80.     TabOrder = 4
  81.   end
  82.   object edSize: TEdit
  83.     Left = 68
  84.     Top = 74
  85.     Width = 41
  86.     Height = 21
  87.     TabOrder = 5
  88.   end
  89.   object edMaxLen: TEdit
  90.     Left = 204
  91.     Top = 74
  92.     Width = 41
  93.     Height = 21
  94.     TabOrder = 6
  95.   end
  96. end
  97.