showgroomfeeunit.dfm

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

DFM
134
字号
object FrmLookGRoomFee: TFrmLookGRoomFee
  Left = 18
  Top = 187
  BorderStyle = bsDialog
  Caption = #23458#25143#25151#36153#26597#35810#31383#21475
  ClientHeight = 435
  ClientWidth = 743
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 626
    Top = 0
    Width = 117
    Height = 435
    Hint = #28857#20987#23458#25143#22995#21517#65292#36873#25321#32479#35745#30340#20855#20307#23458#25143
    Align = alRight
    BevelInner = bvLowered
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 12
      Top = 208
      Width = 91
      Height = 22
      Caption = #20851#38381
      OnClick = SpeedButton1Click
    end
    object PrintSB: TSpeedButton
      Left = 12
      Top = 182
      Width = 91
      Height = 22
      Caption = #25171#21360
      Enabled = False
      OnClick = PrintSBClick
    end
    object LookUpIDSB: TSpeedButton
      Left = 12
      Top = 58
      Width = 91
      Height = 25
      Hint = #26681#25454#29992#25143#22995#21517#26597#25214#23458#25143#32534#21495
      Caption = #23458#25143#22995#21517
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Glyph.Data = {
        F6000000424DF600000000000000760000002800000010000000100000000100
        0400000000008000000000000000000000001000000000000000000000000000
        8000008000000080800080000000800080008080000080808000C0C0C0000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
        FFFFFFFFFFF000FFFFFFFFFFFF0BB00FFFFFFFFFFF0BB00FFFFFFFFFFFF00FFF
        FFFFFFFFFF0B00FFFFFFFFFFFF0B00FFFFFFFFFFFF0B00FFFFFFFFFFFF0BB00F
        FFFFFFFF00F0BB00FFFFFFF0B00F0BB00FFFFFF0B00FF0B00FFFFFF0BB000BB0
        0FFFFFFF0BBBBB00FFFFFFFFF000000FFFFFFFFFFFFFFFFFFFFF}
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      OnClick = LookUpIDSBClick
    end
    object Label1: TLabel
      Left = 14
      Top = 16
      Width = 52
      Height = 13
      Caption = #23458#25143#32534#21495
    end
    object SumSB: TSpeedButton
      Left = 12
      Top = 156
      Width = 89
      Height = 22
      Caption = #32479#35745
      Enabled = False
      OnClick = SumSBClick
    end
    object GuestIDCB: TComboBox
      Left = 8
      Top = 32
      Width = 101
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = GuestIDCBChange
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8'
        '9')
    end
  end
  object BedDBGrid: TDBGrid
    Left = 0
    Top = 0
    Width = 626
    Height = 435
    Hint = #28857#20987#23458#25143#22995#21517#65292#36873#25321#32479#35745#30340#20855#20307#23458#25143
    Align = alClient
    DataSource = DataModule1.GRoomFeeDS
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
end

⌨️ 快捷键说明

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