udbnumber.dfm

来自「西门子Prodave6.0 的Delphi 版本, 需要安装 Prodave6」· DFM 代码 · 共 77 行

DFM
77
字号
object FrmDBCount: TFrmDBCount
  Left = 480
  Top = 349
  BorderStyle = bsDialog
  Caption = #25968#25454#22359#32479#35745
  ClientHeight = 290
  ClientWidth = 229
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 48
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #25968#25454#22359#28165#21333
  end
  object Label2: TLabel
    Left = 16
    Top = 16
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #25968#25454#22359#24635#25968':'
  end
  object Button1: TButton
    Left = 136
    Top = 248
    Width = 75
    Height = 25
    Caption = #35835#24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 24
    Top = 248
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 16
    Top = 64
    Width = 193
    Height = 161
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 120
    Top = 12
    Width = 41
    Height = 21
    ReadOnly = True
    TabOrder = 3
    Text = '0'
  end
  object XPManifest1: TXPManifest
    Left = 65528
    Top = 224
  end
end

⌨️ 快捷键说明

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