storage_warn_limit.dfm

来自「delphi的一个开发实例」· DFM 代码 · 共 84 行

DFM
84
字号
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 + =
减小字号Ctrl + -
显示快捷键?