frmsptypeadd.dfm

来自「一个小型餐饮管理系统,可支持小票打印.还存在一些小问题,希望朋友们帮助完成. 」· DFM 代码 · 共 54 行

DFM
54
字号
object Frm_SpType: TFrm_SpType
  Left = 394
  Top = 218
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21830#21697#20998#31867#28155#21152#31383#21475
  ClientHeight = 140
  ClientWidth = 431
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 48
    Top = 40
    Width = 54
    Height = 12
    Caption = #20998#31867#21517#31216':'
  end
  object Button1: TButton
    Left = 120
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830' '#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 88
    Width = 75
    Height = 25
    Caption = #21462' '#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Ed_projName: TEdit
    Left = 128
    Top = 36
    Width = 217
    Height = 20
    ImeName = #26497#21697#20116#31508#36755#20837#27861
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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