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

📄 unit14.~dfm

📁 基于delphi 7的物业管理系统
💻 ~DFM
字号:
object Form14: TForm14
  Left = 479
  Top = 176
  Width = 539
  Height = 442
  Caption = 'Form14'
  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 = 72
    Width = 36
    Height = 13
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 256
    Top = 72
    Width = 24
    Height = 13
    Caption = #23494#30721
  end
  object Label4: TLabel
    Left = 32
    Top = 16
    Width = 169
    Height = 33
    Caption = 'r'#31649#29702#21592#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #21326#25991#34892#26999
    Font.Style = []
    ParentFont = False
  end
  object DBEdit1: TDBEdit
    Left = 88
    Top = 64
    Width = 121
    Height = 21
    DataField = #29992#25143#21517
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit2: TDBEdit
    Left = 312
    Top = 64
    Width = 121
    Height = 21
    DataField = #23494#30721
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 112
    Width = 465
    Height = 169
    DataSource = DataSource1
    TabOrder = 2
    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 = #29992#25143#21517
        Width = 96
        Visible = True
      end
      item
        Expanded = False
        FieldName = #23494#30721
        Width = 268
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 32
    Top = 328
    Width = 75
    Height = 25
    Action = DataSetInsert1
    Caption = #26032#24314
    TabOrder = 3
  end
  object Button2: TButton
    Left = 168
    Top = 328
    Width = 75
    Height = 25
    Action = DataSetPost1
    Caption = #20445#23384
    TabOrder = 4
  end
  object Button3: TButton
    Left = 304
    Top = 328
    Width = 75
    Height = 25
    Action = DataSetDelete1
    Caption = #21024#38500
    TabOrder = 5
  end
  object Button4: TButton
    Left = 416
    Top = 328
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    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 001')
    Left = 16
    Top = 32
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 232
    Top = 24
  end
  object ActionList1: TActionList
    Left = 368
    Top = 24
    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
    object DataSetCancel1: TDataSetCancel
      Category = 'Dataset'
      Caption = 'DataSetCancel1'
    end
  end
end

⌨️ 快捷键说明

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