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

📄 unit1.dfm

📁 Boland Builder C++ 6.0 com port select
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 446
  Height = 480
  Caption = 'COM Port Lister and Status Checker'
  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 = 338
    Top = 36
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 324
    Top = 374
    Width = 113
    Height = 61
    Alignment = taCenter
    AutoSize = False
    Caption = 'brought you by'#10#13#10#13'dllee.ktop.com.tw'
  end
  object StringGrid1: TStringGrid
    Left = 0
    Top = 0
    Width = 320
    Height = 446
    Align = alLeft
    ColCount = 3
    DefaultColWidth = 98
    RowCount = 257
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
    TabOrder = 0
  end
  object Button1: TButton
    Left = 336
    Top = 160
    Width = 75
    Height = 25
    Caption = 'Check'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 202
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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