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

  1. object CandleEditor: TCandleEditor
  2.   Left = 337
  3.   Top = 182
  4.   ActiveControl = RGStyle
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 164
  8.   ClientWidth = 270
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 91
  21.     Width = 75
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Candle &Width:'
  26.   end
  27.   object ShapeUp: TShape
  28.     Left = 232
  29.     Top = 8
  30.     Width = 29
  31.     Height = 25
  32.     OnMouseUp = ShapeUpMouseUp
  33.   end
  34.   object ShapeDown: TShape
  35.     Left = 232
  36.     Top = 40
  37.     Width = 29
  38.     Height = 24
  39.     OnMouseUp = ShapeDownMouseUp
  40.   end
  41.   object RGStyle: TRadioGroup
  42.     Left = 8
  43.     Top = 4
  44.     Width = 75
  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 = RGStyleClick
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 96
  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 = 96
  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 SEWidth: TEdit
  76.     Left = 97
  77.     Top = 87
  78.     Width = 40
  79.     Height = 21
  80.     HelpContext = 134
  81.     TabOrder = 3
  82.     Text = '0'
  83.     OnChange = SEWidthChange
  84.   end
  85.   object CBShowOpen: TCheckBox
  86.     Left = 176
  87.     Top = 76
  88.     Width = 85
  89.     Height = 17
  90.     HelpContext = 434
  91.     Caption = 'Show &Open'
  92.     TabOrder = 4
  93.     OnClick = CBShowOpenClick
  94.   end
  95.   object CBShowClose: TCheckBox
  96.     Left = 176
  97.     Top = 100
  98.     Width = 85
  99.     Height = 17
  100.     HelpContext = 431
  101.     Caption = 'Show &Close'
  102.     TabOrder = 5
  103.     OnClick = CBShowCloseClick
  104.   end
  105.   object Button1: TButton
  106.     Left = 9
  107.     Top = 129
  108.     Width = 75
  109.     Height = 25
  110.     HelpContext = 375
  111.     Caption = 'Bo&rder...'
  112.     TabOrder = 6
  113.     OnClick = Button1Click
  114.   end
  115.   object UDWidth: TUpDown
  116.     Left = 137
  117.     Top = 87
  118.     Width = 15
  119.     Height = 21
  120.     TabOrder = 7
  121.     Associate = SEWidth
  122.   end
  123.   object CBDraw3D: TCheckBox
  124.     Left = 98
  125.     Top = 131
  126.     Width = 71
  127.     Height = 17
  128.     Caption = 'Draw &3D'
  129.     TabOrder = 8
  130.     OnClick = CBDraw3DClick
  131.   end
  132.   object CBDark3D: TCheckBox
  133.     Left = 176
  134.     Top = 131
  135.     Width = 89
  136.     Height = 17
  137.     Caption = 'Dar&k 3D'
  138.     TabOrder = 9
  139.     OnClick = CBDark3DClick
  140.   end
  141. end
  142.