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

📄 storage_warn_limit.dfm

📁 delphi的一个开发实例
💻 DFM
字号:
object frm_Storage_warn_Limit: Tfrm_Storage_warn_Limit
  Left = 339
  Top = 438
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'frm_Storage_warn_Limit'
  ClientHeight = 173
  ClientWidth = 251
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 251
    Height = 173
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Cmd_Yes: TSpeedButton
      Left = 56
      Top = 144
      Width = 80
      Height = 22
      Caption = #30830#23450
      OnClick = Cmd_YesClick
    end
    object Cmd_NO: TSpeedButton
      Left = 160
      Top = 144
      Width = 80
      Height = 22
      Caption = #21462#28040
      OnClick = Cmd_NOClick
    end
    object P_Goods: TPanel
      Left = 0
      Top = 0
      Width = 251
      Height = 54
      Align = alTop
      BevelOuter = bvNone
      Color = clBtnShadow
      TabOrder = 0
    end
    object Edit_Up: TLabeledEdit
      Left = 95
      Top = 76
      Width = 152
      Height = 21
      EditLabel.Width = 78
      EditLabel.Height = 13
      EditLabel.Caption = #24211#23384#19978#38480#25968#37327
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
      Visible = False
      OnKeyPress = Edit_UpKeyPress
    end
    object Edit_Down: TLabeledEdit
      Left = 95
      Top = 104
      Width = 152
      Height = 21
      EditLabel.Width = 78
      EditLabel.Height = 13
      EditLabel.Caption = #24211#23384#19979#38480#25968#37327
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 2
      Visible = False
      OnKeyPress = Edit_DownKeyPress
    end
  end
end

⌨️ 快捷键说明

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