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