unit2.dfm

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

DFM
35
字号
object Form2: TForm2
  Left = 498
  Top = 167
  Width = 275
  Height = 219
  AutoSize = True
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MonthCalendar1: TMonthCalendar
    Left = 0
    Top = 0
    Width = 267
    Height = 154
    Date = 37972.337911076380000000
    TabOrder = 0
  end
  object Button1: TButton
    Left = 96
    Top = 160
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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