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

📄 renewindex.dfm

📁 一个不错的信息管理系统
💻 DFM
字号:
object Form11: TForm11
  Left = 219
  Top = 204
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #39640#32423#26597#35810
  ClientHeight = 393
  ClientWidth = 552
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clBlue
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 552
    Height = 393
    Align = alClient
    BevelOuter = bvSpace
    BorderStyle = bsSingle
    TabOrder = 0
    object Bevel1: TBevel
      Left = 0
      Top = 201
      Width = 546
      Height = 2
      Shape = bsBottomLine
    end
    object Bevel2: TBevel
      Left = 2
      Top = 355
      Width = 543
      Height = 2
      Shape = bsBottomLine
    end
    object Label1: TLabel
      Left = 3
      Top = 5
      Width = 160
      Height = 16
      Caption = #39640#32423#26597#35810#32467#26524#19968#35272#34920#65306
    end
    object Label2: TLabel
      Left = 4
      Top = 208
      Width = 216
      Height = 16
      Caption = #35831#22312#27492#36755#20837'SQL'#35821#21477#36827#34892#26597#35810#65306
    end
    object DBGrid1: TDBGrid
      Left = 0
      Top = 24
      Width = 545
      Height = 176
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clBlue
      TitleFont.Height = -16
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
    end
    object Memo1: TMemo
      Left = 2
      Top = 228
      Width = 543
      Height = 124
      ScrollBars = ssBoth
      TabOrder = 1
    end
    object Button1: TButton
      Left = 10
      Top = 362
      Width = 75
      Height = 25
      Caption = #31532#19968#26465
      Enabled = False
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 86
      Top = 362
      Width = 75
      Height = 25
      Caption = #19978#19968#26465
      Enabled = False
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 162
      Top = 362
      Width = 75
      Height = 25
      Caption = #19979#19968#26465
      Enabled = False
      TabOrder = 4
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 238
      Top = 362
      Width = 75
      Height = 25
      Caption = #26411#19968#26465
      Enabled = False
      TabOrder = 5
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 314
      Top = 362
      Width = 75
      Height = 25
      Caption = #36816#34892
      Default = True
      TabOrder = 6
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 463
      Top = 362
      Width = 75
      Height = 25
      Cancel = True
      Caption = #36864#20986
      TabOrder = 7
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 389
      Top = 362
      Width = 75
      Height = 25
      Caption = #28165#31354
      TabOrder = 8
      OnClick = Button7Click
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 184
    Top = 8
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=ganbu' +
      'system.mdb;Mode=Share Deny None;Extended Properties="";Persist S' +
      'ecurity Info=False;Jet OLEDB:System database="";Jet OLEDB:Regist' +
      'ry Path="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=' +
      '5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bul' +
      'k Ops=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Datab' +
      'ase Password="";Jet OLEDB:Create System Database=False;Jet OLEDB' +
      ':Encrypt Database=False;Jet OLEDB:Don'#39't Copy Locale on Compact=F' +
      'alse;Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SF' +
      'P=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 248
    Top = 48
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 208
    Top = 96
  end
end

⌨️ 快捷键说明

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