home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / SHAPEEDI.DFM / SHAPEEDI.txt
Encoding:
Text File  |  1998-10-24  |  3.8 KB  |  215 lines

  1. object ChartShapeEditor: TChartShapeEditor
  2.   Left = 206
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 194
  7.   ClientWidth = 339
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnShow = FormShow
  14.   TextHeight = 13
  15.   object SHColor: TShape
  16.     Left = 112
  17.     Top = 36
  18.     Width = 26
  19.     Height = 23
  20.     OnMouseUp = SHColorMouseUp
  21.   end
  22.   object Label1: TLabel
  23.     Left = 220
  24.     Top = 28
  25.     Width = 41
  26.     Height = 21
  27.     Alignment = taRightJustify
  28.     AutoSize = False
  29.     Caption = '&Left:'
  30.     FocusControl = SEX0
  31.   end
  32.   object LX1: TLabel
  33.     Left = 220
  34.     Top = 52
  35.     Width = 41
  36.     Height = 21
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = '&Right:'
  40.     FocusControl = SEX1
  41.   end
  42.   object Label2: TLabel
  43.     Left = 224
  44.     Top = 76
  45.     Width = 37
  46.     Height = 21
  47.     Alignment = taRightJustify
  48.     AutoSize = False
  49.     Caption = '&Top:'
  50.     FocusControl = SEY0
  51.   end
  52.   object LY1: TLabel
  53.     Left = 208
  54.     Top = 100
  55.     Width = 53
  56.     Height = 21
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = '&Bottom:'
  60.     FocusControl = SEY1
  61.   end
  62.   object Label5: TLabel
  63.     Left = 119
  64.     Top = 117
  65.     Width = 45
  66.     Height = 17
  67.     AutoSize = False
  68.     Caption = 'Te&xt:'
  69.     FocusControl = MemoText
  70.   end
  71.   object Label3: TLabel
  72.     Left = 4
  73.     Top = 8
  74.     Width = 37
  75.     Height = 17
  76.     Alignment = taRightJustify
  77.     AutoSize = False
  78.     Caption = '&Style:'
  79.   end
  80.   object BShapePen: TButton
  81.     Left = 9
  82.     Top = 68
  83.     Width = 94
  84.     Height = 25
  85.     HelpContext = 376
  86.     Caption = 'Bor&der...'
  87.     TabOrder = 0
  88.     OnClick = BShapePenClick
  89.   end
  90.   object BShapeBrush: TButton
  91.     Left = 9
  92.     Top = 101
  93.     Width = 94
  94.     Height = 25
  95.     HelpContext = 108
  96.     Caption = '&Pattern...'
  97.     TabOrder = 1
  98.     OnClick = BShapeBrushClick
  99.   end
  100.   object SEX0: TEdit
  101.     Left = 268
  102.     Top = 24
  103.     Width = 65
  104.     Height = 21
  105.     HelpContext = 693
  106.     TabOrder = 2
  107.     OnChange = SEX0Change
  108.   end
  109.   object SEX1: TEdit
  110.     Left = 268
  111.     Top = 48
  112.     Width = 65
  113.     Height = 21
  114.     HelpContext = 693
  115.     TabOrder = 3
  116.     OnChange = SEX1Change
  117.   end
  118.   object SEY0: TEdit
  119.     Left = 268
  120.     Top = 72
  121.     Width = 65
  122.     Height = 21
  123.     HelpContext = 693
  124.     TabOrder = 4
  125.     OnChange = SEY0Change
  126.   end
  127.   object SEY1: TEdit
  128.     Left = 268
  129.     Top = 96
  130.     Width = 65
  131.     Height = 21
  132.     HelpContext = 693
  133.     TabOrder = 5
  134.     OnChange = SEY1Change
  135.   end
  136.   object Button1: TButton
  137.     Left = 9
  138.     Top = 136
  139.     Width = 94
  140.     Height = 25
  141.     HelpContext = 214
  142.     Caption = 'F&ont...'
  143.     TabOrder = 6
  144.     OnClick = Button1Click
  145.   end
  146.   object RGAlign: TRadioGroup
  147.     Left = 260
  148.     Top = 127
  149.     Width = 73
  150.     Height = 65
  151.     HelpContext = 41
  152.     Caption = '&Alignment'
  153.     Items.Strings = (
  154.       'Left'
  155.       'Center'
  156.       'Right')
  157.     TabOrder = 7
  158.     OnClick = RGAlignClick
  159.   end
  160.   object MemoText: TMemo
  161.     Left = 119
  162.     Top = 133
  163.     Width = 129
  164.     Height = 59
  165.     HelpContext = 641
  166.     TabOrder = 8
  167.     OnChange = MemoTextChange
  168.   end
  169.   object CBTrans: TCheckBox
  170.     Left = 113
  171.     Top = 71
  172.     Width = 93
  173.     Height = 17
  174.     HelpContext = 657
  175.     Caption = 'Tra&nsparent'
  176.     TabOrder = 9
  177.     OnClick = CBTransClick
  178.   end
  179.   object BShapeColor: TButton
  180.     Left = 9
  181.     Top = 35
  182.     Width = 94
  183.     Height = 25
  184.     HelpContext = 428
  185.     Caption = 'Bac&kground...'
  186.     TabOrder = 10
  187.     OnClick = BShapeColorClick
  188.   end
  189.   object CBStyle: TComboBox
  190.     Left = 44
  191.     Top = 4
  192.     Width = 145
  193.     Height = 21
  194.     Style = csDropDownList
  195.     ItemHeight = 13
  196.     Items.Strings = (
  197.       'Rectangle'
  198.       'Circle'
  199.       'Vertical Line'
  200.       'Horiz. Line'
  201.       'Triangle'
  202.       'Invert. Triangle'
  203.       'Line'
  204.       'Diamond'
  205.       'Cube'
  206.       'Cross'
  207.       'Diagonal Cross'
  208.       'Star'
  209.       'Pyramid'
  210.       'Invert. Pyramid')
  211.     TabOrder = 11
  212.     OnChange = CBStyleChange
  213.   end
  214. end
  215.