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

📄 unit17.~dfm

📁 仓库管理系统
💻 ~DFM
字号:
object Form17: TForm17
  Left = 288
  Top = 140
  Width = 527
  Height = 450
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'SQLServer'#25968#25454#24211#25253#34920#25171#21360
  Color = clBackground
  Constraints.MaxHeight = 450
  Constraints.MaxWidth = 527
  Constraints.MinHeight = 450
  Constraints.MinWidth = 527
  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 = 96
    Top = 96
    Width = 343
    Height = 48
    Caption = #21830#21697#24211#23384#34920#25171#21360
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -48
    Font.Name = #24188#22278
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 144
    Top = 264
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 296
    Top = 264
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=course;Data Source=(local);Use Procedur' +
      'e for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation' +
      ' ID=AGAN;Use Encryption for Data=False;Tag with column collation' +
      ' when possible=False'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 88
    Top = 336
  end
  object ADOTable1: TADOTable
    Connection = ADOConnection1
    CursorType = ctStatic
    LockType = ltReadOnly
    TableName = 'Table2'
    Left = 192
    Top = 336
  end
  object RvDataSetConnection1: TRvDataSetConnection
    RuntimeVisibility = rtDeveloper
    DataSet = ADOTable1
    Left = 400
    Top = 336
  end
  object RvProject1: TRvProject
    ProjectFile = 'E:\gg\Project1.rav'
    Left = 336
    Top = 336
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 264
    Top = 336
  end
end

⌨️ 快捷键说明

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