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

📄 main.dfm

📁 dephi 7.0实现的TDMA工作原理.用于演示TDMA的工作流程
💻 DFM
字号:
object mainfrm: Tmainfrm
  Left = 278
  Top = 376
  Width = 995
  Height = 606
  Caption = 'mainfrm'
  Color = clGray
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 987
    Height = 57
    ButtonHeight = 52
    ButtonWidth = 91
    Caption = 'ToolBar1'
    Color = clSilver
    Images = ImageList1
    ParentColor = False
    ShowCaptions = True
    TabOrder = 0
    object ToolButton3: TToolButton
      Left = 0
      Top = 2
      Caption = #21327#35758#25551#36848
      ImageIndex = 1
      OnClick = ToolButton3Click
    end
    object ToolButton4: TToolButton
      Left = 91
      Top = 2
      Caption = #31616#21333#27169#24335
      ImageIndex = 2
      OnClick = ToolButton4Click
    end
    object ToolButton8: TToolButton
      Left = 182
      Top = 2
      Caption = #20248#20808#32423#20248#21270#27169#24335
      ImageIndex = 5
      OnClick = ToolButton8Click
    end
    object ToolButton9: TToolButton
      Left = 273
      Top = 2
      Caption = #22823#20316#19994#20248#20808#27169#24335
      ImageIndex = 5
      OnClick = ToolButton9Click
    end
    object ToolButton5: TToolButton
      Left = 364
      Top = 2
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object ToolButton6: TToolButton
      Left = 372
      Top = 2
      Caption = #24110#21161
      ImageIndex = 3
    end
    object ToolButton7: TToolButton
      Left = 463
      Top = 2
      Caption = #36864#20986
      ImageIndex = 4
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 533
    Width = 987
    Height = 19
    Panels = <
      item
        Width = 120
      end
      item
        Width = 120
      end
      item
        Text = #19996#21335#22823#23398#31227#21160#36890#20449#22269#23478#37325#28857#23454#39564#23460#65293#65293#19996#22823#31227#21160#20114#32852#25216#26415#26377#38480#20844#21496' Copyright 2005'
        Width = 50
      end>
  end
  object MainMenu1: TMainMenu
    Left = 688
    Top = 16
    object N1: TMenuItem
      Caption = #31995#32479
    end
    object N2: TMenuItem
      Caption = #25805#20316
    end
    object N3: TMenuItem
      Caption = #24110#21161
    end
  end
  object ImageList1: TImageList
    Height = 32
    Width = 32
    Left = 720
    Top = 16
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 752
    Top = 16
  end
end

⌨️ 快捷键说明

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