unit1.dfm

来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 50 行

DFM
50
字号
object frmMain: TfrmMain
  Left = 192
  Top = 103
  Width = 233
  Height = 136
  Caption = 'Proxy'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object chkEnabled: TCheckBox
    Left = 16
    Top = 8
    Width = 113
    Height = 25
    Caption = #20351#29992#20195#29702#26381#21153#22120
    TabOrder = 0
  end
  object edtProxy: TEdit
    Left = 16
    Top = 40
    Width = 193
    Height = 23
    TabOrder = 1
  end
  object btnRead: TButton
    Left = 16
    Top = 72
    Width = 81
    Height = 25
    Caption = #35835#21462#20449#24687
    TabOrder = 2
    OnClick = btnReadClick
  end
  object btnWrite: TButton
    Left = 128
    Top = 72
    Width = 81
    Height = 25
    Caption = #20889#20837#20449#24687
    TabOrder = 3
    OnClick = btnWriteClick
  end
end

⌨️ 快捷键说明

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