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

📄 uadbconnsetting.dfm

📁 基于Midas 技术的多层应用开发包第二版(带开发文档)
💻 DFM
字号:
object DbConnSettingForm: TDbConnSettingForm
  Left = 246
  Top = 217
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Ms-Sql2000'#25968#25454#24211#36830#25509
  ClientHeight = 170
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 23
    Width = 48
    Height = 12
    Caption = #26381#21153#22120#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 59
    Width = 48
    Height = 12
    Caption = #25968#25454#24211#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 95
    Width = 48
    Height = 12
    Caption = #29992#25143'ID'#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 132
    Width = 36
    Height = 12
    Caption = #23494#30721#65306
  end
  object SpeedButton1: TSpeedButton
    Left = 216
    Top = 32
    Width = 57
    Height = 22
    Caption = #27979#35797
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 216
    Top = 72
    Width = 57
    Height = 22
    Caption = #20445#23384
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 216
    Top = 112
    Width = 57
    Height = 22
    Caption = #36864#20986
    OnClick = SpeedButton3Click
  end
  object edt_server: TEdit
    Left = 72
    Top = 24
    Width = 121
    Height = 20
    TabOrder = 0
    Text = '(Local)'
  end
  object edt_Db: TEdit
    Left = 72
    Top = 60
    Width = 121
    Height = 20
    TabOrder = 1
  end
  object edt_User: TEdit
    Left = 72
    Top = 96
    Width = 121
    Height = 20
    TabOrder = 2
    Text = 'sa'
  end
  object edt_Password: TEdit
    Left = 72
    Top = 131
    Width = 121
    Height = 20
    TabOrder = 3
  end
  object adoConn_: TADOConnection
    Left = 160
    Top = 64
  end
end

⌨️ 快捷键说明

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