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

📄 unit1.dfm

📁 在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码
💻 DFM
字号:
object Form1: TForm1
  Left = 266
  Top = 158
  Width = 360
  Height = 152
  Caption = #37325#21551#35745#31639#26426#26102#25191#34892#30340#25805#20316
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 21
    Top = 21
    Width = 39
    Height = 16
    Caption = #28304#25991#20214
  end
  object Label2: TLabel
    Left = 14
    Top = 52
    Width = 52
    Height = 16
    Caption = #30446#26631#25991#20214
  end
  object Button1: TButton
    Left = 114
    Top = 90
    Width = 93
    Height = 31
    Caption = #25191#34892
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 297
    Top = 16
    Width = 96
    Height = 105
    ItemIndex = 1
    Items.Strings = (
      #21024#38500
      #31227#21160)
    TabOrder = 1
    OnClick = RadioGroup1Click
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 161
    Height = 24
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 80
    Top = 48
    Width = 161
    Height = 24
    TabOrder = 3
    OnChange = Edit2Change
  end
  object Button2: TButton
    Left = 240
    Top = 16
    Width = 25
    Height = 25
    Caption = '...'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 48
    Width = 25
    Height = 25
    Caption = '...'
    TabOrder = 5
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 16
    Top = 88
  end
end

⌨️ 快捷键说明

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