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

  1. object PolarSeriesEditor: TPolarSeriesEditor
  2.   Left = 177
  3.   Top = 71
  4.   ActiveControl = CBCircled
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 192
  8.   ClientWidth = 366
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 4
  20.     Top = 112
  21.     Width = 43
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = '&Rotation:'
  25.     FocusControl = SERotation
  26.   end
  27.   object Label2: TLabel
  28.     Left = 4
  29.     Top = 140
  30.     Width = 43
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     Caption = '&XRadius:'
  34.     FocusControl = SEXRadius
  35.   end
  36.   object Label3: TLabel
  37.     Left = 4
  38.     Top = 169
  39.     Width = 43
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = '&YRadius:'
  43.     FocusControl = SEYRadius
  44.   end
  45.   object Label7: TLabel
  46.     Left = 133
  47.     Top = 140
  48.     Width = 53
  49.     Height = 13
  50.     Alignment = taRightJustify
  51.     Caption = '&Increment::'
  52.     FocusControl = SEAngleInc
  53.   end
  54.   object Label8: TLabel
  55.     Left = 133
  56.     Top = 168
  57.     Width = 53
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'Increment::'
  61.     FocusControl = SERotation
  62.   end
  63.   object CBCircled: TCheckBox
  64.     Left = 5
  65.     Top = 4
  66.     Width = 72
  67.     Height = 17
  68.     Caption = '&Circled'
  69.     TabOrder = 0
  70.     OnClick = CBCircledClick
  71.   end
  72.   object SERotation: TSpinEdit
  73.     Left = 61
  74.     Top = 108
  75.     Width = 56
  76.     Height = 22
  77.     Increment = 5
  78.     MaxValue = 360
  79.     MinValue = 0
  80.     TabOrder = 1
  81.     Value = 0
  82.     OnChange = SERotationChange
  83.   end
  84.   object BPiePen: TButton
  85.     Left = 4
  86.     Top = 28
  87.     Width = 75
  88.     Height = 25
  89.     Caption = '&Pie Pen...'
  90.     TabOrder = 2
  91.     OnClick = BPiePenClick
  92.   end
  93.   object SEXRadius: TSpinEdit
  94.     Left = 61
  95.     Top = 136
  96.     Width = 56
  97.     Height = 22
  98.     Increment = 5
  99.     MaxValue = 0
  100.     MinValue = 0
  101.     TabOrder = 3
  102.     Value = 0
  103.     OnChange = SEXRadiusChange
  104.   end
  105.   object SEYRadius: TSpinEdit
  106.     Left = 61
  107.     Top = 164
  108.     Width = 56
  109.     Height = 22
  110.     Increment = 5
  111.     MaxValue = 0
  112.     MinValue = 0
  113.     TabOrder = 4
  114.     Value = 0
  115.     OnChange = SEYRadiusChange
  116.   end
  117.   object Button2: TButton
  118.     Left = 4
  119.     Top = 56
  120.     Width = 75
  121.     Height = 25
  122.     Caption = 'P&en...'
  123.     TabOrder = 5
  124.     OnClick = Button2Click
  125.   end
  126.   object CheckBox1: TCheckBox
  127.     Left = 5
  128.     Top = 88
  129.     Width = 84
  130.     Height = 17
  131.     Caption = 'C&lose Circle'
  132.     State = cbChecked
  133.     TabOrder = 6
  134.     OnClick = CheckBox1Click
  135.   end
  136.   object GroupBox1: TGroupBox
  137.     Left = 91
  138.     Top = 2
  139.     Width = 270
  140.     Height = 95
  141.     Caption = 'Points:'
  142.     TabOrder = 7
  143.     object Label4: TLabel
  144.       Left = 67
  145.       Top = 16
  146.       Width = 50
  147.       Height = 13
  148.       Alignment = taRightJustify
  149.       Caption = '&Horiz Size:'
  150.       FocusControl = SEPointHorizSize
  151.     end
  152.     object Label5: TLabel
  153.       Left = 7
  154.       Top = 69
  155.       Width = 26
  156.       Height = 13
  157.       Alignment = taRightJustify
  158.       Caption = 'S&tyle:'
  159.     end
  160.     object Label6: TLabel
  161.       Left = 175
  162.       Top = 16
  163.       Width = 45
  164.       Height = 13
  165.       Alignment = taRightJustify
  166.       Caption = '&Vert Size:'
  167.       FocusControl = SEPointHorizSize
  168.     end
  169.     object CBDrawPoint: TCheckBox
  170.       Left = 5
  171.       Top = 16
  172.       Width = 60
  173.       Height = 17
  174.       Caption = '&Visible'
  175.       TabOrder = 0
  176.       OnClick = CBDrawPointClick
  177.     end
  178.     object SEPointHorizSize: TSpinEdit
  179.       Left = 122
  180.       Top = 12
  181.       Width = 40
  182.       Height = 22
  183.       MaxValue = 0
  184.       MinValue = 0
  185.       TabOrder = 1
  186.       Value = 0
  187.       OnChange = SEPointHorizSizeChange
  188.     end
  189.     object BitBtn4: TBitBtn
  190.       Left = 6
  191.       Top = 36
  192.       Width = 75
  193.       Height = 25
  194.       Caption = 'Fill Color...'
  195.       TabOrder = 2
  196.       OnClick = BitBtn4Click
  197.     end
  198.     object CBPointColorDef: TCheckBox
  199.       Left = 87
  200.       Top = 41
  201.       Width = 94
  202.       Height = 17
  203.       Caption = '&Default Color'
  204.       TabOrder = 3
  205.       OnClick = CBPointColorDefClick
  206.     end
  207.     object CBPointStyle: TComboBox
  208.       Left = 35
  209.       Top = 65
  210.       Width = 122
  211.       Height = 21
  212.       Style = csDropDownList
  213.       DropDownCount = 12
  214.       ItemHeight = 13
  215.       Items.Strings = (
  216.         'Square'
  217.         'Circle'
  218.         'Triangle'
  219.         'DownTriangle'
  220.         'Cross'
  221.         'DiagonalCross'
  222.         'Star'
  223.         'Diamond'
  224.         'SmallDot')
  225.       TabOrder = 4
  226.       OnChange = CBPointStyleChange
  227.     end
  228.     object BPoinPenCol: TBitBtn
  229.       Left = 166
  230.       Top = 64
  231.       Width = 75
  232.       Height = 25
  233.       Caption = '&Frame...'
  234.       TabOrder = 5
  235.       OnClick = BPoinPenColClick
  236.     end
  237.     object SEPointVertSize: TSpinEdit
  238.       Left = 222
  239.       Top = 12
  240.       Width = 40
  241.       Height = 22
  242.       MaxValue = 0
  243.       MinValue = 0
  244.       TabOrder = 6
  245.       Value = 0
  246.       OnChange = SEPointVertSizeChange
  247.     end
  248.   end
  249.   object SEAngleInc: TSpinEdit
  250.     Left = 197
  251.     Top = 136
  252.     Width = 56
  253.     Height = 22
  254.     Increment = 5
  255.     MaxValue = 360
  256.     MinValue = 0
  257.     TabOrder = 8
  258.     Value = 0
  259.     OnChange = SEAngleIncChange
  260.   end
  261.   object BBackPieColor: TBitBtn
  262.     Left = 198
  263.     Top = 102
  264.     Width = 75
  265.     Height = 25
  266.     Caption = '&Back Color...'
  267.     TabOrder = 9
  268.     OnClick = BBackPieColorClick
  269.   end
  270.   object SERadiusInc: TSpinEdit
  271.     Left = 197
  272.     Top = 164
  273.     Width = 56
  274.     Height = 22
  275.     Increment = 5
  276.     MaxValue = 0
  277.     MinValue = 0
  278.     TabOrder = 10
  279.     Value = 0
  280.     OnChange = SERadiusIncChange
  281.   end
  282. end
  283.