server.dfm

来自「有需要的同仁载回去慢慢研究」· DFM 代码 · 共 55 行

DFM
55
字号
object FrmServer: TFrmServer
  Left = 311
  Top = 163
  Width = 320
  Height = 320
  BorderIcons = [biSystemMenu]
  Caption = #25968#25454#24211#35774#32622
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Label3: TLabel
    Left = 64
    Top = 48
    Width = 160
    Height = 16
    Caption = #35831#36755#20837#25968#25454#24211#26381#21153#22120#21517
  end
  object BitBtn1: TBitBtn
    Left = 48
    Top = 160
    Width = 89
    Height = 41
    Caption = #30830#35748
    TabOrder = 0
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 176
    Top = 160
    Width = 81
    Height = 41
    Caption = #36864#20986
    TabOrder = 1
    Kind = bkCancel
  end
  object Edit1: TEdit
    Left = 88
    Top = 88
    Width = 121
    Height = 24
    AutoSelect = False
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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