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

📄 srlb.dfm

📁 集成酒店桑拿食管管理的完整程序
💻 DFM
字号:
object srlbForm: TsrlbForm
  Left = 295
  Top = 206
  Width = 223
  Height = 149
  BorderIcons = []
  Caption = '输入类别名称'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 61
    Width = 48
    Height = 12
    Caption = '类别名称'
  end
  object mc: TEdit
    Left = 73
    Top = 57
    Width = 121
    Height = 20
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 35
    Top = 85
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 110
    Top = 85
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 215
    Height = 55
    Align = alTop
    BevelOuter = bvNone
    Enabled = False
    TabOrder = 3
    object Label2: TLabel
      Left = 16
      Top = 8
      Width = 48
      Height = 12
      Caption = '大类编号'
    end
    object Label3: TLabel
      Left = 17
      Top = 33
      Width = 48
      Height = 12
      Caption = '大类名称'
    end
    object lbh: TEdit
      Left = 72
      Top = 4
      Width = 121
      Height = 20
      TabOrder = 0
    end
    object lmc: TEdit
      Left = 73
      Top = 29
      Width = 121
      Height = 20
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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