dlmeal.dfm

来自「简单的餐饮软件部分源码」· DFM 代码 · 共 83 行

DFM
83
字号
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 + =
减小字号Ctrl + -
显示快捷键?