home *** CD-ROM | disk | FTP | other *** search
- object OpenChartDlg: TOpenChartDlg
- Left = 29
- Top = 39
- ActiveControl = FindEd
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Open chart'
- ClientHeight = 385
- ClientWidth = 595
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TButton
- Left = 512
- Top = 304
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object CancelBtn: TButton
- Left = 524
- Top = 248
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object HelpBtn: TButton
- Left = 524
- Top = 200
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpBtnClick
- end
- object FindEd: TEdit
- Left = 520
- Top = 48
- Width = 65
- Height = 21
- TabOrder = 0
- OnChange = FindEdChange
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 0
- Width = 385
- Height = 361
- Columns = <
- item
- FieldName = 'NAME'
- Width = 80
- end
- item
- FieldName = 'FIRSTNAME'
- end
- item
- FieldName = 'COMMENT'
- end
- item
- FieldName = 'REFERENCE'
- end
- item
- FieldName = 'Index'
- end
- item
- FieldName = 'BIRTHPLACE'
- end
- item
- FieldName = 'SEX'
- end
- item
- FieldName = 'DATE'
- end
- item
- FieldName = 'Time'
- Width = 40
- end>
- DataSource = Data1.ChartSource
- Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
- ReadOnly = True
- TabOrder = 2
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnDblClick = DBGrid1DblClick
- end
- object DBNavigator1: TDBNavigator
- Left = 0
- Top = 360
- Width = 384
- Height = 25
- DataSource = Data1.ChartSource
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- TabOrder = 1
- end
- object IndexBox: TGroupBox
- Left = 400
- Top = 48
- Width = 105
- Height = 65
- Caption = 'Index'
- TabOrder = 6
- object NameIdxBtn: TRadioButton
- Left = 8
- Top = 16
- Width = 89
- Height = 17
- Caption = 'Name'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = NameIdxBtnClick
- end
- object RefIdxBtn: TRadioButton
- Left = 8
- Top = 40
- Width = 89
- Height = 17
- Caption = 'Reference'
- TabOrder = 1
- OnClick = NameIdxBtnClick
- end
- end
- object TypeLB: TListBox
- Left = 400
- Top = 152
- Width = 105
- Height = 97
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 7
- OnEnter = TypeLBEnter
- OnExit = TypeLBExit
- end
- object EditBtn: TButton
- Left = 524
- Top = 152
- Width = 60
- Height = 30
- Caption = 'Edit'
- TabOrder = 8
- OnClick = EditBtnClick
- end
- end
-