csunit.dfm

来自「餐营的数据核算,模拟入库,出库,库存.对餐营的流程详细叙述」· DFM 代码 · 共 33 行

DFM
33
字号
object csForm: TcsForm
  Left = 350
  Top = 267
  BorderStyle = bsNone
  ClientHeight = 68
  ClientWidth = 240
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 145
    Height = 13
    Caption = #25968#25454#20256#36755#20013#65292#35831#31561#24453'....'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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