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

📄 dinnermenudel.~dfm

📁 完成酒店管理系统
💻 ~DFM
字号:
object DinnerMenuDelFrm: TDinnerMenuDelFrm
  Left = 268
  Top = 99
  Width = 378
  Height = 440
  Caption = #33756#21333#21024#38500#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 12
    Top = 16
    Width = 329
    Height = 89
    Caption = #32534#21495
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 96
      Height = 13
      Caption = #35831#36755#20837#33756#21333#32534#21495':   '
    end
    object Edit1: TEdit
      Left = 112
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Button1: TButton
      Left = 240
      Top = 40
      Width = 75
      Height = 25
      Caption = #23450#20301#35760#24405
      Default = True
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 12
    Top = 128
    Width = 329
    Height = 233
    Caption = #33756#21333#22522#26412#20449#24687
    TabOrder = 1
    object Label2: TLabel
      Left = 16
      Top = 32
      Width = 54
      Height = 13
      Caption = #39135#29289#31181#31867': '
    end
    object Label3: TLabel
      Left = 16
      Top = 64
      Width = 27
      Height = 13
      Caption = #21517#31216':'
    end
    object Label4: TLabel
      Left = 16
      Top = 104
      Width = 36
      Height = 13
      Caption = #39118#21619':   '
    end
    object Label5: TLabel
      Left = 16
      Top = 144
      Width = 36
      Height = 13
      Caption = #21333#20215':   '
    end
    object Label6: TLabel
      Left = 16
      Top = 184
      Width = 33
      Height = 13
      Caption = #22791#27880':  '
    end
    object Edit2: TEdit
      Left = 88
      Top = 32
      Width = 120
      Height = 21
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 88
      Top = 64
      Width = 120
      Height = 21
      TabOrder = 1
    end
    object Edit5: TEdit
      Left = 88
      Top = 144
      Width = 120
      Height = 21
      TabOrder = 2
    end
    object Edit6: TEdit
      Left = 88
      Top = 184
      Width = 209
      Height = 21
      TabOrder = 3
    end
  end
  object Button2: TButton
    Left = 40
    Top = 370
    Width = 75
    Height = 25
    Caption = #21024#38500
    Default = True
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 232
    Top = 370
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit4: TEdit
    Left = 104
    Top = 232
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Button4: TButton
    Left = 136
    Top = 376
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 5
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
      'Security Info=False'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'Select * From Menu')
    Left = 304
    Top = 104
  end
end

⌨️ 快捷键说明

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