unit2.~dfm

来自「delphi LED 显示屏用,带串口发送,内容编辑,演示功能」· ~DFM 代码 · 共 125 行

~DFM
125
字号
object Form2: TForm2
  Left = 187
  Top = 154
  Width = 544
  Height = 375
  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 Label1: TLabel
    Left = 120
    Top = 64
    Width = 128
    Height = 33
    Caption = #34892#36710#23433#20840
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 120
    Top = 136
    Width = 128
    Height = 33
    Caption = #20132#36890#23433#20840
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 120
    Top = 200
    Width = 128
    Height = 33
    Caption = #20154#36523#23433#20840
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 288
    Top = 64
    Width = 121
    Height = 41
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 5
    ParentFont = False
    TabOrder = 0
    Text = '0'
  end
  object Edit2: TEdit
    Left = 288
    Top = 136
    Width = 129
    Height = 41
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 5
    ParentFont = False
    TabOrder = 1
    Text = '0'
  end
  object Edit3: TEdit
    Left = 288
    Top = 200
    Width = 129
    Height = 41
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #23435#20307
    Font.Style = []
    MaxLength = 5
    ParentFont = False
    TabOrder = 2
    Text = '0'
  end
  object Button1: TButton
    Left = 112
    Top = 272
    Width = 97
    Height = 33
    Caption = 'COM1'
    TabOrder = 3
  end
  object Button2: TButton
    Left = 328
    Top = 272
    Width = 105
    Height = 33
    Caption = 'COM2'
    TabOrder = 4
  end
  object mycomm1: Tmycomm
    DeviceName = 'COM2'
    BaudRate = 9600
    MonitorEvents = [evBreak, evCTS, evDSR, evError, evRing, evRlsd, evRxChar, evRxFlag, evTxEmpty]
    Options = []
    Left = 240
    Top = 32
  end
end

⌨️ 快捷键说明

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