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

📄 cashform.~dfm

📁 简单的餐饮软件部分源码
💻 ~DFM
字号:
object fcash: Tfcash
  Left = 210
  Top = 153
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  Caption = 'fcash'
  ClientHeight = 229
  ClientWidth = 432
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 14
    Width = 209
    Height = 57
    AutoSize = False
    Caption = 'Label1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -40
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 105
    Width = 48
    Height = 13
    Caption = #22791#29992#37329#65306
  end
  object but1: TButton
    Tag = 1
    Left = 270
    Top = 12
    Width = 50
    Height = 50
    Caption = '0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = but1Click
  end
  object but2: TButton
    Left = 270
    Top = 64
    Width = 50
    Height = 50
    Caption = '1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = but2Click
  end
  object but3: TButton
    Left = 320
    Top = 64
    Width = 50
    Height = 50
    Caption = '2'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = but3Click
  end
  object but4: TButton
    Left = 370
    Top = 64
    Width = 50
    Height = 50
    Caption = '3'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = but4Click
  end
  object but7: TButton
    Left = 370
    Top = 115
    Width = 50
    Height = 50
    Caption = '6'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = but7Click
  end
  object but6: TButton
    Left = 320
    Top = 115
    Width = 50
    Height = 50
    Caption = '5'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = but6Click
  end
  object but5: TButton
    Left = 270
    Top = 115
    Width = 50
    Height = 50
    Caption = '4'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = but5Click
  end
  object but8: TButton
    Left = 270
    Top = 166
    Width = 50
    Height = 50
    Caption = '7'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = but8Click
  end
  object but9: TButton
    Left = 320
    Top = 166
    Width = 50
    Height = 50
    Caption = '8'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = but9Click
  end
  object but10: TButton
    Left = 370
    Top = 166
    Width = 50
    Height = 50
    Caption = '9'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 30
    Font.Name = '@'#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 10
    OnClick = but10Click
  end
  object but11: TButton
    Left = 320
    Top = 12
    Width = 100
    Height = 50
    Caption = 'but11'
    TabOrder = 11
    OnClick = but11Click
  end
  object but12: TButton
    Left = 66
    Top = 144
    Width = 81
    Height = 41
    Caption = 'but12'
    Default = True
    TabOrder = 12
    OnClick = but12Click
  end
  object but13: TButton
    Left = 153
    Top = 144
    Width = 81
    Height = 41
    Cancel = True
    Caption = 'Button1'
    TabOrder = 13
    OnClick = but13Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 103
    Width = 169
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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