home *** CD-ROM | disk | FTP | other *** search
- object CandleEditor: TCandleEditor
- Left = 337
- Top = 182
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Candle Series Editor'
- ClientHeight = 145
- ClientWidth = 273
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 12
- Top = 80
- Width = 75
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Candle &Width:'
- end
- object ShapeUp: TShape
- Left = 228
- Top = 8
- Width = 32
- Height = 25
- OnMouseUp = ShapeUpMouseUp
- end
- object ShapeDown: TShape
- Left = 228
- Top = 40
- Width = 32
- Height = 24
- OnMouseUp = ShapeDownMouseUp
- end
- object RadioGroup1: TRadioGroup
- Left = 8
- Top = 4
- Width = 72
- Height = 61
- HelpContext = 133
- Caption = 'Candle Style:'
- ItemIndex = 0
- Items.Strings = (
- '&Stick'
- '&Bar')
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object BitBtn1: TBitBtn
- Left = 92
- Top = 8
- Width = 131
- Height = 25
- HelpContext = 661
- Caption = '&Up Close Color...'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 92
- Top = 40
- Width = 131
- Height = 25
- HelpContext = 188
- Caption = '&Down Close Color...'
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- object SpinEdit1: TSpinEdit
- Left = 92
- Top = 76
- Width = 53
- Height = 22
- HelpContext = 134
- MaxValue = 1000
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = SpinEdit1Change
- end
- object CBShowOpen: TCheckBox
- Left = 176
- Top = 76
- Width = 85
- Height = 17
- HelpContext = 434
- Caption = 'Show &Open'
- TabOrder = 4
- OnClick = CBShowOpenClick
- end
- object CBShowClose: TCheckBox
- Left = 176
- Top = 100
- Width = 85
- Height = 17
- HelpContext = 431
- Caption = 'Show &Close'
- TabOrder = 5
- OnClick = CBShowCloseClick
- end
- object Button1: TButton
- Left = 12
- Top = 112
- Width = 75
- Height = 25
- HelpContext = 375
- Caption = 'Bo&rder...'
- TabOrder = 6
- OnClick = Button1Click
- end
- end
-