home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 September / Net2.iso / Utility / automate.exe / %MAINDIR% / autoide.exe / 0 / RCDATA / TFRMAUTOMATEIDE / TFRMAUTOMATEIDE.txt
Encoding:
Text File  |  2000-07-27  |  4.5 KB  |  164 lines

  1. object frmAutomateIDE: TfrmAutomateIDE
  2.   Left = 928
  3.   Top = 419
  4.   Width = 560
  5.   Height = 287
  6.   Caption = 'AutoMate BASIC Scripting IDE'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = mnuIDEMain
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnHelp = FormHelp
  19.   OnKeyUp = FormKeyUp
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SaxBasicEnt1: TSaxBasicEnt
  23.     Left = 0
  24.     Top = 0
  25.     Width = 552
  26.     Height = 241
  27.     ParentFont = False
  28.     Align = alClient
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.     TabOrder = 0
  32.     OnDoEvents = SaxBasicEnt1DoEvents
  33.     OnHelp = SaxBasicEnt1Help
  34.     OnErrorAlert = SaxBasicEnt1ErrorAlert
  35.     OnFileExit = SaxBasicEnt1FileExit
  36.     OnGetMacroCaption = SaxBasicEnt1GetMacroCaption
  37.     OnOverrideMenuCommand = SaxBasicEnt1OverrideMenuCommand
  38.     ControlData = {
  39.       000300000D390000E81800000300000000000B00FFFF09000352E30B918FCE11
  40.       9DE300AA004BB851010000009001444201000D4D532053616E73205365726966
  41.       08001E0000004100750074006F004D0061007400650020004200610073006900
  42.       630000000B00FFFF08002C0000004100750074006F004D006100740065002000
  43.       4200410053004900430020005300630072006900700074000000080008000000
  44.       42004100530000000B00FFFF0B00000008000200000000000B00FFFF0B00FFFF
  45.       13000000FF001300000080001300008080001300008000001300FF0000000B00
  46.       00000B0000000B00FFFF0B0000000B0000000B00FFFF0B00FFFF080002000000
  47.       000008000E00000053006300720069007000740000000800240000004F006200
  48.       6A006500630074002E004F0042004D007C004F0062006A006500630074000000
  49.       0300020000000800020000000000020000000B00FFFF1300800000001300FFFF
  50.       00000B000000020004000B000000}
  51.   end
  52.   object mnuIDEMain: TMainMenu
  53.     Left = 212
  54.     Top = 120
  55.     object mnuFile: TMenuItem
  56.       Caption = '&File'
  57.       object mnuNew: TMenuItem
  58.         Caption = '&New'
  59.         OnClick = mnuNewClick
  60.       end
  61.       object mnuNewModule: TMenuItem
  62.         Caption = 'New &Module'
  63.         object mnuCodeModule: TMenuItem
  64.           Caption = '&Code'
  65.           OnClick = mnuCodeModuleClick
  66.         end
  67.         object mnuObjectModule: TMenuItem
  68.           Caption = '&Object'
  69.           OnClick = mnuObjectModuleClick
  70.         end
  71.         object mnuClassModule: TMenuItem
  72.           Caption = '&Class'
  73.           OnClick = mnuClassModuleClick
  74.         end
  75.       end
  76.       object mnuOpen: TMenuItem
  77.         Caption = '&Open...'
  78.         OnClick = mnuOpenClick
  79.       end
  80.       object mnuSave: TMenuItem
  81.         Caption = '&Save'
  82.         OnClick = mnuSaveClick
  83.       end
  84.       object mnuSaveAs: TMenuItem
  85.         Caption = 'Save &As...'
  86.         OnClick = mnuSaveAsClick
  87.       end
  88.       object SaveAll1: TMenuItem
  89.         Caption = 'Save A&ll'
  90.         OnClick = SaveAll1Click
  91.       end
  92.       object Close1: TMenuItem
  93.         Caption = '&Close'
  94.         OnClick = Close1Click
  95.       end
  96.       object mnuFileSep1: TMenuItem
  97.         Caption = '-'
  98.       end
  99.       object mnuObjectBrowser: TMenuItem
  100.         Caption = 'Show Object &Browser...'
  101.         OnClick = mnuObjectBrowserClick
  102.       end
  103.       object mnuDefaults: TMenuItem
  104.         Caption = 'Load &Defaults'
  105.         OnClick = mnuDefaultsClick
  106.       end
  107.       object mnuFileSep2: TMenuItem
  108.         Caption = '-'
  109.       end
  110.       object mnuPrint: TMenuItem
  111.         Caption = '&Print'
  112.       end
  113.       object mnuPrintSetup: TMenuItem
  114.         Caption = 'P&rint Setup...'
  115.         OnClick = mnuPrintSetupClick
  116.       end
  117.       object mnuFileSep3: TMenuItem
  118.         Caption = '-'
  119.       end
  120.       object mnuExit: TMenuItem
  121.         Caption = 'E&xit'
  122.         OnClick = mnuExitClick
  123.       end
  124.     end
  125.   end
  126.   object timerStartUp: TTimer
  127.     Enabled = False
  128.     Interval = 1
  129.     OnTimer = timerStartUpTimer
  130.     Left = 348
  131.     Top = 136
  132.   end
  133.   object dlgFont: TFontDialog
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clWindowText
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     MinFontSize = 0
  140.     MaxFontSize = 0
  141.     Left = 304
  142.     Top = 188
  143.   end
  144.   object timerIDEExit: TTimer
  145.     Enabled = False
  146.     OnTimer = timerIDEExitTimer
  147.     Left = 104
  148.     Top = 96
  149.   end
  150.   object dlgFileOpen: TOpenDialog
  151.     DefaultExt = 'BAS'
  152.     Filter = 
  153.       'AutoMate Basic Scripts (*.BAS)|*.BAS|AutoMate Macro Files (*.MAC' +
  154.       ')|*.MAC|Text Files (*.TXT)|*.TXT|All Files (*.*)|*.*'
  155.     Title = 'Open Basic Script File'
  156.     Top = 296
  157.   end
  158.   object dlgFileSave: TSaveDialog
  159.     DefaultExt = 'BAS'
  160.     Title = 'Save AutoMate BASIC Script As'
  161.     Top = 200
  162.   end
  163. end
  164.