serverip.dfm

来自「车辆管理系统」· DFM 代码 · 共 60 行

DFM
60
字号
inherited frmServerip: TfrmServerip
  Left = 156
  Top = 196
  BorderStyle = bsNone
  Caption = 'frmServerip'
  ClientHeight = 127
  ClientWidth = 381
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 381
    Height = 127
    Align = alClient
    BevelWidth = 3
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 217
      Height = 17
      AutoSize = False
      Caption = #35831#36755#20837#24744#35201#30331#20837#30340#26381#21153#22120#22320#22336
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 16
      Top = 56
      Width = 337
      Height = 21
      TabOrder = 0
    end
    object Button1: TButton
      Left = 280
      Top = 88
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 204
      Top = 88
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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