home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TPIESERIESEDITOR / TPIESERIESEDITOR.txt
Text File  |  1997-08-05  |  4KB  |  201 lines

  1. object PieSeriesEditor: TPieSeriesEditor
  2.   Left = 224
  3.   Top = 216
  4.   ActiveControl = CBCircled
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 166
  8.   ClientWidth = 350
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 212
  19.     Top = 76
  20.     Width = 68
  21.     Height = 21
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = '&Rotation:'
  25.     FocusControl = SERotation
  26.   end
  27.   object CBCircled: TCheckBox
  28.     Left = 5
  29.     Top = 8
  30.     Width = 104
  31.     Height = 17
  32.     Caption = '&Circled Pie'
  33.     TabOrder = 0
  34.     OnClick = CBCircledClick
  35.   end
  36.   object CB3D: TCheckBox
  37.     Left = 5
  38.     Top = 32
  39.     Width = 100
  40.     Height = 17
  41.     Caption = '&3 Dimensions'
  42.     TabOrder = 1
  43.     OnClick = CB3DClick
  44.   end
  45.   object SERotation: TSpinEdit
  46.     Left = 285
  47.     Top = 72
  48.     Width = 56
  49.     Height = 22
  50.     Increment = 5
  51.     MaxValue = 360
  52.     MinValue = 0
  53.     TabOrder = 2
  54.     Value = 0
  55.     OnChange = SERotationChange
  56.   end
  57.   object BPiePen: TButton
  58.     Left = 4
  59.     Top = 56
  60.     Width = 93
  61.     Height = 25
  62.     Caption = '&Pie Border...'
  63.     TabOrder = 3
  64.     OnClick = BPiePenClick
  65.   end
  66.   object CBPatterns: TCheckBox
  67.     Left = 250
  68.     Top = 108
  69.     Width = 84
  70.     Height = 17
  71.     Caption = 'Pa&tterns'
  72.     TabOrder = 4
  73.     OnClick = CBPatternsClick
  74.   end
  75.   object BBackPieColor: TBitBtn
  76.     Left = 250
  77.     Top = 134
  78.     Width = 87
  79.     Height = 25
  80.     Caption = '&Back Color...'
  81.     Enabled = False
  82.     TabOrder = 5
  83.     OnClick = BBackPieColorClick
  84.   end
  85.   object GroupBox1: TGroupBox
  86.     Left = 4
  87.     Top = 88
  88.     Width = 201
  89.     Height = 73
  90.     Caption = 'Custom Pie Radius:'
  91.     TabOrder = 6
  92.     object Label2: TLabel
  93.       Left = 4
  94.       Top = 20
  95.       Width = 63
  96.       Height = 21
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = '&XRadius:'
  100.       FocusControl = SEXRadius
  101.     end
  102.     object Label3: TLabel
  103.       Left = 4
  104.       Top = 48
  105.       Width = 63
  106.       Height = 21
  107.       Alignment = taRightJustify
  108.       AutoSize = False
  109.       Caption = '&YRadius:'
  110.       FocusControl = SEYRadius
  111.     end
  112.     object SEXRadius: TSpinEdit
  113.       Left = 73
  114.       Top = 15
  115.       Width = 56
  116.       Height = 22
  117.       Increment = 5
  118.       MaxValue = 0
  119.       MinValue = 0
  120.       TabOrder = 0
  121.       Value = 0
  122.       OnChange = SEXRadiusChange
  123.     end
  124.     object CBAutoXR: TCheckBox
  125.       Left = 136
  126.       Top = 16
  127.       Width = 57
  128.       Height = 21
  129.       Caption = '&Auto'
  130.       State = cbChecked
  131.       TabOrder = 1
  132.       OnClick = CBAutoXRClick
  133.     end
  134.     object SEYRadius: TSpinEdit
  135.       Left = 73
  136.       Top = 43
  137.       Width = 56
  138.       Height = 22
  139.       Increment = 5
  140.       MaxValue = 0
  141.       MinValue = 0
  142.       TabOrder = 2
  143.       Value = 0
  144.       OnChange = SEYRadiusChange
  145.     end
  146.     object CBAutoYR: TCheckBox
  147.       Left = 136
  148.       Top = 46
  149.       Width = 57
  150.       Height = 19
  151.       Caption = 'A&uto'
  152.       State = cbChecked
  153.       TabOrder = 3
  154.       OnClick = CBAutoYRClick
  155.     end
  156.   end
  157.   object GroupBox2: TGroupBox
  158.     Left = 112
  159.     Top = 0
  160.     Width = 229
  161.     Height = 65
  162.     TabOrder = 7
  163.     object CB3dColor: TCheckBox
  164.       Left = 10
  165.       Top = 14
  166.       Width = 97
  167.       Height = 17
  168.       Caption = '3D C&olor'
  169.       TabOrder = 0
  170.       OnClick = CB3dColorClick
  171.     end
  172.     object CBDark3d: TCheckBox
  173.       Left = 10
  174.       Top = 38
  175.       Width = 95
  176.       Height = 17
  177.       Caption = '&Dark 3D Pie'
  178.       TabOrder = 1
  179.       OnClick = CBDark3dClick
  180.     end
  181.     object CB3dShadow: TCheckBox
  182.       Left = 110
  183.       Top = 14
  184.       Width = 91
  185.       Height = 17
  186.       Caption = '3D &Shadow'
  187.       TabOrder = 2
  188.       OnClick = CB3dShadowClick
  189.     end
  190.     object BShadowColor: TBitBtn
  191.       Left = 110
  192.       Top = 34
  193.       Width = 107
  194.       Height = 25
  195.       Caption = 'Shadow Co&lor'
  196.       TabOrder = 3
  197.       OnClick = BShadowColorClick
  198.     end
  199.   end
  200. end
  201.