home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / dbhtml / _setup.1 / HTML32.EXE / 0 / RCDATA / TNEWDBDLG / TNEWDBDLG.txt
Encoding:
Text File  |  1998-12-13  |  4.5 KB  |  222 lines

  1. object NewDbDlg: TNewDbDlg
  2.   Left = 135
  3.   Top = 198
  4.   Width = 484
  5.   Height = 335
  6.   Caption = 'Create New Database'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Notebook1: TNotebook
  16.     Left = 0
  17.     Top = 0
  18.     Width = 377
  19.     Height = 308
  20.     Align = alClient
  21.     PageIndex = 1
  22.     TabOrder = 0
  23.     object TPage
  24.       Left = 0
  25.       Top = 0
  26.       Caption = 'Page 0'
  27.       object RadioGroup1: TRadioGroup
  28.         Left = 72
  29.         Top = 84
  30.         Width = 185
  31.         Height = 105
  32.         Caption = 'Database Format'
  33.         ItemIndex = 0
  34.         Items.Strings = (
  35.           'DBase'
  36.           'Paradox')
  37.         TabOrder = 0
  38.       end
  39.     end
  40.     object TPage
  41.       Left = 0
  42.       Top = 0
  43.       Caption = 'Page1'
  44.       object StringGrid1: TStringGrid
  45.         Left = 0
  46.         Top = 0
  47.         Width = 377
  48.         Height = 239
  49.         Align = alClient
  50.         ColCount = 4
  51.         DefaultColWidth = 24
  52.         DefaultRowHeight = 20
  53.         RowCount = 2
  54.         Font.Charset = DEFAULT_CHARSET
  55.         Font.Color = clBlack
  56.         Font.Height = -11
  57.         Font.Name = 'MS Sans Serif'
  58.         Font.Style = []
  59.         ParentFont = False
  60.         ScrollBars = ssVertical
  61.         TabOrder = 0
  62.         OnKeyDown = StringGrid1KeyDown
  63.         OnKeyPress = StringGrid1KeyPress
  64.         OnMouseDown = StringGrid1MouseDown
  65.         OnSelectCell = StringGrid1SelectCell
  66.         ColWidths = (
  67.           24
  68.           231
  69.           54
  70.           57)
  71.       end
  72.       object Panel2: TPanel
  73.         Left = 0
  74.         Top = 267
  75.         Width = 377
  76.         Height = 41
  77.         Align = alBottom
  78.         BevelInner = bvLowered
  79.         TabOrder = 1
  80.         object Label1: TLabel
  81.           Left = 2
  82.           Top = 2
  83.           Width = 373
  84.           Height = 37
  85.           Align = alClient
  86.           AutoSize = False
  87.           WordWrap = True
  88.         end
  89.       end
  90.       object Panel3: TPanel
  91.         Left = 0
  92.         Top = 239
  93.         Width = 377
  94.         Height = 28
  95.         Align = alBottom
  96.         BevelInner = bvLowered
  97.         TabOrder = 2
  98.         object Button3: TButton
  99.           Left = 141
  100.           Top = 3
  101.           Width = 89
  102.           Height = 21
  103.           Caption = '&Insert'
  104.           TabOrder = 1
  105.           OnClick = Button3Click
  106.         end
  107.         object Button2: TButton
  108.           Left = 45
  109.           Top = 3
  110.           Width = 89
  111.           Height = 21
  112.           Caption = '&Add'
  113.           TabOrder = 0
  114.           OnClick = Button2Click
  115.         end
  116.         object Button4: TButton
  117.           Left = 237
  118.           Top = 3
  119.           Width = 89
  120.           Height = 21
  121.           Caption = '&Delete'
  122.           TabOrder = 2
  123.           OnClick = Button4Click
  124.         end
  125.       end
  126.     end
  127.   end
  128.   object Panel1: TPanel
  129.     Left = 377
  130.     Top = 0
  131.     Width = 99
  132.     Height = 308
  133.     Align = alRight
  134.     BevelOuter = bvNone
  135.     TabOrder = 1
  136.     object OkBtn: TBitBtn
  137.       Left = 4
  138.       Top = 8
  139.       Width = 89
  140.       Height = 25
  141.       Caption = '&OK'
  142.       Enabled = False
  143.       TabOrder = 0
  144.       OnClick = OkBtnClick
  145.       Kind = bkOK
  146.     end
  147.     object BitBtn2: TBitBtn
  148.       Left = 4
  149.       Top = 40
  150.       Width = 89
  151.       Height = 25
  152.       Caption = '&Cancel'
  153.       TabOrder = 1
  154.       Kind = bkCancel
  155.     end
  156.     object Button1: TButton
  157.       Left = 4
  158.       Top = 232
  159.       Width = 89
  160.       Height = 25
  161.       Caption = '&Next>>'
  162.       TabOrder = 2
  163.       OnClick = Button1Click
  164.     end
  165.     object BitBtn3: TBitBtn
  166.       Left = 4
  167.       Top = 72
  168.       Width = 89
  169.       Height = 25
  170.       TabOrder = 3
  171.       OnClick = BitBtn3Click
  172.       Kind = bkHelp
  173.     end
  174.   end
  175.   object PopupMenu1: TPopupMenu
  176.     AutoPopup = False
  177.     Left = 396
  178.     Top = 112
  179.     object FieldType1: TMenuItem
  180.       Caption = 'Field Type:'
  181.       Enabled = False
  182.     end
  183.     object Character1: TMenuItem
  184.       Caption = '&Character'
  185.       OnClick = Character1Click
  186.     end
  187.     object Number1: TMenuItem
  188.       Tag = 2
  189.       Caption = '&Number'
  190.       OnClick = Character1Click
  191.     end
  192.     object Date1: TMenuItem
  193.       Tag = 3
  194.       Caption = '&Date'
  195.       OnClick = Character1Click
  196.     end
  197.     object Logical1: TMenuItem
  198.       Tag = 4
  199.       Caption = '&Logical'
  200.       OnClick = Character1Click
  201.     end
  202.     object Memo1: TMenuItem
  203.       Tag = 5
  204.       Caption = '&Memo'
  205.       OnClick = Character1Click
  206.     end
  207.     object Binary1: TMenuItem
  208.       Tag = 6
  209.       Caption = '&Graphic'
  210.       OnClick = Character1Click
  211.     end
  212.   end
  213.   object SaveDialog1: TSaveDialog
  214.     Left = 396
  215.     Top = 144
  216.   end
  217.   object Table1: TTable
  218.     Left = 396
  219.     Top = 176
  220.   end
  221. end
  222.