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

📄 mainform.dfm

📁 Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.
💻 DFM
字号:
object Form1: TForm1
  Left = 234
  Top = 136
  Width = 518
  Height = 336
  Caption = #25991#20214#30446#24405#25805#20316
  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 GroupBox1: TGroupBox
    Left = 32
    Top = 16
    Width = 433
    Height = 129
    Caption = #20840#30446#24405#25991#20214#25335#36125
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 384
      Top = 24
      Width = 25
      Height = 25
      Caption = #9477
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 384
      Top = 56
      Width = 25
      Height = 25
      Caption = #9477
      OnClick = SpeedButton2Click
    end
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 60
      Height = 13
      Caption = #28304#25991#20214#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 56
      Width = 60
      Height = 13
      Caption = #30446#26631#25991#20214#65306
    end
    object edt1: TEdit
      Left = 72
      Top = 24
      Width = 289
      Height = 21
      TabOrder = 0
    end
    object edt2: TEdit
      Left = 72
      Top = 56
      Width = 289
      Height = 21
      TabOrder = 1
    end
    object btnCopy: TButton
      Left = 288
      Top = 88
      Width = 49
      Height = 25
      Caption = #25335#36125
      TabOrder = 2
      OnClick = btnCopyClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 32
    Top = 160
    Width = 433
    Height = 97
    Caption = #21024#38500#25991#20214#25110#30446#24405#21040#22238#25910#31449
    TabOrder = 1
    object SpeedButton3: TSpeedButton
      Left = 384
      Top = 24
      Width = 25
      Height = 25
      Caption = #9477
      OnClick = SpeedButton3Click
    end
    object Label3: TLabel
      Left = 8
      Top = 24
      Width = 60
      Height = 13
      Caption = #30446#26631#25991#20214#65306
    end
    object edt3: TEdit
      Left = 72
      Top = 24
      Width = 289
      Height = 21
      TabOrder = 0
    end
    object btnDelete: TButton
      Left = 296
      Top = 56
      Width = 49
      Height = 25
      Caption = #21024#38500
      TabOrder = 1
      OnClick = btnDeleteClick
    end
  end
  object btnClose: TButton
    Left = 216
    Top = 264
    Width = 65
    Height = 33
    Caption = #20851#38381
    TabOrder = 2
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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