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

📄 unit0604200132.~dfm

📁 用Delphi写的计算器程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  TransparentColorValue = clRed
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clRed
  Font.Height = -53
  Font.Name = 'Jokerman'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 76
  object Label1: TLabel
    Left = 80
    Top = 56
    Width = 185
    Height = 73
    AutoSize = False
    Caption = #35745#26102#22120
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 488
    Top = 64
    Width = 81
    Height = 65
    AutoSize = False
    Caption = #31186
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Labelhour: TLabel
    Left = 112
    Top = 200
    Width = 105
    Height = 73
    AutoSize = False
    Caption = '00'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -53
    Font.Name = 'Jokerman'
    Font.Style = []
    ParentFont = False
  end
  object LabelSec: TLabel
    Left = 496
    Top = 200
    Width = 105
    Height = 73
    AutoSize = False
    Caption = '00'
  end
  object LabelMin: TLabel
    Left = 296
    Top = 200
    Width = 105
    Height = 73
    AutoSize = False
    Caption = '00'
  end
  object Label3: TLabel
    Left = 224
    Top = 192
    Width = 18
    Height = 76
    Caption = ':'
  end
  object Label4: TLabel
    Left = 424
    Top = 192
    Width = 18
    Height = 76
    Caption = ':'
  end
  object edit: TEdit
    Left = 288
    Top = 56
    Width = 161
    Height = 56
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object ButtonStart: TButton
    Left = 104
    Top = 312
    Width = 89
    Height = 73
    Caption = #24320#22987
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object ButtonStop: TButton
    Left = 544
    Top = 312
    Width = 89
    Height = 73
    Caption = #20572#27490
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object ButtonCon: TButton
    Left = 405
    Top = 312
    Width = 89
    Height = 73
    Caption = #32487#32493
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object ButtonPause: TButton
    Left = 250
    Top = 312
    Width = 89
    Height = 73
    Caption = #26242#20572
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 16
    Top = 56
  end
end

⌨️ 快捷键说明

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