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

📄 unit1.dfm

📁 在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码
💻 DFM
字号:
object Form1: TForm1
  Left = 246
  Top = 112
  Width = 375
  Height = 374
  Caption = #38190#30424#30417#35270#22120
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 131
    Top = 18
    Width = 36
    Height = 12
    Caption = #25195#25551#30721
  end
  object Label2: TLabel
    Left = 6
    Top = 19
    Width = 60
    Height = 12
    Caption = #35831#36755#20837#38190#20540
  end
  object ListBox1: TListBox
    Left = 0
    Top = 103
    Width = 367
    Height = 244
    Align = alBottom
    ItemHeight = 12
    TabOrder = 0
    OnDblClick = ListBox1DblClick
  end
  object Button1: TButton
    Left = 160
    Top = 64
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #21551#21160#30417#35270
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 64
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #20572#27490#30417#35270
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 69
    Top = 16
    Width = 41
    Height = 23
    TabOrder = 3
    Text = 'A'
    OnChange = Edit1Change
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 171
    Top = 16
    Width = 121
    Height = 23
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 4
    Text = '30 1E'
  end
end

⌨️ 快捷键说明

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