home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d456 / CAJSCRPT.ZIP / ifps3 / demo / ifps3test1.dfm / ifps3test1.txt
Text File  |  2002-01-14  |  3KB  |  121 lines

  1. object MainForm: TMainForm
  2.   Left = 254
  3.   Top = 197
  4.   Width = 546
  5.   Height = 375
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Splitter1: TSplitter
  20.     Left = 0
  21.     Top = 170
  22.     Width = 538
  23.     Height = 3
  24.     Cursor = crVSplit
  25.     Align = alBottom
  26.   end
  27.   object Memo1: TMemo
  28.     Left = 0
  29.     Top = 0
  30.     Width = 538
  31.     Height = 170
  32.     Align = alClient
  33.     ScrollBars = ssVertical
  34.     TabOrder = 0
  35.     OnChange = Memo1Change
  36.   end
  37.   object Memo2: TMemo
  38.     Left = 0
  39.     Top = 173
  40.     Width = 538
  41.     Height = 156
  42.     Align = alBottom
  43.     ReadOnly = True
  44.     ScrollBars = ssVertical
  45.     TabOrder = 1
  46.   end
  47.   object MainMenu1: TMainMenu
  48.     Left = 104
  49.     Top = 32
  50.     object File1: TMenuItem
  51.       Caption = '&File'
  52.       object New1: TMenuItem
  53.         Caption = '&New'
  54.         OnClick = New1Click
  55.       end
  56.       object Open1: TMenuItem
  57.         Caption = '&Open...'
  58.         OnClick = Open1Click
  59.       end
  60.       object Save1: TMenuItem
  61.         Caption = '&Save'
  62.         OnClick = Save1Click
  63.       end
  64.       object SaveAs1: TMenuItem
  65.         Caption = 'Save &As...'
  66.         OnClick = SaveAs1Click
  67.       end
  68.       object N1: TMenuItem
  69.         Caption = '-'
  70.       end
  71.       object Exit1: TMenuItem
  72.         Caption = 'E&xit'
  73.         OnClick = Exit1Click
  74.       end
  75.     end
  76.     object Toosl1: TMenuItem
  77.       Caption = '&Script'
  78.       object Compile1: TMenuItem
  79.         Caption = '&Compile'
  80.         ShortCut = 120
  81.         OnClick = Compile1Click
  82.       end
  83.       object CompilewithTimer1: TMenuItem
  84.         Caption = 'Compile with &Timer'
  85.         OnClick = CompilewithTimer1Click
  86.       end
  87.       object N2: TMenuItem
  88.         Caption = '-'
  89.       end
  90.       object Stop1: TMenuItem
  91.         Caption = '&Stop'
  92.         ShortCut = 16497
  93.         OnClick = Stop1Click
  94.       end
  95.       object N3: TMenuItem
  96.         Caption = '-'
  97.       end
  98.       object CompileandDisassemble1: TMenuItem
  99.         Caption = 'Compile and &Disassemble'
  100.         OnClick = CompileandDisassemble1Click
  101.       end
  102.     end
  103.   end
  104.   object OpenDialog1: TOpenDialog
  105.     DefaultExt = 'ifps3'
  106.     FileName = '*.ifps3'
  107.     Filter = 'IFPS3 files (*.ifps3)|*.ifps3'
  108.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  109.     Left = 200
  110.     Top = 152
  111.   end
  112.   object SaveDialog1: TSaveDialog
  113.     DefaultExt = 'ifps3'
  114.     FileName = '*.ifps3'
  115.     Filter = 'IFPS3 files (*.ifps3)|*.ifps3'
  116.     Options = [ofHideReadOnly, ofPathMustExist]
  117.     Left = 232
  118.     Top = 152
  119.   end
  120. end
  121.