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

📄 unit13.dfm

📁 一个用DELPHI编的酒店管理系统。 其中数据库:SQL Server2000, 只需恢复 My database文件夹中 My database_Data.MDF和 My database_Log.
💻 DFM
字号:
object Form13: TForm13
  Left = 235
  Top = 140
  Width = 696
  Height = 601
  Caption = #21830#21697#20837#24211#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 20
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 649
    Height = 161
    Caption = #22635#20889#20837#24211#20851#38190#23383#26597#35810
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 81
      Height = 20
      AutoSize = False
      Caption = #21830#21697#21495#65306
    end
    object Label2: TLabel
      Left = 328
      Top = 40
      Width = 81
      Height = 20
      AutoSize = False
      Caption = #21830#21697#21517#65306
    end
    object Label3: TLabel
      Left = 328
      Top = 104
      Width = 97
      Height = 20
      AutoSize = False
      Caption = #20379#24212#21830#21495#65306
    end
    object goodsid: TEdit
      Left = 112
      Top = 32
      Width = 121
      Height = 28
      AutoSize = False
      TabOrder = 0
    end
    object goodsname: TEdit
      Left = 400
      Top = 32
      Width = 145
      Height = 28
      AutoSize = False
      TabOrder = 1
    end
    object providerid: TEdit
      Left = 416
      Top = 104
      Width = 129
      Height = 28
      TabOrder = 2
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 72
      Width = 281
      Height = 73
      Caption = #20837#24211#26102#38388
      TabOrder = 3
      object Label4: TLabel
        Left = 136
        Top = 40
        Width = 9
        Height = 20
        Caption = '~'
      end
      object lowindate: TDateTimePicker
        Left = 16
        Top = 32
        Width = 105
        Height = 28
        CalAlignment = dtaLeft
        Date = 38153.8785631829
        Time = 38153.8785631829
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 0
      end
      object highindate: TDateTimePicker
        Left = 160
        Top = 32
        Width = 105
        Height = 28
        CalAlignment = dtaLeft
        Date = 38153.8786767477
        Time = 38153.8786767477
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 1
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 176
    Width = 649
    Height = 289
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox6: TGroupBox
    Left = 16
    Top = 473
    Width = 265
    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
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    end
  end
  object GroupBox7: TGroupBox
    Left = 296
    Top = 473
    Width = 369
    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
      OnClick = selectClick
    end
    object print: TButton
      Left = 104
      Top = 24
      Width = 65
      Height = 25
      Caption = #25171#21360
      TabOrder = 1
      OnClick = printClick
    end
    object refresh: TButton
      Left = 192
      Top = 24
      Width = 65
      Height = 25
      Caption = #28165#23631
      TabOrder = 2
      OnClick = refreshClick
    end
    object exit: TButton
      Left = 280
      Top = 24
      Width = 65
      Height = 25
      Caption = #36864#20986
      TabOrder = 3
      OnClick = exitClick
    end
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'my database'
    SQL.Strings = (
      'select * from storage')
    Left = 256
    Top = 152
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 312
    Top = 144
  end
end

⌨️ 快捷键说明

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