object TeeDlgWizard: TTeeDlgWizard Left = 180 Top = 120 BorderStyle = bsDialog Caption = 'TeeChart Wizard' ClientHeight = 318 ClientWidth = 397 ParentFont = True KeyPreview = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object CancelBtn: TButton Left = 304 Top = 288 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 OnClick = CancelClick end object PrevButton: TButton Left = 116 Top = 288 Width = 77 Height = 25 Caption = '< &Back' Enabled = False TabOrder = 2 OnClick = PrevClick end object NextButton: TButton Left = 200 Top = 288 Width = 77 Height = 25 Caption = '&Next >' Default = True TabOrder = 3 OnClick = NextClick end object PageControl: TPageControl Left = 8 Top = 3 Width = 381 Height = 277 ActivePage = TabSheet2 MultiLine = True TabHeight = 1 TabOrder = 0 TabStop = False object TabStyle: TTabSheet TabVisible = False object Label1: TLabel Left = 108 Top = 99 Width = 125 Height = 17 AutoSize = False Caption = 'Select a Chart style:' end object Panel3: TPanel Left = 106 Top = 120 Width = 161 Height = 77 BevelOuter = bvLowered TabOrder = 0 object rbDatabase: TRadioButton Left = 14 Top = 18 Width = 131 Height = 17 Caption = '&Database Chart' Checked = True TabOrder = 0 TabStop = True end object rbNonDatabase: TRadioButton Left = 14 Top = 42 Width = 131 Height = 17 Caption = 'N&on Database Chart' TabOrder = 1 end end object Panel4: TPanel Left = 4 Top = 5 Width = 365 Height = 68 TabOrder = 1 object Image2: TImage Left = 4 Top = 7 Width = 105 Height = 55 AutoSize = True Center = True Picture.Data = {} Stretch = True OnClick = Image1Click end object LabelURL: TLabel Left = 128 Top = 26 Width = 217 Height = 19 Cursor = crHandPoint Alignment = taCenter AutoSize = False Caption = 'http://www.teeMach.com' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'Default' Font.Style = [fsUnderline] ParentColor = False ParentFont = False OnClick = LabelURLClick end end end object TableName: TTabSheet TabVisible = False object Label3: TLabel Left = 23 Top = 14 Width = 276 Height = 19 AutoSize = False Caption = 'Select a Database Table:' end object Panel8: TPanel Left = 22 Top = 36 Width = 329 Height = 213 TabOrder = 0 object Label27: TLabel Left = 7 Top = 11 Width = 61 Height = 13 Caption = 'T&able Name:' FocusControl = FileEdit IsControl = True end object DirPath: TLabel Left = 173 Top = 12 Width = 53 Height = 13 Caption = '&Directories:' FocusControl = AliasPathList IsControl = True end object PathText: TLabel Left = 173 Top = 34 Width = 144 Height = 13 AutoSize = False Caption = 'c:\caca32' IsControl = True end object Label26: TLabel Left = 8 Top = 158 Width = 82 Height = 13 Caption = 'List Files of &Type:' FocusControl = FilterList IsControl = True end object Label25: TLabel Left = 173 Top = 157 Width = 94 Height = 13 Caption = 'Dri&ve or Alias name:' FocusControl = AliasDriveList IsControl = True end object FileEdit: TEdit Left = 8 Top = 27 Width = 157 Height = 21 TabOrder = 0 Text = '*.*' OnChange = FileEditChange OnKeyPress = FileEditKeyPress IsControl = True end object AliasFileList: TAliasFileListBox Left = 8 Top = 52 Width = 157 Height = 97 FileEdit = FileEdit ItemHeight = 13 TabOrder = 1 OnClick = AliasFileListClick OnDblClick = AliasFileListDblClick end object AliasPathList: TAliasListBox Left = 172 Top = 52 Width = 145 Height = 97 DirLabel = PathText FileList = AliasFileList ItemHeight = 16 TabOrder = 2 OnChange = AliasPathListChange end object FilterList: TFilterComboBox Left = 8 Top = 177 Width = 157 Height = 21 FileList = AliasFileList TabOrder = 3 OnChange = FilterListChange IsControl = True end object AliasDriveList: TAliasDrive Left = 172 Top = 178 Width = 145 Height = 19 DirList = AliasPathList TabOrder = 4 OnChange = AliasDriveListChange end end end object Buttons: TTabSheet TabVisible = False object Label2: TLabel Left = 18 Top = 15 Width = 323 Height = 18 AutoSize = False Caption = 'Select the desired Fields to Chart:' end object Panel1: TPanel Left = 18 Top = 30 Width = 337 Height = 182 BevelOuter = bvLowered TabOrder = 0 object Label7: TLabel Left = 16 Top = 9 Width = 108 Height = 13 AutoSize = False Caption = '&Available Fields:' FocusControl = LBAvailFields end object Label8: TLabel Left = 198 Top = 9 Width = 98 Height = 13 AutoSize = False Caption = '&Selected Fields:' FocusControl = LBSelectedFields end object LBAvailFields: TListBox Left = 13 Top = 25 Width = 125 Height = 149 ItemHeight = 13 MultiSelect = True TabOrder = 0 OnClick = LBAvailFieldsClick OnDblClick = Button3Click end object LBSelectedFields: TListBox Left = 195 Top = 25 Width = 125 Height = 149 ItemHeight = 13 MultiSelect = True TabOrder = 5 OnClick = LBSelectedFieldsClick OnDblClick = Button2Click end object Button3: TButton Left = 152 Top = 29 Width = 29 Height = 25 Caption = '>' Enabled = False TabOrder = 1 OnClick = Button3Click end object Button2: TButton Left = 152 Top = 101 Width = 29 Height = 25 Caption = '<' Enabled = False TabOrder = 3 OnClick = Button2Click end object Button4: TButton Left = 152 Top = 133 Width = 29 Height = 25 Caption = '<<' TabOrder = 4 OnClick = Button4Click end object Button5: TButton Left = 152 Top = 61 Width = 29 Height = 25 Caption = '>>' TabOrder = 2 OnClick = Button5Click end end object Panel2: TPanel Left = 18 Top = 220 Width = 337 Height = 41 BevelOuter = bvLowered TabOrder = 1 object Label6: TLabel Left = 7 Top = 12 Width = 162 Height = 21 Alignment = taRightJustify AutoSize = False Caption = 'Select a text &labels Field:' FocusControl = cbLabelsFields end object cbLabelsFields: TComboBox Left = 176 Top = 8 Width = 145 Height = 21 ItemHeight = 13 TabOrder = 0 end end end object TabSheet1: TTabSheet TabVisible = False object Label4: TLabel Left = 8 Top = 4 Width = 337 Height = 17 AutoSize = False Caption = 'Choose the desired Chart type:' end object Bevel3: TBevel Left = 8 Top = 232 Width = 137 Height = 25 end object PanelGallery: TPanel Left = 8 Top = 24 Width = 356 Height = 197 BevelOuter = bvLowered TabOrder = 0 TabStop = True end object rbChart2D: TRadioButton Left = 20 Top = 236 Width = 41 Height = 17 Caption = '&2D' TabOrder = 1 OnClick = rbChart2DClick end object rbChart3D: TRadioButton Left = 80 Top = 236 Width = 37 Height = 17 Caption = '&3D' Checked = True TabOrder = 2 TabStop = True OnClick = rbChart3DClick end end object TabSheet2: TTabSheet TabVisible = False object PageControl1: TPageControl Left = 0 Top = 0 Width = 373 Height = 266 ActivePage = TabPreviewChart Align = alClient TabOrder = 0 object TabPreviewChart: TTabSheet Caption = 'Chart Preview' object PreviewChart: TDBChart Left = 0 Top = 0 Width = 365 Height = 212 AllowPanning = pmNone AllowZoom = False AnimatedZoom = True BackWall.Brush.Style = bsClear Title.Text.Strings = ( 'TDBChart') Chart3DPercent = 35 Align = alClient BevelOuter = bvNone TabOrder = 0 end object Panel7: TPanel Left = 0 Top = 212 Width = 365 Height = 26 Align = alBottom BevelInner = bvLowered BevelOuter = bvNone TabOrder = 1 object CB3DOption: TCheckBox Left = 8 Top = 4 Width = 45 Height = 17 Caption = '3&D' State = cbChecked TabOrder = 0 OnClick = CB3DOptionClick end object CBShowLegendOption: TCheckBox Left = 64 Top = 4 Width = 97 Height = 17 Caption = 'Show &Legend' State = cbChecked TabOrder = 1 OnClick = CBShowLegendOptionClick end object CBShowMarksOption: TCheckBox Left = 171 Top = 4 Width = 97 Height = 17 Caption = 'Show &Marks' TabOrder = 2 OnClick = CBShowMarksOptionClick end end end end end end object Button1: TButton Left = 16 Top = 288 Width = 77 Height = 25 Caption = '&Help' TabOrder = 1 OnClick = Button1Click end object Table1: TTable Left = 32 Top = 104 end object DataSource1: TDataSource DataSet = Table1 Left = 32 Top = 160 end end