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

📄 unit17.dfm

📁 基于delphi 7的物业管理系统
💻 DFM
字号:
object Form17: TForm17
  Left = 192
  Top = 120
  Width = 775
  Height = 465
  Caption = 'Form17'
  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 = 32
    Top = 16
    Width = 24
    Height = 13
    Caption = #24207#21495
  end
  object Label2: TLabel
    Left = 248
    Top = 16
    Width = 48
    Height = 13
    Caption = #25910#36153#39033#30446
  end
  object Label3: TLabel
    Left = 464
    Top = 16
    Width = 48
    Height = 13
    Caption = #21333#20301#20215#26684
  end
  object Label4: TLabel
    Left = 32
    Top = 72
    Width = 24
    Height = 13
    Caption = #31867#22411
  end
  object Label5: TLabel
    Left = 248
    Top = 64
    Width = 24
    Height = 13
    Caption = #22791#27880
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 120
    Width = 633
    Height = 225
    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 = 57
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#36153#39033#30446
        Width = 86
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21333#20301#20215#26684
        Width = 89
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31867#22411
        Width = 95
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22791#27880
        Width = 213
        Visible = True
      end>
  end
  object DBEdit1: TDBEdit
    Left = 72
    Top = 16
    Width = 121
    Height = 21
    DataField = #24207#21495
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 312
    Top = 16
    Width = 121
    Height = 21
    DataField = #25910#36153#39033#30446
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 536
    Top = 16
    Width = 121
    Height = 21
    DataField = #21333#20301#20215#26684
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit4: TDBEdit
    Left = 72
    Top = 72
    Width = 121
    Height = 21
    DataField = #31867#22411
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit5: TDBEdit
    Left = 312
    Top = 64
    Width = 121
    Height = 21
    DataField = #22791#27880
    DataSource = DataSource1
    TabOrder = 5
  end
  object Button1: TButton
    Left = 40
    Top = 376
    Width = 75
    Height = 25
    Action = DataSetInsert1
    Caption = #26032#24314
    TabOrder = 6
  end
  object Button2: TButton
    Left = 192
    Top = 376
    Width = 75
    Height = 25
    Action = DataSetPost1
    Caption = #20445#23384
    TabOrder = 7
  end
  object Button3: TButton
    Left = 336
    Top = 376
    Width = 75
    Height = 25
    Action = DataSetDelete1
    Caption = #21024#38500
    TabOrder = 8
  end
  object Button4: TButton
    Left = 488
    Top = 376
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 9
    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 '#25910#36153#39033#30446)
    Left = 696
    Top = 88
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 696
    Top = 128
  end
  object ActionList1: TActionList
    Left = 696
    Top = 168
    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 + -