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

📄 main.dfm

📁 Delphi7数据库开发教程,包含该书21套实例
💻 DFM
字号:
object Form1: TForm1
  Left = 136
  Top = 143
  Width = 433
  Height = 291
  Caption = 'Form1'
  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 = 280
    Top = 16
    Width = 96
    Height = 13
    Caption = #35831#36755#20837#22270#20070#31867#22411#65306
  end
  object Label2: TLabel
    Left = 280
    Top = 80
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #23384#20648#36807#31243#30340#36820#22238#20540#20026#65306
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 16
    Width = 257
    Height = 201
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object edtType: TEdit
    Left = 280
    Top = 40
    Width = 113
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 280
    Top = 104
    Width = 113
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object btnExec: TButton
    Left = 280
    Top = 144
    Width = 121
    Height = 25
    Caption = #36890#36807#32452#20214#25191#34892
    TabOrder = 3
    OnClick = btnExecClick
  end
  object btnExecute: TButton
    Left = 280
    Top = 176
    Width = 121
    Height = 25
    Caption = #36890#36807'Execute'#25191#34892
    TabOrder = 4
    OnClick = btnExecuteClick
  end
  object ADOStoredProc1: TADOStoredProc
    Connection = ADOConnection1
    CursorType = ctStatic
    ProcedureName = 'up_get_books_count;1'
    Parameters = <
      item
        Name = '@RETURN_VALUE'
        DataType = ftInteger
        Direction = pdReturnValue
        Precision = 10
        Value = Null
      end
      item
        Name = '@books_type'
        Attributes = [paNullable]
        DataType = ftString
        Size = 80
        Value = Null
      end
      item
        Name = '@books_count'
        Attributes = [paNullable]
        DataType = ftInteger
        Direction = pdInputOutput
        Precision = 10
        Value = Null
      end>
    Left = 8
    Top = 152
  end
  object DataSource1: TDataSource
    DataSet = ADOStoredProc1
    Left = 64
    Top = 152
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Pubs;Data Source=LocalHost'
    Provider = 'SQLOLEDB.1'
    Left = 40
    Top = 152
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 304
    Top = 216
  end
end

⌨️ 快捷键说明

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