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

📄 u_form1.dfm

📁 很好地delphi书籍源码
💻 DFM
字号:
object Form1: TForm1
  Left = 253
  Top = 146
  Width = 611
  Height = 334
  Caption = 'ADO'#35775#38382#25968#25454#24211#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 81
    Width = 603
    Height = 226
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 603
    Height = 29
    ButtonHeight = 21
    Caption = 'ToolBar1'
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 0
      Top = 2
      Width = 240
      Height = 21
      DataSource = DataSource1
      TabOrder = 0
    end
    object ComboBox1: TComboBox
      Left = 240
      Top = 2
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object SpeedButton1: TSpeedButton
      Left = 353
      Top = 2
      Width = 56
      Height = 21
      Caption = #25191#34892'SQL'
      OnClick = SpeedButton1Click
    end
    object CheckBox1: TCheckBox
      Left = 409
      Top = 2
      Width = 97
      Height = 21
      Caption = #36820#22238#25968#25454#38598
      TabOrder = 2
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 29
    Width = 603
    Height = 52
    Align = alTop
    Lines.Strings = (
      '')
    TabOrder = 2
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#35746#31080#31995#32479';Data Source=ZSC'
    Provider = 'SQLOLEDB.1'
    Left = 80
    Top = 216
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 16
    Top = 216
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      
        'SELECT GuestID as '#23458#25143#32534#21495',GuestName '#23458#25143#22995#21517',TKind '#20132#36890#24037#20855', TDate '#36710#31080#26085#26399', Fo' +
        'regift '#39044#20184#25276#37329', DesTown as '#30446#30340#22320','
      '                 BDate '#35746#31080#26102#38388', Note  '#22791#27880'  From tbBookTicket;')
    Left = 48
    Top = 216
  end
end

⌨️ 快捷键说明

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