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

📄 cseek.~dfm

📁 简单的餐饮软件部分源码
💻 ~DFM
字号:
object cform: Tcform
  Left = 197
  Top = 106
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'cform'
  ClientHeight = 369
  ClientWidth = 250
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object dbg1: TDBGrid
    Left = 3
    Top = 3
    Width = 243
    Height = 316
    Color = clInfoBk
    DataSource = DataM.cdata
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object but1: TButton
    Left = 86
    Top = 325
    Width = 78
    Height = 41
    Caption = 'but1'
    TabOrder = 1
    OnClick = but1Click
  end
  object but2: TButton
    Left = 166
    Top = 325
    Width = 78
    Height = 41
    Cancel = True
    Caption = 'Button1'
    TabOrder = 2
    OnClick = but2Click
  end
end

⌨️ 快捷键说明

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