feiyongshezhi1.~dfm

来自「湖滨小区物业管理系统主要是针对湖滨小区的物业管理公司作为使用对象而开发的」· ~DFM 代码 · 共 173 行

~DFM
173
字号
object feiyongshezhi: Tfeiyongshezhi
  Left = 379
  Top = 198
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 537
    Height = 232
    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
  object GroupBox1: TGroupBox
    Left = 0
    Top = 232
    Width = 537
    Height = 105
    Caption = #29289#19994#31867
    TabOrder = 1
    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 BitBtn1: TBitBtn
    Left = 40
    Top = 360
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 144
    Top = 360
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 248
    Top = 360
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 4
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 456
    Top = 360
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BitBtn4Click
  end
  object Button1: TButton
    Left = 352
    Top = 360
    Width = 75
    Height = 25
    Caption = #26597#35810#25152#26377
    TabOrder = 6
    OnClick = Button1Click
  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 + =
减小字号Ctrl + -
显示快捷键?