unit3.dfm

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

DFM
37
字号
object Form3: TForm3
  Left = 299
  Top = 215
  Width = 247
  Height = 165
  Caption = 'Form3'
  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 Button1: TButton
    Left = 80
    Top = 104
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 0
    Top = 8
    Width = 233
    Height = 81
    Caption = #36873#25321#19979#36733#32534#21495
    Items.Strings = (
      #19979#36733#24403#21069#25968#25454#24211#20013#30340#34920#21495
      #19979#36733#25991#26412#25991#20214#20013#34920#21495)
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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