_ Partial Class form_BomManage Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ 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 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(form_BomManage)) Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.bt_Export = New System.Windows.Forms.Button() Me.chk_ShowPnImage = New System.Windows.Forms.CheckBox() Me.chk_ShowPnInfo = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.lblBomPath = New System.Windows.Forms.Label() Me.btOpenBack = New System.Windows.Forms.Button() Me.btOpenNext = New System.Windows.Forms.Button() Me.btUpdate = New System.Windows.Forms.Button() Me.btDeleteRow = New System.Windows.Forms.Button() Me.btInsertRow = New System.Windows.Forms.Button() Me.Grid1 = New FlexCell.Grid() Me.btDelete = New System.Windows.Forms.Button() Me.btSave = New System.Windows.Forms.Button() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.SplSearch = New System.Windows.Forms.SplitContainer() Me.GrdSourceBom = New FlexCell.Grid() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.查询ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.更新当前物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.更新物料信息ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.合并相同料号ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.保存至数据库ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.保存至数据库BOM表ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.导出ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator() Me.插入行ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.删除行ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.清空表格ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TabControl2 = New System.Windows.Forms.TabControl() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.ChkUpdatePart = New System.Windows.Forms.CheckBox() Me.ChkHasPartType = New System.Windows.Forms.CheckBox() Me.ckb_Pn_Inhaos = New System.Windows.Forms.CheckBox() Me.ckb_PnJohao = New System.Windows.Forms.CheckBox() Me.bt_QueryQuick = New System.Windows.Forms.Button() Me.tb_Desc = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.tb_Name = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.tb_PartNumber = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TabPage5 = New System.Windows.Forms.TabPage() Me.bt_Query = New System.Windows.Forms.Button() Me.tb_Value = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.combo_Section = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.combo_Operate = New System.Windows.Forms.ComboBox() Me.GrdQueueResult = New FlexCell.Grid() Me.tbBomPN = New System.Windows.Forms.TextBox() Me.btQueryBom = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.lbl_CurrentPN = New System.Windows.Forms.Label() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.SplSearch, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplSearch.Panel1.SuspendLayout() Me.SplSearch.Panel2.SuspendLayout() Me.SplSearch.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.TabControl2.SuspendLayout() Me.TabPage4.SuspendLayout() Me.TabPage5.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.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.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Location = New System.Drawing.Point(6, 30) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(753, 502) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.bt_Export) Me.TabPage1.Controls.Add(Me.chk_ShowPnImage) Me.TabPage1.Controls.Add(Me.chk_ShowPnInfo) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.lblBomPath) Me.TabPage1.Controls.Add(Me.btOpenBack) Me.TabPage1.Controls.Add(Me.btOpenNext) Me.TabPage1.Controls.Add(Me.btUpdate) Me.TabPage1.Controls.Add(Me.btDeleteRow) Me.TabPage1.Controls.Add(Me.btInsertRow) Me.TabPage1.Controls.Add(Me.Grid1) Me.TabPage1.Controls.Add(Me.btDelete) Me.TabPage1.Controls.Add(Me.btSave) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(745, 476) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "料表明细" Me.TabPage1.UseVisualStyleBackColor = True ' 'bt_Export ' Me.bt_Export.Location = New System.Drawing.Point(9, 448) Me.bt_Export.Name = "bt_Export" Me.bt_Export.Size = New System.Drawing.Size(90, 23) Me.bt_Export.TabIndex = 14 Me.bt_Export.Text = "另存为Excel表格" Me.bt_Export.UseVisualStyleBackColor = True ' 'chk_ShowPnImage ' Me.chk_ShowPnImage.AutoSize = True Me.chk_ShowPnImage.Checked = Global.WT_DMS.My.MySettings.Default.CHK_SHOWPNIMAGE Me.chk_ShowPnImage.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.WT_DMS.My.MySettings.Default, "CHK_SHOWPNIMAGE", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.chk_ShowPnImage.Location = New System.Drawing.Point(9, 266) Me.chk_ShowPnImage.Name = "chk_ShowPnImage" Me.chk_ShowPnImage.Size = New System.Drawing.Size(96, 16) Me.chk_ShowPnImage.TabIndex = 13 Me.chk_ShowPnImage.Text = "显示图片信息" Me.chk_ShowPnImage.UseVisualStyleBackColor = True ' 'chk_ShowPnInfo ' Me.chk_ShowPnInfo.AutoSize = True Me.chk_ShowPnInfo.Checked = Global.WT_DMS.My.MySettings.Default.CHK_SHOWPNINFO Me.chk_ShowPnInfo.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.WT_DMS.My.MySettings.Default, "CHK_SHOWPNINFO", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.chk_ShowPnInfo.Location = New System.Drawing.Point(9, 244) Me.chk_ShowPnInfo.Name = "chk_ShowPnInfo" Me.chk_ShowPnInfo.Size = New System.Drawing.Size(96, 16) Me.chk_ShowPnInfo.TabIndex = 13 Me.chk_ShowPnInfo.Text = "显示料号信息" Me.chk_ShowPnInfo.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!) Me.Label2.ForeColor = System.Drawing.Color.DarkCyan Me.Label2.Location = New System.Drawing.Point(6, 12) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(112, 16) Me.Label2.TabIndex = 12 Me.Label2.Text = "料表层级路径:" ' 'lblBomPath ' Me.lblBomPath.AutoSize = True Me.lblBomPath.Font = New System.Drawing.Font("宋体", 12.0!) Me.lblBomPath.ForeColor = System.Drawing.Color.DarkCyan Me.lblBomPath.Location = New System.Drawing.Point(115, 12) Me.lblBomPath.Name = "lblBomPath" Me.lblBomPath.Size = New System.Drawing.Size(96, 16) Me.lblBomPath.TabIndex = 11 Me.lblBomPath.Text = "B-002\B-001" ' 'btOpenBack ' Me.btOpenBack.Location = New System.Drawing.Point(9, 167) Me.btOpenBack.Name = "btOpenBack" Me.btOpenBack.Size = New System.Drawing.Size(91, 23) Me.btOpenBack.TabIndex = 10 Me.btOpenBack.Text = "返回上一级" Me.btOpenBack.UseVisualStyleBackColor = True ' 'btOpenNext ' Me.btOpenNext.Location = New System.Drawing.Point(9, 196) Me.btOpenNext.Name = "btOpenNext" Me.btOpenNext.Size = New System.Drawing.Size(91, 23) Me.btOpenNext.TabIndex = 9 Me.btOpenNext.Text = "进入下一级" Me.btOpenNext.UseVisualStyleBackColor = True ' 'btUpdate ' Me.btUpdate.Location = New System.Drawing.Point(8, 114) Me.btUpdate.Name = "btUpdate" Me.btUpdate.Size = New System.Drawing.Size(91, 23) Me.btUpdate.TabIndex = 8 Me.btUpdate.Text = "更新信息" Me.btUpdate.UseVisualStyleBackColor = True ' 'btDeleteRow ' Me.btDeleteRow.Location = New System.Drawing.Point(8, 69) Me.btDeleteRow.Name = "btDeleteRow" Me.btDeleteRow.Size = New System.Drawing.Size(92, 23) Me.btDeleteRow.TabIndex = 7 Me.btDeleteRow.Text = "删除行" Me.btDeleteRow.UseVisualStyleBackColor = True ' 'btInsertRow ' Me.btInsertRow.Location = New System.Drawing.Point(8, 40) Me.btInsertRow.Name = "btInsertRow" Me.btInsertRow.Size = New System.Drawing.Size(92, 23) Me.btInsertRow.TabIndex = 7 Me.btInsertRow.Text = "插入行" Me.btInsertRow.UseVisualStyleBackColor = True ' 'Grid1 ' Me.Grid1.AllowUserSort = True Me.Grid1.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.Grid1.BorderStyle = FlexCell.BorderStyleEnum.None Me.Grid1.CheckedImage = CType(resources.GetObject("Grid1.CheckedImage"), System.Drawing.Bitmap) Me.Grid1.Cols = 7 Me.Grid1.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.Grid1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.Grid1.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Grid1.ImeMode = System.Windows.Forms.ImeMode.[On] Me.Grid1.Location = New System.Drawing.Point(105, 40) Me.Grid1.Name = "Grid1" Me.Grid1.Rows = 500 Me.Grid1.Size = New System.Drawing.Size(634, 430) Me.Grid1.TabIndex = 6 Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap) ' 'btDelete ' Me.btDelete.Location = New System.Drawing.Point(7, 385) Me.btDelete.Name = "btDelete" Me.btDelete.Size = New System.Drawing.Size(93, 23) Me.btDelete.TabIndex = 3 Me.btDelete.Text = "删除" Me.btDelete.UseVisualStyleBackColor = True ' 'btSave ' Me.btSave.Location = New System.Drawing.Point(7, 340) Me.btSave.Name = "btSave" Me.btSave.Size = New System.Drawing.Size(93, 23) Me.btSave.TabIndex = 3 Me.btSave.Text = "保存" Me.btSave.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(745, 476) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "料表平铺" Me.TabPage2.UseVisualStyleBackColor = True ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.SplSearch) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(745, 476) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "AD BOM 向导" Me.TabPage3.UseVisualStyleBackColor = True ' 'SplSearch ' Me.SplSearch.Dock = System.Windows.Forms.DockStyle.Fill Me.SplSearch.Location = New System.Drawing.Point(0, 0) Me.SplSearch.Name = "SplSearch" Me.SplSearch.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplSearch.Panel1 ' Me.SplSearch.Panel1.Controls.Add(Me.GrdSourceBom) ' 'SplSearch.Panel2 ' Me.SplSearch.Panel2.Controls.Add(Me.TabControl2) Me.SplSearch.Panel2.Controls.Add(Me.GrdQueueResult) Me.SplSearch.Size = New System.Drawing.Size(745, 476) Me.SplSearch.SplitterDistance = 269 Me.SplSearch.SplitterWidth = 6 Me.SplSearch.TabIndex = 0 ' 'GrdSourceBom ' Me.GrdSourceBom.BorderStyle = FlexCell.BorderStyleEnum.None Me.GrdSourceBom.CheckedImage = Nothing Me.GrdSourceBom.Cols = 20 Me.GrdSourceBom.ContextMenuStrip = Me.ContextMenuStrip1 Me.GrdSourceBom.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdSourceBom.Dock = System.Windows.Forms.DockStyle.Fill Me.GrdSourceBom.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrdSourceBom.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GrdSourceBom.Location = New System.Drawing.Point(0, 0) Me.GrdSourceBom.Name = "GrdSourceBom" Me.GrdSourceBom.Size = New System.Drawing.Size(745, 269) Me.GrdSourceBom.TabIndex = 0 Me.GrdSourceBom.UncheckedImage = Nothing ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.查询ToolStripMenuItem, Me.ToolStripSeparator2, Me.更新当前物料ToolStripMenuItem, Me.更新物料信息ToolStripMenuItem, Me.合并相同料号ToolStripMenuItem, Me.ToolStripSeparator1, Me.保存至数据库ToolStripMenuItem, Me.保存至数据库BOM表ToolStripMenuItem, Me.ToolStripSeparator3, Me.导出ToolStripMenuItem, Me.ToolStripSeparator4, Me.插入行ToolStripMenuItem, Me.删除行ToolStripMenuItem, Me.清空表格ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(191, 248) ' '查询ToolStripMenuItem ' Me.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem" Me.查询ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.查询ToolStripMenuItem.Text = "查询物料信息" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(187, 6) ' '更新当前物料ToolStripMenuItem ' Me.更新当前物料ToolStripMenuItem.Name = "更新当前物料ToolStripMenuItem" Me.更新当前物料ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.更新当前物料ToolStripMenuItem.Text = "更新当前物料" ' '更新物料信息ToolStripMenuItem ' Me.更新物料信息ToolStripMenuItem.Name = "更新物料信息ToolStripMenuItem" Me.更新物料信息ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.更新物料信息ToolStripMenuItem.Text = "更新全部物料" ' '合并相同料号ToolStripMenuItem ' Me.合并相同料号ToolStripMenuItem.Name = "合并相同料号ToolStripMenuItem" Me.合并相同料号ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.合并相同料号ToolStripMenuItem.Text = "合并相同物料" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(187, 6) ' '保存至数据库ToolStripMenuItem ' Me.保存至数据库ToolStripMenuItem.Name = "保存至数据库ToolStripMenuItem" Me.保存至数据库ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.保存至数据库ToolStripMenuItem.Text = "保存至数据库临时表" ' '保存至数据库BOM表ToolStripMenuItem ' Me.保存至数据库BOM表ToolStripMenuItem.Name = "保存至数据库BOM表ToolStripMenuItem" Me.保存至数据库BOM表ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.保存至数据库BOM表ToolStripMenuItem.Text = "保存至数据库BOM表" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(187, 6) ' '导出ToolStripMenuItem ' Me.导出ToolStripMenuItem.Name = "导出ToolStripMenuItem" Me.导出ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.导出ToolStripMenuItem.Text = "导出为BOM文件" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(187, 6) ' '插入行ToolStripMenuItem ' Me.插入行ToolStripMenuItem.Name = "插入行ToolStripMenuItem" Me.插入行ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.插入行ToolStripMenuItem.Text = "插入行" ' '删除行ToolStripMenuItem ' Me.删除行ToolStripMenuItem.Name = "删除行ToolStripMenuItem" Me.删除行ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.删除行ToolStripMenuItem.Text = "删除行" ' '清空表格ToolStripMenuItem ' Me.清空表格ToolStripMenuItem.Name = "清空表格ToolStripMenuItem" Me.清空表格ToolStripMenuItem.Size = New System.Drawing.Size(190, 22) Me.清空表格ToolStripMenuItem.Text = "清空表格" ' 'TabControl2 ' Me.TabControl2.Controls.Add(Me.TabPage4) Me.TabControl2.Controls.Add(Me.TabPage5) Me.TabControl2.Dock = System.Windows.Forms.DockStyle.Right Me.TabControl2.Location = New System.Drawing.Point(387, 0) Me.TabControl2.Name = "TabControl2" Me.TabControl2.SelectedIndex = 0 Me.TabControl2.Size = New System.Drawing.Size(358, 201) Me.TabControl2.TabIndex = 1 ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.ChkUpdatePart) Me.TabPage4.Controls.Add(Me.ChkHasPartType) Me.TabPage4.Controls.Add(Me.ckb_Pn_Inhaos) Me.TabPage4.Controls.Add(Me.ckb_PnJohao) Me.TabPage4.Controls.Add(Me.bt_QueryQuick) Me.TabPage4.Controls.Add(Me.tb_Desc) Me.TabPage4.Controls.Add(Me.Label6) Me.TabPage4.Controls.Add(Me.tb_Name) Me.TabPage4.Controls.Add(Me.Label5) Me.TabPage4.Controls.Add(Me.tb_PartNumber) Me.TabPage4.Controls.Add(Me.Label4) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) Me.TabPage4.Size = New System.Drawing.Size(350, 175) Me.TabPage4.TabIndex = 0 Me.TabPage4.Text = "快速查询" Me.TabPage4.UseVisualStyleBackColor = True ' 'ChkUpdatePart ' Me.ChkUpdatePart.AutoSize = True Me.ChkUpdatePart.Checked = True Me.ChkUpdatePart.CheckState = System.Windows.Forms.CheckState.Checked Me.ChkUpdatePart.Location = New System.Drawing.Point(216, 150) Me.ChkUpdatePart.Name = "ChkUpdatePart" Me.ChkUpdatePart.Size = New System.Drawing.Size(96, 16) Me.ChkUpdatePart.TabIndex = 8 Me.ChkUpdatePart.Text = "同步更新料号" Me.ChkUpdatePart.UseVisualStyleBackColor = True ' 'ChkHasPartType ' Me.ChkHasPartType.AutoSize = True Me.ChkHasPartType.Checked = True Me.ChkHasPartType.CheckState = System.Windows.Forms.CheckState.Checked Me.ChkHasPartType.Location = New System.Drawing.Point(216, 128) Me.ChkHasPartType.Name = "ChkHasPartType" Me.ChkHasPartType.Size = New System.Drawing.Size(96, 16) Me.ChkHasPartType.TabIndex = 7 Me.ChkHasPartType.Text = "包含型号搜索" Me.ChkHasPartType.UseVisualStyleBackColor = True ' 'ckb_Pn_Inhaos ' Me.ckb_Pn_Inhaos.AutoSize = True Me.ckb_Pn_Inhaos.Checked = True Me.ckb_Pn_Inhaos.CheckState = System.Windows.Forms.CheckState.Checked Me.ckb_Pn_Inhaos.Location = New System.Drawing.Point(38, 150) Me.ckb_Pn_Inhaos.Name = "ckb_Pn_Inhaos" Me.ckb_Pn_Inhaos.Size = New System.Drawing.Size(96, 16) Me.ckb_Pn_Inhaos.TabIndex = 6 Me.ckb_Pn_Inhaos.Text = " INHAOS 料号" Me.ckb_Pn_Inhaos.UseVisualStyleBackColor = True ' 'ckb_PnJohao ' Me.ckb_PnJohao.AutoSize = True Me.ckb_PnJohao.Checked = True Me.ckb_PnJohao.CheckState = System.Windows.Forms.CheckState.Checked Me.ckb_PnJohao.Location = New System.Drawing.Point(38, 128) Me.ckb_PnJohao.Name = "ckb_PnJohao" Me.ckb_PnJohao.Size = New System.Drawing.Size(78, 16) Me.ckb_PnJohao.TabIndex = 5 Me.ckb_PnJohao.Text = " 卓豪料号" Me.ckb_PnJohao.UseVisualStyleBackColor = True ' 'bt_QueryQuick ' Me.bt_QueryQuick.Location = New System.Drawing.Point(300, 19) Me.bt_QueryQuick.Name = "bt_QueryQuick" Me.bt_QueryQuick.Size = New System.Drawing.Size(38, 90) Me.bt_QueryQuick.TabIndex = 3 Me.bt_QueryQuick.Text = "查询" Me.bt_QueryQuick.UseVisualStyleBackColor = True ' 'tb_Desc ' Me.tb_Desc.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_Desc.Location = New System.Drawing.Point(73, 88) Me.tb_Desc.Name = "tb_Desc" Me.tb_Desc.Size = New System.Drawing.Size(221, 21) Me.tb_Desc.TabIndex = 2 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(12, 91) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(53, 12) Me.Label6.TabIndex = 0 Me.Label6.Text = "规格描述" ' 'tb_Name ' Me.tb_Name.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_Name.Location = New System.Drawing.Point(73, 53) Me.tb_Name.Name = "tb_Name" Me.tb_Name.Size = New System.Drawing.Size(221, 21) Me.tb_Name.TabIndex = 1 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(12, 56) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(53, 12) Me.Label5.TabIndex = 0 Me.Label5.Text = "物料名称" ' 'tb_PartNumber ' Me.tb_PartNumber.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.tb_PartNumber.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_PartNumber.Location = New System.Drawing.Point(73, 19) Me.tb_PartNumber.MaxLength = 32 Me.tb_PartNumber.Name = "tb_PartNumber" Me.tb_PartNumber.Size = New System.Drawing.Size(221, 21) Me.tb_PartNumber.TabIndex = 0 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(36, 22) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 12) Me.Label4.TabIndex = 0 Me.Label4.Text = "料号" ' 'TabPage5 ' Me.TabPage5.Controls.Add(Me.bt_Query) Me.TabPage5.Controls.Add(Me.tb_Value) Me.TabPage5.Controls.Add(Me.Label3) Me.TabPage5.Controls.Add(Me.combo_Section) Me.TabPage5.Controls.Add(Me.Label7) Me.TabPage5.Controls.Add(Me.Label8) Me.TabPage5.Controls.Add(Me.combo_Operate) Me.TabPage5.Location = New System.Drawing.Point(4, 22) Me.TabPage5.Name = "TabPage5" Me.TabPage5.Padding = New System.Windows.Forms.Padding(3) Me.TabPage5.Size = New System.Drawing.Size(350, 175) Me.TabPage5.TabIndex = 1 Me.TabPage5.Text = "高级查询" Me.TabPage5.UseVisualStyleBackColor = True ' 'bt_Query ' Me.bt_Query.Location = New System.Drawing.Point(282, 12) Me.bt_Query.Name = "bt_Query" Me.bt_Query.Size = New System.Drawing.Size(53, 101) Me.bt_Query.TabIndex = 3 Me.bt_Query.Text = "查询" Me.bt_Query.UseVisualStyleBackColor = True ' 'tb_Value ' Me.tb_Value.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_Value.Location = New System.Drawing.Point(53, 65) Me.tb_Value.Multiline = True Me.tb_Value.Name = "tb_Value" Me.tb_Value.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.tb_Value.Size = New System.Drawing.Size(214, 48) Me.tb_Value.TabIndex = 2 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(18, 15) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(29, 12) Me.Label3.TabIndex = 1 Me.Label3.Text = "字段" ' 'combo_Section ' Me.combo_Section.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.combo_Section.FormattingEnabled = True Me.combo_Section.Items.AddRange(New Object() {"料号PN", "物料名称", "规格描述"}) Me.combo_Section.Location = New System.Drawing.Point(53, 12) Me.combo_Section.Name = "combo_Section" Me.combo_Section.Size = New System.Drawing.Size(214, 20) Me.combo_Section.TabIndex = 0 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(30, 68) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(17, 12) Me.Label7.TabIndex = 1 Me.Label7.Text = "值" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(18, 41) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(29, 12) Me.Label8.TabIndex = 1 Me.Label8.Text = "运算" ' 'combo_Operate ' Me.combo_Operate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.combo_Operate.FormattingEnabled = True Me.combo_Operate.Location = New System.Drawing.Point(53, 38) Me.combo_Operate.Name = "combo_Operate" Me.combo_Operate.Size = New System.Drawing.Size(214, 20) Me.combo_Operate.TabIndex = 1 ' 'GrdQueueResult ' Me.GrdQueueResult.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.GrdQueueResult.BorderStyle = FlexCell.BorderStyleEnum.Light3D Me.GrdQueueResult.CheckedImage = Nothing Me.GrdQueueResult.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdQueueResult.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrdQueueResult.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GrdQueueResult.Location = New System.Drawing.Point(0, 0) Me.GrdQueueResult.Name = "GrdQueueResult" Me.GrdQueueResult.Size = New System.Drawing.Size(385, 177) Me.GrdQueueResult.TabIndex = 0 Me.GrdQueueResult.UncheckedImage = Nothing ' 'tbBomPN ' Me.tbBomPN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper Me.tbBomPN.Location = New System.Drawing.Point(50, 14) Me.tbBomPN.Name = "tbBomPN" Me.tbBomPN.Size = New System.Drawing.Size(246, 21) Me.tbBomPN.TabIndex = 1 ' 'btQueryBom ' Me.btQueryBom.Location = New System.Drawing.Point(302, 12) Me.btQueryBom.Name = "btQueryBom" Me.btQueryBom.Size = New System.Drawing.Size(75, 23) Me.btQueryBom.TabIndex = 2 Me.btQueryBom.Text = "查询" Me.btQueryBom.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(15, 17) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 12) Me.Label1.TabIndex = 4 Me.Label1.Text = "料号:" ' 'GroupBox1 ' Me.GroupBox1.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.GroupBox1.Controls.Add(Me.lbl_CurrentPN) Me.GroupBox1.Controls.Add(Me.TabControl1) Me.GroupBox1.Location = New System.Drawing.Point(12, 41) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.GroupBox1.Size = New System.Drawing.Size(765, 553) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False ' 'lbl_CurrentPN ' Me.lbl_CurrentPN.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lbl_CurrentPN.BackColor = System.Drawing.Color.LightBlue Me.lbl_CurrentPN.Location = New System.Drawing.Point(5, 13) Me.lbl_CurrentPN.Name = "lbl_CurrentPN" Me.lbl_CurrentPN.Size = New System.Drawing.Size(754, 14) Me.lbl_CurrentPN.TabIndex = 1 Me.lbl_CurrentPN.Text = "当前料号: " Me.lbl_CurrentPN.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'form_BomManage ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(790, 597) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.btQueryBom) Me.Controls.Add(Me.tbBomPN) Me.KeyPreview = true Me.Name = "form_BomManage" Me.Text = "BOM管理" Me.TabControl1.ResumeLayout(false) Me.TabPage1.ResumeLayout(false) Me.TabPage1.PerformLayout Me.TabPage3.ResumeLayout(false) Me.SplSearch.Panel1.ResumeLayout(false) Me.SplSearch.Panel2.ResumeLayout(false) CType(Me.SplSearch,System.ComponentModel.ISupportInitialize).EndInit Me.SplSearch.ResumeLayout(false) Me.ContextMenuStrip1.ResumeLayout(false) Me.TabControl2.ResumeLayout(false) Me.TabPage4.ResumeLayout(false) Me.TabPage4.PerformLayout Me.TabPage5.ResumeLayout(false) Me.TabPage5.PerformLayout Me.GroupBox1.ResumeLayout(false) Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents tbBomPN As System.Windows.Forms.TextBox Friend WithEvents btQueryBom As System.Windows.Forms.Button Friend WithEvents btSave As System.Windows.Forms.Button Friend WithEvents btDelete As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Grid1 As FlexCell.Grid Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents lbl_CurrentPN As System.Windows.Forms.Label Friend WithEvents btDeleteRow As System.Windows.Forms.Button Friend WithEvents btInsertRow As System.Windows.Forms.Button Friend WithEvents btUpdate As System.Windows.Forms.Button Friend WithEvents btOpenNext As System.Windows.Forms.Button Friend WithEvents btOpenBack As System.Windows.Forms.Button Friend WithEvents lblBomPath As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents chk_ShowPnImage As System.Windows.Forms.CheckBox Friend WithEvents chk_ShowPnInfo As System.Windows.Forms.CheckBox Friend WithEvents bt_Export As System.Windows.Forms.Button Friend WithEvents TabPage3 As TabPage Friend WithEvents SplSearch As SplitContainer Friend WithEvents GrdSourceBom As FlexCell.Grid Friend WithEvents GrdQueueResult As FlexCell.Grid Friend WithEvents TabControl2 As TabControl Friend WithEvents TabPage4 As TabPage Friend WithEvents ckb_Pn_Inhaos As CheckBox Friend WithEvents ckb_PnJohao As CheckBox Friend WithEvents bt_QueryQuick As Button Friend WithEvents tb_Desc As TextBox Friend WithEvents Label6 As Label Friend WithEvents tb_Name As TextBox Friend WithEvents Label5 As Label Friend WithEvents tb_PartNumber As TextBox Friend WithEvents Label4 As Label Friend WithEvents TabPage5 As TabPage Friend WithEvents bt_Query As Button Friend WithEvents tb_Value As TextBox Friend WithEvents Label3 As Label Friend WithEvents combo_Section As ComboBox Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents combo_Operate As ComboBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 查询ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 导出ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ChkHasPartType As CheckBox Friend WithEvents 保存至数据库ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 更新物料信息ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 保存至数据库BOM表ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents ChkUpdatePart As CheckBox Friend WithEvents 更新当前物料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator4 As ToolStripSeparator Friend WithEvents 插入行ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 删除行ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 清空表格ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 合并相同料号ToolStripMenuItem As ToolStripMenuItem End Class