home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TUSERCODEFORM / TUSERCODEFORM.txt
Text File  |  1996-11-23  |  895b  |  51 lines

  1. object UserCodeForm: TUserCodeForm
  2.   Left = 230
  3.   Top = 238
  4.   Width = 391
  5.   Height = 218
  6.   Caption = 'User Definable Codes'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   TextHeight = 16
  15.   object UserCodeMemo: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 383
  19.     Height = 145
  20.     Align = alTop
  21.     ScrollBars = ssBoth
  22.     TabOrder = 0
  23.   end
  24.   object BitBtn1: TBitBtn
  25.     Left = 99
  26.     Top = 154
  27.     Width = 72
  28.     Height = 27
  29.     TabOrder = 1
  30.     OnClick = BitBtn1Click
  31.     Kind = bkOK
  32.   end
  33.   object BitBtn2: TBitBtn
  34.     Left = 211
  35.     Top = 154
  36.     Width = 72
  37.     Height = 27
  38.     TabOrder = 2
  39.     Kind = bkCancel
  40.   end
  41.   object Scaler1: TScaler
  42.     PixelsPerInch = 96
  43.     Xdevelop = 800
  44.     Ydevelop = 600
  45.     ClientWidth = 383
  46.     ClientHeight = 191
  47.     Left = 6
  48.     Top = 152
  49.   end
  50. end
  51.