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

📄 main.dfm

📁 世礴创串口读卡器读卡程序(含说明
💻 DFM
字号:
object Form1: TForm1
  Left = 258
  Top = 167
  Width = 418
  Height = 395
  Caption = #20018#21475#35835#21345#31243#24207
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 19
    Top = 24
    Width = 36
    Height = 12
    Caption = #20018#21475#21495
  end
  object Label2: TLabel
    Left = 19
    Top = 44
    Width = 36
    Height = 12
    Caption = 'IC'#21345#21495
  end
  object Label3: TLabel
    Left = 7
    Top = 64
    Width = 48
    Height = 12
    Caption = #21382#21490#35760#24405
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 16
    Width = 105
    Height = 20
    ItemHeight = 12
    TabOrder = 0
    Text = 'COM1'
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6'
      'COM7'
      'COM8'
      'COM9'
      'COM10'
      'COM11'
      'COM12'
      'COM13'
      'COM14'
      'COM15'
      'COM16')
  end
  object Button1: TButton
    Left = 176
    Top = 15
    Width = 65
    Height = 22
    Caption = #24320#21551#20018#21475
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 40
    Width = 249
    Height = 20
    TabOrder = 2
  end
  object Memo1: TMemo
    Left = 64
    Top = 64
    Width = 249
    Height = 289
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object Button2: TButton
    Left = 320
    Top = 288
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 320
    Top = 96
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 320
    Top = 64
    Width = 75
    Height = 25
    Caption = #28165#38500
    TabOrder = 6
    OnClick = Button4Click
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'TXT'
    Filter = #25991#26412#25991#20214'(TXT)|*.TXT'
    Left = 344
    Top = 168
  end
end

⌨️ 快捷键说明

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