unitroomquery.dfm

来自「一套宾馆管理系统」· DFM 代码 · 共 1,182 行 · 第 1/5 页

DFM
1,182
字号
object frmRoomQuery: TfrmRoomQuery
  Left = 203
  Top = 124
  Width = 771
  Height = 530
  Caption = 'frmRoomQuery'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 249
    Top = 33
    Height = 445
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 763
    Height = 33
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        Width = 763
      end>
    EdgeBorders = []
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 750
      Height = 25
      ButtonHeight = 21
      ButtonWidth = 55
      Caption = 'ToolBar1'
      ShowCaptions = True
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        Caption = #25151#38388#26597#35810
        ImageIndex = 0
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 55
        Top = 2
        Caption = #22270#26631#26174#31034
        ImageIndex = 1
      end
      object ToolButton3: TToolButton
        Left = 110
        Top = 2
        Caption = #21015#34920#26174#31034
        ImageIndex = 2
        OnClick = ToolButton3Click
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 478
    Width = 763
    Height = 25
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 33
    Width = 249
    Height = 445
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 2
    object Splitter3: TSplitter
      Left = 1
      Top = 90
      Width = 247
      Height = 3
      Cursor = crVSplit
      Align = alTop
    end
    object Panel5: TPanel
      Left = 1
      Top = 1
      Width = 247
      Height = 89
      Align = alTop
      Caption = 'Panel5'
      TabOrder = 0
      object GroupBox2: TGroupBox
        Left = 1
        Top = 1
        Width = 245
        Height = 87
        Align = alClient
        Caption = #26597#35810#20303#25151#24773#20917
        TabOrder = 0
        object Label1: TLabel
          Left = 32
          Top = 22
          Width = 60
          Height = 13
          Caption = #35831#36873#25321#26085#26399
        end
        object DateTimePicker1: TDateTimePicker
          Left = 51
          Top = 48
          Width = 137
          Height = 25
          Date = 38380.605893078700000000
          Time = 38380.605893078700000000
          DateMode = dmUpDown
          TabOrder = 0
        end
      end
    end
    object Panel6: TPanel
      Left = 1
      Top = 93
      Width = 247
      Height = 351
      Align = alClient
      Caption = 'Panel6'
      TabOrder = 1
      object GroupBox1: TGroupBox
        Left = 1
        Top = 1
        Width = 245
        Height = 349
        Align = alClient
        Caption = #24403#21069#23458#20154#20449#24687
        TabOrder = 0
        object Label2: TLabel
          Left = 34
          Top = 27
          Width = 24
          Height = 13
          Caption = #22995#21517
        end
        object Label3: TLabel
          Left = 30
          Top = 58
          Width = 24
          Height = 13
          Caption = #24615#21035
        end
        object Label4: TLabel
          Left = 8
          Top = 91
          Width = 48
          Height = 13
          Caption = #20986#29983#26085#26399
        end
        object Label5: TLabel
          Left = 9
          Top = 123
          Width = 48
          Height = 13
          Caption = #36523#20221#35777#21495
        end
        object Label6: TLabel
          Left = 8
          Top = 152
          Width = 48
          Height = 13
          Caption = #23478#24237#22320#22336
        end
        object Label7: TLabel
          Left = 8
          Top = 184
          Width = 48
          Height = 13
          Caption = #30331#35760#26085#26399
        end
        object lblRoomState: TLabel
          Left = 32
          Top = 210
          Width = 153
          Height = 24
          AutoSize = False
          Caption = #25151#38388#24773#20917
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'MS Sans Serif'
          Font.Style = [fsItalic]
          ParentFont = False
        end
        object Label9: TLabel
          Left = 14
          Top = 241
          Width = 59
          Height = 24
          Caption = #27004#23618
        end
        object Label10: TLabel
          Left = 14
          Top = 267
          Width = 59
          Height = 13
          Caption = #25151#38388#21495
        end
        object Label11: TLabel
          Left = 15
          Top = 293
          Width = 58
          Height = 13
          Caption = #24202#20301#21495
        end
        object Label12: TLabel
          Left = 2
          Top = 320
          Width = 79
          Height = 13
          Caption = #25151#38388#31867#22411
        end
        object edtXM: TEdit
          Left = 64

⌨️ 快捷键说明

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