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

📄 frmroomstateform.dfm

📁 毕业论文源码 毕业论文源码 毕业论文源码
💻 DFM
字号:
object RoomStateForm: TRoomStateForm
  Left = 542
  Top = 155
  Width = 202
  Height = 453
  Caption = #23458#25151#29366#24577
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 193
    Height = 393
    Color = clInfoBk
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object btnClose: TButton
    Left = 0
    Top = 400
    Width = 75
    Height = 25
    Caption = 'btnClose'
    TabOrder = 1
    OnClick = btnCloseClick
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 40
    Top = 360
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'rooms'
    TableName = 'RoomInfo.DB'
    Left = 72
    Top = 360
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'rooms'
    SQL.Strings = (
      'select '#25151#38388#21495','#26053#23458#31867#21035' from RoomInfo')
    Left = 8
    Top = 360
  end
end

⌨️ 快捷键说明

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