home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / shapeedi.dfm / shapeedi.txt
Text File  |  1999-08-11  |  4KB  |  213 lines

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