[go: up one dir, main page]

Menu

[r9]: / execute.dfm  Maximize  Restore  History

Download this file

32 lines (31 with data), 684 Bytes

object frmExecute: TfrmExecute
  Left = 192
  Top = 114
  Caption = 'Execution...'
  ClientHeight = 602
  ClientWidth = 854
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  
  PixelsPerInch = 96
  TextHeight = 13
  object memOutput: TMemo
    Left = 16
    Top = 16
    Width = 833
    Height = 577
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
end