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

📄 unit18.~dfm

📁 基于delphi 7的物业管理系统
💻 ~DFM
字号:
object Form18: TForm18
  Left = 192
  Top = 120
  Width = 870
  Height = 500
  Caption = 'Form18'
  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 = 56
    Top = 24
    Width = 36
    Height = 13
    Caption = #38376#29260#21495
  end
  object Label2: TLabel
    Left = 256
    Top = 24
    Width = 48
    Height = 13
    Caption = #32564#36153#24180#26376
  end
  object Label3: TLabel
    Left = 456
    Top = 24
    Width = 24
    Height = 13
    Caption = #20313#39069
  end
  object Label4: TLabel
    Left = 56
    Top = 72
    Width = 24
    Height = 13
    Caption = #24212#25910
  end
  object Label5: TLabel
    Left = 256
    Top = 72
    Width = 48
    Height = 13
    Caption = #20184#27454#26041#24335
  end
  object Label6: TLabel
    Left = 456
    Top = 72
    Width = 24
    Height = 13
    Caption = #25910#27454
  end
  object DBGrid1: TDBGrid
    Left = 56
    Top = 120
    Width = 593
    Height = 233
    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 = #38376#29260#21495
        Width = 73
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32564#36153#24180#26376
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20313#39069
        Width = 82
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24212#25910
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20184#27454#26041#24335
        Width = 86
        Visible = True
      end
      item
        Expanded = False
        FieldName = #25910#27454
        Width = 104
        Visible = True
      end>
  end
  object DBEdit1: TDBEdit
    Left = 112
    Top = 24
    Width = 121
    Height = 21
    DataField = #38376#29260#21495
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 312
    Top = 24
    Width = 121
    Height = 21
    DataField = #32564#36153#24180#26376
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 488
    Top = 24
    Width = 121
    Height = 21
    DataField = #20313#39069
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit4: TDBEdit
    Left = 112
    Top = 72
    Width = 121
    Height = 21
    DataField = #24212#25910
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit5: TDBEdit
    Left = 312
    Top = 72
    Width = 121
    Height = 21
    DataField = #20184#27454#26041#24335
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit6: TDBEdit
    Left = 488
    Top = 72
    Width = 121
    Height = 21
    DataField = #25910#27454
    DataSource = DataSource1
    TabOrder = 6
  end
  object Button1: TButton
    Left = 56
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetInsert1
    Caption = #26032#24314
    TabOrder = 7
  end
  object Button2: TButton
    Left = 216
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetPost1
    Caption = #20445#23384
    TabOrder = 8
  end
  object Button3: TButton
    Left = 368
    Top = 392
    Width = 75
    Height = 25
    Action = DataSetDelete1
    Caption = #21024#38500
    TabOrder = 9
  end
  object Button4: TButton
    Left = 520
    Top = 392
    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 '#36153#29992#25910#21462)
    Left = 688
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 688
    Top = 128
  end
  object ActionList1: TActionList
    Left = 688
    Top = 176
    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 + -