www.pudn.com > CMDpipe.rar > uMain.dfm


object Form3: TForm3 
  Left = 37 
  Top = 0 
  Caption = 'Form3' 
  ClientHeight = 641 
  ClientWidth = 862 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesigned 
  OnClose = FormClose 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Memo1: TMemo 
    Left = 0 
    Top = 0 
    Width = 862 
    Height = 618 
    Align = alClient 
    Color = clMenuText 
    Font.Charset = ANSI_CHARSET 
    Font.Color = clWhite 
    Font.Height = -16 
    Font.Name = 'System' 
    Font.Style = [fsBold] 
    Lines.Strings = ( 
      'Memo1') 
    ParentFont = False 
    ScrollBars = ssVertical 
    TabOrder = 0 
    OnKeyPress = Memo1KeyPress 
  end 
  object Panel1: TPanel 
    Left = 0 
    Top = 618 
    Width = 862 
    Height = 23 
    Align = alBottom 
    Caption = 'Panel1' 
    TabOrder = 1 
    DesignSize = ( 
      862 
      23) 
    object ComboBox1: TComboBox 
      Left = 0 
      Top = 0 
      Width = 865 
      Height = 21 
      AutoComplete = False 
      BevelInner = bvSpace 
      BevelKind = bkSoft 
      BevelOuter = bvNone 
      Anchors = [akLeft, akRight, akBottom] 
      ItemHeight = 13 
      TabOrder = 0 
      OnKeyPress = ComboBox1KeyPress 
      OnSelect = ComboBox1Select 
    end 
  end 
  object Timer1: TTimer 
    Interval = 10 
    OnTimer = Timer1Timer 
    Left = 8 
    Top = 48 
  end 
end