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

📄 unit1.dfm

📁 个人计算器 个人计算器
💻 DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 227
  BorderStyle = bsDialog
  Caption = #25105#30340#35745#31639#22120
  ClientHeight = 115
  ClientWidth = 491
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 80
    Width = 33
    Height = 19
    Caption = 'Low'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 44
    Height = 19
    Caption = 'High'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 0
    Top = 0
    Width = 128
    Height = 28
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 171
    Top = 0
    Width = 121
    Height = 28
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
  object Button1: TButton
    Left = 293
    Top = 2
    Width = 75
    Height = 25
    Caption = '='
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object ComboBox1: TComboBox
    Left = 131
    Top = 0
    Width = 38
    Height = 28
    Style = csDropDownList
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ItemHeight = 20
    ItemIndex = 0
    ParentFont = False
    TabOrder = 3
    Text = '+'
    Items.Strings = (
      '+'
      '-'
      '*'
      '/')
  end
  object Edit3: TEdit
    Left = 370
    Top = 1
    Width = 121
    Height = 28
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
  end
  object EdtLow: TEdit
    Left = 54
    Top = 80
    Width = 121
    Height = 20
    TabOrder = 5
  end
  object EdtHigh: TEdit
    Left = 54
    Top = 56
    Width = 121
    Height = 20
    TabOrder = 6
  end
  object Button2: TButton
    Left = 216
    Top = 53
    Width = 75
    Height = 25
    Caption = '='
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 297
    Top = 52
    Width = 185
    Height = 50
    TabOrder = 8
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 184
    Top = 48
  end
end

⌨️ 快捷键说明

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