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

📄 qczlchx.dfm

📁 Delphi实战演练一书的配套光盘
💻 DFM
字号:
object QczlChxFrm: TQczlChxFrm
  Left = 175
  Top = 115
  Width = 544
  Height = 287
  Caption = '汽车租赁信息查询'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 138
    Top = 16
    Width = 32
    Height = 15
    Caption = '名称'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 56
    Width = 521
    Height = 153
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = '编号'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '名称'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Width = 173
        Visible = True
      end
      item
        Expanded = False
        FieldName = '服务项目'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '服务时间'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '地址'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系人'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系电话'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '登记日期'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = '截止日期'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '幼圆'
        Font.Style = []
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '幼圆'
        Title.Font.Style = []
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 224
    Width = 400
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 455
    Top = 223
    Width = 75
    Height = 25
    Caption = '退出'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object Edit1: TEdit
    Left = 180
    Top = 12
    Width = 121
    Height = 23
    Color = clScrollBar
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object BitBtn2: TBitBtn
    Left = 317
    Top = 11
    Width = 75
    Height = 25
    Caption = '执行查询'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '幼圆'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 40
    Top = 16
  end
  object Query1: TQuery
    Active = True
    SQL.Strings = (
      'select * from QicheZL')
    Left = 72
    Top = 16
  end
end

⌨️ 快捷键说明

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