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

📄 booklscx.~dfm

📁 我自己写的一个有关酒店管理系统的代码 大家
💻 ~DFM
字号:
object dflscxForm: TdflscxForm
  Left = 192
  Top = 133
  Width = 589
  Height = 470
  Caption = #35746#25151#21382#21490#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 545
    Height = 41
    Caption = #26597#35810#31867#22411
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 24
      Top = 16
      Width = 57
      Height = 17
      Caption = #20840#37096
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 80
      Top = 16
      Width = 73
      Height = 17
      Caption = #23458#20154#22995#21517
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object RadioButton3: TRadioButton
      Left = 160
      Top = 16
      Width = 81
      Height = 17
      Caption = #23458#25151#32534#21495
      TabOrder = 2
      OnClick = RadioButton3Click
    end
    object RadioButton4: TRadioButton
      Left = 248
      Top = 16
      Width = 81
      Height = 17
      Caption = #20303#23487#26085#26399
      TabOrder = 3
      OnClick = RadioButton4Click
    end
    object RadioButton5: TRadioButton
      Left = 328
      Top = 16
      Width = 73
      Height = 17
      Caption = #35746#25151#32534#21495
      TabOrder = 4
      OnClick = RadioButton5Click
    end
    object RadioButton6: TRadioButton
      Left = 408
      Top = 16
      Width = 73
      Height = 17
      Caption = #38047#28857#25151
      TabOrder = 5
      OnClick = RadioButton6Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 48
    Width = 489
    Height = 49
    Caption = #26597#35810#26465#20214
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 32
      Height = 13
      Caption = 'Label1'
    end
    object Label2: TLabel
      Left = 272
      Top = 24
      Width = 32
      Height = 13
      Caption = 'Label2'
    end
    object Edit1: TEdit
      Left = 112
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object MaskEdit1: TMaskEdit
      Left = 112
      Top = 16
      Width = 120
      Height = 21
      EditMask = '!9999/99/00;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    -  -  '
    end
    object MaskEdit2: TMaskEdit
      Left = 336
      Top = 16
      Width = 120
      Height = 21
      EditMask = '!9999/99/00;1;_'
      MaxLength = 10
      TabOrder = 2
      Text = '    -  -  '
    end
  end
  object BitBtn1: TBitBtn
    Left = 520
    Top = 64
    Width = 41
    Height = 33
    Hint = #24320#22987#26597#35810
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    OnClick = BitBtn1Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000130B0000130B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333FF3FF3333333333CC30003333333333773777333333333C33
      3000333FF33337F33777339933333C3333333377F33337F3333F339933333C33
      33003377333337F33377333333333C333300333F333337F33377339333333C33
      3333337FF3333733333F33993333C33333003377FF33733333773339933C3333
      330033377FF73F33337733339933C33333333FF377F373F3333F993399333C33
      330077F377F337F33377993399333C33330077FF773337F33377399993333C33
      33333777733337F333FF333333333C33300033333333373FF7773333333333CC
      3000333333333377377733333333333333333333333333333333}
    NumGlyphs = 2
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 104
    Width = 545
    Height = 289
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object BitBtn2: TBitBtn
    Left = 120
    Top = 408
    Width = 75
    Height = 25
    Caption = #25171#21360
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 368
    Top = 408
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 5
    OnClick = BitBtn3Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Se' +
      'ttings\Administrator\My Documents\Delphi 7'#25968#25454#24211#24212#29992#25216#26415#19982#32534#31243#23454#20363'\'#22823#31995#32479#33539#20363'\'#37202#24215#31649 +
      #29702#31995#32479'\hotel.mdb;Persist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 88
    Top = 112
  end
  object ADODataSet1: TADODataSet
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    CommandText = 'select * from '#35746#25151#25968#25454#21382#21490#34920
    Parameters = <>
    Left = 184
    Top = 192
  end
end

⌨️ 快捷键说明

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