createprocedure.dfm

来自「《delphi数据库设计与实例开发》随书光盘」· DFM 代码 · 共 51 行

DFM
51
字号
object Form1: TForm1
  Left = 288
  Top = 106
  Width = 379
  Height = 320
  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 Memo1: TMemo
    Left = 0
    Top = 0
    Width = 369
    Height = 257
    TabOrder = 0
  end
  object Button1: TButton
    Left = 112
    Top = 264
    Width = 153
    Height = 25
    Caption = #25191#34892'SQL'#35821#21477
    TabOrder = 1
    OnClick = Button1Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=pubs;Data Source=127.0.0.1;Use Procedure for Prepare=' +
      '1;Auto Translate=True;Packet Size=4096;Workstation ID=CR-9KL7SNA' +
      '22Z3O;Use Encryption for Data=False;Tag with column collation wh' +
      'en possible=False'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 256
    Top = 40
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 248
    Top = 88
  end
end

⌨️ 快捷键说明

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