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

📄 mdlform.~dfm

📁 简单的餐饮软件部分源码
💻 ~DFM
字号:
object fdlmeal: Tfdlmeal
  Left = 59
  Top = 126
  Width = 704
  Height = 406
  Caption = 'fdlmeal'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object dbg1: TDBGrid
    Left = 3
    Top = 6
    Width = 237
    Height = 368
    DataSource = DataM.mdldata
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = dbg1DblClick
  end
  object but1: TButton
    Left = 244
    Top = 12
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 1
    OnClick = but1Click
  end
  object but2: TButton
    Left = 244
    Top = 62
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 2
    OnClick = but2Click
  end
  object but3: TButton
    Left = 244
    Top = 110
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 3
    OnClick = but3Click
  end
  object but4: TButton
    Left = 244
    Top = 160
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 4
  end
  object but5: TButton
    Left = 604
    Top = 312
    Width = 90
    Height = 45
    Cancel = True
    Caption = 'but1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = 20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = but5Click
  end
  object dbg2: TDBGrid
    Left = 340
    Top = 6
    Width = 255
    Height = 367
    DataSource = DataM.xlmealdata
    ReadOnly = True
    TabOrder = 6
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object but6: TButton
    Left = 600
    Top = 12
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 7
    OnClick = but6Click
  end
  object but7: TButton
    Left = 600
    Top = 62
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 8
    OnClick = but7Click
  end
  object but8: TButton
    Left = 600
    Top = 110
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 9
    OnClick = but8Click
  end
  object but9: TButton
    Left = 600
    Top = 160
    Width = 90
    Height = 45
    Caption = 'but1'
    TabOrder = 10
  end
end

⌨️ 快捷键说明

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