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

📄 wrapform.dfm

📁 曲面加工程序源码,用C++编写的加工曲线曲面的程序
💻 DFM
字号:
object WrapForm1: TWrapForm1
  Left = 172
  Top = 111
  Width = 351
  Height = 273
  Caption = '(c) 2002 morishin@riken.go.jp'
  Color = clBtnFace
  Font.Charset = SHIFTJIS_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '俵俽 俹僑僔僢僋'
  Font.Style = []
  OldCreateOrder = False
  OnClick = FormClick
  PixelsPerInch = 96
  TextHeight = 12
  object PaintBox1: TPaintBox
    Left = 16
    Top = 0
    Width = 17
    Height = 9
    OnDblClick = PaintBox1DblClick
  end
  object PaintBox2: TPaintBox
    Left = 48
    Top = 0
    Width = 17
    Height = 9
    OnDblClick = PaintBox2DblClick
  end
  object PaintBox3: TPaintBox
    Left = 104
    Top = 0
    Width = 17
    Height = 9
    OnDblClick = PaintBox3DblClick
  end
  object Label1: TLabel
    Left = 24
    Top = 32
    Width = 140
    Height = 21
    Caption = 'ToolR<0.625mm'
    Font.Charset = SHIFTJIS_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = '俵俽 俹僑僔僢僋'
    Font.Style = []
    ParentFont = False
  end
  object CloseButton: TButton
    Left = 208
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 0
    OnClick = CloseButtonClick
  end
  object Button1: TButton
    Left = 208
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Write'
    TabOrder = 1
    OnClick = Button1Click
  end
  object ShowMainButton: TButton
    Left = 208
    Top = 32
    Width = 75
    Height = 25
    Caption = 'Show'
    TabOrder = 2
    OnClick = ShowMainButtonClick
  end
  object SaveNCDialog: TSaveDialog
    DefaultExt = 'txt'
    Filter = '*.txt|*.txt'
    Left = 274
    Top = 13
  end
end

⌨️ 快捷键说明

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