inputgroomunit.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 296 行

DFM
296
字号
object FrmInputGRoom: TFrmInputGRoom
  Left = 427
  Top = 259
  BorderStyle = bsToolWindow
  ClientHeight = 368
  ClientWidth = 552
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 552
    Height = 341
    Align = alClient
    DataSource = DataModule1.GRoomFeeDS
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object AddPanel: TPanel
    Left = 86
    Top = 64
    Width = 399
    Height = 227
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = 16642937
    DragKind = dkDock
    DragMode = dmAutomatic
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Visible = False
    object IDLabel: TLabel
      Left = 34
      Top = 34
      Width = 28
      Height = 14
      Caption = #32534#21495
    end
    object Label2: TLabel
      Left = 34
      Top = 58
      Width = 28
      Height = 14
      Caption = #22995#21517
    end
    object Label7: TLabel
      Left = 8
      Top = 86
      Width = 56
      Height = 14
      Caption = #35777#20214#21495#30721
    end
    object Label5: TLabel
      Left = 180
      Top = 140
      Width = 56
      Height = 14
      Caption = #20351#29992#26102#38388
    end
    object Label1: TLabel
      Left = 180
      Top = 30
      Width = 56
      Height = 14
      Caption = #25151#38388#31867#21035
    end
    object Label3: TLabel
      Left = 180
      Top = 58
      Width = 56
      Height = 14
      Caption = #25151#38388#21495#30721
    end
    object Label4: TLabel
      Left = 180
      Top = 84
      Width = 56
      Height = 14
      Caption = #24202#20301#21495#30721
    end
    object Label6: TLabel
      Left = 180
      Top = 112
      Width = 56
      Height = 14
      Caption = #24202#20301#20215#26684
    end
    object UpdateOkSB: TSpeedButton
      Left = 104
      Top = 188
      Width = 73
      Height = 22
      Caption = #30830#23450
      Flat = True
      OnClick = UpdateOkSBClick
    end
    object AddCloseSB: TSpeedButton
      Left = 198
      Top = 188
      Width = 73
      Height = 22
      Caption = #21462#28040
      Flat = True
      OnClick = AddCloseSBClick
    end
    object Shape1: TShape
      Left = -2
      Top = 172
      Width = 399
      Height = 4
    end
    object StartME: TMaskEdit
      Tag = 1
      Left = 242
      Top = 138
      Width = 123
      Height = 22
      EditMask = '!0000-09-09 09:09;1;_'
      MaxLength = 16
      TabOrder = 0
      Text = '    -  -     :  '
      OnDblClick = StartMEDblClick
    end
    object CardEdit: TEdit
      Left = 68
      Top = 82
      Width = 101
      Height = 22
      Color = clHighlightText
      Enabled = False
      ReadOnly = True
      TabOrder = 1
    end
    object GuestNameEdit: TEdit
      Left = 68
      Top = 56
      Width = 101
      Height = 22
      Color = clHighlightText
      Enabled = False
      ReadOnly = True
      TabOrder = 2
    end
    object GuestIDEdit: TEdit
      Left = 68
      Top = 30
      Width = 99
      Height = 22
      Color = clHighlightText
      Enabled = False
      ReadOnly = True
      TabOrder = 3
    end
    object PriceEdit: TEdit
      Left = 242
      Top = 110
      Width = 113
      Height = 22
      ReadOnly = True
      TabOrder = 4
    end
    object BedCB: TComboBox
      Left = 242
      Top = 80
      Width = 113
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 5
      OnChange = BedCBChange
    end
    object RoomCB: TComboBox
      Left = 242
      Top = 54
      Width = 113
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 6
      OnChange = RoomCBChange
    end
    object KindCB: TComboBox
      Left = 242
      Top = 26
      Width = 113
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 7
      OnChange = KindCBChange
    end
  end
  object DatePanel: TPanel
    Left = 20
    Top = -38
    Width = 313
    Height = 241
    BevelInner = bvLowered
    BevelOuter = bvSpace
    Caption = #26085#26399'/'#26102#38388#36873#25321#26694
    Color = clInfoBk
    DragKind = dkDock
    DragMode = dmAutomatic
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    Visible = False
    object DateOkSB: TSpeedButton
      Left = 90
      Top = 202
      Width = 61
      Height = 22
      Caption = #30830#23450
      OnClick = DateOkSBClick
    end
    object DateCancelSB: TSpeedButton
      Left = 156
      Top = 202
      Width = 61
      Height = 22
      Caption = #21462#28040
      OnClick = DateCancelSBClick
    end
    object DateMC: TMonthCalendar
      Left = 2
      Top = 2
      Width = 309
      Height = 163
      Align = alTop
      Date = 37649.518115625000000000
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object TimeDTP: TDateTimePicker
      Left = 98
      Top = 166
      Width = 121
      Height = 22
      Date = 37649.515588252320000000
      Time = 37649.515588252320000000
      Kind = dtkTime
      TabOrder = 1
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 341
    Width = 552
    Height = 27
    Panels = <>
    SimplePanel = True
    SimpleText = '  '#23458#25143#32534#21495#20026'-1  '#34920#31034#35813#23458#25143#36824#27809#26377#35746#22909#24202#20301#65292#21452#20987#35813#23458#25143#25152#22312#34892#20026#20854#20998#37197#25151#38388#21644#24202#20301
  end
  object LocalDS: TDataSource
    DataSet = Query1
    Left = 18
    Top = 54
  end
  object Query1: TQuery
    Left = 16
    Top = 90
  end
end

⌨️ 快捷键说明

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