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

📄 super_admin.dfm

📁 使用DELPHI6.0开发的停车场管理信息系统 使用ADO和BDE技术连接SQL数据库 是我计算机双学位的毕业设计
💻 DFM
字号:
object Form6: TForm6
  Left = 246
  Top = 154
  Width = 580
  Height = 300
  Caption = #36229#32423#29992#25143#20449#24687#26356#25913
  Color = clBtnFace
  Constraints.MaxHeight = 300
  Constraints.MaxWidth = 580
  Constraints.MinHeight = 300
  Constraints.MinWidth = 580
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 16
    Top = 128
    Width = 533
    Height = 20
    Caption = '         '#31995#32479#20165#26377#21807#19968#36229#32423#29992#25143#65292#35831#35880#24910#20462#25913#24182#29282#35760#23494#30721'                          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 32
    Top = 32
    Width = 85
    Height = 20
    Caption = '   '#26356#25913'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 192
    Top = 32
    Width = 90
    Height = 20
    Caption = ' '#30830#35748'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 320
    Top = 32
    Width = 90
    Height = 20
    Caption = '    '#21462' '#28040'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBCtrlGrid1: TDBCtrlGrid
    Left = 16
    Top = 168
    Width = 521
    Height = 89
    ColCount = 1
    DataSource = DataSource1
    PanelHeight = 89
    PanelWidth = 504
    TabOrder = 0
    RowCount = 1
    object Label1: TLabel
      Left = 32
      Top = 16
      Width = 48
      Height = 13
      Caption = ' '#29992' '#25143' '#21517' '
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 232
      Top = 16
      Width = 33
      Height = 13
      Caption = ' '#23494' '#30721' '
      FocusControl = DBEdit2
    end
    object DBEdit1: TDBEdit
      Left = 32
      Top = 48
      Width = 134
      Height = 21
      DataField = #29992#25143#21517
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 232
      Top = 48
      Width = 134
      Height = 21
      DataField = #23494#30721
      DataSource = DataSource1
      TabOrder = 1
    end
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 64
    Width = 423
    Height = 41
    DataSource = DataSource1
    VisibleButtons = [nbEdit, nbPost, nbCancel]
    TabOrder = 1
  end
  object Button1: TButton
    Left = 440
    Top = 64
    Width = 97
    Height = 41
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button1Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\PMIS\resource\PM' +
      'IS1.mdb;Persist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 112
    Top = 168
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#36229#32423#29992#25143#34920)
    Left = 184
    Top = 168
    object ADOQuery1DSDesigner: TWideStringField
      FieldName = #29992#25143#21517
      Size = 10
    end
    object ADOQuery1DSDesigner2: TWideStringField
      FieldName = #23494#30721
      Size = 10
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 296
    Top = 168
  end
end

⌨️ 快捷键说明

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