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

  1. object TeeDlgWizard: TTeeDlgWizard
  2.   Left = 180
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'TeeChart Wizard'
  6.   ClientHeight = 318
  7.   ClientWidth = 397
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CancelBtn: TButton
  21.     Left = 304
  22.     Top = 288
  23.     Width = 77
  24.     Height = 25
  25.     Cancel = True
  26.     Caption = 'Cancel'
  27.     ModalResult = 2
  28.     TabOrder = 4
  29.     OnClick = CancelClick
  30.   end
  31.   object PrevButton: TButton
  32.     Left = 116
  33.     Top = 288
  34.     Width = 77
  35.     Height = 25
  36.     Caption = '< &Back'
  37.     Enabled = False
  38.     TabOrder = 2
  39.     OnClick = PrevClick
  40.   end
  41.   object NextButton: TButton
  42.     Left = 200
  43.     Top = 288
  44.     Width = 77
  45.     Height = 25
  46.     Caption = '&Next >'
  47.     Default = True
  48.     TabOrder = 3
  49.     OnClick = NextClick
  50.   end
  51.   object PageControl: TPageControl
  52.     Left = 8
  53.     Top = 3
  54.     Width = 381
  55.     Height = 277
  56.     ActivePage = TabSheet2
  57.     MultiLine = True
  58.     TabHeight = 1
  59.     TabOrder = 0
  60.     TabStop = False
  61.     object TabStyle: TTabSheet
  62.       TabVisible = False
  63.       object Label1: TLabel
  64.         Left = 108
  65.         Top = 99
  66.         Width = 125
  67.         Height = 17
  68.         AutoSize = False
  69.         Caption = 'Select a Chart style:'
  70.       end
  71.       object Panel3: TPanel
  72.         Left = 106
  73.         Top = 120
  74.         Width = 161
  75.         Height = 77
  76.         BevelOuter = bvLowered
  77.         TabOrder = 0
  78.         object rbDatabase: TRadioButton
  79.           Left = 14
  80.           Top = 18
  81.           Width = 131
  82.           Height = 17
  83.           Caption = '&Database Chart'
  84.           Checked = True
  85.           TabOrder = 0
  86.           TabStop = True
  87.         end
  88.         object rbNonDatabase: TRadioButton
  89.           Left = 14
  90.           Top = 42
  91.           Width = 131
  92.           Height = 17
  93.           Caption = 'N&on Database Chart'
  94.           TabOrder = 1
  95.         end
  96.       end
  97.       object Panel4: TPanel
  98.         Left = 4
  99.         Top = 5
  100.         Width = 365
  101.         Height = 68
  102.         TabOrder = 1
  103.         object Image2: TImage
  104.           Left = 4
  105.           Top = 7
  106.           Width = 105
  107.           Height = 55
  108.           AutoSize = True
  109.           Center = True
  110.           Picture.Data = {<image000.bmp>}
  111.           Stretch = True
  112.           OnClick = Image1Click
  113.         end
  114.         object LabelURL: TLabel
  115.           Left = 128
  116.           Top = 26
  117.           Width = 217
  118.           Height = 19
  119.           Alignment = taCenter
  120.           AutoSize = False
  121.           Caption = 'http://www.teeMach.com'
  122.           Color = clBtnFace
  123.           Font.Color = clNavy
  124.           Font.Height = -11
  125.           Font.Name = 'Default'
  126.           Font.Style = [fsUnderline]
  127.           ParentColor = False
  128.           ParentFont = False
  129.           OnClick = LabelURLClick
  130.         end
  131.       end
  132.     end
  133.     object TableName: TTabSheet
  134.       TabVisible = False
  135.       object Label3: TLabel
  136.         Left = 23
  137.         Top = 14
  138.         Width = 276
  139.         Height = 19
  140.         AutoSize = False
  141.         Caption = 'Select a Database Table:'
  142.       end
  143.       object Panel8: TPanel
  144.         Left = 22
  145.         Top = 36
  146.         Width = 329
  147.         Height = 213
  148.         TabOrder = 0
  149.         object Label27: TLabel
  150.           Left = 7
  151.           Top = 11
  152.           Width = 61
  153.           Height = 13
  154.           Caption = 'T&able Name:'
  155.           FocusControl = FileEdit
  156.           IsControl = True
  157.         end
  158.         object DirPath: TLabel
  159.           Left = 173
  160.           Top = 12
  161.           Width = 53
  162.           Height = 13
  163.           Caption = '&Directories:'
  164.           FocusControl = AliasPathList
  165.           IsControl = True
  166.         end
  167.         object PathText: TLabel
  168.           Left = 173
  169.           Top = 34
  170.           Width = 144
  171.           Height = 13
  172.           AutoSize = False
  173.           Caption = 'C:\BORLAND'
  174.           IsControl = True
  175.         end
  176.         object Label26: TLabel
  177.           Left = 8
  178.           Top = 158
  179.           Width = 82
  180.           Height = 13
  181.           Caption = 'List Files of &Type:'
  182.           FocusControl = FilterList
  183.           IsControl = True
  184.         end
  185.         object Label25: TLabel
  186.           Left = 173
  187.           Top = 157
  188.           Width = 94
  189.           Height = 13
  190.           Caption = 'Dri&ve or Alias name:'
  191.           FocusControl = AliasDriveList
  192.           IsControl = True
  193.         end
  194.         object FileEdit: TEdit
  195.           Left = 8
  196.           Top = 27
  197.           Width = 157
  198.           Height = 21
  199.           TabOrder = 0
  200.           Text = '*.*'
  201.           OnChange = FileEditChange
  202.           OnKeyPress = FileEditKeyPress
  203.           IsControl = True
  204.         end
  205.         object AliasFileList: TAliasFileListBox
  206.           Left = 8
  207.           Top = 52
  208.           Width = 157
  209.           Height = 97
  210.           FileEdit = FileEdit
  211.           ItemHeight = 13
  212.           TabOrder = 1
  213.           OnClick = AliasFileListClick
  214.           OnDblClick = AliasFileListDblClick
  215.         end
  216.         object AliasPathList: TAliasListBox
  217.           Left = 172
  218.           Top = 52
  219.           Width = 145
  220.           Height = 97
  221.           DirLabel = PathText
  222.           FileList = AliasFileList
  223.           ItemHeight = 16
  224.           TabOrder = 2
  225.           OnChange = AliasPathListChange
  226.         end
  227.         object FilterList: TFilterComboBox
  228.           Left = 8
  229.           Top = 177
  230.           Width = 157
  231.           Height = 21
  232.           FileList = AliasFileList
  233.           TabOrder = 3
  234.           OnChange = FilterListChange
  235.           IsControl = True
  236.         end
  237.         object AliasDriveList: TAliasDrive
  238.           Left = 172
  239.           Top = 178
  240.           Width = 145
  241.           Height = 19
  242.           DirList = AliasPathList
  243.           TabOrder = 4
  244.           OnChange = AliasDriveListChange
  245.         end
  246.       end
  247.     end
  248.     object Buttons: TTabSheet
  249.       TabVisible = False
  250.       object Label2: TLabel
  251.         Left = 18
  252.         Top = 15
  253.         Width = 323
  254.         Height = 18
  255.         AutoSize = False
  256.         Caption = 'Select the desired Fields to Chart:'
  257.       end
  258.       object Panel1: TPanel
  259.         Left = 18
  260.         Top = 30
  261.         Width = 337
  262.         Height = 182
  263.         BevelOuter = bvLowered
  264.         TabOrder = 0
  265.         object Label7: TLabel
  266.           Left = 16
  267.           Top = 9
  268.           Width = 108
  269.           Height = 13
  270.           AutoSize = False
  271.           Caption = '&Available Fields:'
  272.           FocusControl = LBAvailFields
  273.         end
  274.         object Label8: TLabel
  275.           Left = 198
  276.           Top = 9
  277.           Width = 98
  278.           Height = 13
  279.           AutoSize = False
  280.           Caption = '&Selected Fields:'
  281.           FocusControl = LBSelectedFields
  282.         end
  283.         object LBAvailFields: TListBox
  284.           Left = 13
  285.           Top = 25
  286.           Width = 125
  287.           Height = 149
  288.           ItemHeight = 13
  289.           MultiSelect = True
  290.           TabOrder = 0
  291.           OnClick = LBAvailFieldsClick
  292.           OnDblClick = Button3Click
  293.         end
  294.         object LBSelectedFields: TListBox
  295.           Left = 195
  296.           Top = 25
  297.           Width = 125
  298.           Height = 149
  299.           ItemHeight = 13
  300.           MultiSelect = True
  301.           TabOrder = 5
  302.           OnClick = LBSelectedFieldsClick
  303.           OnDblClick = Button2Click
  304.         end
  305.         object Button3: TButton
  306.           Left = 152
  307.           Top = 29
  308.           Width = 29
  309.           Height = 25
  310.           Caption = '>'
  311.           Enabled = False
  312.           TabOrder = 1
  313.           OnClick = Button3Click
  314.         end
  315.         object Button2: TButton
  316.           Left = 152
  317.           Top = 101
  318.           Width = 29
  319.           Height = 25
  320.           Caption = '<'
  321.           Enabled = False
  322.           TabOrder = 3
  323.           OnClick = Button2Click
  324.         end
  325.         object Button4: TButton
  326.           Left = 152
  327.           Top = 133
  328.           Width = 29
  329.           Height = 25
  330.           Caption = '<<'
  331.           TabOrder = 4
  332.           OnClick = Button4Click
  333.         end
  334.         object Button5: TButton
  335.           Left = 152
  336.           Top = 61
  337.           Width = 29
  338.           Height = 25
  339.           Caption = '>>'
  340.           TabOrder = 2
  341.           OnClick = Button5Click
  342.         end
  343.       end
  344.       object Panel2: TPanel
  345.         Left = 18
  346.         Top = 220
  347.         Width = 337
  348.         Height = 41
  349.         BevelOuter = bvLowered
  350.         TabOrder = 1
  351.         object Label6: TLabel
  352.           Left = 7
  353.           Top = 12
  354.           Width = 162
  355.           Height = 21
  356.           Alignment = taRightJustify
  357.           AutoSize = False
  358.           Caption = 'Select a text &labels Field:'
  359.           FocusControl = cbLabelsFields
  360.         end
  361.         object cbLabelsFields: TComboBox
  362.           Left = 176
  363.           Top = 8
  364.           Width = 145
  365.           Height = 21
  366.           ItemHeight = 0
  367.           TabOrder = 0
  368.         end
  369.       end
  370.     end
  371.     object TabSheet1: TTabSheet
  372.       TabVisible = False
  373.       object Label4: TLabel
  374.         Left = 8
  375.         Top = 4
  376.         Width = 337
  377.         Height = 17
  378.         AutoSize = False
  379.         Caption = 'Choose the desired Chart type:'
  380.       end
  381.       object Bevel3: TBevel
  382.         Left = 8
  383.         Top = 232
  384.         Width = 137
  385.         Height = 25
  386.       end
  387.       object PanelGallery: TPanel
  388.         Left = 8
  389.         Top = 24
  390.         Width = 356
  391.         Height = 197
  392.         BevelOuter = bvLowered
  393.         TabOrder = 0
  394.         TabStop = True
  395.       end
  396.       object rbChart2D: TRadioButton
  397.         Left = 20
  398.         Top = 236
  399.         Width = 41
  400.         Height = 17
  401.         Caption = '&2D'
  402.         TabOrder = 1
  403.         OnClick = rbChart2DClick
  404.       end
  405.       object rbChart3D: TRadioButton
  406.         Left = 80
  407.         Top = 236
  408.         Width = 37
  409.         Height = 17
  410.         Caption = '&3D'
  411.         Checked = True
  412.         TabOrder = 2
  413.         TabStop = True
  414.         OnClick = rbChart3DClick
  415.       end
  416.     end
  417.     object TabSheet2: TTabSheet
  418.       TabVisible = False
  419.       object PageControl1: TPageControl
  420.         Left = 0
  421.         Top = 0
  422.         Width = 373
  423.         Height = 267
  424.         ActivePage = TabPreviewChart
  425.         Align = alClient
  426.         TabOrder = 0
  427.         object TabPreviewChart: TTabSheet
  428.           Caption = 'Chart Preview'
  429.           object PreviewChart: TDBChart
  430.             Left = 0
  431.             Top = 0
  432.             Width = 365
  433.             Height = 213
  434.             AllowPanning = pmNone
  435.             AllowZoom = False
  436.             AnimatedZoom = True
  437.             BackWall.Brush.Color = clWhite
  438.             BackWall.Brush.Style = bsClear
  439.             Title.Text.Strings = (
  440.               'TDBChart')
  441.             Chart3DPercent = 35
  442.             Align = alClient
  443.             BevelOuter = bvNone
  444.             TabOrder = 0
  445.           end
  446.           object Panel7: TPanel
  447.             Left = 0
  448.             Top = 213
  449.             Width = 365
  450.             Height = 26
  451.             Align = alBottom
  452.             BevelInner = bvLowered
  453.             BevelOuter = bvNone
  454.             TabOrder = 1
  455.             object CB3DOption: TCheckBox
  456.               Left = 8
  457.               Top = 4
  458.               Width = 45
  459.               Height = 17
  460.               Caption = '3&D'
  461.               State = cbChecked
  462.               TabOrder = 0
  463.               OnClick = CB3DOptionClick
  464.             end
  465.             object CBShowLegendOption: TCheckBox
  466.               Left = 64
  467.               Top = 4
  468.               Width = 97
  469.               Height = 17
  470.               Caption = 'Show &Legend'
  471.               State = cbChecked
  472.               TabOrder = 1
  473.               OnClick = CBShowLegendOptionClick
  474.             end
  475.             object CBShowMarksOption: TCheckBox
  476.               Left = 171
  477.               Top = 4
  478.               Width = 97
  479.               Height = 17
  480.               Caption = 'Show &Marks'
  481.               TabOrder = 2
  482.               OnClick = CBShowMarksOptionClick
  483.             end
  484.           end
  485.         end
  486.       end
  487.     end
  488.   end
  489.   object Button1: TButton
  490.     Left = 16
  491.     Top = 288
  492.     Width = 77
  493.     Height = 25
  494.     Caption = '&Help'
  495.     TabOrder = 1
  496.     OnClick = Button1Click
  497.   end
  498.   object Table1: TTable
  499.     Left = 32
  500.     Top = 104
  501.   end
  502.   object DataSource1: TDataSource
  503.     DataSet = Table1
  504.     Left = 32
  505.     Top = 160
  506.   end
  507. end
  508.