home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TDESWIZFORM / TDESWIZFORM.txt < prev   
Encoding:
Text File  |  1999-03-12  |  5.2 KB  |  233 lines

  1. object DesWizForm: TDesWizForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 360
  5.   Height = 262
  6.   Caption = 'Table Design Assistant'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CancelBtn: TBitBtn
  17.     Left = 32
  18.     Top = 208
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Cancel'
  22.     TabOrder = 0
  23.     OnClick = CancelBtnClick
  24.   end
  25.   object PriorBtn: TBitBtn
  26.     Left = 112
  27.     Top = 208
  28.     Width = 75
  29.     Height = 25
  30.     Caption = '<< Prior'
  31.     TabOrder = 1
  32.     OnClick = PriorBtnClick
  33.   end
  34.   object NextBtn: TBitBtn
  35.     Left = 192
  36.     Top = 208
  37.     Width = 75
  38.     Height = 25
  39.     Caption = 'Next >>'
  40.     TabOrder = 2
  41.     OnClick = NextBtnClick
  42.   end
  43.   object FinishBtn: TBitBtn
  44.     Left = 272
  45.     Top = 208
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Finish'
  49.     TabOrder = 3
  50.     OnClick = FinishBtnClick
  51.   end
  52.   object PageControl1: TPageControl
  53.     Left = 0
  54.     Top = 0
  55.     Width = 352
  56.     Height = 193
  57.     ActivePage = TableTypePage
  58.     Align = alTop
  59.     TabOrder = 4
  60.     object TableTypePage: TTabSheet
  61.       Caption = 'TableTypePage'
  62.       TabVisible = False
  63.       object Label2: TLabel
  64.         Left = 8
  65.         Top = 128
  66.         Width = 313
  67.         Height = 26
  68.         Alignment = taCenter
  69.         Caption = 
  70.           'Select '#39'New (blank)'#39' table to create your new table from scratch' +
  71.           ' or select a template to use as the starting point for your own ' +
  72.           'table.'
  73.         WordWrap = True
  74.       end
  75.       object Image2: TImage
  76.         Left = 48
  77.         Top = 40
  78.         Width = 32
  79.         Height = 32
  80.         AutoSize = True
  81.         Picture.Data = {<image000.bmp>}
  82.       end
  83.       object TbTypeRG: TRadioGroup
  84.         Left = 144
  85.         Top = 24
  86.         Width = 161
  87.         Height = 73
  88.         Caption = 'New table creation assistant'
  89.         ItemIndex = 0
  90.         Items.Strings = (
  91.           'New (blank) table'
  92.           'Use template as primer')
  93.         TabOrder = 0
  94.       end
  95.     end
  96.     object TemplatePage: TTabSheet
  97.       Caption = 'TemplatePage'
  98.       TabVisible = False
  99.       object Label3: TLabel
  100.         Left = 80
  101.         Top = 8
  102.         Width = 78
  103.         Height = 13
  104.         Caption = 'Table templates:'
  105.       end
  106.       object Label4: TLabel
  107.         Left = 72
  108.         Top = 160
  109.         Width = 216
  110.         Height = 13
  111.         Caption = 'Select a template to use and then press '#39'Next'#39
  112.       end
  113.       object TemplateLB: TListBox
  114.         Left = 80
  115.         Top = 24
  116.         Width = 185
  117.         Height = 129
  118.         ItemHeight = 13
  119.         TabOrder = 0
  120.       end
  121.     end
  122.     object FieldDefsPage: TTabSheet
  123.       Caption = 'FieldDefsPage'
  124.       TabVisible = False
  125.       object Label5: TLabel
  126.         Left = 0
  127.         Top = 0
  128.         Width = 58
  129.         Height = 13
  130.         Caption = 'Field details:'
  131.       end
  132.       object AddBtn: TBitBtn
  133.         Left = 278
  134.         Top = 30
  135.         Width = 65
  136.         Height = 25
  137.         Caption = '&Add field'
  138.         TabOrder = 0
  139.         OnClick = AddBtnClick
  140.       end
  141.       object DelBtn: TBitBtn
  142.         Left = 278
  143.         Top = 82
  144.         Width = 65
  145.         Height = 25
  146.         Caption = '&Delete field'
  147.         TabOrder = 1
  148.         OnClick = DelBtnClick
  149.       end
  150.       object EditBtn: TBitBtn
  151.         Left = 278
  152.         Top = 56
  153.         Width = 65
  154.         Height = 25
  155.         Caption = '&Edit field'
  156.         TabOrder = 2
  157.         OnClick = EditBtnClick
  158.       end
  159.       object Panel1: TPanel
  160.         Left = 0
  161.         Top = 16
  162.         Width = 273
  163.         Height = 167
  164.         BevelOuter = bvLowered
  165.         TabOrder = 3
  166.         object LB1: TListBox
  167.           Left = 1
  168.           Top = 18
  169.           Width = 271
  170.           Height = 148
  171.           Align = alClient
  172.           ItemHeight = 16
  173.           Style = lbOwnerDrawFixed
  174.           TabOrder = 0
  175.           OnDblClick = EditBtnClick
  176.           OnDrawItem = LB1DrawItem
  177.         end
  178.         object HeaderControl1: THeaderControl
  179.           Left = 1
  180.           Top = 1
  181.           Width = 271
  182.           Height = 17
  183.           Sections = <
  184.             item
  185.               Text = 'Field name'
  186.               Width = 100
  187.             end
  188.             item
  189.               Text = 'Field type'
  190.               Width = 100
  191.             end
  192.             item
  193.               Text = 'Sorted field'
  194.               Width = 200
  195.             end>
  196.           OnSectionResize = HeaderControl1SectionResize
  197.         end
  198.       end
  199.     end
  200.     object FinishPage: TTabSheet
  201.       Caption = 'FinishPage'
  202.       TabVisible = False
  203.       object Label1: TLabel
  204.         Left = 136
  205.         Top = 48
  206.         Width = 179
  207.         Height = 39
  208.         Alignment = taCenter
  209.         Caption = 
  210.           'Your table information is ready to use. Press '#39'Finish'#39', choose a' +
  211.           ' table name and  your new table will be created.'
  212.         WordWrap = True
  213.       end
  214.       object Image1: TImage
  215.         Left = 48
  216.         Top = 56
  217.         Width = 32
  218.         Height = 32
  219.         AutoSize = True
  220.         Picture.Data = {<image001.bmp>}
  221.       end
  222.     end
  223.   end
  224.   object SaveDialog1: TSaveDialog
  225.     DefaultExt = 'mti'
  226.     Filter = 'MiniBase table files (*.mti)|*.mti'
  227.     InitialDir = '.\tables'
  228.     Title = 'Create a new table'
  229.     Left = 12
  230.     Top = 160
  231.   end
  232. end
  233.