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

📄 data.~dfm

📁 使用DELPHI6.0开发的停车场管理信息系统 使用ADO和BDE技术连接SQL数据库 是我计算机双学位的毕业设计
💻 ~DFM
字号:
object data1: Tdata1
  Left = 306
  Top = 126
  Width = 544
  Height = 461
  Caption = #20572#36710#22330#20449#24687#31649#29702#31995#32479' - '#25968#25454#26597#35810
  Color = clCream
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 505
    Height = 121
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 119
      Height = 16
      Caption = #35831#36873#25321#26597#35810#30446#26631
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'System'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Button2: TButton
      Left = 374
      Top = 64
      Width = 83
      Height = 30
      Caption = #21462'  '#28040
      TabOrder = 0
      OnClick = Button2Click
    end
    object ComboBox1: TComboBox
      Left = 24
      Top = 40
      Width = 137
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = #26597#35810#30446#26631
      Items.Strings = (
        #36710#29260#21495#30721
        #36710#36742#22411#21495
        #32534#21495)
    end
    object ComboBox2: TComboBox
      Left = 192
      Top = 24
      Width = 153
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = #36710#36742#22411#21495
      Items.Strings = (
        'A'#22411
        'B'#22411
        'C'#22411)
    end
    object Edit1: TEdit
      Left = 192
      Top = 64
      Width = 153
      Height = 21
      TabOrder = 3
      Text = #21495#30721
    end
    object Button3: TButton
      Left = 376
      Top = 24
      Width = 81
      Height = 33
      Caption = #26597'  '#35810
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 144
    Width = 505
    Height = 273
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 0
      Top = 16
      Width = 503
      Height = 249
      DataSource = DataSource1
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 128
    Top = 112
  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 = 24
    Top = 112
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 72
    Top = 112
  end
end

⌨️ 快捷键说明

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