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

📄 dynacall.~dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 ~DFM
字号:
object Form1: TForm1
  Left = 275
  Top = 197
  Width = 346
  Height = 196
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 32
    Top = 88
    Width = 36
    Height = 13
    Caption = #32467#26524#65306
  end
  object Button1: TButton
    Left = 80
    Top = 120
    Width = 89
    Height = 25
    Caption = #27714#26368#22823#20540
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 120
    Width = 81
    Height = 25
    Caption = #27714#26368#23567#20540
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 321
    Height = 57
    Caption = #35831#36755#20837'X'#12289'Y'#21644'Z'
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 19
      Height = 13
      Caption = 'X'#65306
    end
    object Label2: TLabel
      Left = 128
      Top = 24
      Width = 19
      Height = 13
      Caption = 'Y'#65306
    end
    object Label3: TLabel
      Left = 224
      Top = 24
      Width = 19
      Height = 13
      Caption = 'Z'#65306
    end
    object Edit1: TEdit
      Left = 56
      Top = 24
      Width = 49
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 160
      Top = 24
      Width = 49
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 256
      Top = 24
      Width = 57
      Height = 21
      TabOrder = 2
    end
  end
  object Edit4: TEdit
    Left = 80
    Top = 80
    Width = 153
    Height = 21
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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