client.dfm

来自「基于delphi的远程控制系统,希望对大家有用」· DFM 代码 · 共 70 行

DFM
70
字号
object Form1: TForm1
  Left = 658
  Top = 611
  Width = 354
  Height = 125
  Caption = #36828#31243#25511#21046'---'#23458#25143#31471
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 80
    Height = 16
    Caption = #26381#21153#22120#22320#22336
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 80
    Height = 16
    Caption = #26381#21153#22120#31471#21475
  end
  object Edit1: TEdit
    Left = 112
    Top = 16
    Width = 121
    Height = 24
    TabOrder = 0
    Text = '222.20.67.225'
  end
  object Edit2: TEdit
    Left = 112
    Top = 48
    Width = 121
    Height = 24
    TabOrder = 1
    Text = '80'
  end
  object Button1: TButton
    Left = 256
    Top = 24
    Width = 81
    Height = 33
    Caption = #36830#25509
    TabOrder = 2
    OnClick = Button1Click
  end
  object sb: TStatusBar
    Left = 0
    Top = 76
    Width = 346
    Height = 19
    Panels = <
      item
        Width = 200
      end
      item
        Width = 50
      end>
  end
end

⌨️ 快捷键说明

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