_ Partial Class AutoPartNumberDialog Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.OK_Button = New System.Windows.Forms.Button() Me.Cancel_Button = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.ListView1 = 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.TextBox1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.SuspendLayout() ' 'OK_Button ' Me.OK_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.OK_Button.Location = New System.Drawing.Point(528, 385) Me.OK_Button.Name = "OK_Button" Me.OK_Button.Size = New System.Drawing.Size(57, 33) Me.OK_Button.TabIndex = 5 Me.OK_Button.Text = "开始" ' 'Cancel_Button ' Me.Cancel_Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Cancel_Button.AutoSize = True Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.Cancel_Button.Location = New System.Drawing.Point(591, 385) Me.Cancel_Button.Name = "Cancel_Button" Me.Cancel_Button.Size = New System.Drawing.Size(57, 33) Me.Cancel_Button.TabIndex = 6 Me.Cancel_Button.Text = "关闭" ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.Location = New System.Drawing.Point(107, 385) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(69, 33) Me.Button1.TabIndex = 0 Me.Button1.TabStop = False Me.Button1.Text = "上移" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button2.Location = New System.Drawing.Point(413, 385) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(69, 33) Me.Button2.TabIndex = 4 Me.Button2.Text = "预览" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button3.Location = New System.Drawing.Point(178, 385) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(81, 33) Me.Button3.TabIndex = 21 Me.Button3.TabStop = False Me.Button3.Text = "下移" Me.Button3.UseVisualStyleBackColor = True ' 'ListView1 ' Me.ListView1.AllowDrop = True Me.ListView1.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.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4}) Me.ListView1.FullRowSelect = True Me.ListView1.Location = New System.Drawing.Point(13, 12) Me.ListView1.Name = "ListView1" Me.ListView1.Size = New System.Drawing.Size(636, 281) Me.ListView1.TabIndex = 22 Me.ListView1.TabStop = False Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' Me.ColumnHeader1.Text = "原文件名" Me.ColumnHeader1.Width = 150 ' 'ColumnHeader2 ' Me.ColumnHeader2.Text = "类型" Me.ColumnHeader2.Width = 50 ' 'ColumnHeader3 ' Me.ColumnHeader3.Text = "新文件名" Me.ColumnHeader3.Width = 250 ' 'ColumnHeader4 ' Me.ColumnHeader4.Text = "文件夹" Me.ColumnHeader4.Width = 250 ' 'TextBox1 ' Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox1.Location = New System.Drawing.Point(79, 315) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(134, 21) Me.TextBox1.TabIndex = 0 ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(22, 318) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 12) Me.Label1.TabIndex = 25 Me.Label1.Text = "基准代号" ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(219, 318) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(65, 12) Me.Label2.TabIndex = 26 Me.Label2.Text = "部件变化量" ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(397, 318) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(65, 12) Me.Label3.TabIndex = 28 Me.Label3.Text = "零件变化量" ' 'TextBox3 ' Me.TextBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox3.Location = New System.Drawing.Point(478, 315) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(73, 21) Me.TextBox3.TabIndex = 2 Me.TextBox3.Text = "1" ' 'ComboBox1 ' Me.ComboBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Items.AddRange(New Object() {"100", "10000"}) Me.ComboBox1.Location = New System.Drawing.Point(292, 315) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(99, 20) Me.ComboBox1.TabIndex = 2 Me.ComboBox1.Text = "100" ' 'Button4 ' Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button4.Location = New System.Drawing.Point(264, 385) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(69, 33) Me.Button4.TabIndex = 29 Me.Button4.Text = "移出" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.Location = New System.Drawing.Point(338, 385) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(69, 33) Me.Button5.TabIndex = 30 Me.Button5.Text = "重载" Me.Button5.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(20, 346) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(53, 12) Me.Label4.TabIndex = 31 Me.Label4.Text = "新文件名" ' 'TextBox2 ' Me.TextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox2.Location = New System.Drawing.Point(79, 342) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(361, 21) Me.TextBox2.TabIndex = 32 ' 'Button6 ' Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button6.Location = New System.Drawing.Point(34, 385) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(69, 33) Me.Button6.TabIndex = 33 Me.Button6.TabStop = False Me.Button6.Text = "全选" Me.Button6.UseVisualStyleBackColor = True Me.Button6.Visible = False ' 'Button7 ' Me.Button7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Button7.Location = New System.Drawing.Point(446, 340) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(25, 25) Me.Button7.TabIndex = 34 Me.Button7.Text = "√" Me.Button7.UseVisualStyleBackColor = True ' 'AutoPartNumberDialog ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.Cancel_Button Me.ClientSize = New System.Drawing.Size(661, 427) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.ListView1) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Cancel_Button) Me.Controls.Add(Me.OK_Button) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "AutoPartNumberDialog" Me.ShowIcon = False Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "自动命名图号" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents OK_Button As System.Windows.Forms.Button Friend WithEvents Cancel_Button As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents ListView1 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 TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button End Class