⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.~dfm

📁 delphi6编写的读电子称数据(添加MSComm控件)
💻 ~DFM
字号:
object Form1: TForm1
  Left = 273
  Top = 188
  Width = 384
  Height = 325
  Caption = #35835#30005#23376#31216
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 264
    Width = 72
    Height = 13
    Caption = #30005#23376#31216#25968#25454#65306
  end
  object Button1: TButton
    Left = 256
    Top = 256
    Width = 75
    Height = 25
    Caption = #36830#25509#30005#23376#31216
    TabOrder = 0
    OnClick = Button1Click
  end
  object MSComm1: TMSComm
    Left = 8
    Top = 264
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020000802500000000080000000000000000003F00000001000000}
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 361
    Height = 233
    Caption = #35774#32622
    TabOrder = 2
    object Label5: TLabel
      Left = 40
      Top = 21
      Width = 60
      Height = 13
      Caption = #36890#20449#31471#21475#65306
    end
    object Label6: TLabel
      Left = 40
      Top = 52
      Width = 60
      Height = 13
      Caption = #36890#35759#35774#32622#65306
    end
    object Label9: TLabel
      Left = 19
      Top = 83
      Width = 84
      Height = 13
      Caption = #21457#36865#20256#25968#21629#20196#65306
    end
    object Label10: TLabel
      Left = 31
      Top = 114
      Width = 72
      Height = 13
      Caption = #24320#22987#26631#24535#20301#65306
    end
    object Label11: TLabel
      Left = 43
      Top = 145
      Width = 60
      Height = 13
      Caption = #32467#26463#26631#24535#65306
    end
    object Label12: TLabel
      Left = 31
      Top = 176
      Width = 72
      Height = 13
      Caption = #25968#25454#24320#22987#20301#65306
    end
    object Label13: TLabel
      Left = 43
      Top = 208
      Width = 60
      Height = 13
      Caption = #25968#25454#38271#24230#65306
    end
    object Button2: TButton
      Left = 272
      Top = 200
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button2Click
    end
    object ComboBox2: TComboBox
      Left = 112
      Top = 17
      Width = 149
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = 'COM1'
      Items.Strings = (
        'COM1'
        'COM2')
    end
    object ComboBox3: TComboBox
      Left = 112
      Top = 48
      Width = 149
      Height = 21
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 2
      Text = '1200,o,7,2'
      Items.Strings = (
        '1200,o,7,2'
        '1200,e,7,2'
        '1200,n,7,2')
    end
    object Edit8: TEdit
      Left = 112
      Top = 79
      Width = 121
      Height = 23
      TabOrder = 3
      Text = 'P'
    end
    object Edit10: TEdit
      Left = 112
      Top = 110
      Width = 121
      Height = 23
      TabOrder = 4
      Text = '03'
    end
    object Edit11: TEdit
      Left = 112
      Top = 141
      Width = 121
      Height = 23
      TabOrder = 5
      Text = '13'
    end
    object Edit12: TEdit
      Left = 112
      Top = 172
      Width = 121
      Height = 23
      TabOrder = 6
      Text = '4'
    end
    object Edit9: TEdit
      Left = 112
      Top = 203
      Width = 121
      Height = 23
      TabOrder = 7
      Text = '5'
    end
  end
  object Edit1: TEdit
    Left = 120
    Top = 256
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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