home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TSTARTPARAMS / TSTARTPARAMS.txt < prev   
Text File  |  1996-12-20  |  3KB  |  163 lines

  1. object StartParams: TStartParams
  2.   Left = 348
  3.   Top = 240
  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.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 369
  22.     Height = 198
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 24
  28.     Top = 64
  29.     Width = 79
  30.     Height = 16
  31.     Caption = 'Fensterbreite'
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 24
  40.     Top = 128
  41.     Width = 83
  42.     Height = 16
  43.     Caption = 'Fensterhoehe'
  44.     Font.Color = clBlack
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label3: TLabel
  51.     Left = 136
  52.     Top = 24
  53.     Width = 90
  54.     Height = 16
  55.     Caption = 'Parameterliste:'
  56.     Font.Color = clBlack
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 183
  64.     Top = 228
  65.     Width = 95
  66.     Height = 27
  67.     Caption = 'OK'
  68.     Default = True
  69.     Font.Color = clBlack
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 1
  74.     ParentFont = False
  75.     TabOrder = 0
  76.     OnClick = OKBtnClick
  77.     Layout = blGlyphTop
  78.     Margin = 2
  79.     NumGlyphs = 2
  80.     Spacing = -1
  81.     IsControl = True
  82.   end
  83.   object CancelBtn: TBitBtn
  84.     Left = 286
  85.     Top = 228
  86.     Width = 95
  87.     Height = 27
  88.     Cancel = True
  89.     Caption = 'Abbrechen'
  90.     Font.Color = clBlack
  91.     Font.Height = -13
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ModalResult = 2
  95.     ParentFont = False
  96.     TabOrder = 1
  97.     OnClick = CancelBtnClick
  98.     Layout = blGlyphTop
  99.     Margin = 2
  100.     NumGlyphs = 2
  101.     Spacing = -1
  102.     IsControl = True
  103.   end
  104.   object CheckBox1: TCheckBox
  105.     Left = 24
  106.     Top = 24
  107.     Width = 97
  108.     Height = 17
  109.     Caption = 'Applet'
  110.     Enabled = False
  111.     Font.Color = clBlack
  112.     Font.Height = -13
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     ParentFont = False
  116.     State = cbChecked
  117.     TabOrder = 2
  118.   end
  119.   object SpinEdit1: TSpinEdit
  120.     Left = 32
  121.     Top = 80
  122.     Width = 89
  123.     Height = 26
  124.     Font.Color = clBlack
  125.     Font.Height = -14
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     Increment = 5
  129.     MaxValue = 1248
  130.     MinValue = 1
  131.     ParentFont = False
  132.     TabOrder = 3
  133.     Value = 500
  134.   end
  135.   object SpinEdit2: TSpinEdit
  136.     Left = 32
  137.     Top = 144
  138.     Width = 89
  139.     Height = 26
  140.     Font.Color = clBlack
  141.     Font.Height = -14
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     Increment = 5
  145.     MaxValue = 1024
  146.     MinValue = 1
  147.     ParentFont = False
  148.     TabOrder = 4
  149.     Value = 300
  150.   end
  151.   object Memo1: TMemo
  152.     Left = 136
  153.     Top = 40
  154.     Width = 225
  155.     Height = 153
  156.     Enabled = False
  157.     Lines.Strings = (
  158.       '')
  159.     ScrollBars = ssBoth
  160.     TabOrder = 5
  161.   end
  162. end
  163.