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

📄 main.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
object Form1: TForm1
  Left = 268
  Top = 98
  Width = 346
  Height = 149
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 48
    Width = 48
    Height = 25
  end
  object Label2: TLabel
    Left = 192
    Top = 48
    Width = 13
    Height = 24
    Caption = '='
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 216
    Top = 48
    Width = 80
    Height = 25
  end
  object Edit1: TEdit
    Left = 8
    Top = 48
    Width = 97
    Height = 21
    TabOrder = 0
  end
  object MainMenu1: TMainMenu
    Left = 16
    Top = 8
    object N1: TMenuItem
      Caption = #36681#25563'(Z)'
      object N2: TMenuItem
        Caption = #20844#26020'->'
        object mmKGtoTG: TMenuItem
          Caption = #21488#26020
          OnClick = mmKGtoTGClick
        end
        object mmKGtoP: TMenuItem
          Caption = #30917
          OnClick = mmKGtoPClick
        end
      end
      object x1: TMenuItem
        Caption = #21488#26020'->'
        object mmTGtoKG: TMenuItem
          Caption = #20844#26020
          OnClick = mmTGtoKGClick
        end
        object mmTGtoP: TMenuItem
          Caption = #30917
          OnClick = mmTGtoPClick
        end
      end
      object S1: TMenuItem
        Caption = #30917'->'
        object mmPtoKG: TMenuItem
          Caption = #20844#26020
          OnClick = mmPtoKGClick
        end
        object mmPtoTG: TMenuItem
          Caption = #21488#26020
          OnClick = mmPtoTGClick
        end
      end
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 48
    Top = 16
    object M1: TMenuItem
      Caption = #28165#38500
      OnClick = M1Click
    end
  end
end

⌨️ 快捷键说明

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