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

📄 frmgroupcostform.dfm

📁 毕业论文源码 毕业论文源码 毕业论文源码
💻 DFM
字号:
object GroupCostForm: TGroupCostForm
  Left = 229
  Top = 208
  Width = 714
  Height = 471
  Caption = #32467#24080
  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
  Scaled = False
  Visible = True
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 241
    Height = 89
    BorderStyle = bsSingle
    TabOrder = 0
    object Label1: TLabel
      Left = 144
      Top = 16
      Width = 48
      Height = 16
      Caption = #25151#38388#21495
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 8
      Top = 40
      Width = 193
      Height = 21
      TabOrder = 0
    end
    object btnRoomCost: TButton
      Left = 8
      Top = 8
      Width = 83
      Height = 25
      Caption = #25151#38388#32467#24080
      TabOrder = 1
      OnClick = btnRoomCostClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 88
    Width = 689
    Height = 353
    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 = 248
    Top = 0
    Width = 249
    Height = 89
    BorderStyle = bsSingle
    TabOrder = 2
    object Label2: TLabel
      Left = 136
      Top = 16
      Width = 64
      Height = 16
      Caption = #25509#24453#23545#35937
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Edit2: TEdit
      Left = 8
      Top = 40
      Width = 201
      Height = 21
      TabOrder = 0
    end
    object btnTeamCost: TButton
      Left = 8
      Top = 8
      Width = 81
      Height = 25
      BiDiMode = bdLeftToRight
      Caption = #22242#38431#32467#24080
      ParentBiDiMode = False
      TabOrder = 1
      OnClick = btnTeamCostClick
    end
  end
  object Panel4: TPanel
    Left = 504
    Top = 0
    Width = 185
    Height = 89
    BorderStyle = bsSingle
    TabOrder = 3
    object btnClose: TButton
      Left = 24
      Top = 8
      Width = 137
      Height = 73
      Caption = #32467#26463
      TabOrder = 0
      OnClick = btnCloseClick
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 656
    Top = 368
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'rooms'
    SQL.Strings = (
      'select * from GroupTouristInfo')
    Left = 656
    Top = 400
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'rooms'
    TableName = 'RoomInfo.DB'
    Left = 656
    Top = 336
  end
end

⌨️ 快捷键说明

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