home *** CD-ROM | disk | FTP | other *** search
- object StarFileDlg: TStarFileDlg
- Left = 37
- Top = 36
- ActiveControl = FindEd
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Parts and other stars'
- ClientHeight = 396
- ClientWidth = 568
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 104
- Width = 14
- Height = 29
- Caption = '+'
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 224
- Width = 8
- Height = 29
- Caption = '-'
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 344
- Width = 14
- Height = 29
- Caption = '+'
- Font.Color = clBlack
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OkBtn: TButton
- Left = 472
- Top = 312
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object CancelBtn: TButton
- Left = 484
- Top = 256
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object HelpBtn: TButton
- Left = 484
- Top = 216
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpBtnClick
- end
- object FindEd: TEdit
- Left = 472
- Top = 24
- Width = 65
- Height = 21
- TabOrder = 0
- OnChange = FindEdChange
- end
- object DBGrid1: TDBGrid
- Left = 136
- Top = 0
- Width = 313
- Height = 337
- DataSource = Data1.StarSource
- Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
- TabOrder = 2
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnDrawColumnCell = DBGrid1DrawColumnCell
- end
- object DBNavigator1: TDBNavigator
- Left = 136
- Top = 336
- Width = 306
- Height = 49
- DataSource = Data1.StarSource
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
- TabOrder = 1
- end
- object DBEdit1: TDBEdit
- Left = 8
- Top = 368
- Width = 121
- Height = 21
- DataField = 'Value'
- DataSource = Data1.StarSource
- MaxLength = 0
- ReadOnly = True
- TabOrder = 6
- end
- object TypeRG: TRadioGroup
- Left = 456
- Top = 56
- Width = 105
- Height = 129
- TabOrder = 7
- OnClick = TypeRGClick
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 8
- OnDblClick = ListBox1Click
- end
- object ListBox2: TListBox
- Left = 8
- Top = 128
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 9
- OnDblClick = ListBox2Click
- end
- object ListBox3: TListBox
- Left = 8
- Top = 248
- Width = 121
- Height = 97
- ItemHeight = 13
- TabOrder = 10
- OnDblClick = ListBox3Click
- end
- end
-