dfm_backok.dfm

来自「仓库管理系统 仓库管理系统」· DFM 代码 · 共 52 行

DFM
52
字号
object dfmbackok: Tdfmbackok
  Left = 446
  Top = 319
  Width = 223
  Height = 144
  BorderIcons = [biSystemMenu]
  Caption = #22791#20221#30830#35748
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 156
    Height = 12
    Caption = #38144#21806#25968#25454#23558#22791#20221#21040#19979#38754#30340#34920#20013
  end
  object Edit1: TEdit
    Left = 64
    Top = 40
    Width = 121
    Height = 20
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 80
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 120
    Top = 80
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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