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

📄 ghcdll.dfm

📁 写卡器的串口测试程序, 有delphi的,vb的... 涉用到好几有语言, 还包括说明
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 104
  Width = 439
  Height = 271
  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 Label2: TLabel
    Left = 24
    Top = 128
    Width = 113
    Height = 13
    Caption = '输入数据( 1/3 磁道):'
  end
  object Label3: TLabel
    Left = 24
    Top = 160
    Width = 114
    Height = 13
    Caption = '输入数据( 2     磁道):'
  end
  object Label4: TLabel
    Left = 24
    Top = 96
    Width = 81
    Height = 13
    Caption = '磁道参数(1-5):'
  end
  object optSelection: TRadioGroup
    Left = 24
    Top = 16
    Width = 65
    Height = 65
    Caption = '选项'
    ItemIndex = 0
    Items.Strings = (
      '读'
      '写')
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 104
    Top = 16
    Width = 297
    Height = 65
    Caption = '说明'
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 157
      Height = 13
      Caption = 'ghc715.dll应放在当前目录下。'
    end
  end
  object nTrack: TEdit
    Left = 136
    Top = 88
    Width = 265
    Height = 21
    ImeName = '中文 (简体) - 微软拼音'
    MaxLength = 1
    TabOrder = 2
  end
  object sOneThree: TEdit
    Left = 136
    Top = 120
    Width = 265
    Height = 21
    ImeName = '中文 (简体) - 微软拼音'
    TabOrder = 3
  end
  object sTwo: TEdit
    Left = 136
    Top = 152
    Width = 265
    Height = 21
    ImeName = '中文 (简体) - 微软拼音'
    TabOrder = 4
  end
  object Button1: TButton
    Left = 64
    Top = 200
    Width = 81
    Height = 25
    Caption = '执行(&E)'
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 272
    Top = 200
    Width = 73
    Height = 25
    Caption = '退出(&X)'
    TabOrder = 6
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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