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

📄 feiyongshezhi1.dfm

📁 湖滨小区物业管理系统主要是针对湖滨小区的物业管理公司作为使用对象而开发的
💻 DFM
字号:
object feiyongshezhi: Tfeiyongshezhi
  Left = 280
  Top = 191
  BorderStyle = bsSingle
  Caption = #36153#29992#35774#32622
  ClientHeight = 400
  ClientWidth = 541
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 241
    Width = 541
    Height = 95
    Align = alClient
    Caption = #29289#19994#31867
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 56
      Height = 13
      Caption = #39033#30446#21517#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 40
      Width = 42
      Height = 13
      Caption = #20215#26684#65306
    end
    object Label3: TLabel
      Left = 24
      Top = 72
      Width = 70
      Height = 13
      Caption = #25910#36153#26041#24335#65306
    end
    object Edit1: TEdit
      Left = 72
      Top = 8
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 72
      Top = 40
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
    end
    object RadioButton1: TRadioButton
      Left = 88
      Top = 72
      Width = 113
      Height = 17
      Caption = #25353#24230#25968
      TabOrder = 2
    end
    object RadioButton2: TRadioButton
      Left = 208
      Top = 72
      Width = 113
      Height = 17
      Caption = #25353#25143
      TabOrder = 3
    end
  end
  object Button1: TButton
    Left = 352
    Top = 360
    Width = 75
    Height = 25
    Caption = #26597#35810#25152#26377
    TabOrder = 1
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 0
    Top = 336
    Width = 541
    Height = 64
    Align = alBottom
    TabOrder = 2
    object BitBtn1: TBitBtn
      Left = 48
      Top = 23
      Width = 75
      Height = 25
      Caption = #22686#21152
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 160
      Top = 23
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 272
      Top = 23
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 2
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 384
      Top = 23
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
      OnClick = BitBtn4Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 541
    Height = 241
    Align = alTop
    Caption = 'Panel2'
    TabOrder = 3
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 539
      Height = 239
      Align = alClient
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          Title.Caption = #35760#24405#21495
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #39033#30446#21517
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #20215#26684
          Visible = True
        end
        item
          Expanded = False
          Title.Caption = #25910#36153#26041#24335
          Visible = True
        end>
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 120
    Top = 48
  end
  object ADOQuery1: TADOQuery
    Connection = connect.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from jg')
    Left = 368
    Top = 64
  end
end

⌨️ 快捷键说明

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