unit2.dfm

来自「一个很不错的绿色小软件 可以实现 上网 一个小助手」· DFM 代码 · 共 66 行

DFM
66
字号
object Form2: TForm2
  Left = 431
  Top = 221
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  BorderWidth = 1
  Caption = 'Form2'
  ClientHeight = 148
  ClientWidth = 317
  Color = 16117735
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 28
    Width = 36
    Height = 13
    Caption = #32593#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 60
    Width = 36
    Height = 13
    Caption = #32593#22336#65306
  end
  object SpeedButton2: TSpeedButton
    Left = 104
    Top = 101
    Width = 49
    Height = 22
    Caption = #30830#23450
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 160
    Top = 101
    Width = 49
    Height = 22
    Caption = #21462#28040
    OnClick = SpeedButton3Click
  end
  object Edit1: TEdit
    Left = 48
    Top = 24
    Width = 244
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 48
    Top = 56
    Width = 244
    Height = 21
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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