unit7.dfm

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

DFM
107
字号
object Form7: TForm7
  Left = 348
  Top = 179
  Width = 610
  Height = 455
  Caption = #26412#22320#25968#25454#24211#22791#20221
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 602
    Height = 388
    Align = alClient
    Caption = #26412#22320#25968#25454#24211#22791#20221
    Color = clGradientActiveCaption
    ParentColor = False
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 99
      Height = 13
      Caption = #36873#25321#22791#20221#36335#24452'  '#65306'   '
    end
    object SpeedButton1: TSpeedButton
      Left = 360
      Top = 64
      Width = 41
      Height = 33
      Caption = '............'
      OnClick = SpeedButton1Click
    end
    object Label2: TLabel
      Left = 16
      Top = 152
      Width = 114
      Height = 13
      Caption = #22791#20221#36827#24230#26465'    '#65306'          '
    end
    object GG: TGauge
      Left = 8
      Top = 192
      Width = 329
      Height = 41
      Progress = 0
    end
    object Edit1: TEdit
      Left = 8
      Top = 64
      Width = 329
      Height = 21
      TabOrder = 0
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 388
    Width = 602
    Height = 33
    Align = alBottom
    TabOrder = 1
    object SpeedButton2: TSpeedButton
      Left = 160
      Top = 0
      Width = 57
      Height = 25
      Caption = #22791#20221'   '
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 296
      Top = 0
      Width = 57
      Height = 25
      Caption = #36864#20986
      OnClick = SpeedButton3Click
    end
  end
  object ADOQuery1: TADOQuery
    Connection = connect.ADOConnection1
    Parameters = <>
    Left = 488
    Top = 80
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 20
    OnTimer = Timer1Timer
    Left = 424
    Top = 144
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'bat'
    Filter = '.bat|*.bat|*.*|*.*'
    Left = 408
    Top = 232
  end
end

⌨️ 快捷键说明

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