home *** CD-ROM | disk | FTP | other *** search
- object AnalyseDlg: TAnalyseDlg
- Left = 179
- Top = 41
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Analysis files'
- ClientHeight = 277
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TButton
- Left = 336
- Top = 196
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object EditBtn: TButton
- Left = 357
- Top = 151
- Width = 60
- Height = 30
- Caption = 'Edit'
- TabOrder = 1
- OnClick = Edit1Click
- end
- object HelpBtn: TButton
- Left = 357
- Top = 111
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object SectionLB: TListBox
- Left = 184
- Top = 8
- Width = 145
- Height = 257
- ItemHeight = 13
- TabOrder = 3
- OnClick = SectionLBClick
- end
- object ModuleRG: TRadioGroup
- Left = 8
- Top = 0
- Width = 169
- Height = 265
- Caption = 'Module'
- TabOrder = 4
- OnClick = ModuleRGClick
- end
- object RichTemp: TRichEdit
- Left = 344
- Top = 240
- Width = 65
- Height = 25
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- Visible = False
- end
- object MainMenu1: TMainMenu
- Left = 376
- object File1: TMenuItem
- Caption = 'File'
- ShortCut = 0
- object Import1: TMenuItem
- Caption = 'Import'
- ShortCut = 0
- OnClick = Import1Click
- end
- object Export1: TMenuItem
- Caption = 'Export'
- ShortCut = 0
- OnClick = Export1Click
- end
- object Edit1: TMenuItem
- Caption = 'Edit'
- ShortCut = 0
- OnClick = Edit1Click
- end
- end
- end
- object OpenDlg: TOpenDialog
- DefaultExt = 'txt'
- FileEditStyle = fsEdit
- Filter = 'Text & AstroMart|*.txt;*.a*'
- Options = [ofFileMustExist]
- Left = 344
- Top = 56
- end
- object SaveDlg: TSaveDialog
- DefaultExt = 'txt'
- FileEditStyle = fsEdit
- Filter = 'Text Format|*.txt'
- Title = 'Export'
- Left = 384
- Top = 56
- end
- end
-