home *** CD-ROM | disk | FTP | other *** search
- object FormUserDictionary: TFormUserDictionary
- Left = 323
- Top = 233
- BorderStyle = bsDialog
- Caption = 'User Dictionary'
- ClientHeight = 558
- ClientWidth = 847
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object ButtonNew: TButton
- Left = 10
- Top = 5
- Width = 92
- Height = 31
- Caption = 'New'
- TabOrder = 0
- OnClick = ButtonNewClick
- end
- object ButtonDelete: TButton
- Left = 103
- Top = 5
- Width = 93
- Height = 31
- Caption = 'Delete'
- TabOrder = 1
- OnClick = ButtonDeleteClick
- end
- object ButtonEdit: TButton
- Left = 197
- Top = 5
- Width = 92
- Height = 31
- Caption = 'Edit'
- TabOrder = 2
- OnClick = ButtonEditClick
- end
- object DBGrid1: TDBGrid
- Left = 10
- Top = 39
- Width = 828
- Height = 514
- DataSource = DataSource1
- ReadOnly = True
- TabOrder = 3
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -14
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object ADODataSet1: TADODataSet
- CommandType = ctText
- CursorLocation = clServer
- DatabaseConnect =
- 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=db2002.mdb;Persist ' +
- 'Security Info=False'
- DatabaseProvider = 'Microsoft.Jet.OLEDB.4.0'
- Options = [opWriteModifiedFieldsOnly]
- Params = <>
- SQL.Strings = (
- 'SELECT * FROM TranslationRecord WHERE Profession = 0')
- UseADOVersion = avADO21
- Left = 272
- Top = 8
- object ADODataSet1ID: TIntegerField
- FieldName = 'ID'
- Visible = False
- end
- object ADODataSet1T1Term: TStringField
- DisplayLabel = 'English'
- DisplayWidth = 36
- FieldName = 'T1.Term'
- Size = 255
- end
- object ADODataSet1T2Term: TStringField
- DisplayLabel = 'Czech'
- DisplayWidth = 36
- FieldName = 'T2.Term'
- Size = 255
- end
- object ADODataSet1Profession: TSmallintField
- FieldName = 'Profession'
- Visible = False
- end
- object ADODataSet1Comment: TStringField
- DisplayWidth = 15
- FieldName = 'Comment'
- Size = 50
- end
- object ADODataSet1Article1: TStringField
- DisplayWidth = 7
- FieldName = 'Article1'
- Size = 2
- end
- object ADODataSet1Article2: TStringField
- DisplayWidth = 7
- FieldName = 'Article2'
- Size = 2
- end
- object ADODataSet1Key1: TStringField
- FieldName = 'Key1'
- Visible = False
- Size = 50
- end
- object ADODataSet1Key2: TStringField
- FieldName = 'Key2'
- Visible = False
- Size = 50
- end
- end
- object DataSource1: TDataSource
- DataSet = ADODataSet1
- Left = 300
- Top = 8
- end
- end
-