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

📄 unit4.~dfm

📁 基于delphi 7的物业管理系统
💻 ~DFM
字号:
object Form4: TForm4
  Left = 192
  Top = 120
  Width = 870
  Height = 500
  Caption = 'Form4'
  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 = 48
    Width = 24
    Height = 13
    Caption = #24207#21495
  end
  object Label2: TLabel
    Left = 224
    Top = 48
    Width = 24
    Height = 13
    Caption = #21517#31216
  end
  object Label3: TLabel
    Left = 416
    Top = 48
    Width = 24
    Height = 13
    Caption = #26041#24335
  end
  object Label4: TLabel
    Left = 16
    Top = 88
    Width = 48
    Height = 13
    Caption = #21333#20301#20215#26684
  end
  object Label5: TLabel
    Left = 224
    Top = 88
    Width = 24
    Height = 13
    Caption = #22791#27880
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 136
    Width = 841
    Height = 209
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 88
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetInsert1
    Caption = #28155#21152
    TabOrder = 1
  end
  object Button2: TButton
    Left = 224
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetPost1
    Caption = #20445#23384
    TabOrder = 2
  end
  object Button3: TButton
    Left = 368
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetEdit1
    Caption = #20462#25913
    TabOrder = 3
  end
  object Button4: TButton
    Left = 504
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetDelete1
    Caption = #21024#38500
    TabOrder = 4
  end
  object Button5: TButton
    Left = 656
    Top = 392
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button5Click
  end
  object DBEdit1: TDBEdit
    Left = 80
    Top = 40
    Width = 121
    Height = 21
    DataField = #24207#21495
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit2: TDBEdit
    Left = 264
    Top = 40
    Width = 121
    Height = 21
    DataField = #21517#31216
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit3: TDBEdit
    Left = 456
    Top = 40
    Width = 121
    Height = 21
    DataField = #26041#24335
    DataSource = DataSource1
    TabOrder = 8
  end
  object DBEdit4: TDBEdit
    Left = 80
    Top = 80
    Width = 121
    Height = 21
    DataField = #21333#20301#20215#26684
    DataSource = DataSource1
    TabOrder = 9
  end
  object DBEdit5: TDBEdit
    Left = 264
    Top = 80
    Width = 121
    Height = 21
    DataField = #22791#27880
    DataSource = DataSource1
    TabOrder = 10
  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 '#19994#20027#25910#36153)
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 32
  end
  object ActionList1: TActionList
    Left = 64
    object Action1: TAction
      Caption = 'Action1'
    end
    object DataSetInsert1: TDataSetInsert
      Category = 'Dataset'
      Caption = 'DataSetInsert1'
    end
    object DataSetDelete1: TDataSetDelete
      Category = 'Dataset'
      Caption = 'DataSetDelete1'
    end
    object DataSetEdit1: TDataSetEdit
      Category = 'Dataset'
      Caption = 'DataSetEdit1'
    end
    object DataSetPost1: TDataSetPost
      Category = 'Dataset'
      Caption = 'DataSetPost1'
    end
    object DataSetCancel1: TDataSetCancel
      Category = 'Dataset'
      Caption = 'DataSetCancel1'
    end
  end
end

⌨️ 快捷键说明

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