home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TANALYSEDLG / TANALYSEDLG.txt
Encoding:
Text File  |  1998-05-13  |  2.2 KB  |  116 lines

  1. object AnalyseDlg: TAnalyseDlg
  2.   Left = 179
  3.   Top = 41
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Analysis files'
  7.   ClientHeight = 277
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkBtn: TButton
  19.     Left = 336
  20.     Top = 196
  21.     Width = 81
  22.     Height = 41
  23.     Caption = 'Ok'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object EditBtn: TButton
  29.     Left = 357
  30.     Top = 151
  31.     Width = 60
  32.     Height = 30
  33.     Caption = 'Edit'
  34.     TabOrder = 1
  35.     OnClick = Edit1Click
  36.   end
  37.   object HelpBtn: TButton
  38.     Left = 357
  39.     Top = 111
  40.     Width = 60
  41.     Height = 30
  42.     Caption = 'Help'
  43.     TabOrder = 2
  44.     OnClick = HelpBtnClick
  45.   end
  46.   object SectionLB: TListBox
  47.     Left = 184
  48.     Top = 8
  49.     Width = 145
  50.     Height = 257
  51.     ItemHeight = 13
  52.     TabOrder = 3
  53.     OnClick = SectionLBClick
  54.   end
  55.   object ModuleRG: TRadioGroup
  56.     Left = 8
  57.     Top = 0
  58.     Width = 169
  59.     Height = 265
  60.     Caption = 'Module'
  61.     TabOrder = 4
  62.     OnClick = ModuleRGClick
  63.   end
  64.   object RichTemp: TRichEdit
  65.     Left = 344
  66.     Top = 240
  67.     Width = 65
  68.     Height = 25
  69.     Font.Color = clBlack
  70.     Font.Height = -15
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.     TabOrder = 5
  75.     Visible = False
  76.   end
  77.   object MainMenu1: TMainMenu
  78.     Left = 376
  79.     object File1: TMenuItem
  80.       Caption = 'File'
  81.       ShortCut = 0
  82.       object Import1: TMenuItem
  83.         Caption = 'Import'
  84.         ShortCut = 0
  85.         OnClick = Import1Click
  86.       end
  87.       object Export1: TMenuItem
  88.         Caption = 'Export'
  89.         ShortCut = 0
  90.         OnClick = Export1Click
  91.       end
  92.       object Edit1: TMenuItem
  93.         Caption = 'Edit'
  94.         ShortCut = 0
  95.         OnClick = Edit1Click
  96.       end
  97.     end
  98.   end
  99.   object OpenDlg: TOpenDialog
  100.     DefaultExt = 'txt'
  101.     FileEditStyle = fsEdit
  102.     Filter = 'Text & AstroMart|*.txt;*.a*'
  103.     Options = [ofFileMustExist]
  104.     Left = 344
  105.     Top = 56
  106.   end
  107.   object SaveDlg: TSaveDialog
  108.     DefaultExt = 'txt'
  109.     FileEditStyle = fsEdit
  110.     Filter = 'Text Format|*.txt'
  111.     Title = 'Export'
  112.     Left = 384
  113.     Top = 56
  114.   end
  115. end
  116.