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

📄 mealnuform.dfm

📁 简单的餐饮软件部分源码
💻 DFM
字号:
object fmealnu: Tfmealnu
  Left = 174
  Top = 30
  Width = 217
  Height = 346
  BorderIcons = [biSystemMenu]
  Caption = 'fmealnu'
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 4
    Top = 10
    Width = 54
    Height = 20
    AutoSize = False
    Caption = 'Label1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object but1: TButton
    Tag = 1
    Left = 20
    Top = 45
    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 = 20
    Top = 100
    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 = 75
    Top = 100
    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 = 132
    Top = 100
    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 but5: TButton
    Left = 20
    Top = 155
    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 = 5
    OnClick = but5Click
  end
  object but6: TButton
    Left = 75
    Top = 155
    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 but7: TButton
    Left = 132
    Top = 155
    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 = 7
    OnClick = but7Click
  end
  object but8: TButton
    Left = 20
    Top = 210
    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 = 75
    Top = 210
    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 = 132
    Top = 210
    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 Edit1: TEdit
    Left = 59
    Top = 9
    Width = 134
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object but11: TButton
    Left = 76
    Top = 47
    Width = 105
    Height = 49
    Caption = 'but11'
    TabOrder = 11
    OnClick = but11Click
  end
  object but12: TButton
    Left = 18
    Top = 268
    Width = 81
    Height = 41
    Caption = 'but12'
    Default = True
    TabOrder = 12
    OnClick = but12Click
  end
  object but13: TButton
    Left = 105
    Top = 268
    Width = 81
    Height = 41
    Cancel = True
    Caption = 'Button1'
    TabOrder = 13
    OnClick = but13Click
  end
end

⌨️ 快捷键说明

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