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

📄 unit1.dfm

📁 仓库管理系统
💻 DFM
字号:
object Form1: TForm1
  Left = 195
  Top = 134
  Width = 696
  Height = 480
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Form1'
  Color = clSkyBlue
  Constraints.MaxHeight = 480
  Constraints.MaxWidth = 696
  Constraints.MinHeight = 480
  Constraints.MinWidth = 696
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 144
    Width = 582
    Height = 100
    Caption = #20179#24211#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -96
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentFont = False
  end
  object MainMenu1: TMainMenu
    Left = 72
    Top = 32
    object N1: TMenuItem
      Caption = #26597#35810
      object N2: TMenuItem
        Caption = #20449#24687#26597#35810
        OnClick = N2Click
      end
      object N6: TMenuItem
        Caption = #36864#20986
        OnClick = N6Click
      end
    end
    object N7: TMenuItem
      Caption = #31649#29702
      object N8: TMenuItem
        Caption = #20449#24687#31649#29702
        OnClick = N8Click
      end
      object N14: TMenuItem
        Caption = #36864#20986
      end
    end
    object N3: TMenuItem
      Caption = #25171#21360
      object N4: TMenuItem
        Caption = #25171#21360#24211#23384#34920
        OnClick = N4Click
      end
      object N5: TMenuItem
        Caption = #36864#20986
        OnClick = N5Click
      end
    end
  end
end

⌨️ 快捷键说明

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