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

📄 unit2.~dfm

📁 用bcb的ADO连接sql server 2000
💻 ~DFM
字号:
object Form2: TForm2
  Left = 303
  Top = 171
  BorderStyle = bsDialog
  Caption = #30331#24405
  ClientHeight = 217
  ClientWidth = 297
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 40
    Width = 33
    Height = 13
    Caption = #36523#20221'   '
  end
  object Label2: TLabel
    Left = 32
    Top = 72
    Width = 57
    Height = 13
    Caption = #20511#20070#35777#21495'   '
  end
  object Label3: TLabel
    Left = 32
    Top = 104
    Width = 36
    Height = 13
    Caption = #23494#30721'    '
  end
  object Edit1: TEdit
    Left = 104
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 96
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 104
    Top = 32
    Width = 121
    Height = 19
    Style = csOwnerDrawFixed
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 2
    Text = #26222#36890#29992#25143
    OnChange = ComboBox1Change
    Items.Strings = (
      #26222#36890#29992#25143
      #31649#29702#21592)
  end
  object Button1: TButton
    Left = 56
    Top = 152
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 152
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    DataSource = DataSource1
    Parameters = <>
    Left = 232
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 240
    Top = 112
  end
  object ADOTable1: TADOTable
    Connection = Form1.ADOConnection1
    TableName = 'manager'
    Left = 240
    Top = 32
  end
end

⌨️ 快捷键说明

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