www.pudn.com > HDTV_play_flash.rar > Unit6.dfm


object DataWindow: TDataWindow 
  Left = 261 
  Top = 107 
  Width = 526 
  Height = 400 
  Caption = #36890#20449#25968#25454 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnClose = FormClose 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 32 
    Top = 296 
    Width = 72 
    Height = 13 
    Caption = #25509#25910#23383#33410#25968#65306 
  end 
  object Label2: TLabel 
    Left = 288 
    Top = 296 
    Width = 72 
    Height = 13 
    Caption = #21457#36865#23383#33410#25968#65306 
  end 
  object Memo1: TMemo 
    Left = 8 
    Top = 8 
    Width = 241 
    Height = 273 
    ScrollBars = ssVertical 
    TabOrder = 0 
  end 
  object Memo2: TMemo 
    Left = 264 
    Top = 8 
    Width = 225 
    Height = 273 
    ScrollBars = ssVertical 
    TabOrder = 1 
  end 
  object Edit1: TEdit 
    Left = 112 
    Top = 296 
    Width = 81 
    Height = 21 
    TabOrder = 2 
  end 
  object Edit2: TEdit 
    Left = 376 
    Top = 296 
    Width = 81 
    Height = 21 
    TabOrder = 3 
  end 
  object StatusBar: TStatusBar 
    Left = 0 
    Top = 352 
    Width = 518 
    Height = 21 
    Panels = <> 
    SimplePanel = True 
    SimpleText = 'Serial port not Connected yet.' 
  end 
  object Button1: TButton 
    Left = 32 
    Top = 312 
    Width = 73 
    Height = 33 
    Caption = #28165#38500 
    TabOrder = 5 
    OnClick = Button1Click 
  end 
  object Button2: TButton 
    Left = 288 
    Top = 316 
    Width = 73 
    Height = 29 
    Caption = #28165#38500 
    TabOrder = 6 
    OnClick = Button2Click 
  end 
end