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

📄 unit8.~dfm

📁 基于delphi 7的物业管理系统
💻 ~DFM
字号:
object Form8: TForm8
  Left = 244
  Top = 156
  Width = 853
  Height = 501
  Caption = 'Form8'
  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 Label1: TLabel
    Left = 24
    Top = 32
    Width = 24
    Height = 13
    Caption = #24207#21495
  end
  object Label2: TLabel
    Left = 216
    Top = 32
    Width = 36
    Height = 13
    Caption = #25552#37266#20154
  end
  object Label3: TLabel
    Left = 408
    Top = 32
    Width = 24
    Height = 13
    Caption = #30005#35805
  end
  object Label4: TLabel
    Left = 616
    Top = 32
    Width = 24
    Height = 13
    Caption = #26102#38388
  end
  object Label5: TLabel
    Left = 24
    Top = 72
    Width = 24
    Height = 13
    Caption = #31867#22411
  end
  object Label6: TLabel
    Left = 216
    Top = 72
    Width = 48
    Height = 13
    Caption = #25552#37266#20869#23481
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 112
    Width = 745
    Height = 257
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24207#21495
        Width = 63
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25552#37266#20154
        Width = 89
        Visible = True
      end
      item
        Expanded = False
        FieldName = #30005#35805
        Width = 69
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26102#38388
        Width = 63
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31867#22411
        Width = 58
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25552#37266#20869#23481
        Width = 301
        Visible = True
      end>
  end
  object DBEdit1: TDBEdit
    Left = 72
    Top = 24
    Width = 121
    Height = 21
    DataField = #24207#21495
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 280
    Top = 24
    Width = 121
    Height = 21
    DataField = #25552#37266#20154
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 456
    Top = 24
    Width = 121
    Height = 21
    DataField = #30005#35805
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit4: TDBEdit
    Left = 664
    Top = 24
    Width = 121
    Height = 21
    DataField = #26102#38388
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit5: TDBEdit
    Left = 72
    Top = 64
    Width = 121
    Height = 21
    DataField = #31867#22411
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit6: TDBEdit
    Left = 280
    Top = 64
    Width = 161
    Height = 21
    DataField = #25552#37266#20869#23481
    DataSource = DataSource1
    TabOrder = 6
  end
  object Button1: TButton
    Left = 88
    Top = 408
    Width = 75
    Height = 25
    Action = DataSetInsert1
    Caption = #28155#21152
    TabOrder = 7
  end
  object Button2: TButton
    Left = 280
    Top = 408
    Width = 75
    Height = 25
    Action = DataSetPost1
    Caption = #20445#23384
    TabOrder = 8
  end
  object Button3: TButton
    Left = 464
    Top = 408
    Width = 75
    Height = 25
    Action = DataSetDelete1
    Caption = #21024#38500
    TabOrder = 9
  end
  object Button4: TButton
    Left = 648
    Top = 408
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 10
    OnClick = Button4Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Software\002\002' +
      '.mdb;Persist Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select *from '#25552#37266)
    Left = 768
    Top = 192
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 768
    Top = 152
  end
  object ActionList1: TActionList
    Left = 768
    Top = 112
    object Action1: TAction
      Caption = 'Action1'
    end
    object DataSetInsert1: TDataSetInsert
      Category = 'Dataset'
      Caption = 'DataSetInsert1'
    end
    object DataSetDelete1: TDataSetDelete
      Category = 'Dataset'
      Caption = 'DataSetDelete1'
    end
    object DataSetPost1: TDataSetPost
      Category = 'Dataset'
      Caption = 'DataSetPost1'
    end
  end
end

⌨️ 快捷键说明

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