new_cheku.~dfm

来自「使用DELPHI6.0开发的停车场管理信息系统 使用ADO和BDE技术连接SQL」· ~DFM 代码 · 共 149 行

~DFM
149
字号
object chewei: Tchewei
  Left = 109
  Top = 99
  BorderStyle = bsDialog
  Caption = #20572#36710#22330#31649#29702#20449#24687#31995#32479' - '#36710#24211#29366#20917
  ClientHeight = 454
  ClientWidth = 693
  Color = clCream
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 448
    Top = 0
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    Visible = False
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 24
    Width = 665
    Height = 137
    Caption = #23458#36710#21306
    TabOrder = 1
    object StaticText1: TStaticText
      Left = 16
      Top = 48
      Width = 46
      Height = 17
      Caption = #36710#20301#21495' :'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object StaticText2: TStaticText
      Left = 16
      Top = 72
      Width = 28
      Height = 17
      Caption = '1--20'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 160
    Width = 665
    Height = 137
    Caption = #23567#36710#21306
    TabOrder = 2
    object StaticText3: TStaticText
      Left = 16
      Top = 48
      Width = 46
      Height = 17
      Caption = #36710#20301#21495' :'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object StaticText5: TStaticText
      Left = 16
      Top = 72
      Width = 34
      Height = 17
      Caption = '21--40'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 16
    Top = 296
    Width = 665
    Height = 137
    Caption = #21345#36710#21306
    TabOrder = 3
    object StaticText4: TStaticText
      Left = 16
      Top = 48
      Width = 46
      Height = 17
      Caption = #36710#20301#21495' :'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object StaticText6: TStaticText
      Left = 16
      Top = 72
      Width = 34
      Height = 17
      Caption = '41--60'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 248
    Top = 16
  end
  object Query1: TQuery
    AutoRefresh = True
    DatabaseName = 'PMIS1'
    Left = 288
    Top = 16
  end
end

⌨️ 快捷键说明

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