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


object Form1: TForm1 
  Left = 291 
  Top = 161 
  BorderIcons = [biSystemMenu, biMinimize] 
  BorderStyle = bsSingle 
  Caption = 'HDTV'#36965#25511#22120#25509#25910#24433#31034 
  ClientHeight = 504 
  ClientWidth = 672 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  Menu = MainMenu1 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Splitter1: TSplitter 
    Left = 145 
    Top = 0 
    Width = 5 
    Height = 504 
    Cursor = crHSplit 
    Beveled = True 
    ResizeStyle = rsLine 
  end 
  object Panel1: TPanel 
    Left = 0 
    Top = 0 
    Width = 145 
    Height = 504 
    Align = alLeft 
    Color = clCream 
    TabOrder = 0 
    object Shape1: TShape 
      Left = 112 
      Top = 464 
      Width = 17 
      Height = 25 
      Brush.Color = clBlack 
      Shape = stCircle 
    end 
    object Label1: TLabel 
      Left = 64 
      Top = 472 
      Width = 42 
      Height = 13 
      Caption = #36965#25511#28783'  ' 
    end 
    object PwrLed: TShape 
      Left = 112 
      Top = 16 
      Width = 17 
      Height = 25 
      Brush.Color = clBtnText 
      Shape = stCircle 
    end 
    object Button1: TButton 
      Left = 48 
      Top = 16 
      Width = 49 
      Height = 33 
      Caption = #30005#28304 
      TabOrder = 0 
      OnClick = Button1Click 
    end 
    object Button2: TButton 
      Left = 48 
      Top = 70 
      Width = 49 
      Height = 33 
      Caption = 'TV/AV' 
      TabOrder = 1 
      OnClick = Button2Click 
    end 
    object Button3: TButton 
      Left = 48 
      Top = 180 
      Width = 49 
      Height = 33 
      Caption = #39057#36947#65291 
      TabOrder = 2 
      OnClick = Button3Click 
    end 
    object Button4: TButton 
      Left = 48 
      Top = 234 
      Width = 49 
      Height = 33 
      Caption = #39057#36947#65293 
      TabOrder = 3 
      OnClick = Button4Click 
    end 
    object Button5: TButton 
      Left = 48 
      Top = 289 
      Width = 49 
      Height = 33 
      Caption = #38899#37327#65291 
      TabOrder = 4 
      OnClick = Button5Click 
      OnMouseDown = Button5MouseDown 
      OnMouseUp = Button5MouseUp 
    end 
    object Button6: TButton 
      Left = 48 
      Top = 344 
      Width = 49 
      Height = 33 
      Caption = #38899#37327#65293 
      TabOrder = 5 
      OnClick = Button6Click 
      OnMouseDown = Button6MouseDown 
      OnMouseUp = Button6MouseUp 
    end 
    object Button7: TButton 
      Left = 48 
      Top = 125 
      Width = 49 
      Height = 33 
      Caption = 'E_mail' 
      TabOrder = 6 
      OnClick = Button7Click 
    end 
  end 
  object Panel2: TPanel 
    Left = 150 
    Top = 0 
    Width = 522 
    Height = 504 
    Align = alClient 
    Caption = 'Panel2' 
    TabOrder = 1 
    inline Frame21: TFrame2 
      Left = 1 
      Top = 1 
      Width = 520 
      Height = 502 
      Align = alClient 
      TabOrder = 0 
    end 
    inline Frame31: TFrame3 
      Left = 1 
      Top = 1 
      Width = 520 
      Height = 502 
      Align = alClient 
      TabOrder = 1 
    end 
    inline Frame41: TFrame4 
      Left = 1 
      Top = 1 
      Width = 520 
      Height = 502 
      Align = alClient 
      TabOrder = 2 
      inherited Label1: TLabel 
        Left = 32 
      end 
      inherited Label2: TLabel 
        Top = 408 
      end 
      inherited ShockwaveFlash1: TShockwaveFlash 
        Left = 32 
        Width = 425 
        Height = 353 
        ControlData = { 
          6755665500030000ED2B00007C24000008000200000000000800160000006400 
          3A005C003000340030002E00730077006600000008001600000064003A005C00 
          3000340030002E00730077006600000008000E000000570069006E0064006F00 
          770000000B00FFFF0B00FFFF08000A0000004800690067006800000008000200 
          000000000B00FFFF080002000000000008000E00000061006C00770061007900 
          73000000080010000000530068006F00770041006C006C0000000B0000000B00 
          000008000200000000000800020000000000} 
      end 
      inherited ProgressBar1: TProgressBar 
        Left = 80 
        Top = 408 
      end 
    end 
  end 
  object MainMenu1: TMainMenu 
    Left = 288 
    object N1: TMenuItem 
      Caption = #25991#20214 
      object N2: TMenuItem 
        Caption = #25968#25454#30417#35270#31383#21475 
        OnClick = N2Click 
      end 
      object N8: TMenuItem 
        Caption = '-' 
      end 
      object N3: TMenuItem 
        Caption = #36864#20986 
        OnClick = N3Click 
      end 
    end 
    object N4: TMenuItem 
      Caption = #35774#32622 
      object N5: TMenuItem 
        Caption = #20018#21475#35774#32622 
        OnClick = N5Click 
      end 
      object N6: TMenuItem 
        Caption = #33455#29255#35774#32622 
        OnClick = N6Click 
      end 
    end 
    object N7: TMenuItem 
      Caption = #20851#20110 
      OnClick = N7Click 
    end 
  end 
  object Timer1: TTimer 
    Interval = 10 
    OnTimer = Timer1Timer 
    Left = 240 
  end 
end