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

📄 unit1.dfm

📁 在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 284
  Height = 220
  Caption = #38182#23665#25991#20214#35835#20889#36319#36394#36719#20214'1.0'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 120
    Width = 104
    Height = 13
    Caption = #35835#25991#20214#26102#35760#24405#21040#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 160
    Width = 104
    Height = 13
    Caption = #20889#25991#20214#26102#35760#24405#21040#65306
  end
  object ComboBox2: TComboBox
    Left = 64
    Top = 24
    Width = 89
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'ComboBox2'
    Visible = False
    Items.Strings = (
      '\\.\COM1'
      '\\.\COM2'
      '\\.\COM3'
      '\\.\COM4'
      '\\.\COM5'
      '\\.\COM6')
  end
  object Button1: TButton
    Left = 88
    Top = 72
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 24
    Top = 24
    Width = 225
    Height = 21
    ItemHeight = 13
    Sorted = True
    TabOrder = 1
    Text = 'ComboBox1'
  end
  object Edit1: TEdit
    Left = 120
    Top = 112
    Width = 137
    Height = 21
    TabOrder = 3
    Text = 'c:\SpyCom.dat'
  end
  object Edit2: TEdit
    Left = 120
    Top = 152
    Width = 137
    Height = 21
    TabOrder = 4
    Text = 'c:\SpyCom.dat'
  end
end

⌨️ 快捷键说明

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