⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit3.dfm

📁 老师随机点到
💻 DFM
字号:
object Form3: TForm3
  Left = 269
  Top = 148
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Form3'
  ClientHeight = 176
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 20
    Width = 80
    Height = 17
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'Server IP'
  end
  object Label2: TLabel
    Left = 24
    Top = 56
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'LoginName'
  end
  object Label3: TLabel
    Left = 24
    Top = 89
    Width = 80
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'LoginPassword'
  end
  object edtSvrIP: TEdit
    Left = 112
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object edtUserName: TEdit
    Left = 112
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object edtUserPsd: TEdit
    Left = 112
    Top = 82
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object btnOK: TButton
    Left = 64
    Top = 128
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 160
    Top = 128
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    TabOrder = 4
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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