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

📄 main.dfm

📁 有关delphi的应用
💻 DFM
字号:
object frmmain: Tfrmmain
  Left = 38
  Top = 50
  Width = 695
  Height = 503
  Caption = 'device'
  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
  DesignSize = (
    687
    457)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 440
    Width = 57
    Height = 13
    Anchors = [akLeft, akBottom]
    AutoSize = False
    Caption = 'vesion1.0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 2
    Top = 0
    Width = 682
    Height = 437
    Anchors = [akLeft, akTop, akRight, akBottom]
    BevelInner = bvLowered
    BevelOuter = bvLowered
    TabOrder = 0
  end
  object StatusBar1: TStatusBar
    Left = 94
    Top = 436
    Width = 588
    Height = 21
    Align = alNone
    Anchors = [akLeft, akRight, akBottom]
    Panels = <>
  end
  object MainMenu1: TMainMenu
    Left = 130
    Top = 80
    object N1: TMenuItem
      Caption = #21442#25968#35774#32622
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #25968#25454#24405#20837
      OnClick = N2Click
    end
    object N4: TMenuItem
      Caption = #26597#35810
      OnClick = N4Click
    end
    object N3: TMenuItem
      Caption = #36864#20986
      OnClick = N3Click
    end
  end
end

⌨️ 快捷键说明

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