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

📄 c_dish.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object cfrm_dish: Tcfrm_dish
  Left = 435
  Top = 131
  Width = 489
  Height = 425
  Caption = #33756#21697#20449#24687#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 481
    Height = 65
    ButtonHeight = 52
    ButtonWidth = 39
    Caption = 'ToolBar1'
    Images = ImageList1
    ShowCaptions = True
    TabOrder = 0
    object TButton1: TToolButton
      Left = 0
      Top = 2
      Caption = #26032#24314
      ImageIndex = 3
      OnClick = TButton1Click
    end
    object TButton2: TToolButton
      Left = 39
      Top = 2
      Caption = #32534#36753
      ImageIndex = 5
      OnClick = TButton2Click
    end
    object TButton3: TToolButton
      Left = 78
      Top = 2
      Caption = #21024#38500
      ImageIndex = 1
      OnClick = TButton3Click
    end
    object ToolButton7: TToolButton
      Left = 117
      Top = 2
      Width = 12
      Caption = 'ToolButton7'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object TButton5: TToolButton
      Left = 129
      Top = 2
      Caption = #30830#23450
      Enabled = False
      ImageIndex = 0
      OnClick = TButton5Click
    end
    object TButton6: TToolButton
      Left = 168
      Top = 2
      Caption = #21462#28040
      Enabled = False
      ImageIndex = 4
      OnClick = TButton6Click
    end
    object ToolButton4: TToolButton
      Left = 207
      Top = 2
      Width = 8
      Caption = 'ToolButton4'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object TButton8: TToolButton
      Left = 215
      Top = 2
      Caption = #26597#35810
      ImageIndex = 2
    end
    object DBNavigator1: TDBNavigator
      Left = 254
      Top = 2
      Width = 164
      Height = 52
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 65
    Width = 481
    Height = 72
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 60
      Height = 13
      Caption = #33756#21697#32534#21495#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 40
      Width = 60
      Height = 13
      Caption = #33756#21697#31867#21035#65306
    end
    object Label3: TLabel
      Left = 248
      Top = 16
      Width = 60
      Height = 13
      Caption = #33756#21697#21517#31216#65306
    end
    object Label4: TLabel
      Left = 248
      Top = 40
      Width = 60
      Height = 13
      Caption = #33756#21697#20215#26684#65306
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 8
      Width = 137
      Height = 21
      DataField = 'Dish_id'
      DataSource = DataSource1
      Enabled = False
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 312
      Top = 8
      Width = 145
      Height = 21
      DataField = 'Dish_name'
      DataSource = DataSource1
      Enabled = False
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 312
      Top = 32
      Width = 145
      Height = 21
      DataField = 'Dish_cost'
      DataSource = DataSource1
      Enabled = False
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 2
    end
    object DBComboBox1: TDBComboBox
      Left = 80
      Top = 32
      Width = 137
      Height = 21
      DataField = 'Dish_type'
      DataSource = DataSource1
      Enabled = False
      ItemHeight = 13
      TabOrder = 3
      OnChange = DBComboBox1Change
    end
  end
  object DBGrid2: TDBGrid
    Left = 0
    Top = 137
    Width = 481
    Height = 242
    Align = alClient
    DataSource = DataSource1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Dish_id'
        Title.Alignment = taCenter
        Title.Caption = #33756#21697#32534#21495
        Width = 78
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Dish_type'
        Title.Alignment = taCenter
        Title.Caption = #33756#21697#31867#22411
        Width = 87
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Dish_name'
        Title.Alignment = taCenter
        Title.Caption = #33756#21697#21517#31216
        Width = 178
        Visible = True

⌨️ 快捷键说明

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