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

📄 unit15.dfm

📁 一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.MDF和 My database_Log.
💻 DFM
字号:
object Form15: TForm15
  Left = 220
  Top = 63
  Width = 621
  Height = 612
  Caption = #35746#21333#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object GroupBox1: TGroupBox
    Left = 24
    Top = 16
    Width = 569
    Height = 217
    Caption = #22635#20889#35746#21333#20851#38190#23383#26597#35810
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 40
      Width = 81
      Height = 20
      AutoSize = False
      Caption = #35746#21333#21495#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 88
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #21830#21697#32534#21495#65306
    end
    object Label3: TLabel
      Left = 296
      Top = 88
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #21830#21697#21517#31216#65306
    end
    object Label4: TLabel
      Left = 296
      Top = 136
      Width = 113
      Height = 20
      AutoSize = False
      Caption = #20379#24212#21830#21517#31216#65306
    end
    object Label5: TLabel
      Left = 296
      Top = 40
      Width = 81
      Height = 20
      AutoSize = False
      Caption = #32463#25163#20154#65306
    end
    object Label6: TLabel
      Left = 16
      Top = 136
      Width = 113
      Height = 20
      AutoSize = False
      Caption = #20379#24212#21830#32534#21495#65306
    end
    object Label7: TLabel
      Left = 16
      Top = 184
      Width = 89
      Height = 20
      AutoSize = False
      Caption = #35746#36135#26085#26399#65306
    end
    object Label8: TLabel
      Left = 312
      Top = 184
      Width = 9
      Height = 20
      Caption = '~'
    end
    object Edit1: TEdit
      Left = 112
      Top = 32
      Width = 121
      Height = 28
      AutoSize = False
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 112
      Top = 80
      Width = 121
      Height = 28
      AutoSize = False
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 384
      Top = 80
      Width = 145
      Height = 28
      AutoSize = False
      TabOrder = 2
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 408
      Top = 128
      Width = 121
      Height = 28
      AutoSize = False
      TabOrder = 3
      Text = 'Edit4'
    end
    object ComboBox1: TComboBox
      Left = 384
      Top = 32
      Width = 145
      Height = 28
      ItemHeight = 20
      TabOrder = 4
      Text = 'ComboBox1'
    end
    object Edit5: TEdit
      Left = 128
      Top = 128
      Width = 105
      Height = 28
      AutoSize = False
      TabOrder = 5
      Text = 'Edit5'
    end
    object DateTimePicker1: TDateTimePicker
      Left = 120
      Top = 176
      Width = 185
      Height = 28
      CalAlignment = dtaLeft
      Date = 38153.9069173148
      Time = 38153.9069173148
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 6
    end
    object DateTimePicker2: TDateTimePicker
      Left = 328
      Top = 176
      Width = 202
      Height = 28
      CalAlignment = dtaLeft
      Date = 38153.9069422685
      Time = 38153.9069422685
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 7
    end
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 240
    Width = 569
    Height = 249
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox6: TGroupBox
    Left = 24
    Top = 497
    Width = 257
    Height = 57
    Caption = #35760#24405#27983#35272#25353#38062
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object DBNavigator1: TDBNavigator
      Left = 8
      Top = 24
      Width = 240
      Height = 25
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    end
  end
  object GroupBox7: TGroupBox
    Left = 288
    Top = 497
    Width = 305
    Height = 57
    Caption = #21629#20196#25353#38062
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    object select: TButton
      Left = 16
      Top = 24
      Width = 65
      Height = 25
      Caption = #26597#35810
      TabOrder = 0
    end
    object print: TButton
      Left = 88
      Top = 24
      Width = 65
      Height = 25
      Caption = #25171#21360
      TabOrder = 1
    end
    object refresh: TButton
      Left = 160
      Top = 24
      Width = 65
      Height = 25
      Caption = #28165#23631
      TabOrder = 2
    end
    object exit: TButton
      Left = 232
      Top = 24
      Width = 65
      Height = 25
      Caption = #36864#20986
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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