⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit4.dfm

📁 铁路道口管理系统 开发源码 大家随便看看 呵呵
💻 DFM
字号:
object Form4: TForm4
  Left = 152
  Top = 28
  Width = 648
  Height = 542
  Caption = 'Form4'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 640
    Height = 452
    Align = alClient
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 452
    Width = 640
    Height = 56
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 169
      Top = 10
      Width = 26
      Height = 13
      Caption = #36335#24452
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object MediaPlayer1: TMediaPlayer
      Left = 14
      Top = 7
      Width = 141
      Height = 20
      ColoredButtons = [btPlay, btPause, btStop, btNext, btPrev, btRecord, btEject]
      EnabledButtons = [btPlay, btPause, btStop, btStep, btBack]
      VisibleButtons = [btPlay, btPause, btStop, btStep, btBack]
      Display = Panel1
      TabOrder = 0
    end
    object Button1: TButton
      Left = 14
      Top = 31
      Width = 47
      Height = 17
      Caption = #36733#20837
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 62
      Top = 31
      Width = 47
      Height = 17
      Caption = #20445#23384
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 110
      Top = 31
      Width = 47
      Height = 17
      Caption = #20851#38381
      TabOrder = 3
      OnClick = Button3Click
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = 
      #25903#25345#30340#23186#20307#25991#20214'|*.mpg;*.avi|avi File (*.avi)|*.avi|Mpg File (*.mpg)|*.mp' +
      'g'
    Left = 336
    Top = 392
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -