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

📄 unit2.dfm

📁 这是用delphi开发的一个物资管理信息系统
💻 DFM
字号:
object Form1: TForm1
  Left = 243
  Top = 157
  Width = 386
  Height = 235
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #33258#21160#29983#25104#24207#21015#21495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 378
    Height = 145
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 128
      Height = 16
      Caption = #31995#32479#24403#21069#26102#38388#20026#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 16
      Top = 48
      Width = 112
      Height = 16
      Caption = #30913#30424#24207#21015#21495#20026#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 16
      Top = 80
      Width = 112
      Height = 16
      Caption = #35745#31639#26426#21517#31216#20026#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 16
      Top = 112
      Width = 112
      Height = 16
      Caption = #29983#25104#24207#21015#21495#20026#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 136
      Top = 16
      Width = 3
      Height = 13
    end
    object Label6: TLabel
      Left = 128
      Top = 48
      Width = 28
      Height = 13
      Caption = 'label6'
    end
    object Label7: TLabel
      Left = 128
      Top = 88
      Width = 32
      Height = 13
      Caption = 'Label7'
    end
    object Label8: TLabel
      Left = 136
      Top = 112
      Width = 32
      Height = 13
      Caption = 'Label8'
    end
  end
  object BitBtn1: TBitBtn
    Left = 72
    Top = 160
    Width = 75
    Height = 25
    Caption = #29983#25104
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 208
    Top = 160
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkAbort
  end
end

⌨️ 快捷键说明

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