home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TSURFACESERIESEDITOR / TSURFACESERIESEDITOR.txt
Encoding:
Text File  |  1998-02-28  |  2.7 KB  |  150 lines

  1. object SurfaceSeriesEditor: TSurfaceSeriesEditor
  2.   Left = 258
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 170
  6.   ClientWidth = 273
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 115
  18.     Top = 67
  19.     Width = 43
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = '&Grid size:'
  23.     FocusControl = SEZGrid
  24.   end
  25.   object Shape1: TShape
  26.     Left = 112
  27.     Top = 92
  28.     Width = 33
  29.     Height = 21
  30.     OnMouseUp = Shape1MouseUp
  31.   end
  32.   object Shape2: TShape
  33.     Left = 152
  34.     Top = 116
  35.     Width = 33
  36.     Height = 21
  37.     OnMouseUp = Shape2MouseUp
  38.   end
  39.   object Shape3: TShape
  40.     Left = 216
  41.     Top = 116
  42.     Width = 33
  43.     Height = 21
  44.     OnMouseUp = Shape3MouseUp
  45.   end
  46.   object Label2: TLabel
  47.     Left = 117
  48.     Top = 121
  49.     Width = 26
  50.     Height = 13
  51.     Alignment = taRightJustify
  52.     Caption = 'From:'
  53.   end
  54.   object Label3: TLabel
  55.     Left = 193
  56.     Top = 121
  57.     Width = 16
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'To:'
  61.   end
  62.   object Label4: TLabel
  63.     Left = 113
  64.     Top = 145
  65.     Width = 30
  66.     Height = 13
  67.     Alignment = taRightJustify
  68.     Caption = 'Steps:'
  69.   end
  70.   object SEZGrid: TSpinEdit
  71.     Left = 213
  72.     Top = 64
  73.     Width = 44
  74.     Height = 22
  75.     MaxValue = 100
  76.     MinValue = 1
  77.     TabOrder = 0
  78.     Value = 1
  79.     OnChange = SEZGridChange
  80.   end
  81.   object Button2: TButton
  82.     Left = 11
  83.     Top = 3
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Pen...'
  87.     TabOrder = 1
  88.     OnClick = Button2Click
  89.   end
  90.   object Button3: TButton
  91.     Left = 11
  92.     Top = 35
  93.     Width = 75
  94.     Height = 25
  95.     Caption = '&Brush...'
  96.     TabOrder = 2
  97.     OnClick = Button3Click
  98.   end
  99.   object RGMode: TRadioGroup
  100.     Left = 9
  101.     Top = 80
  102.     Width = 96
  103.     Height = 85
  104.     Caption = 'Color Mode:'
  105.     Items.Strings = (
  106.       '&Series Color'
  107.       '&Color Range'
  108.       '&Use Palette')
  109.     TabOrder = 3
  110.     OnClick = RGModeClick
  111.   end
  112.   object SEPalette: TSpinEdit
  113.     Left = 153
  114.     Top = 140
  115.     Width = 44
  116.     Height = 22
  117.     MaxValue = 1000
  118.     MinValue = 1
  119.     TabOrder = 4
  120.     Value = 1
  121.     OnChange = SEPaletteChange
  122.   end
  123.   object SEXGrid: TSpinEdit
  124.     Left = 161
  125.     Top = 64
  126.     Width = 44
  127.     Height = 22
  128.     MaxValue = 100
  129.     MinValue = 1
  130.     TabOrder = 5
  131.     Value = 1
  132.     OnChange = SEZGridChange
  133.   end
  134.   object RadioGroup1: TRadioGroup
  135.     Left = 114
  136.     Top = 4
  137.     Width = 151
  138.     Height = 53
  139.     Caption = 'Drawing Mode:'
  140.     Columns = 2
  141.     ItemIndex = 0
  142.     Items.Strings = (
  143.       'Solid'
  144.       'WireFrame'
  145.       'DotFrame')
  146.     TabOrder = 6
  147.     OnClick = RadioGroup1Click
  148.   end
  149. end
  150.