资源简介

《CAD/CAE/CAM界的ACDSee》(AutoVue SolidModel Professional) AutoVue SolidModel Professional号称支持500种以上的CAD/CAE/CAM软件所生成的文件格式

资源截图

代码片段和文件信息

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace csAvX
{
/// 
/// Summary description for About.
/// 

public class About : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
/// 
/// Required designer variable.
/// 

private System.ComponentModel.Container components = null;

public About()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();

//
// TODO: Add any constructor code after InitializeComponent call
//
}

/// 
/// Clean up any resources being used.
/// 

protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}

#region Windows Form Designer generated code
/// 
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// 

private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(About));
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
// 
// label1
// 
this.label1.Location = new System.Drawing.Point(72 16);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(120 16);
this.label1.TabIndex = 0;
this.label1.Text = “C# / AutoVueX Sample“;
// 
// button1
// 
this.button1.Location = new System.Drawing.Point(88 64);
this.button1.Name = “button1“;
this.button1.Size = new System.Drawing.Size(64 24);
this.button1.TabIndex = 1;
this.button1.Text = “OK“;
this.button1.Click += new System.EventHandler(this.button1_Click);
// 
// label2
// 
this.label2.Location = new System.Drawing.Point(72 40);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(120 16);
this.label2.TabIndex = 0;
this.label2.Text = “Copyright 2008 - Oracle“;
// 
// pictureBox1
// 
this.pictureBox1.Image = ((System.Drawing.Image)(resources.Getobject(“pictureBox1.Image“)));
this.pictureBox1.Location = new System.Drawing.Point(16 24);
this.pictureBox1.Name = “pictureBox1“;
this.pictureBox1.Size = new System.Drawing.Size(32 32);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
// 
// About
// 
this

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      77824  2008-06-20 12:00  avwin\2dentity.dll

     文件       4547  2008-06-20 12:00  avwin\acadfont.map

     文件     192512  2008-06-20 12:00  avwin\acfpdf.dll

     文件          2  2008-06-20 12:00  avwin\acfpdf.txt

     文件     192512  2008-06-20 12:00  avwin\acfpdfu.dll

     文件     167936  2008-06-20 12:00  avwin\acfpdfui.dll

     文件     113076  2008-06-20 12:00  avwin\Adobe-CNS1.cidToUnicode

     文件     174384  2008-06-20 12:00  avwin\Adobe-GB1.cidToUnicode

     文件      92664  2008-06-20 12:00  avwin\Adobe-Japan1.cidToUnicode

     文件     110112  2008-06-20 12:00  avwin\Adobe-Korea1.cidToUnicode

     文件       4527  2008-06-20 12:00  avwin\alt.c2t

     文件     311296  2008-06-20 12:00  avwin\apputils.dll

     文件      16896  2008-06-20 12:00  avwin\attdll.dll

     文件      53248  2008-06-20 12:00  avwin\at_gpstest.dll

     文件      37888  2008-06-20 12:00  avwin\at_info.dll

     文件      53248  2008-06-20 12:00  avwin\at_outtext.dll

     文件     118784  2008-06-20 12:00  avwin\at_pfc.dll

     文件    2819360  2008-06-20 12:00  avwin\AutoVueX.ocx

     文件      13864  2008-06-20 12:00  avwin\AutoVueX.tlb

     文件    1824032  2008-06-20 12:00  avwin\AvCompareX.ocx

     文件       5528  2008-06-20 12:00  avwin\AvCompareX.tlb

     文件       9216  2008-06-20 12:00  avwin\avlink.dll

     文件        386  2008-06-20 12:00  avwin\avmrkpx.lic

     文件     693536  2008-06-20 12:00  avwin\AVMrkpX.ocx

     文件       9288  2008-06-20 12:00  avwin\AVMrkpX.tlb

     文件        386  2008-06-20 12:00  avwin\avprintx.lic

     文件     410912  2008-06-20 12:00  avwin\AvPrintX.ocx

     文件       3380  2008-06-20 12:00  avwin\AvPrintX.tlb

     文件     278528  2008-06-20 12:00  avwin\AvTree.dll

     文件    5668864  2008-06-20 12:00  avwin\avwin.exe

............此处省略1067个文件信息

评论

共有 条评论