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

📄 dlmeal.dfm

📁 简单的餐饮软件部分源码
💻 DFM
字号:
object fmeallb: Tfmeallb
  Left = 298
  Top = 294
  Width = 352
  Height = 154
  Caption = 'fmeallb'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 10
    Width = 81
    Height = 22
    AutoSize = False
    Caption = 'Label1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 6
    Top = 44
    Width = 81
    Height = 21
    AutoSize = False
    Caption = 'Label1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Edit1: TEdit
    Left = 92
    Top = 10
    Width = 148
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 92
    Top = 44
    Width = 240
    Height = 21
    TabOrder = 1
    OnEnter = Edit2Enter
  end
  object bit1: TBitBtn
    Left = 168
    Top = 81
    Width = 76
    Height = 36
    Caption = 'bit1'
    TabOrder = 2
    OnClick = bit1Click
  end
  object bit2: TBitBtn
    Left = 252
    Top = 81
    Width = 76
    Height = 36
    Caption = 'bit1'
    TabOrder = 3
    OnClick = bit2Click
  end
end

⌨️ 快捷键说明

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