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

📄 hotelrecordunit.dfm

📁 很好地delphi书籍源码
💻 DFM
字号:
object FrmHotelRecord: TFrmHotelRecord
  Left = 363
  Top = 178
  Width = 830
  Height = 459
  BorderStyle = bsSizeToolWin
  Caption = #23458#25143#23486#39302#28040#36153#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 719
    Top = 0
    Width = 103
    Height = 432
    Align = alRight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 60
      Width = 48
      Height = 12
      Caption = #23458#25143#32534#21495
    end
    object AddSB: TSpeedButton
      Left = 18
      Top = 156
      Width = 73
      Height = 22
      Caption = #28155#21152
      Visible = False
      OnClick = AddSBClick
    end
    object CloseSB: TSpeedButton
      Left = 18
      Top = 244
      Width = 73
      Height = 22
      Caption = #20851#38381
      OnClick = CloseSBClick
    end
    object LookSB: TSpeedButton
      Left = 18
      Top = 178
      Width = 73
      Height = 22
      Caption = #26126#32454
      OnClick = LookSBClick
    end
    object SpeedButton3: TSpeedButton
      Left = 18
      Top = 200
      Width = 73
      Height = 22
      Caption = #32047#35745
      OnClick = SpeedButton3Click
    end
    object Label2: TLabel
      Left = 10
      Top = 106
      Width = 48
      Height = 12
      Caption = #36153#29992#31867#21035
    end
    object PrintSB: TSpeedButton
      Left = 18
      Top = 222
      Width = 73
      Height = 22
      Caption = #25171#21360
      OnClick = PrintSBClick
    end
    object LookUpIDSB: TSpeedButton
      Left = 6
      Top = 18
      Width = 89
      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 Label3: TLabel
      Left = 6
      Top = 294
      Width = 60
      Height = 12
      Caption = #38750#20303#24215#23458#25143
    end
    object GuestIDCB: TComboBox
      Left = 4
      Top = 74
      Width = 95
      Height = 18
      Style = csOwnerDrawVariable
      ItemHeight = 12
      TabOrder = 0
      OnChange = GuestIDCBChange
      Items.Strings = (
        '1'
        '2'
        '3'
        '4'
        '5'
        '6'
        '7'
        '8'
        '9')
    end
    object FeeKindCB: TComboBox
      Left = 4
      Top = 120
      Width = 93
      Height = 18
      Style = csOwnerDrawFixed
      ItemHeight = 12
      TabOrder = 1
      Items.Strings = (
        #21830#21153#36153
        #39184#39278#36153
        #23089#20048#36153
        #36141#29289#36153
        #20854#23427#36153#29992)
    end
    object OutGuestIDCB: TComboBox
      Left = 4
      Top = 312
      Width = 97
      Height = 18
      Style = csOwnerDrawVariable
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 2
      Text = #25903#20184#26041#24335#36873#25321
      OnChange = OutGuestIDCBChange
      Items.Strings = (
        #25903#20184#26041#24335#36873#25321
        #29616#37329#25903#20184
        #20449#29992#21345#25903#20184
        #25903#31080#25903#20184
        #36170#27424#36153#29992)
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 719
    Height = 432
    Align = alClient
    TabOrder = 1
    object Splitter1: TSplitter
      Left = 605
      Top = 1
      Height = 402
    end
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 604
      Height = 402
      Align = alLeft
      DataSource = DataModule1.GHotelFeeDS
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object VLE: TValueListEditor
      Left = 608
      Top = 1
      Width = 110
      Height = 402
      Align = alClient
      Strings.Strings = (
        #21512#35745'=0.00')
      TabOrder = 1
      TitleCaptions.Strings = (
        'Key'
        #21512#35745)
      ColWidths = (
        2
        102)
    end
    object StatusBar1: TStatusBar
      Left = 1
      Top = 403
      Width = 717
      Height = 28
      Panels = <>
      SimplePanel = True
      SimpleText = ' '#23545#20110#38750#20303#24215#23458#25143#65292#39318#20808#38656#35201#30830#23450#36153#29992#25903#20184#26041#24335
    end
  end
end

⌨️ 快捷键说明

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