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

📄 frmgroupquerybillform.~dfm

📁 毕业论文源码 毕业论文源码 毕业论文源码
💻 ~DFM
字号:
object GroupQueryBillForm: TGroupQueryBillForm
  Left = 192
  Top = 119
  Width = 696
  Height = 481
  Caption = #22242#38431#20250#35758#32467#24080#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 297
    Height = 97
    BorderStyle = bsSingle
    TabOrder = 0
    object Label2: TLabel
      Left = 192
      Top = 54
      Width = 48
      Height = 16
      Caption = #26159#23458#25143
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Button1: TButton
      Left = 16
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object Edit1: TEdit
      Left = 16
      Top = 52
      Width = 169
      Height = 21
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = -1
    Top = 104
    Width = 689
    Height = 345
    BorderStyle = bsSingle
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 0
      Top = 0
      Width = 689
      Height = 345
      Color = clInfoBk
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Panel3: TPanel
    Left = 304
    Top = 0
    Width = 225
    Height = 97
    BorderStyle = bsSingle
    TabOrder = 2
    object Label3: TLabel
      Left = 16
      Top = 57
      Width = 64
      Height = 16
      Caption = #20154#25968#22823#20110
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit2: TEdit
      Left = 93
      Top = 55
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Button2: TButton
      Left = 16
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object Panel4: TPanel
    Left = 535
    Top = 0
    Width = 153
    Height = 97
    BorderStyle = bsSingle
    TabOrder = 3
    object Button3: TButton
      Left = 16
      Top = 8
      Width = 121
      Height = 73
      Caption = #20851#38381
      TabOrder = 0
    end
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'rooms'
    SQL.Strings = (
      'select * from GroupTouristInfo')
    Left = 648
    Top = 416
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 648
    Top = 384
  end
end

⌨️ 快捷键说明

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