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

📄 u_form1.~dfm

📁 很好地delphi书籍源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 224
  Top = 210
  Width = 585
  Height = 365
  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 = 133
    Width = 577
    Height = 186
    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 = 577
    Height = 25
    ButtonHeight = 21
    Caption = 'ToolBar1'
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 0
      Top = 2
      Width = 200
      Height = 21
      DataSource = DataSource1
      TabOrder = 0
    end
    object ComboBox1: TComboBox
      Left = 200
      Top = 2
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object ExecuteSQLSB: TSpeedButton
      Left = 313
      Top = 2
      Width = 56
      Height = 21
      Caption = #25191#34892'SQL'
      OnClick = ExecuteSQLSBClick
    end
    object CheckBox1: TCheckBox
      Left = 369
      Top = 2
      Width = 80
      Height = 21
      Caption = #36820#22238#25968#25454#38598
      TabOrder = 2
    end
    object CheckSB: TSpeedButton
      Left = 449
      Top = 2
      Width = 40
      Height = 21
      Caption = #26816#26597
      OnClick = CheckSBClick
    end
    object CreateSB: TSpeedButton
      Left = 489
      Top = 2
      Width = 40
      Height = 21
      AllowAllUp = True
      GroupIndex = 1
      Caption = ' '#21019#24314' '
      Enabled = False
      OnClick = CreateSBClick
    end
    object DelSB: TSpeedButton
      Left = 529
      Top = 2
      Width = 40
      Height = 21
      AllowAllUp = True
      GroupIndex = 1
      Caption = ' '#21024#38500' '
      Enabled = False
      OnClick = DelSBClick
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 25
    Width = 577
    Height = 108
    Align = alTop
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 319
    Width = 577
    Height = 19
    Panels = <>
  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'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 480
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 416
    Top = 48
  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 = 448
    Top = 48
  end
end

⌨️ 快捷键说明

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