unit1.dfm

来自「最基本的串口控制客户显示器」· DFM 代码 · 共 96 行

DFM
96
字号
object Form1: TForm1
  Left = 199
  Top = 103
  Width = 544
  Height = 375
  Caption = #23458#26174#25511#21046#27979#35797#12308#28023#23439#12309
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 280
    Top = 27
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 72
    Width = 145
    Height = 25
    Caption = #24320#38065#31665
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 208
    Top = 72
    Width = 145
    Height = 25
    Caption = #26174#31034#25968#23383
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object txt_Num: TMaskEdit
    Left = 48
    Top = 24
    Width = 153
    Height = 21
    TabOrder = 2
    Text = 'txt_Num'
  end
  object rgp_State: TRadioGroup
    Left = 32
    Top = 120
    Width = 321
    Height = 49
    Caption = #29366#24577#28783
    Columns = 6
    ItemIndex = 0
    Items.Strings = (
      #21333#20215
      #24635#35745
      #25910#27454
      #25214#38646
      #20840#20142
      #20840#26263)
    TabOrder = 3
  end
  object BitBtn3: TBitBtn
    Left = 368
    Top = 136
    Width = 75
    Height = 25
    Caption = #29366#24577#28783'1'
    TabOrder = 4
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 376
    Top = 72
    Width = 75
    Height = 25
    Caption = #28165#23631
    TabOrder = 5
    OnClick = BitBtn4Click
  end
  object BitBtn5: TBitBtn
    Left = 456
    Top = 136
    Width = 75
    Height = 25
    Caption = #29366#24577#28783'2'
    TabOrder = 6
    OnClick = BitBtn5Click
  end
end

⌨️ 快捷键说明

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