home *** CD-ROM | disk | FTP | other *** search
- object ChartShapeEditor: TChartShapeEditor
- Left = 218
- Top = 228
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 194
- ClientWidth = 339
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 188
- Top = 63
- Width = 25
- Height = 21
- OnMouseUp = Shape1MouseUp
- end
- object Label1: TLabel
- Left = 220
- Top = 28
- Width = 41
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Left:'
- FocusControl = SEX0
- end
- object LX1: TLabel
- Left = 220
- Top = 52
- Width = 41
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Right:'
- FocusControl = SEX1
- end
- object Label2: TLabel
- Left = 224
- Top = 76
- Width = 37
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Top:'
- FocusControl = SEY0
- end
- object LY1: TLabel
- Left = 208
- Top = 100
- Width = 53
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Bottom:'
- FocusControl = SEY1
- end
- object Label5: TLabel
- Left = 119
- Top = 119
- Width = 45
- Height = 17
- AutoSize = False
- Caption = 'Te&xt:'
- FocusControl = MemoText
- end
- object RGShapeStyle: TRadioGroup
- Left = 4
- Top = 4
- Width = 109
- Height = 189
- Caption = 'St&yle:'
- Items.Strings = (
- 'Rectangle'
- 'Circle'
- 'Vertical Line'
- 'Horiz. Line'
- 'Triangle'
- 'Inver.Triangle'
- 'Line'
- 'Diamond')
- TabOrder = 0
- OnClick = RGShapeStyleClick
- end
- object BShapePen: TButton
- Left = 119
- Top = 4
- Width = 65
- Height = 25
- Caption = 'Bor&der...'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BShapePenClick
- end
- object BShapeBrush: TButton
- Left = 119
- Top = 33
- Width = 65
- Height = 25
- Caption = '&Pattern...'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BShapeBrushClick
- end
- object SEX0: TEdit
- Left = 268
- Top = 24
- Width = 65
- Height = 21
- TabOrder = 3
- OnChange = SEX0Change
- end
- object SEX1: TEdit
- Left = 268
- Top = 48
- Width = 65
- Height = 21
- TabOrder = 4
- OnChange = SEX1Change
- end
- object SEY0: TEdit
- Left = 268
- Top = 72
- Width = 65
- Height = 21
- TabOrder = 5
- OnChange = SEY0Change
- end
- object SEY1: TEdit
- Left = 268
- Top = 96
- Width = 65
- Height = 21
- TabOrder = 6
- OnChange = SEY1Change
- end
- object Button1: TButton
- Left = 119
- Top = 62
- Width = 65
- Height = 25
- Caption = 'F&ont...'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = Button1Click
- end
- object RGAlign: TRadioGroup
- Left = 260
- Top = 127
- Width = 73
- Height = 65
- Caption = '&Alignment'
- Items.Strings = (
- 'Left'
- 'Center'
- 'Right')
- TabOrder = 8
- OnClick = RGAlignClick
- end
- object MemoText: TMemo
- Left = 119
- Top = 135
- Width = 129
- Height = 57
- TabOrder = 9
- OnChange = MemoTextChange
- end
- object CBTrans: TCheckBox
- Left = 241
- Top = 3
- Width = 93
- Height = 17
- Caption = 'Tra&nsparent'
- TabOrder = 10
- OnClick = CBTransClick
- end
- object BShapeColor: TButton
- Left = 119
- Top = 91
- Width = 94
- Height = 25
- Caption = 'Bac&kground...'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 11
- OnClick = BShapeColorClick
- end
- end
-