home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Windows / System32 / TEEUI50.BPL / 0 / RCDATA / TPIESERIESEDITOR / TPIESERIESEDITOR.txt
Encoding:
Text File  |  1999-08-11  |  6.1 KB  |  328 lines

  1. object PieSeriesEditor: TPieSeriesEditor
  2.   Left = 348
  3.   Top = 219
  4.   ActiveControl = CBCircled
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 191
  8.   ClientWidth = 350
  9.   ParentFont = True
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 133
  16.     Top = 40
  17.     Width = 56
  18.     Height = 21
  19.     Alignment = taRightJustify
  20.     AutoSize = False
  21.     Caption = '&Rotation:'
  22.     FocusControl = SERotation
  23.   end
  24.   object Label4: TLabel
  25.     Left = 108
  26.     Top = 9
  27.     Width = 81
  28.     Height = 20
  29.     Alignment = taRightJustify
  30.     AutoSize = False
  31.     Caption = '&Explode biggest:'
  32.   end
  33.   object Label8: TLabel
  34.     Left = 117
  35.     Top = 69
  36.     Width = 72
  37.     Height = 16
  38.     Alignment = taRightJustify
  39.     AutoSize = False
  40.     Caption = '&Order:'
  41.   end
  42.   object CBCircled: TCheckBox
  43.     Left = 5
  44.     Top = 8
  45.     Width = 84
  46.     Height = 17
  47.     HelpContext = 148
  48.     Caption = '&Circled Pie'
  49.     TabOrder = 0
  50.     OnClick = CBCircledClick
  51.   end
  52.   object CB3D: TCheckBox
  53.     Left = 5
  54.     Top = 31
  55.     Width = 92
  56.     Height = 17
  57.     HelpContext = 675
  58.     Caption = '&3 Dimensions'
  59.     TabOrder = 1
  60.     OnClick = CB3DClick
  61.   end
  62.   object SERotation: TEdit
  63.     Left = 194
  64.     Top = 36
  65.     Width = 39
  66.     Height = 21
  67.     HelpContext = 410
  68.     TabOrder = 2
  69.     Text = '0'
  70.     OnChange = SERotationChange
  71.   end
  72.   object BPiePen: TButton
  73.     Left = 4
  74.     Top = 79
  75.     Width = 93
  76.     Height = 25
  77.     HelpContext = 385
  78.     Caption = '&Pie Border...'
  79.     TabOrder = 3
  80.     OnClick = BPiePenClick
  81.   end
  82.   object CBPatterns: TCheckBox
  83.     Left = 262
  84.     Top = 7
  85.     Width = 84
  86.     Height = 17
  87.     HelpContext = 664
  88.     Caption = 'Pa&tterns'
  89.     TabOrder = 4
  90.     OnClick = CBPatternsClick
  91.   end
  92.   object BBackPieColor: TBitBtn
  93.     Left = 259
  94.     Top = 33
  95.     Width = 87
  96.     Height = 25
  97.     HelpContext = 145
  98.     Caption = '&Back Color...'
  99.     Enabled = False
  100.     TabOrder = 5
  101.     OnClick = BBackPieColorClick
  102.   end
  103.   object GroupBox1: TGroupBox
  104.     Left = 4
  105.     Top = 112
  106.     Width = 173
  107.     Height = 73
  108.     Caption = 'Custom Pie Radius:'
  109.     TabOrder = 6
  110.     object Label2: TLabel
  111.       Left = 4
  112.       Top = 20
  113.       Width = 55
  114.       Height = 21
  115.       Alignment = taRightJustify
  116.       AutoSize = False
  117.       Caption = '&X Radius:'
  118.       FocusControl = SEXRadius
  119.     end
  120.     object Label3: TLabel
  121.       Left = 4
  122.       Top = 48
  123.       Width = 55
  124.       Height = 21
  125.       Alignment = taRightJustify
  126.       AutoSize = False
  127.       Caption = '&Y Radius:'
  128.       FocusControl = SEYRadius
  129.     end
  130.     object SEXRadius: TEdit
  131.       Left = 62
  132.       Top = 15
  133.       Width = 33
  134.       Height = 21
  135.       HelpContext = 697
  136.       TabOrder = 0
  137.       Text = '0'
  138.       OnChange = SEXRadiusChange
  139.     end
  140.     object CBAutoXR: TCheckBox
  141.       Left = 117
  142.       Top = 16
  143.       Width = 50
  144.       Height = 21
  145.       Caption = '&Auto'
  146.       State = cbChecked
  147.       TabOrder = 1
  148.       OnClick = CBAutoXRClick
  149.     end
  150.     object SEYRadius: TEdit
  151.       Left = 62
  152.       Top = 43
  153.       Width = 33
  154.       Height = 21
  155.       HelpContext = 703
  156.       TabOrder = 2
  157.       Text = '0'
  158.       OnChange = SEYRadiusChange
  159.     end
  160.     object CBAutoYR: TCheckBox
  161.       Left = 117
  162.       Top = 46
  163.       Width = 50
  164.       Height = 19
  165.       Caption = 'A&uto'
  166.       State = cbChecked
  167.       TabOrder = 3
  168.       OnClick = CBAutoYRClick
  169.     end
  170.     object UDYRadius: TUpDown
  171.       Left = 95
  172.       Top = 43
  173.       Width = 15
  174.       Height = 21
  175.       Associate = SEYRadius
  176.       Min = 0
  177.       Max = 2000
  178.       Increment = 5
  179.       Position = 0
  180.       TabOrder = 4
  181.       Wrap = False
  182.     end
  183.     object UDXRadius: TUpDown
  184.       Left = 95
  185.       Top = 15
  186.       Width = 15
  187.       Height = 21
  188.       Associate = SEXRadius
  189.       Min = 0
  190.       Max = 2000
  191.       Increment = 5
  192.       Position = 0
  193.       TabOrder = 5
  194.       Wrap = False
  195.     end
  196.   end
  197.   object CBDark3d: TCheckBox
  198.     Left = 5
  199.     Top = 54
  200.     Width = 71
  201.     Height = 17
  202.     HelpContext = 176
  203.     Caption = '&Dark 3D'
  204.     TabOrder = 7
  205.     OnClick = CBDark3dClick
  206.   end
  207.   object GroupBox2: TGroupBox
  208.     Left = 192
  209.     Top = 92
  210.     Width = 153
  211.     Height = 93
  212.     Caption = 'Group slices:'
  213.     TabOrder = 8
  214.     object Label5: TLabel
  215.       Left = 8
  216.       Top = 20
  217.       Width = 33
  218.       Height = 13
  219.       Alignment = taRightJustify
  220.       AutoSize = False
  221.       Caption = '&Style:'
  222.       FocusControl = CBOther
  223.     end
  224.     object Label6: TLabel
  225.       Left = 11
  226.       Top = 45
  227.       Width = 30
  228.       Height = 13
  229.       Alignment = taRightJustify
  230.       AutoSize = False
  231.       Caption = '&Value:'
  232.     end
  233.     object Label7: TLabel
  234.       Left = 12
  235.       Top = 70
  236.       Width = 29
  237.       Height = 13
  238.       Alignment = taRightJustify
  239.       AutoSize = False
  240.       Caption = '&Label:'
  241.     end
  242.     object CBOther: TComboBox
  243.       Left = 47
  244.       Top = 16
  245.       Width = 99
  246.       Height = 21
  247.       HelpContext = 758
  248.       Style = csDropDownList
  249.       ItemHeight = 13
  250.       Items.Strings = (
  251.         'None'
  252.         'Below %'
  253.         'Below Value')
  254.       TabOrder = 0
  255.       OnChange = CBOtherChange
  256.     end
  257.     object EOtherValue: TEdit
  258.       Left = 47
  259.       Top = 41
  260.       Width = 65
  261.       Height = 21
  262.       HelpContext = 760
  263.       TabOrder = 1
  264.       Text = '0'
  265.       OnChange = EOtherValueChange
  266.     end
  267.     object EOtherLabel: TEdit
  268.       Left = 47
  269.       Top = 66
  270.       Width = 99
  271.       Height = 21
  272.       HelpContext = 759
  273.       TabOrder = 2
  274.       Text = 'Other'
  275.       OnChange = EOtherLabelChange
  276.     end
  277.   end
  278.   object SEExpBig: TEdit
  279.     Left = 194
  280.     Top = 4
  281.     Width = 39
  282.     Height = 21
  283.     HelpContext = 756
  284.     TabOrder = 9
  285.     Text = '0'
  286.     OnChange = SEExpBigChange
  287.   end
  288.   object UDExpBig: TUpDown
  289.     Left = 233
  290.     Top = 4
  291.     Width = 15
  292.     Height = 21
  293.     Associate = SEExpBig
  294.     Min = 0
  295.     Increment = 5
  296.     Position = 0
  297.     TabOrder = 10
  298.     Wrap = False
  299.   end
  300.   object UDRotation: TUpDown
  301.     Left = 233
  302.     Top = 36
  303.     Width = 15
  304.     Height = 21
  305.     Associate = SERotation
  306.     Min = 0
  307.     Max = 360
  308.     Increment = 5
  309.     Position = 0
  310.     TabOrder = 11
  311.     Wrap = True
  312.   end
  313.   object CBOrder: TComboBox
  314.     Left = 194
  315.     Top = 65
  316.     Width = 151
  317.     Height = 21
  318.     Style = csDropDownList
  319.     ItemHeight = 13
  320.     Items.Strings = (
  321.       'Default'
  322.       'Ascending'
  323.       'Descending')
  324.     TabOrder = 12
  325.     OnChange = CBOrderChange
  326.   end
  327. end
  328.