home *** CD-ROM | disk | FTP | other *** search
- object NewDbDlg: TNewDbDlg
- Left = 135
- Top = 198
- Width = 484
- Height = 335
- Caption = 'Create New Database'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Notebook1: TNotebook
- Left = 0
- Top = 0
- Width = 377
- Height = 308
- Align = alClient
- PageIndex = 1
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Page 0'
- object RadioGroup1: TRadioGroup
- Left = 72
- Top = 84
- Width = 185
- Height = 105
- Caption = 'Database Format'
- ItemIndex = 0
- Items.Strings = (
- 'DBase'
- 'Paradox')
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Page1'
- object StringGrid1: TStringGrid
- Left = 0
- Top = 0
- Width = 377
- Height = 239
- Align = alClient
- ColCount = 4
- DefaultColWidth = 24
- DefaultRowHeight = 20
- RowCount = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnKeyDown = StringGrid1KeyDown
- OnKeyPress = StringGrid1KeyPress
- OnMouseDown = StringGrid1MouseDown
- OnSelectCell = StringGrid1SelectCell
- ColWidths = (
- 24
- 231
- 54
- 57)
- end
- object Panel2: TPanel
- Left = 0
- Top = 267
- Width = 377
- Height = 41
- Align = alBottom
- BevelInner = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 2
- Top = 2
- Width = 373
- Height = 37
- Align = alClient
- AutoSize = False
- WordWrap = True
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 239
- Width = 377
- Height = 28
- Align = alBottom
- BevelInner = bvLowered
- TabOrder = 2
- object Button3: TButton
- Left = 141
- Top = 3
- Width = 89
- Height = 21
- Caption = '&Insert'
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button2: TButton
- Left = 45
- Top = 3
- Width = 89
- Height = 21
- Caption = '&Add'
- TabOrder = 0
- OnClick = Button2Click
- end
- object Button4: TButton
- Left = 237
- Top = 3
- Width = 89
- Height = 21
- Caption = '&Delete'
- TabOrder = 2
- OnClick = Button4Click
- end
- end
- end
- end
- object Panel1: TPanel
- Left = 377
- Top = 0
- Width = 99
- Height = 308
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object OkBtn: TBitBtn
- Left = 4
- Top = 8
- Width = 89
- Height = 25
- Caption = '&OK'
- Enabled = False
- TabOrder = 0
- OnClick = OkBtnClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 4
- Top = 40
- Width = 89
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- object Button1: TButton
- Left = 4
- Top = 232
- Width = 89
- Height = 25
- Caption = '&Next>>'
- TabOrder = 2
- OnClick = Button1Click
- end
- object BitBtn3: TBitBtn
- Left = 4
- Top = 72
- Width = 89
- Height = 25
- TabOrder = 3
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- end
- object PopupMenu1: TPopupMenu
- AutoPopup = False
- Left = 396
- Top = 112
- object FieldType1: TMenuItem
- Caption = 'Field Type:'
- Enabled = False
- end
- object Character1: TMenuItem
- Caption = '&Character'
- OnClick = Character1Click
- end
- object Number1: TMenuItem
- Tag = 2
- Caption = '&Number'
- OnClick = Character1Click
- end
- object Date1: TMenuItem
- Tag = 3
- Caption = '&Date'
- OnClick = Character1Click
- end
- object Logical1: TMenuItem
- Tag = 4
- Caption = '&Logical'
- OnClick = Character1Click
- end
- object Memo1: TMenuItem
- Tag = 5
- Caption = '&Memo'
- OnClick = Character1Click
- end
- object Binary1: TMenuItem
- Tag = 6
- Caption = '&Graphic'
- OnClick = Character1Click
- end
- end
- object SaveDialog1: TSaveDialog
- Left = 396
- Top = 144
- end
- object Table1: TTable
- Left = 396
- Top = 176
- end
- end
-