unit1.~dfm

来自「cvery_608119760.rar」· ~DFM 代码 · 共 63 行

~DFM
63
字号
object Form1: TForm1
  Left = 283
  Top = 142
  Width = 274
  Height = 135
  Caption = #33719#21462'MAC'#22320#22336
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 265
    Height = 49
    Caption = #36820#22238#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 47
      Height = 13
      Caption = 'MAC'#22320#22336
    end
    object edtMACAddress: TEdit
      Left = 66
      Top = 18
      Width = 193
      Height = 21
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 48
    Width = 265
    Height = 57
    TabOrder = 1
    object btnRun: TButton
      Left = 32
      Top = 19
      Width = 75
      Height = 25
      Caption = #25191#34892
      TabOrder = 0
      OnClick = btnRunClick
    end
    object btnExit: TButton
      Left = 168
      Top = 19
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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