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

  1. object CustomSeriesEditor: TCustomSeriesEditor
  2.   Left = 223
  3.   Top = 157
  4.   ActiveControl = GPPoint
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 172
  8.   ClientWidth = 362
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GPPoint: TGroupBox
  20.     Left = 176
  21.     Top = 4
  22.     Width = 181
  23.     Height = 165
  24.     Caption = 'Points:'
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 68
  28.       Top = 20
  29.       Width = 61
  30.       Height = 17
  31.       Alignment = taRightJustify
  32.       AutoSize = False
  33.       Caption = '&Width:'
  34.       FocusControl = SEPointHorizSize
  35.     end
  36.     object Label2: TLabel
  37.       Left = 72
  38.       Top = 48
  39.       Width = 57
  40.       Height = 21
  41.       Alignment = taRightJustify
  42.       AutoSize = False
  43.       Caption = '&Height:'
  44.       FocusControl = SEPointVertSize
  45.     end
  46.     object Label3: TLabel
  47.       Left = 8
  48.       Top = 132
  49.       Width = 41
  50.       Height = 20
  51.       Alignment = taRightJustify
  52.       AutoSize = False
  53.       Caption = 'St&yle:'
  54.       FocusControl = CBPointStyle
  55.     end
  56.     object CBDrawPoint: TCheckBox
  57.       Left = 8
  58.       Top = 20
  59.       Width = 65
  60.       Height = 17
  61.       Caption = '&Visible'
  62.       TabOrder = 0
  63.       OnClick = CBDrawPointClick
  64.     end
  65.     object CB3dPoint: TCheckBox
  66.       Left = 8
  67.       Top = 44
  68.       Width = 41
  69.       Height = 17
  70.       Caption = '&3D'
  71.       TabOrder = 1
  72.       OnClick = CB3dPointClick
  73.     end
  74.     object CBInflate: TCheckBox
  75.       Left = 8
  76.       Top = 72
  77.       Width = 121
  78.       Height = 17
  79.       Caption = 'Inflate &Margins'
  80.       TabOrder = 2
  81.       OnClick = CBInflateClick
  82.     end
  83.     object SEPointHorizSize: TSpinEdit
  84.       Left = 132
  85.       Top = 16
  86.       Width = 40
  87.       Height = 22
  88.       MaxValue = 1000
  89.       MinValue = 1
  90.       TabOrder = 3
  91.       Value = 1
  92.       OnChange = SEPointHorizSizeChange
  93.     end
  94.     object SEPointVertSize: TSpinEdit
  95.       Left = 132
  96.       Top = 44
  97.       Width = 40
  98.       Height = 22
  99.       MaxValue = 1000
  100.       MinValue = 1
  101.       TabOrder = 4
  102.       Value = 1
  103.       OnChange = SEPointVertSizeChange
  104.     end
  105.     object CBPointStyle: TComboBox
  106.       Left = 56
  107.       Top = 128
  108.       Width = 117
  109.       Height = 21
  110.       Style = csDropDownList
  111.       DropDownCount = 12
  112.       ItemHeight = 13
  113.       Items.Strings = (
  114.         'Square'
  115.         'Circle'
  116.         'Triangle'
  117.         'DownTriangle'
  118.         'Cross'
  119.         'DiagonalCross'
  120.         'Star'
  121.         'Diamond'
  122.         'Clear Square'
  123.         'Clear Circle'
  124.         'Clear Triangle'
  125.         'Clear Down Triangle'
  126.         'Clear Diamond'
  127.         'Small Dot'
  128.         'Half Rect'
  129.         'Rect'
  130.         'Circle Circle'
  131.         'Circle Diamond'
  132.         'Half Circle'
  133.         'Crest Circle'
  134.         'Circle Crest'
  135.         'Star 4'
  136.         'Star 5'
  137.         'Star 6'
  138.         'Star 4 Circle'
  139.         'Star 5 Circle'
  140.         'Star 6 Circle'
  141.         'Circle 4 Star'
  142.         'Circle 5 Star'
  143.         'Circle 6 Star')
  144.       TabOrder = 5
  145.       OnChange = CBPointStyleChange
  146.     end
  147.     object BPointFillColor: TBitBtn
  148.       Left = 80
  149.       Top = 96
  150.       Width = 93
  151.       Height = 25
  152.       Caption = 'B&ackground...'
  153.       TabOrder = 6
  154.       OnClick = BPointFillColorClick
  155.     end
  156.     object BPoinPenCol: TBitBtn
  157.       Left = 8
  158.       Top = 96
  159.       Width = 65
  160.       Height = 25
  161.       Caption = 'B&order...'
  162.       TabOrder = 7
  163.       OnClick = BPoinPenColClick
  164.     end
  165.   end
  166.   object GPLine: TGroupBox
  167.     Left = 4
  168.     Top = 4
  169.     Width = 165
  170.     Height = 165
  171.     Caption = 'Line:'
  172.     TabOrder = 1
  173.     object Label5: TLabel
  174.       Left = 4
  175.       Top = 60
  176.       Width = 48
  177.       Height = 17
  178.       Alignment = taRightJustify
  179.       AutoSize = False
  180.       Caption = '&Pattern:'
  181.       FocusControl = CBLineBrush
  182.     end
  183.     object Button1: TButton
  184.       Left = 8
  185.       Top = 20
  186.       Width = 69
  187.       Height = 25
  188.       Caption = '&Border...'
  189.       TabOrder = 0
  190.       OnClick = Button1Click
  191.     end
  192.     object BitBtn1: TBitBtn
  193.       Left = 86
  194.       Top = 20
  195.       Width = 71
  196.       Height = 25
  197.       Caption = '&Color...'
  198.       TabOrder = 1
  199.       OnClick = BitBtn1Click
  200.     end
  201.     object CBLineBrush: TComboBox
  202.       Left = 54
  203.       Top = 56
  204.       Width = 105
  205.       Height = 21
  206.       Style = csDropDownList
  207.       DropDownCount = 12
  208.       ItemHeight = 13
  209.       Items.Strings = (
  210.         'Solid'
  211.         'Clear'
  212.         'Horizontal'
  213.         'Vertical'
  214.         'Diagonal'
  215.         'BDiagonal'
  216.         'Cross'
  217.         'DiagCross')
  218.       TabOrder = 2
  219.       OnChange = CBLineBrushChange
  220.     end
  221.     object GroupBox3: TGroupBox
  222.       Left = 12
  223.       Top = 112
  224.       Width = 145
  225.       Height = 41
  226.       Caption = 'Line Mode:'
  227.       TabOrder = 3
  228.       object CBStairs: TCheckBox
  229.         Left = 7
  230.         Top = 16
  231.         Width = 70
  232.         Height = 17
  233.         Caption = '&Stairs'
  234.         TabOrder = 0
  235.         OnClick = CBStairsClick
  236.       end
  237.       object CBInvStairs: TCheckBox
  238.         Left = 67
  239.         Top = 16
  240.         Width = 70
  241.         Height = 17
  242.         Caption = '&Inverted'
  243.         TabOrder = 1
  244.         OnClick = CBInvStairsClick
  245.       end
  246.     end
  247.     object CBColorEach: TCheckBox
  248.       Left = 18
  249.       Top = 88
  250.       Width = 139
  251.       Height = 17
  252.       Caption = 'Color &Each'
  253.       TabOrder = 4
  254.       OnClick = CBColorEachClick
  255.     end
  256.   end
  257. end
  258.