home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / internet / javadraw / data.z / Javadraw.exe / 0 / RCDATA / TSTARTPARAMS / TSTARTPARAMS.txt
Encoding:
Text File  |  1996-06-21  |  1.9 KB  |  113 lines

  1. object StartParams: TStartParams
  2.   Left = 17
  3.   Top = 392
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Start-Parameter'
  7.   ClientHeight = 263
  8.   ClientWidth = 390
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 369
  20.     Height = 198
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 64
  27.     Width = 93
  28.     Height = 16
  29.     Caption = 'Fensterbreite'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 128
  34.     Width = 96
  35.     Height = 16
  36.     Caption = 'Fensterhoehe'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 136
  40.     Top = 24
  41.     Width = 106
  42.     Height = 16
  43.     Caption = 'Parameterliste:'
  44.   end
  45.   object OKBtn: TBitBtn
  46.     Left = 183
  47.     Top = 222
  48.     Width = 95
  49.     Height = 33
  50.     TabOrder = 0
  51.     OnClick = OKBtnClick
  52.     Kind = bkOK
  53.     Margin = 2
  54.     Spacing = -1
  55.     IsControl = True
  56.   end
  57.   object CancelBtn: TBitBtn
  58.     Left = 286
  59.     Top = 222
  60.     Width = 95
  61.     Height = 33
  62.     TabOrder = 1
  63.     OnClick = CancelBtnClick
  64.     Kind = bkCancel
  65.     Margin = 2
  66.     Spacing = -1
  67.     IsControl = True
  68.   end
  69.   object CheckBox1: TCheckBox
  70.     Left = 24
  71.     Top = 24
  72.     Width = 97
  73.     Height = 17
  74.     Caption = 'Applet'
  75.     Enabled = False
  76.     State = cbChecked
  77.     TabOrder = 2
  78.   end
  79.   object SpinEdit1: TSpinEdit
  80.     Left = 32
  81.     Top = 80
  82.     Width = 89
  83.     Height = 26
  84.     Increment = 5
  85.     MaxValue = 1248
  86.     MinValue = 1
  87.     TabOrder = 3
  88.     Value = 500
  89.   end
  90.   object SpinEdit2: TSpinEdit
  91.     Left = 32
  92.     Top = 144
  93.     Width = 89
  94.     Height = 26
  95.     Increment = 5
  96.     MaxValue = 1024
  97.     MinValue = 1
  98.     TabOrder = 4
  99.     Value = 300
  100.   end
  101.   object Memo1: TMemo
  102.     Left = 136
  103.     Top = 40
  104.     Width = 225
  105.     Height = 153
  106.     Enabled = False
  107.     Lines.Strings = (
  108.       '')
  109.     ScrollBars = ssBoth
  110.     TabOrder = 5
  111.   end
  112. end
  113.