unit1.~dfm

来自「Tcp链接」· ~DFM 代码 · 共 115 行

~DFM
115
字号
object Form1: TForm1
  Left = 265
  Top = 165
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 48
    Top = 40
    Width = 24
    Height = 13
    Caption = #20027#26426
  end
  object Label2: TLabel
    Left = 272
    Top = 32
    Width = 24
    Height = 13
    Caption = #31471#21475
  end
  object Label3: TLabel
    Left = 24
    Top = 400
    Width = 24
    Height = 13
    Caption = #21457#36865
  end
  object Edit1: TEdit
    Left = 112
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 336
    Top = 32
    Width = 57
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 64
    Top = 400
    Width = 425
    Height = 21
    TabOrder = 2
    OnKeyDown = Edit3KeyDown
  end
  object ListBox1: TListBox
    Left = 16
    Top = 64
    Width = 657
    Height = 297
    ItemHeight = 13
    TabOrder = 3
  end
  object Button1: TButton
    Left = 448
    Top = 24
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 496
    Top = 400
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 5
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 552
    Top = 24
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 6
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 600
    Top = 400
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button4Click
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 208
    Top = 88
  end
  object IdAntiFreeze1: TIdAntiFreeze
    Left = 288
    Top = 88
  end
end

⌨️ 快捷键说明

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