unit1.~dfm

来自「通过串口访问控制道闸」· ~DFM 代码 · 共 98 行

~DFM
98
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 617
  Height = 280
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 184
    Top = 104
    Width = 44
    Height = 13
    Caption = #38392#38376#21495
  end
  object Label2: TLabel
    Left = 160
    Top = 72
    Width = 76
    Height = 13
    Caption = #25511#21046#22120#22320#22336
  end
  object Label3: TLabel
    Left = 184
    Top = 40
    Width = 41
    Height = 13
    Caption = #31471#21475#21495
  end
  object Button1: TButton
    Left = 152
    Top = 168
    Width = 99
    Height = 25
    Caption = #21021#22987#21270#31471#21475
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 240
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '01'
  end
  object Button2: TButton
    Left = 256
    Top = 168
    Width = 75
    Height = 25
    Caption = #25171#24320#38392#38376
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 240
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 3
    Text = '01'
  end
  object Edit1: TEdit
    Left = 240
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 4
    Text = '01'
  end
  object Button3: TButton
    Left = 344
    Top = 168
    Width = 75
    Height = 25
    Caption = #20851#38381#38392#38376
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 432
    Top = 168
    Width = 75
    Height = 25
    Caption = #37322#25918#31471#21475
    TabOrder = 6
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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