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

📄 kechengchaxun.dfm.~1~

📁 《Delphi程序员成长攻略》-蒙祖强龚涛的源代码
💻 ~1~
字号:
object KechengChaxunForm: TKechengChaxunForm
  Left = 265
  Top = 194
  Width = 696
  Height = 480
  Caption = #35838#31243#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object ComboBox1: TComboBox
    Left = 88
    Top = 24
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object CheckBox1: TCheckBox
    Left = 32
    Top = 24
    Width = 57
    Height = 17
    Caption = #29677#32423#65306
    TabOrder = 1
  end
  object CheckBox2: TCheckBox
    Left = 296
    Top = 24
    Width = 57
    Height = 17
    Caption = #35838#31243#65306
    TabOrder = 2
  end
  object ComboBox2: TComboBox
    Left = 360
    Top = 24
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 3
  end
  object Button1: TButton
    Left = 544
    Top = 24
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 4
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 88
    Width = 625
    Height = 177
    DataSource = DataSource2
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = 64
    Width = 240
    Height = 25
    DataSource = DataSource2
    TabOrder = 6
  end
  object DBGrid2: TDBGrid
    Left = 24
    Top = 304
    Width = 625
    Height = 97
    DataSource = DataSource3
    TabOrder = 7
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 560
    Top = 416
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 8
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=MSDASQL.1;Password=yfyf817;Persist Security Info=True;U' +
      'ser ID=sa;Data Source=mysqldata;Initial Catalog=xuesheng'
    LoginPrompt = False
    Provider = 'MSDASQL.1'
    Left = 80
    Top = 152
  end
  object ADODataSet1: TADODataSet
    Connection = ADOConnection1
    Parameters = <>
    Left = 136
    Top = 152
  end
  object ADODataSet2: TADODataSet
    Connection = ADOConnection1
    AfterScroll = ADODataSet2AfterScroll
    Parameters = <>
    Left = 184
    Top = 152
  end
  object ADODataSet3: TADODataSet
    Connection = ADOConnection1
    Parameters = <>
    Left = 224
    Top = 152
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 136
    Top = 200
  end
  object DataSource2: TDataSource
    DataSet = ADODataSet2
    Left = 184
    Top = 200
  end
  object DataSource3: TDataSource
    DataSet = ADODataSet3
    Left = 224
    Top = 200
  end
end

⌨️ 快捷键说明

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