提交 2fedda45 编写于 作者: leaky114's avatar leaky114

Merge branch 'master' of gitcode.net:leaky114/inventoraddin

......@@ -8,11 +8,11 @@ Imports System.Runtime.InteropServices
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("InventorAddIn")>
<Assembly: AssemblyTitle("InAI")>
<Assembly: AssemblyDescription("InventorAddIn For Inventor 2015")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("InventorAddIn")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyProduct("InAI")>
<Assembly: AssemblyCopyright("leaky114")>
<Assembly: AssemblyTrademark("")>
'The following GUID is for the ID of the typelib if this project is exposed to COM
......
......@@ -41,9 +41,9 @@ Partial Class frmAbout
'
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnOK.Location = New System.Drawing.Point(257, 233)
Me.btnOK.Location = New System.Drawing.Point(275, 233)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(90, 25)
Me.btnOK.Size = New System.Drawing.Size(75, 28)
Me.btnOK.TabIndex = 40
Me.btnOK.Text = "确定"
'
......@@ -115,7 +115,7 @@ Partial Class frmAbout
'
'picZhiFuBao
'
Me.picZhiFuBao.Image = Global.InventorAddIn.My.Resources.Resources.支付宝
Me.picZhiFuBao.Image = Global.InAI.My.Resources.Resources.支付宝
Me.picZhiFuBao.InitialImage = Nothing
Me.picZhiFuBao.Location = New System.Drawing.Point(14, 126)
Me.picZhiFuBao.Name = "picZhiFuBao"
......@@ -126,7 +126,7 @@ Partial Class frmAbout
'
'picWeiXin
'
Me.picWeiXin.Image = Global.InventorAddIn.My.Resources.Resources.微信
Me.picWeiXin.Image = Global.InAI.My.Resources.Resources.微信
Me.picWeiXin.InitialImage = Nothing
Me.picWeiXin.Location = New System.Drawing.Point(14, 12)
Me.picWeiXin.Name = "picWeiXin"
......@@ -137,18 +137,18 @@ Partial Class frmAbout
'
'btnCheckUpdate
'
Me.btnCheckUpdate.Location = New System.Drawing.Point(162, 233)
Me.btnCheckUpdate.Location = New System.Drawing.Point(192, 233)
Me.btnCheckUpdate.Name = "btnCheckUpdate"
Me.btnCheckUpdate.Size = New System.Drawing.Size(90, 25)
Me.btnCheckUpdate.Size = New System.Drawing.Size(75, 28)
Me.btnCheckUpdate.TabIndex = 44
Me.btnCheckUpdate.Text = "检查更新"
Me.btnCheckUpdate.UseVisualStyleBackColor = True
'
'btnGit
'
Me.btnGit.Location = New System.Drawing.Point(17, 233)
Me.btnGit.Location = New System.Drawing.Point(15, 233)
Me.btnGit.Name = "btnGit"
Me.btnGit.Size = New System.Drawing.Size(90, 25)
Me.btnGit.Size = New System.Drawing.Size(90, 28)
Me.btnGit.TabIndex = 45
Me.btnGit.Text = "访问软件仓库"
Me.btnGit.UseVisualStyleBackColor = True
......@@ -159,7 +159,7 @@ Partial Class frmAbout
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnOK
Me.ClientSize = New System.Drawing.Size(359, 264)
Me.ClientSize = New System.Drawing.Size(359, 270)
Me.Controls.Add(Me.btnGit)
Me.Controls.Add(Me.btnCheckUpdate)
Me.Controls.Add(Me.picZhiFuBao)
......
......@@ -40,7 +40,7 @@ Partial Class frmAllSaveAs
Me.btnStart.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnStart.Location = New System.Drawing.Point(298, 89)
Me.btnStart.Name = "btnStart"
Me.btnStart.Size = New System.Drawing.Size(90, 25)
Me.btnStart.Size = New System.Drawing.Size(90, 28)
Me.btnStart.TabIndex = 1
Me.btnStart.Text = "开始"
'
......@@ -50,7 +50,7 @@ Partial Class frmAllSaveAs
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(396, 89)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(90, 25)
Me.btnClose.Size = New System.Drawing.Size(90, 28)
Me.btnClose.TabIndex = 1
Me.btnClose.Text = "关闭"
'
......@@ -79,7 +79,7 @@ Partial Class frmAllSaveAs
Me.btnAddFolder.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAddFolder.Location = New System.Drawing.Point(8, 89)
Me.btnAddFolder.Name = "btnAddFolder"
Me.btnAddFolder.Size = New System.Drawing.Size(90, 25)
Me.btnAddFolder.Size = New System.Drawing.Size(90, 28)
Me.btnAddFolder.TabIndex = 21
Me.btnAddFolder.Text = "添加文件夹"
Me.btnAddFolder.UseVisualStyleBackColor = True
......@@ -170,6 +170,7 @@ Partial Class frmAllSaveAs
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmAllSaveAs"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "全部另存为"
......
......@@ -28,10 +28,10 @@ Partial Class frmAutoPartNumber
Me.btnReview = New System.Windows.Forms.Button()
Me.btnMoveDown = New System.Windows.Forms.Button()
Me.lvwFile = New System.Windows.Forms.ListView()
Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.chOriginalFileName = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.chType = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.chNewFileName = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.chFolder = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
Me.txtBasicNum = New System.Windows.Forms.TextBox()
Me.lblBasicNum = New System.Windows.Forms.Label()
Me.lblAmsChange = New System.Windows.Forms.Label()
......@@ -51,7 +51,7 @@ Partial Class frmAutoPartNumber
Me.btnStart.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnStart.Location = New System.Drawing.Point(511, 385)
Me.btnStart.Name = "btnStart"
Me.btnStart.Size = New System.Drawing.Size(65, 25)
Me.btnStart.Size = New System.Drawing.Size(65, 28)
Me.btnStart.TabIndex = 5
Me.btnStart.Text = "开始"
'
......@@ -62,7 +62,7 @@ Partial Class frmAutoPartNumber
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(584, 385)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(65, 25)
Me.btnClose.Size = New System.Drawing.Size(65, 28)
Me.btnClose.TabIndex = 6
Me.btnClose.Text = "关闭"
'
......@@ -71,7 +71,7 @@ Partial Class frmAutoPartNumber
Me.btnMoveUp.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnMoveUp.Location = New System.Drawing.Point(93, 385)
Me.btnMoveUp.Name = "btnMoveUp"
Me.btnMoveUp.Size = New System.Drawing.Size(65, 25)
Me.btnMoveUp.Size = New System.Drawing.Size(65, 28)
Me.btnMoveUp.TabIndex = 0
Me.btnMoveUp.TabStop = False
Me.btnMoveUp.Text = "上移"
......@@ -82,7 +82,7 @@ Partial Class frmAutoPartNumber
Me.btnReview.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnReview.Location = New System.Drawing.Point(385, 385)
Me.btnReview.Name = "btnReview"
Me.btnReview.Size = New System.Drawing.Size(65, 25)
Me.btnReview.Size = New System.Drawing.Size(65, 28)
Me.btnReview.TabIndex = 4
Me.btnReview.Text = "预览"
Me.btnReview.UseVisualStyleBackColor = True
......@@ -92,7 +92,7 @@ Partial Class frmAutoPartNumber
Me.btnMoveDown.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnMoveDown.Location = New System.Drawing.Point(166, 385)
Me.btnMoveDown.Name = "btnMoveDown"
Me.btnMoveDown.Size = New System.Drawing.Size(65, 25)
Me.btnMoveDown.Size = New System.Drawing.Size(65, 28)
Me.btnMoveDown.TabIndex = 21
Me.btnMoveDown.TabStop = False
Me.btnMoveDown.Text = "下移"
......@@ -104,7 +104,7 @@ Partial Class frmAutoPartNumber
Me.lvwFile.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lvwFile.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4})
Me.lvwFile.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.chOriginalFileName, Me.chType, Me.chNewFileName, Me.chFolder})
Me.lvwFile.FullRowSelect = True
Me.lvwFile.Location = New System.Drawing.Point(13, 12)
Me.lvwFile.Name = "lvwFile"
......@@ -114,25 +114,25 @@ Partial Class frmAutoPartNumber
Me.lvwFile.UseCompatibleStateImageBehavior = False
Me.lvwFile.View = System.Windows.Forms.View.Details
'
'ColumnHeader1
'chOriginalFileName
'
Me.ColumnHeader1.Text = "原文件名"
Me.ColumnHeader1.Width = 150
Me.chOriginalFileName.Text = "原文件名"
Me.chOriginalFileName.Width = 150
'
'ColumnHeader2
'chType
'
Me.ColumnHeader2.Text = "类型"
Me.ColumnHeader2.Width = 50
Me.chType.Text = "类型"
Me.chType.Width = 50
'
'ColumnHeader3
'chNewFileName
'
Me.ColumnHeader3.Text = "新文件名"
Me.ColumnHeader3.Width = 250
Me.chNewFileName.Text = "新文件名"
Me.chNewFileName.Width = 250
'
'ColumnHeader4
'chFolder
'
Me.ColumnHeader4.Text = "文件夹"
Me.ColumnHeader4.Width = 250
Me.chFolder.Text = "文件夹"
Me.chFolder.Width = 250
'
'txtBasicNum
'
......@@ -197,7 +197,7 @@ Partial Class frmAutoPartNumber
Me.btnMoveOut.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnMoveOut.Location = New System.Drawing.Point(239, 385)
Me.btnMoveOut.Name = "btnMoveOut"
Me.btnMoveOut.Size = New System.Drawing.Size(65, 25)
Me.btnMoveOut.Size = New System.Drawing.Size(65, 28)
Me.btnMoveOut.TabIndex = 29
Me.btnMoveOut.Text = "移出"
Me.btnMoveOut.UseVisualStyleBackColor = True
......@@ -207,7 +207,7 @@ Partial Class frmAutoPartNumber
Me.btnReLoad.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnReLoad.Location = New System.Drawing.Point(312, 385)
Me.btnReLoad.Name = "btnReLoad"
Me.btnReLoad.Size = New System.Drawing.Size(65, 25)
Me.btnReLoad.Size = New System.Drawing.Size(65, 28)
Me.btnReLoad.TabIndex = 30
Me.btnReLoad.Text = "重载"
Me.btnReLoad.UseVisualStyleBackColor = True
......@@ -235,7 +235,7 @@ Partial Class frmAutoPartNumber
Me.btnSelectall.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnSelectall.Location = New System.Drawing.Point(20, 385)
Me.btnSelectall.Name = "btnSelectall"
Me.btnSelectall.Size = New System.Drawing.Size(65, 25)
Me.btnSelectall.Size = New System.Drawing.Size(65, 28)
Me.btnSelectall.TabIndex = 33
Me.btnSelectall.TabStop = False
Me.btnSelectall.Text = "全选"
......@@ -291,20 +291,19 @@ Partial Class frmAutoPartNumber
End Sub
Friend WithEvents btnStart As System.Windows.Forms.Button
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents btnMoveUp As System.Windows.Forms.Button
Friend WithEvents btnReview As System.Windows.Forms.Button
Friend WithEvents btnMoveDown As System.Windows.Forms.Button
Friend WithEvents lvwFile As System.Windows.Forms.ListView
Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
Friend WithEvents chOriginalFileName As System.Windows.Forms.ColumnHeader
Friend WithEvents chType As System.Windows.Forms.ColumnHeader
Friend WithEvents chNewFileName As System.Windows.Forms.ColumnHeader
Friend WithEvents txtBasicNum As System.Windows.Forms.TextBox
Friend WithEvents lblBasicNum As System.Windows.Forms.Label
Friend WithEvents lblAmsChange As System.Windows.Forms.Label
Friend WithEvents lblPartChange As System.Windows.Forms.Label
Friend WithEvents txtPartChange As System.Windows.Forms.TextBox
Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
Friend WithEvents chFolder As System.Windows.Forms.ColumnHeader
Friend WithEvents cmbAmsChange As System.Windows.Forms.ComboBox
Friend WithEvents btnMoveOut As System.Windows.Forms.Button
Friend WithEvents btnReLoad As System.Windows.Forms.Button
......@@ -312,5 +311,6 @@ Partial Class frmAutoPartNumber
Friend WithEvents txtNewFileName As System.Windows.Forms.TextBox
Friend WithEvents btnSelectall As System.Windows.Forms.Button
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnClose As System.Windows.Forms.Button
End Class
......@@ -22,6 +22,7 @@ Partial Class frmChangeIpro
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChangeIpro))
Me.btnOK = New System.Windows.Forms.Button()
Me.btnCancel = New System.Windows.Forms.Button()
Me.lblDescribe = New System.Windows.Forms.Label()
......@@ -37,7 +38,7 @@ Partial Class frmChangeIpro
Me.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnOK.Location = New System.Drawing.Point(152, 112)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(65, 25)
Me.btnOK.Size = New System.Drawing.Size(65, 28)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "确定"
'
......@@ -47,7 +48,7 @@ Partial Class frmChangeIpro
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(225, 112)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(65, 25)
Me.btnCancel.Size = New System.Drawing.Size(65, 28)
Me.btnCancel.TabIndex = 1
Me.btnCancel.Text = "取消"
'
......@@ -115,9 +116,11 @@ Partial Class frmChangeIpro
Me.Controls.Add(Me.txtNum)
Me.Controls.Add(Me.lblDescribe)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmChangeIpro"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "调整IPro数据顺序"
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -43,7 +43,7 @@ Partial Class frmGetPart
Me.btnAdd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAdd.Location = New System.Drawing.Point(17, 330)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(65, 25)
Me.btnAdd.Size = New System.Drawing.Size(65, 28)
Me.btnAdd.TabIndex = 38
Me.btnAdd.TabStop = False
Me.btnAdd.Text = "添加"
......@@ -54,7 +54,7 @@ Partial Class frmGetPart
Me.btnMoveOut.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnMoveOut.Location = New System.Drawing.Point(90, 330)
Me.btnMoveOut.Name = "btnMoveOut"
Me.btnMoveOut.Size = New System.Drawing.Size(65, 25)
Me.btnMoveOut.Size = New System.Drawing.Size(65, 28)
Me.btnMoveOut.TabIndex = 37
Me.btnMoveOut.Text = "移出"
Me.btnMoveOut.UseVisualStyleBackColor = True
......@@ -112,7 +112,7 @@ Partial Class frmGetPart
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(392, 330)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(65, 25)
Me.btnClose.Size = New System.Drawing.Size(65, 28)
Me.btnClose.TabIndex = 34
Me.btnClose.Text = "关闭"
'
......@@ -121,7 +121,7 @@ Partial Class frmGetPart
Me.btnClear.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnClear.Location = New System.Drawing.Point(163, 330)
Me.btnClear.Name = "btnClear"
Me.btnClear.Size = New System.Drawing.Size(65, 25)
Me.btnClear.Size = New System.Drawing.Size(65, 28)
Me.btnClear.TabIndex = 39
Me.btnClear.Text = "清空"
Me.btnClear.UseVisualStyleBackColor = True
......
......@@ -33,9 +33,9 @@ Partial Class frmInputBox
'btnOK
'
Me.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnOK.Location = New System.Drawing.Point(280, 123)
Me.btnOK.Location = New System.Drawing.Point(281, 123)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(65, 25)
Me.btnOK.Size = New System.Drawing.Size(65, 28)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "确定"
'
......@@ -43,9 +43,9 @@ Partial Class frmInputBox
'
Me.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(353, 123)
Me.btnCancel.Location = New System.Drawing.Point(354, 123)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(65, 25)
Me.btnCancel.Size = New System.Drawing.Size(65, 28)
Me.btnCancel.TabIndex = 1
Me.btnCancel.Text = "取消"
'
......
......@@ -74,27 +74,27 @@ Partial Class frmInventoryCoding
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClose.AutoSize = True
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(521, 277)
Me.btnClose.Location = New System.Drawing.Point(510, 277)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(69, 33)
Me.btnClose.Size = New System.Drawing.Size(69, 28)
Me.btnClose.TabIndex = 32
Me.btnClose.Text = "关闭"
'
'btnSearchCoding
'
Me.btnSearchCoding.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnSearchCoding.Location = New System.Drawing.Point(371, 277)
Me.btnSearchCoding.Location = New System.Drawing.Point(356, 277)
Me.btnSearchCoding.Name = "btnSearchCoding"
Me.btnSearchCoding.Size = New System.Drawing.Size(69, 33)
Me.btnSearchCoding.Size = New System.Drawing.Size(69, 28)
Me.btnSearchCoding.TabIndex = 31
Me.btnSearchCoding.Text = "查询"
'
'btnWriteCoding
'
Me.btnWriteCoding.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnWriteCoding.Location = New System.Drawing.Point(446, 277)
Me.btnWriteCoding.Location = New System.Drawing.Point(433, 277)
Me.btnWriteCoding.Name = "btnWriteCoding"
Me.btnWriteCoding.Size = New System.Drawing.Size(69, 33)
Me.btnWriteCoding.Size = New System.Drawing.Size(69, 28)
Me.btnWriteCoding.TabIndex = 34
Me.btnWriteCoding.Text = "写入"
Me.btnWriteCoding.UseVisualStyleBackColor = True
......@@ -104,16 +104,16 @@ Partial Class frmInventoryCoding
Me.prgProcess.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.prgProcess.Location = New System.Drawing.Point(12, 280)
Me.prgProcess.Name = "prgProcess"
Me.prgProcess.Size = New System.Drawing.Size(278, 24)
Me.prgProcess.Size = New System.Drawing.Size(261, 24)
Me.prgProcess.Style = System.Windows.Forms.ProgressBarStyle.Continuous
Me.prgProcess.TabIndex = 35
'
'btnLoadFile
'
Me.btnLoadFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnLoadFile.Location = New System.Drawing.Point(296, 277)
Me.btnLoadFile.Location = New System.Drawing.Point(279, 277)
Me.btnLoadFile.Name = "btnLoadFile"
Me.btnLoadFile.Size = New System.Drawing.Size(69, 33)
Me.btnLoadFile.Size = New System.Drawing.Size(69, 28)
Me.btnLoadFile.TabIndex = 36
Me.btnLoadFile.Text = "装载"
'
......
......@@ -22,7 +22,6 @@ Partial Class frmOption
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.btnOK = New System.Windows.Forms.Button()
Me.btnCancel = New System.Windows.Forms.Button()
Me.cbo图号 = New System.Windows.Forms.ComboBox()
......@@ -75,7 +74,6 @@ Partial Class frmOption
Me.btnExcelFilePath = New System.Windows.Forms.Button()
Me.txtexcel文件 = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.TableLayoutPanel1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox4.SuspendLayout()
......@@ -86,27 +84,12 @@ Partial Class frmOption
Me.GroupBox8.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 2
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Controls.Add(Me.btnOK, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.btnCancel, 1, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(413, 392)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(193, 42)
Me.TableLayoutPanel1.TabIndex = 0
'
'btnOK
'
Me.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnOK.Location = New System.Drawing.Point(7, 7)
Me.btnOK.Location = New System.Drawing.Point(425, 399)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(81, 28)
Me.btnOK.Size = New System.Drawing.Size(75, 28)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "确定"
'
......@@ -114,9 +97,9 @@ Partial Class frmOption
'
Me.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(105, 7)
Me.btnCancel.Location = New System.Drawing.Point(516, 399)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(78, 28)
Me.btnCancel.Size = New System.Drawing.Size(75, 28)
Me.btnCancel.TabIndex = 1
Me.btnCancel.Text = "取消"
'
......@@ -622,7 +605,9 @@ Partial Class frmOption
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnCancel
Me.ClientSize = New System.Drawing.Size(618, 444)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.GroupBox8)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.chk检查更新)
Me.Controls.Add(Me.GroupBox7)
Me.Controls.Add(Me.GroupBox6)
......@@ -631,7 +616,6 @@ Partial Class frmOption
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
......@@ -639,7 +623,6 @@ Partial Class frmOption
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "设置"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
......@@ -660,7 +643,6 @@ Partial Class frmOption
Me.PerformLayout()
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents cbo图号 As System.Windows.Forms.ComboBox
......
......@@ -50,9 +50,9 @@ Partial Class frmPrint
'btnStart
'
Me.btnStart.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnStart.Location = New System.Drawing.Point(697, 413)
Me.btnStart.Location = New System.Drawing.Point(695, 413)
Me.btnStart.Name = "btnStart"
Me.btnStart.Size = New System.Drawing.Size(57, 25)
Me.btnStart.Size = New System.Drawing.Size(57, 28)
Me.btnStart.TabIndex = 1
Me.btnStart.TabStop = False
Me.btnStart.Text = "开始"
......@@ -61,9 +61,9 @@ Partial Class frmPrint
'
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(762, 413)
Me.btnClose.Location = New System.Drawing.Point(760, 413)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(57, 25)
Me.btnClose.Size = New System.Drawing.Size(57, 28)
Me.btnClose.TabIndex = 1
Me.btnClose.TabStop = False
Me.btnClose.Text = "关闭"
......@@ -71,9 +71,9 @@ Partial Class frmPrint
'btnAddFile
'
Me.btnAddFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAddFile.Location = New System.Drawing.Point(110, 413)
Me.btnAddFile.Location = New System.Drawing.Point(107, 413)
Me.btnAddFile.Name = "btnAddFile"
Me.btnAddFile.Size = New System.Drawing.Size(85, 25)
Me.btnAddFile.Size = New System.Drawing.Size(85, 28)
Me.btnAddFile.TabIndex = 1
Me.btnAddFile.Text = "添加文件"
Me.btnAddFile.UseVisualStyleBackColor = True
......@@ -81,9 +81,9 @@ Partial Class frmPrint
'btnClearList
'
Me.btnClearList.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnClearList.Location = New System.Drawing.Point(604, 413)
Me.btnClearList.Location = New System.Drawing.Point(476, 413)
Me.btnClearList.Name = "btnClearList"
Me.btnClearList.Size = New System.Drawing.Size(85, 25)
Me.btnClearList.Size = New System.Drawing.Size(85, 28)
Me.btnClearList.TabIndex = 3
Me.btnClearList.Text = "清除列表"
Me.btnClearList.UseVisualStyleBackColor = True
......@@ -91,9 +91,9 @@ Partial Class frmPrint
'btnAddFolder
'
Me.btnAddFolder.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAddFolder.Location = New System.Drawing.Point(203, 413)
Me.btnAddFolder.Location = New System.Drawing.Point(200, 413)
Me.btnAddFolder.Name = "btnAddFolder"
Me.btnAddFolder.Size = New System.Drawing.Size(85, 25)
Me.btnAddFolder.Size = New System.Drawing.Size(85, 28)
Me.btnAddFolder.TabIndex = 2
Me.btnAddFolder.Text = "添加文件夹"
Me.btnAddFolder.UseVisualStyleBackColor = True
......@@ -231,27 +231,27 @@ Partial Class frmPrint
'btnLoadAsm
'
Me.btnLoadAsm.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnLoadAsm.Location = New System.Drawing.Point(17, 413)
Me.btnLoadAsm.Location = New System.Drawing.Point(14, 413)
Me.btnLoadAsm.Name = "btnLoadAsm"
Me.btnLoadAsm.Size = New System.Drawing.Size(85, 25)
Me.btnLoadAsm.Size = New System.Drawing.Size(85, 28)
Me.btnLoadAsm.TabIndex = 0
Me.btnLoadAsm.Text = "从部件导入"
Me.btnLoadAsm.UseVisualStyleBackColor = True
'
'btnLoadIdw
'
Me.btnLoadIdw.Location = New System.Drawing.Point(296, 413)
Me.btnLoadIdw.Location = New System.Drawing.Point(293, 413)
Me.btnLoadIdw.Name = "btnLoadIdw"
Me.btnLoadIdw.Size = New System.Drawing.Size(85, 25)
Me.btnLoadIdw.Size = New System.Drawing.Size(110, 28)
Me.btnLoadIdw.TabIndex = 34
Me.btnLoadIdw.Text = "导入已打开文件"
Me.btnLoadIdw.UseVisualStyleBackColor = True
'
'btnRemove
'
Me.btnRemove.Location = New System.Drawing.Point(545, 413)
Me.btnRemove.Location = New System.Drawing.Point(411, 413)
Me.btnRemove.Name = "btnRemove"
Me.btnRemove.Size = New System.Drawing.Size(51, 25)
Me.btnRemove.Size = New System.Drawing.Size(57, 28)
Me.btnRemove.TabIndex = 35
Me.btnRemove.Text = "移出"
Me.btnRemove.UseVisualStyleBackColor = True
......@@ -299,6 +299,7 @@ Partial Class frmPrint
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmPrint"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "批量打印"
......
......@@ -41,7 +41,7 @@ Partial Class frmSaveAll
Me.btnOK.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnOK.Location = New System.Drawing.Point(20, 247)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(65, 25)
Me.btnOK.Size = New System.Drawing.Size(65, 28)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "确定"
'
......@@ -51,7 +51,7 @@ Partial Class frmSaveAll
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(93, 247)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(65, 25)
Me.btnCancel.Size = New System.Drawing.Size(65, 28)
Me.btnCancel.TabIndex = 1
Me.btnCancel.Text = "取消"
'
......
......@@ -38,7 +38,7 @@ Partial Class frmSaveAs
Me.btnStart.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnStart.Location = New System.Drawing.Point(232, 349)
Me.btnStart.Name = "btnStart"
Me.btnStart.Size = New System.Drawing.Size(57, 33)
Me.btnStart.Size = New System.Drawing.Size(57, 28)
Me.btnStart.TabIndex = 1
Me.btnStart.Text = "开始"
'
......@@ -48,7 +48,7 @@ Partial Class frmSaveAs
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(295, 349)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(57, 33)
Me.btnClose.Size = New System.Drawing.Size(57, 28)
Me.btnClose.TabIndex = 1
Me.btnClose.Text = "关闭"
'
......@@ -67,7 +67,7 @@ Partial Class frmSaveAs
Me.btnAddFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAddFile.Location = New System.Drawing.Point(9, 349)
Me.btnAddFile.Name = "btnAddFile"
Me.btnAddFile.Size = New System.Drawing.Size(69, 33)
Me.btnAddFile.Size = New System.Drawing.Size(69, 28)
Me.btnAddFile.TabIndex = 0
Me.btnAddFile.Text = "添加文件"
Me.btnAddFile.UseVisualStyleBackColor = True
......@@ -77,7 +77,7 @@ Partial Class frmSaveAs
Me.btnClearList.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnClearList.Location = New System.Drawing.Point(161, 349)
Me.btnClearList.Name = "btnClearList"
Me.btnClearList.Size = New System.Drawing.Size(69, 33)
Me.btnClearList.Size = New System.Drawing.Size(69, 28)
Me.btnClearList.TabIndex = 20
Me.btnClearList.Text = "清除列表"
Me.btnClearList.UseVisualStyleBackColor = True
......@@ -87,7 +87,7 @@ Partial Class frmSaveAs
Me.btnAddFolder.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAddFolder.Location = New System.Drawing.Point(79, 349)
Me.btnAddFolder.Name = "btnAddFolder"
Me.btnAddFolder.Size = New System.Drawing.Size(81, 33)
Me.btnAddFolder.Size = New System.Drawing.Size(81, 28)
Me.btnAddFolder.TabIndex = 21
Me.btnAddFolder.Text = "添加文件夹"
Me.btnAddFolder.UseVisualStyleBackColor = True
......@@ -143,6 +143,7 @@ Partial Class frmSaveAs
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmSaveAs"
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "工程图批量另存"
......
......@@ -28,21 +28,21 @@ Partial Class frmiPoperties
Me.btnAddFile = New System.Windows.Forms.Button()
Me.btnClearList = New System.Windows.Forms.Button()
Me.tpCustom = New System.Windows.Forms.TabPage()
Me.BoolP = New System.Windows.Forms.CheckBox()
Me.rdoDouble = New System.Windows.Forms.RadioButton()
Me.rdoDate = New System.Windows.Forms.RadioButton()
Me.rdoBool = New System.Windows.Forms.RadioButton()
Me.rdoString = New System.Windows.Forms.RadioButton()
Me.txtString = New System.Windows.Forms.TextBox()
Me.txtProperty = New System.Windows.Forms.TextBox()
Me.txtDouble = New System.Windows.Forms.TextBox()
Me.lblProperty = New System.Windows.Forms.Label()
Me.dtpDate = New System.Windows.Forms.DateTimePicker()
Me.lblProperty = New System.Windows.Forms.Label()
Me.txtDouble = New System.Windows.Forms.TextBox()
Me.txtProperty = New System.Windows.Forms.TextBox()
Me.txtString = New System.Windows.Forms.TextBox()
Me.rdoString = New System.Windows.Forms.RadioButton()
Me.rdoBool = New System.Windows.Forms.RadioButton()
Me.rdoDate = New System.Windows.Forms.RadioButton()
Me.rdoDouble = New System.Windows.Forms.RadioButton()
Me.BoolP = New System.Windows.Forms.CheckBox()
Me.tpProject = New System.Windows.Forms.TabPage()
Me.cmbProject = New System.Windows.Forms.ComboBox()
Me.lblProject = New System.Windows.Forms.Label()
Me.lblData = New System.Windows.Forms.Label()
Me.txtData = New System.Windows.Forms.TextBox()
Me.lblData = New System.Windows.Forms.Label()
Me.lblProject = New System.Windows.Forms.Label()
Me.cmbProject = New System.Windows.Forms.ComboBox()
Me.tab1 = New System.Windows.Forms.TabControl()
Me.tpCustom.SuspendLayout()
Me.tpProject.SuspendLayout()
......@@ -51,20 +51,20 @@ Partial Class frmiPoperties
'
'btnStart
'
Me.btnStart.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnStart.Location = New System.Drawing.Point(169, 189)
Me.btnStart.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnStart.Location = New System.Drawing.Point(160, 189)
Me.btnStart.Name = "btnStart"
Me.btnStart.Size = New System.Drawing.Size(57, 33)
Me.btnStart.Size = New System.Drawing.Size(70, 28)
Me.btnStart.TabIndex = 1
Me.btnStart.Text = "开始"
'
'btnClose
'
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None
Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnClose.Location = New System.Drawing.Point(230, 189)
Me.btnClose.Location = New System.Drawing.Point(238, 189)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(57, 33)
Me.btnClose.Size = New System.Drawing.Size(70, 28)
Me.btnClose.TabIndex = 1
Me.btnClose.Text = "关闭"
'
......@@ -72,7 +72,7 @@ Partial Class frmiPoperties
'
Me.lstFileLIst.FormattingEnabled = True
Me.lstFileLIst.ItemHeight = 12
Me.lstFileLIst.Location = New System.Drawing.Point(12, 190)
Me.lstFileLIst.Location = New System.Drawing.Point(12, 226)
Me.lstFileLIst.Name = "lstFileLIst"
Me.lstFileLIst.Size = New System.Drawing.Size(271, 148)
Me.lstFileLIst.TabIndex = 15
......@@ -81,9 +81,9 @@ Partial Class frmiPoperties
'btnAddFile
'
Me.btnAddFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnAddFile.Location = New System.Drawing.Point(12, 189)
Me.btnAddFile.Location = New System.Drawing.Point(4, 189)
Me.btnAddFile.Name = "btnAddFile"
Me.btnAddFile.Size = New System.Drawing.Size(69, 33)
Me.btnAddFile.Size = New System.Drawing.Size(70, 28)
Me.btnAddFile.TabIndex = 0
Me.btnAddFile.Text = "添加文件"
Me.btnAddFile.UseVisualStyleBackColor = True
......@@ -92,9 +92,9 @@ Partial Class frmiPoperties
'btnClearList
'
Me.btnClearList.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnClearList.Location = New System.Drawing.Point(86, 189)
Me.btnClearList.Location = New System.Drawing.Point(82, 189)
Me.btnClearList.Name = "btnClearList"
Me.btnClearList.Size = New System.Drawing.Size(69, 33)
Me.btnClearList.Size = New System.Drawing.Size(70, 28)
Me.btnClearList.TabIndex = 20
Me.btnClearList.Text = "清除列表"
Me.btnClearList.UseVisualStyleBackColor = True
......@@ -115,53 +115,47 @@ Partial Class frmiPoperties
Me.tpCustom.Location = New System.Drawing.Point(4, 22)
Me.tpCustom.Name = "tpCustom"
Me.tpCustom.Padding = New System.Windows.Forms.Padding(3)
Me.tpCustom.Size = New System.Drawing.Size(267, 146)
Me.tpCustom.Size = New System.Drawing.Size(286, 146)
Me.tpCustom.TabIndex = 1
Me.tpCustom.Text = "自定义"
Me.tpCustom.UseVisualStyleBackColor = True
'
'BoolP
'dtpDate
'
Me.BoolP.AutoSize = True
Me.BoolP.Location = New System.Drawing.Point(83, 64)
Me.BoolP.Name = "BoolP"
Me.BoolP.Size = New System.Drawing.Size(102, 16)
Me.BoolP.TabIndex = 3
Me.BoolP.Text = "True 或 False"
Me.BoolP.UseVisualStyleBackColor = True
Me.dtpDate.Location = New System.Drawing.Point(81, 115)
Me.dtpDate.Name = "dtpDate"
Me.dtpDate.Size = New System.Drawing.Size(127, 21)
Me.dtpDate.TabIndex = 11
'
'rdoDouble
'lblProperty
'
Me.rdoDouble.AutoSize = True
Me.rdoDouble.Location = New System.Drawing.Point(15, 91)
Me.rdoDouble.Name = "rdoDouble"
Me.rdoDouble.Size = New System.Drawing.Size(47, 16)
Me.rdoDouble.TabIndex = 8
Me.rdoDouble.TabStop = True
Me.rdoDouble.Text = "实数"
Me.rdoDouble.UseVisualStyleBackColor = True
Me.lblProperty.AutoSize = True
Me.lblProperty.Location = New System.Drawing.Point(17, 15)
Me.lblProperty.Name = "lblProperty"
Me.lblProperty.Size = New System.Drawing.Size(41, 12)
Me.lblProperty.TabIndex = 13
Me.lblProperty.Text = "特性名"
'
'rdoDate
'txtDouble
'
Me.rdoDate.AutoSize = True
Me.rdoDate.Location = New System.Drawing.Point(15, 115)
Me.rdoDate.Name = "rdoDate"
Me.rdoDate.Size = New System.Drawing.Size(47, 16)
Me.rdoDate.TabIndex = 9
Me.rdoDate.TabStop = True
Me.rdoDate.Text = "日期"
Me.rdoDate.UseVisualStyleBackColor = True
Me.txtDouble.Location = New System.Drawing.Point(81, 87)
Me.txtDouble.Name = "txtDouble"
Me.txtDouble.Size = New System.Drawing.Size(127, 21)
Me.txtDouble.TabIndex = 4
'
'rdoBool
'txtProperty
'
Me.rdoBool.AutoSize = True
Me.rdoBool.Location = New System.Drawing.Point(15, 67)
Me.rdoBool.Name = "rdoBool"
Me.rdoBool.Size = New System.Drawing.Size(59, 16)
Me.rdoBool.TabIndex = 7
Me.rdoBool.TabStop = True
Me.rdoBool.Text = "布尔值"
Me.rdoBool.UseVisualStyleBackColor = True
Me.txtProperty.Location = New System.Drawing.Point(81, 9)
Me.txtProperty.Name = "txtProperty"
Me.txtProperty.Size = New System.Drawing.Size(127, 21)
Me.txtProperty.TabIndex = 12
'
'txtString
'
Me.txtString.Location = New System.Drawing.Point(81, 36)
Me.txtString.Name = "txtString"
Me.txtString.Size = New System.Drawing.Size(127, 21)
Me.txtString.TabIndex = 2
'
'rdoString
'
......@@ -174,42 +168,48 @@ Partial Class frmiPoperties
Me.rdoString.Text = "字串"
Me.rdoString.UseVisualStyleBackColor = True
'
'txtString
'
Me.txtString.Location = New System.Drawing.Point(81, 36)
Me.txtString.Name = "txtString"
Me.txtString.Size = New System.Drawing.Size(127, 21)
Me.txtString.TabIndex = 2
'
'txtProperty
'rdoBool
'
Me.txtProperty.Location = New System.Drawing.Point(81, 9)
Me.txtProperty.Name = "txtProperty"
Me.txtProperty.Size = New System.Drawing.Size(127, 21)
Me.txtProperty.TabIndex = 12
Me.rdoBool.AutoSize = True
Me.rdoBool.Location = New System.Drawing.Point(15, 67)
Me.rdoBool.Name = "rdoBool"
Me.rdoBool.Size = New System.Drawing.Size(59, 16)
Me.rdoBool.TabIndex = 7
Me.rdoBool.TabStop = True
Me.rdoBool.Text = "布尔值"
Me.rdoBool.UseVisualStyleBackColor = True
'
'txtDouble
'rdoDate
'
Me.txtDouble.Location = New System.Drawing.Point(81, 87)
Me.txtDouble.Name = "txtDouble"
Me.txtDouble.Size = New System.Drawing.Size(127, 21)
Me.txtDouble.TabIndex = 4
Me.rdoDate.AutoSize = True
Me.rdoDate.Location = New System.Drawing.Point(15, 115)
Me.rdoDate.Name = "rdoDate"
Me.rdoDate.Size = New System.Drawing.Size(47, 16)
Me.rdoDate.TabIndex = 9
Me.rdoDate.TabStop = True
Me.rdoDate.Text = "日期"
Me.rdoDate.UseVisualStyleBackColor = True
'
'lblProperty
'rdoDouble
'
Me.lblProperty.AutoSize = True
Me.lblProperty.Location = New System.Drawing.Point(17, 15)
Me.lblProperty.Name = "lblProperty"
Me.lblProperty.Size = New System.Drawing.Size(41, 12)
Me.lblProperty.TabIndex = 13
Me.lblProperty.Text = "特性名"
Me.rdoDouble.AutoSize = True
Me.rdoDouble.Location = New System.Drawing.Point(15, 91)
Me.rdoDouble.Name = "rdoDouble"
Me.rdoDouble.Size = New System.Drawing.Size(47, 16)
Me.rdoDouble.TabIndex = 8
Me.rdoDouble.TabStop = True
Me.rdoDouble.Text = "实数"
Me.rdoDouble.UseVisualStyleBackColor = True
'
'dtpDate
'BoolP
'
Me.dtpDate.Location = New System.Drawing.Point(81, 115)
Me.dtpDate.Name = "dtpDate"
Me.dtpDate.Size = New System.Drawing.Size(127, 21)
Me.dtpDate.TabIndex = 11
Me.BoolP.AutoSize = True
Me.BoolP.Location = New System.Drawing.Point(83, 64)
Me.BoolP.Name = "BoolP"
Me.BoolP.Size = New System.Drawing.Size(102, 16)
Me.BoolP.TabIndex = 3
Me.BoolP.Text = "True 或 False"
Me.BoolP.UseVisualStyleBackColor = True
'
'tpProject
'
......@@ -225,24 +225,12 @@ Partial Class frmiPoperties
Me.tpProject.Text = "项目"
Me.tpProject.UseVisualStyleBackColor = True
'
'cmbProject
'
Me.cmbProject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbProject.FormattingEnabled = True
Me.cmbProject.Items.AddRange(New Object() {"零件代号", "库存编号", "描述", "修订号", "项目", "设计人", "工程师", "批准人", "成本中心", "预估成本", "供应商", "Web链接"})
Me.cmbProject.Location = New System.Drawing.Point(70, 10)
Me.cmbProject.Name = "cmbProject"
Me.cmbProject.Size = New System.Drawing.Size(145, 20)
Me.cmbProject.TabIndex = 18
'
'lblProject
'txtData
'
Me.lblProject.AutoSize = True
Me.lblProject.Location = New System.Drawing.Point(12, 14)
Me.lblProject.Name = "lblProject"
Me.lblProject.Size = New System.Drawing.Size(53, 12)
Me.lblProject.TabIndex = 19
Me.lblProject.Text = "项目名:"
Me.txtData.Location = New System.Drawing.Point(70, 39)
Me.txtData.Name = "txtData"
Me.txtData.Size = New System.Drawing.Size(143, 21)
Me.txtData.TabIndex = 21
'
'lblData
'
......@@ -253,12 +241,24 @@ Partial Class frmiPoperties
Me.lblData.TabIndex = 20
Me.lblData.Text = "数 据:"
'
'txtData
'lblProject
'
Me.txtData.Location = New System.Drawing.Point(70, 39)
Me.txtData.Name = "txtData"
Me.txtData.Size = New System.Drawing.Size(143, 21)
Me.txtData.TabIndex = 21
Me.lblProject.AutoSize = True
Me.lblProject.Location = New System.Drawing.Point(12, 14)
Me.lblProject.Name = "lblProject"
Me.lblProject.Size = New System.Drawing.Size(53, 12)
Me.lblProject.TabIndex = 19
Me.lblProject.Text = "项目名:"
'
'cmbProject
'
Me.cmbProject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbProject.FormattingEnabled = True
Me.cmbProject.Items.AddRange(New Object() {"零件代号", "库存编号", "描述", "修订号", "项目", "设计人", "工程师", "批准人", "成本中心", "预估成本", "供应商", "Web链接"})
Me.cmbProject.Location = New System.Drawing.Point(70, 10)
Me.cmbProject.Name = "cmbProject"
Me.cmbProject.Size = New System.Drawing.Size(145, 20)
Me.cmbProject.TabIndex = 18
'
'tab1
'
......@@ -267,7 +267,7 @@ Partial Class frmiPoperties
Me.tab1.Location = New System.Drawing.Point(12, 12)
Me.tab1.Name = "tab1"
Me.tab1.SelectedIndex = 0
Me.tab1.Size = New System.Drawing.Size(275, 172)
Me.tab1.Size = New System.Drawing.Size(294, 172)
Me.tab1.TabIndex = 19
'
'frmiPoperties
......@@ -276,7 +276,7 @@ Partial Class frmiPoperties
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnClose
Me.ClientSize = New System.Drawing.Size(299, 231)
Me.ClientSize = New System.Drawing.Size(318, 231)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.btnStart)
Me.Controls.Add(Me.btnClearList)
......
......@@ -39,7 +39,7 @@ Namespace My.Resources
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("InventorAddIn.Resources", GetType(Resources).Assembly)
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("InAI.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
......
此差异已折叠。
......@@ -6,9 +6,9 @@ Inventor 2015 以下版本,更高版本请自行编译。
# InAI有哪些功能?
- iProperty自动填写
- 部件内零件重命名并替换
- 部件内文件名并替换
- 检查是否存在零件对应工程图
- 部件中双零部件对齐原始坐标
- 双零部件对齐原始坐标
- 图号自动生成
- 导出平面BOM
- 移动指定文件
......@@ -21,17 +21,16 @@ Inventor 2015 以下版本,更高版本请自行编译。
- 工程图尺寸添加直径
- 检查工程图零件序号完整性
- 新建工程图零件序号
- 插入工程图零件序号
# 更新日志
[更新日志](https://gitcode.net/leaky114/inventoraddin/-/blob/master/CHANGELOG)
# 关于作者
一个机械工程师,一个把重复简单劳动自动化者。
# 联系作者
![微信]()
微信搜索(!#^-4767-0633)
# 捐赠
![微信付款码](https://gitcode.net/leaky114/inventoraddin/-/raw/master/icon/%E5%BE%AE%E4%BF%A1.bmp) | ![支付宝付款码](https://gitcode.net/leaky114/inventoraddin/-/raw/master/icon/%E6%94%AF%E4%BB%98%E5%AE%9D.bmp)
![微信付款码](https://gitcode.net/leaky114/inventoraddin/-/raw/master/Resources/%E5%BE%AE%E4%BF%A1.bmp) ![支付宝付款码](https://gitcode.net/leaky114/inventoraddin/-/raw/master/Resources/%E6%94%AF%E4%BB%98%E5%AE%9D.bmp)
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册