unit4.dfm

来自「电力系统集中抄表 采集器 上位机软件 可以经行集中抄表」· DFM 代码 · 共 55 行

DFM
55
字号
object Form4: TForm4
  Left = 275
  Top = 230
  Width = 200
  Height = 140
  BorderIcons = [biSystemMenu]
  Caption = #36755#20837#26032#38598#20013#22120#21495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 96
    Height = 13
    Caption = #36755#20837#26032#30340#38598#20013#22120#21495
  end
  object Button1: TButton
    Left = 56
    Top = 72
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object MaskEdit1: TMaskEdit
    Left = 32
    Top = 40
    Width = 120
    Height = 21
    EditMask = '####;1;_'
    MaxLength = 4
    TabOrder = 0
    Text = '    '
    OnKeyDown = MaskEdit1KeyDown
  end
  object Edit1: TEdit
    Left = 8
    Top = 64
    Width = 25
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
    Visible = False
  end
end

⌨️ 快捷键说明

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