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

📄 dbconnectfrm.dfm

📁 《delphi深度编程及其项目开发》
💻 DFM
字号:
object frmDBConnect: TfrmDBConnect
  Left = 307
  Top = 122
  BorderStyle = bsDialog
  Caption = #25968#25454#24211#36830#25509#35774#32622
  ClientHeight = 202
  ClientWidth = 242
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 242
    Height = 161
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 22
      Top = 17
      Width = 60
      Height = 12
      Caption = #26381#21153#22120#21517#65306
    end
    object Label2: TLabel
      Left = 22
      Top = 56
      Width = 60
      Height = 12
      Caption = #25968#25454#24211#21517#65306
    end
    object Label3: TLabel
      Left = 22
      Top = 96
      Width = 60
      Height = 12
      Caption = #29992' '#25143' '#21517#65306
    end
    object Label4: TLabel
      Left = 22
      Top = 136
      Width = 60
      Height = 12
      Caption = #23494'    '#30721#65306
    end
    object edtServerName: TEdit
      Left = 87
      Top = 13
      Width = 136
      Height = 20
      TabOrder = 0
    end
    object edtDatabaseName: TEdit
      Left = 87
      Top = 52
      Width = 136
      Height = 20
      TabOrder = 1
    end
    object edtUserName: TEdit
      Left = 87
      Top = 91
      Width = 136
      Height = 20
      TabOrder = 2
    end
    object edtPassword: TEdit
      Left = 87
      Top = 130
      Width = 136
      Height = 20
      TabOrder = 3
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 161
    Width = 242
    Height = 41
    Align = alBottom
    TabOrder = 1
    object btnOK: TBitBtn
      Left = 32
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = btnOKClick
    end
    object btnCancel: TBitBtn
      Left = 128
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = btnCancelClick
    end
  end
end

⌨️ 快捷键说明

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