home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 September / pcp155a.iso / full / teechart / iexample / examples / teechart.cab / teechart.ocx / 0 / RCDATA / TCANDLEEDITOR / TCANDLEEDITOR.txt
Encoding:
Text File  |  1998-06-15  |  2.2 KB  |  118 lines

  1. object CandleEditor: TCandleEditor
  2.   Left = 337
  3.   Top = 182
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Candle Series Editor'
  7.   ClientHeight = 145
  8.   ClientWidth = 273
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 80
  21.     Width = 75
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Candle &Width:'
  26.   end
  27.   object ShapeUp: TShape
  28.     Left = 228
  29.     Top = 8
  30.     Width = 32
  31.     Height = 25
  32.     OnMouseUp = ShapeUpMouseUp
  33.   end
  34.   object ShapeDown: TShape
  35.     Left = 228
  36.     Top = 40
  37.     Width = 32
  38.     Height = 24
  39.     OnMouseUp = ShapeDownMouseUp
  40.   end
  41.   object RadioGroup1: TRadioGroup
  42.     Left = 8
  43.     Top = 4
  44.     Width = 72
  45.     Height = 61
  46.     HelpContext = 133
  47.     Caption = 'Candle Style:'
  48.     ItemIndex = 0
  49.     Items.Strings = (
  50.       '&Stick'
  51.       '&Bar')
  52.     TabOrder = 0
  53.     OnClick = RadioGroup1Click
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 92
  57.     Top = 8
  58.     Width = 131
  59.     Height = 25
  60.     HelpContext = 661
  61.     Caption = '&Up Close Color...'
  62.     TabOrder = 1
  63.     OnClick = BitBtn1Click
  64.   end
  65.   object BitBtn2: TBitBtn
  66.     Left = 92
  67.     Top = 40
  68.     Width = 131
  69.     Height = 25
  70.     HelpContext = 188
  71.     Caption = '&Down Close Color...'
  72.     TabOrder = 2
  73.     OnClick = BitBtn2Click
  74.   end
  75.   object SpinEdit1: TSpinEdit
  76.     Left = 92
  77.     Top = 76
  78.     Width = 53
  79.     Height = 22
  80.     HelpContext = 134
  81.     MaxValue = 1000
  82.     MinValue = 0
  83.     TabOrder = 3
  84.     Value = 0
  85.     OnChange = SpinEdit1Change
  86.   end
  87.   object CBShowOpen: TCheckBox
  88.     Left = 176
  89.     Top = 76
  90.     Width = 85
  91.     Height = 17
  92.     HelpContext = 434
  93.     Caption = 'Show &Open'
  94.     TabOrder = 4
  95.     OnClick = CBShowOpenClick
  96.   end
  97.   object CBShowClose: TCheckBox
  98.     Left = 176
  99.     Top = 100
  100.     Width = 85
  101.     Height = 17
  102.     HelpContext = 431
  103.     Caption = 'Show &Close'
  104.     TabOrder = 5
  105.     OnClick = CBShowCloseClick
  106.   end
  107.   object Button1: TButton
  108.     Left = 12
  109.     Top = 112
  110.     Width = 75
  111.     Height = 25
  112.     HelpContext = 375
  113.     Caption = 'Bo&rder...'
  114.     TabOrder = 6
  115.     OnClick = Button1Click
  116.   end
  117. end
  118.