470 lines
21 KiB
VB.net
470 lines
21 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class form_QuerySim
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
|
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 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(form_QuerySim))
|
|||
|
|
Me.Grid1 = New FlexCell.Grid()
|
|||
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|||
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|||
|
|
Me.ckb_Pn_Inhaos = New System.Windows.Forms.CheckBox()
|
|||
|
|
Me.ckb_PnJohao = New System.Windows.Forms.CheckBox()
|
|||
|
|
Me.chkShowImage = 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.TabPage2 = New System.Windows.Forms.TabPage()
|
|||
|
|
Me.bt_Query = New System.Windows.Forms.Button()
|
|||
|
|
Me.tb_Value = New System.Windows.Forms.TextBox()
|
|||
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|||
|
|
Me.combo_Section = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
|
Me.combo_Operate = New System.Windows.Forms.ComboBox()
|
|||
|
|
Me.lbl_Information = New System.Windows.Forms.Label()
|
|||
|
|
Me.lbl_Select = New System.Windows.Forms.Label()
|
|||
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.lbl_NoImage = New System.Windows.Forms.Label()
|
|||
|
|
Me.lbl_ImageReading = New System.Windows.Forms.Label()
|
|||
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|||
|
|
Me.bt_Del = New System.Windows.Forms.Button()
|
|||
|
|
Me.btn_Avtive = New System.Windows.Forms.Button()
|
|||
|
|
Me.lab_Tips = New System.Windows.Forms.Label()
|
|||
|
|
Me.btn_SaveChange = New System.Windows.Forms.Button()
|
|||
|
|
Me.chk_MsgForSaveItembyItem = New System.Windows.Forms.CheckBox()
|
|||
|
|
Me.TabControl1.SuspendLayout()
|
|||
|
|
Me.TabPage1.SuspendLayout()
|
|||
|
|
Me.TabPage2.SuspendLayout()
|
|||
|
|
Me.GroupBox2.SuspendLayout()
|
|||
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'Grid1
|
|||
|
|
'
|
|||
|
|
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.CheckedImage = CType(resources.GetObject("Grid1.CheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
Me.Grid1.Cols = 10
|
|||
|
|
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.Location = New System.Drawing.Point(-1, 272)
|
|||
|
|
Me.Grid1.Name = "Grid1"
|
|||
|
|
Me.Grid1.Size = New System.Drawing.Size(607, 300)
|
|||
|
|
Me.Grid1.TabIndex = 1
|
|||
|
|
Me.Grid1.UncheckedImage = CType(resources.GetObject("Grid1.UncheckedImage"), System.Drawing.Bitmap)
|
|||
|
|
'
|
|||
|
|
'TabControl1
|
|||
|
|
'
|
|||
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|||
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|||
|
|
Me.TabControl1.Location = New System.Drawing.Point(-1, 1)
|
|||
|
|
Me.TabControl1.Name = "TabControl1"
|
|||
|
|
Me.TabControl1.SelectedIndex = 0
|
|||
|
|
Me.TabControl1.Size = New System.Drawing.Size(352, 205)
|
|||
|
|
Me.TabControl1.TabIndex = 0
|
|||
|
|
'
|
|||
|
|
'TabPage1
|
|||
|
|
'
|
|||
|
|
Me.TabPage1.Controls.Add(Me.ckb_Pn_Inhaos)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.ckb_PnJohao)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.chkShowImage)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.bt_QueryQuick)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.tb_Desc)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.Label6)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.tb_Name)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.Label5)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.tb_PartNumber)
|
|||
|
|
Me.TabPage1.Controls.Add(Me.Label4)
|
|||
|
|
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(344, 179)
|
|||
|
|
Me.TabPage1.TabIndex = 0
|
|||
|
|
Me.TabPage1.Text = "快速查询"
|
|||
|
|
Me.TabPage1.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
|
|||
|
|
'
|
|||
|
|
'chkShowImage
|
|||
|
|
'
|
|||
|
|
Me.chkShowImage.AutoSize = True
|
|||
|
|
Me.chkShowImage.Checked = Global.WT_DMS.My.MySettings.Default.CHK_SHOWIMAGE
|
|||
|
|
Me.chkShowImage.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.WT_DMS.My.MySettings.Default, "CHK_SHOWIMAGE", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|||
|
|
Me.chkShowImage.Location = New System.Drawing.Point(216, 128)
|
|||
|
|
Me.chkShowImage.Name = "chkShowImage"
|
|||
|
|
Me.chkShowImage.Size = New System.Drawing.Size(108, 16)
|
|||
|
|
Me.chkShowImage.TabIndex = 4
|
|||
|
|
Me.chkShowImage.Text = "选中时预览图片"
|
|||
|
|
Me.chkShowImage.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 = "料号"
|
|||
|
|
'
|
|||
|
|
'TabPage2
|
|||
|
|
'
|
|||
|
|
Me.TabPage2.Controls.Add(Me.bt_Query)
|
|||
|
|
Me.TabPage2.Controls.Add(Me.tb_Value)
|
|||
|
|
Me.TabPage2.Controls.Add(Me.Label1)
|
|||
|
|
Me.TabPage2.Controls.Add(Me.combo_Section)
|
|||
|
|
Me.TabPage2.Controls.Add(Me.Label3)
|
|||
|
|
Me.TabPage2.Controls.Add(Me.Label2)
|
|||
|
|
Me.TabPage2.Controls.Add(Me.combo_Operate)
|
|||
|
|
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(344, 179)
|
|||
|
|
Me.TabPage2.TabIndex = 1
|
|||
|
|
Me.TabPage2.Text = "高级查询"
|
|||
|
|
Me.TabPage2.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
|
|||
|
|
'
|
|||
|
|
'Label1
|
|||
|
|
'
|
|||
|
|
Me.Label1.AutoSize = True
|
|||
|
|
Me.Label1.Location = New System.Drawing.Point(18, 15)
|
|||
|
|
Me.Label1.Name = "Label1"
|
|||
|
|
Me.Label1.Size = New System.Drawing.Size(29, 12)
|
|||
|
|
Me.Label1.TabIndex = 1
|
|||
|
|
Me.Label1.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
|
|||
|
|
'
|
|||
|
|
'Label3
|
|||
|
|
'
|
|||
|
|
Me.Label3.AutoSize = True
|
|||
|
|
Me.Label3.Location = New System.Drawing.Point(30, 68)
|
|||
|
|
Me.Label3.Name = "Label3"
|
|||
|
|
Me.Label3.Size = New System.Drawing.Size(17, 12)
|
|||
|
|
Me.Label3.TabIndex = 1
|
|||
|
|
Me.Label3.Text = "值"
|
|||
|
|
'
|
|||
|
|
'Label2
|
|||
|
|
'
|
|||
|
|
Me.Label2.AutoSize = True
|
|||
|
|
Me.Label2.Location = New System.Drawing.Point(18, 41)
|
|||
|
|
Me.Label2.Name = "Label2"
|
|||
|
|
Me.Label2.Size = New System.Drawing.Size(29, 12)
|
|||
|
|
Me.Label2.TabIndex = 1
|
|||
|
|
Me.Label2.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
|
|||
|
|
'
|
|||
|
|
'lbl_Information
|
|||
|
|
'
|
|||
|
|
Me.lbl_Information.AutoSize = True
|
|||
|
|
Me.lbl_Information.ForeColor = System.Drawing.Color.Blue
|
|||
|
|
Me.lbl_Information.Location = New System.Drawing.Point(3, 236)
|
|||
|
|
Me.lbl_Information.Name = "lbl_Information"
|
|||
|
|
Me.lbl_Information.Size = New System.Drawing.Size(0, 12)
|
|||
|
|
Me.lbl_Information.TabIndex = 2
|
|||
|
|
'
|
|||
|
|
'lbl_Select
|
|||
|
|
'
|
|||
|
|
Me.lbl_Select.AutoSize = True
|
|||
|
|
Me.lbl_Select.ForeColor = System.Drawing.Color.Blue
|
|||
|
|
Me.lbl_Select.Location = New System.Drawing.Point(3, 254)
|
|||
|
|
Me.lbl_Select.Name = "lbl_Select"
|
|||
|
|
Me.lbl_Select.Size = New System.Drawing.Size(0, 12)
|
|||
|
|
Me.lbl_Select.TabIndex = 2
|
|||
|
|
'
|
|||
|
|
'GroupBox2
|
|||
|
|
'
|
|||
|
|
Me.GroupBox2.Controls.Add(Me.lbl_NoImage)
|
|||
|
|
Me.GroupBox2.Controls.Add(Me.lbl_ImageReading)
|
|||
|
|
Me.GroupBox2.Controls.Add(Me.PictureBox1)
|
|||
|
|
Me.GroupBox2.Location = New System.Drawing.Point(357, 3)
|
|||
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|||
|
|
Me.GroupBox2.Size = New System.Drawing.Size(330, 263)
|
|||
|
|
Me.GroupBox2.TabIndex = 12
|
|||
|
|
Me.GroupBox2.TabStop = False
|
|||
|
|
Me.GroupBox2.Text = "预览"
|
|||
|
|
'
|
|||
|
|
'lbl_NoImage
|
|||
|
|
'
|
|||
|
|
Me.lbl_NoImage.AutoSize = True
|
|||
|
|
Me.lbl_NoImage.Font = New System.Drawing.Font("宋体", 12.0!)
|
|||
|
|
Me.lbl_NoImage.Location = New System.Drawing.Point(142, 117)
|
|||
|
|
Me.lbl_NoImage.Name = "lbl_NoImage"
|
|||
|
|
Me.lbl_NoImage.Size = New System.Drawing.Size(56, 16)
|
|||
|
|
Me.lbl_NoImage.TabIndex = 1
|
|||
|
|
Me.lbl_NoImage.Text = "无图片"
|
|||
|
|
'
|
|||
|
|
'lbl_ImageReading
|
|||
|
|
'
|
|||
|
|
Me.lbl_ImageReading.AutoSize = True
|
|||
|
|
Me.lbl_ImageReading.Font = New System.Drawing.Font("宋体", 12.0!)
|
|||
|
|
Me.lbl_ImageReading.Location = New System.Drawing.Point(106, 117)
|
|||
|
|
Me.lbl_ImageReading.Name = "lbl_ImageReading"
|
|||
|
|
Me.lbl_ImageReading.Size = New System.Drawing.Size(128, 16)
|
|||
|
|
Me.lbl_ImageReading.TabIndex = 1
|
|||
|
|
Me.lbl_ImageReading.Text = "正在读取图片..."
|
|||
|
|
'
|
|||
|
|
'PictureBox1
|
|||
|
|
'
|
|||
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|||
|
|
Me.PictureBox1.Location = New System.Drawing.Point(5, 18)
|
|||
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|||
|
|
Me.PictureBox1.Size = New System.Drawing.Size(320, 240)
|
|||
|
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|||
|
|
Me.PictureBox1.TabIndex = 0
|
|||
|
|
Me.PictureBox1.TabStop = False
|
|||
|
|
'
|
|||
|
|
'bt_Del
|
|||
|
|
'
|
|||
|
|
Me.bt_Del.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.bt_Del.Location = New System.Drawing.Point(612, 272)
|
|||
|
|
Me.bt_Del.Name = "bt_Del"
|
|||
|
|
Me.bt_Del.Size = New System.Drawing.Size(75, 23)
|
|||
|
|
Me.bt_Del.TabIndex = 13
|
|||
|
|
Me.bt_Del.Text = "删除"
|
|||
|
|
Me.bt_Del.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'btn_Avtive
|
|||
|
|
'
|
|||
|
|
Me.btn_Avtive.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.btn_Avtive.BackColor = System.Drawing.Color.Red
|
|||
|
|
Me.btn_Avtive.Font = New System.Drawing.Font("楷体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.btn_Avtive.ForeColor = System.Drawing.Color.White
|
|||
|
|
Me.btn_Avtive.Location = New System.Drawing.Point(612, 320)
|
|||
|
|
Me.btn_Avtive.Name = "btn_Avtive"
|
|||
|
|
Me.btn_Avtive.Size = New System.Drawing.Size(74, 61)
|
|||
|
|
Me.btn_Avtive.TabIndex = 14
|
|||
|
|
Me.btn_Avtive.Text = "激活编辑"
|
|||
|
|
Me.btn_Avtive.UseVisualStyleBackColor = False
|
|||
|
|
'
|
|||
|
|
'lab_Tips
|
|||
|
|
'
|
|||
|
|
Me.lab_Tips.AutoSize = True
|
|||
|
|
Me.lab_Tips.Location = New System.Drawing.Point(1, 209)
|
|||
|
|
Me.lab_Tips.Name = "lab_Tips"
|
|||
|
|
Me.lab_Tips.Size = New System.Drawing.Size(263, 12)
|
|||
|
|
Me.lab_Tips.TabIndex = 15
|
|||
|
|
Me.lab_Tips.Text = "Tip:按""激活编辑""可以激活表格进行批量编辑!"
|
|||
|
|
'
|
|||
|
|
'btn_SaveChange
|
|||
|
|
'
|
|||
|
|
Me.btn_SaveChange.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.btn_SaveChange.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
|
|||
|
|
Me.btn_SaveChange.Font = New System.Drawing.Font("楷体", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.btn_SaveChange.ForeColor = System.Drawing.Color.Red
|
|||
|
|
Me.btn_SaveChange.Location = New System.Drawing.Point(612, 397)
|
|||
|
|
Me.btn_SaveChange.Name = "btn_SaveChange"
|
|||
|
|
Me.btn_SaveChange.Size = New System.Drawing.Size(74, 61)
|
|||
|
|
Me.btn_SaveChange.TabIndex = 16
|
|||
|
|
Me.btn_SaveChange.Text = "保存修改"
|
|||
|
|
Me.btn_SaveChange.UseVisualStyleBackColor = False
|
|||
|
|
'
|
|||
|
|
'chk_MsgForSaveItembyItem
|
|||
|
|
'
|
|||
|
|
Me.chk_MsgForSaveItembyItem.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
|
Me.chk_MsgForSaveItembyItem.AutoSize = True
|
|||
|
|
Me.chk_MsgForSaveItembyItem.Location = New System.Drawing.Point(622, 467)
|
|||
|
|
Me.chk_MsgForSaveItembyItem.Name = "chk_MsgForSaveItembyItem"
|
|||
|
|
Me.chk_MsgForSaveItembyItem.Size = New System.Drawing.Size(72, 16)
|
|||
|
|
Me.chk_MsgForSaveItembyItem.TabIndex = 17
|
|||
|
|
Me.chk_MsgForSaveItembyItem.Text = "逐项提示"
|
|||
|
|
Me.chk_MsgForSaveItembyItem.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'form_QuerySim
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(692, 572)
|
|||
|
|
Me.Controls.Add(Me.chk_MsgForSaveItembyItem)
|
|||
|
|
Me.Controls.Add(Me.btn_SaveChange)
|
|||
|
|
Me.Controls.Add(Me.lab_Tips)
|
|||
|
|
Me.Controls.Add(Me.btn_Avtive)
|
|||
|
|
Me.Controls.Add(Me.bt_Del)
|
|||
|
|
Me.Controls.Add(Me.GroupBox2)
|
|||
|
|
Me.Controls.Add(Me.lbl_Select)
|
|||
|
|
Me.Controls.Add(Me.lbl_Information)
|
|||
|
|
Me.Controls.Add(Me.TabControl1)
|
|||
|
|
Me.Controls.Add(Me.Grid1)
|
|||
|
|
Me.MinimumSize = New System.Drawing.Size(16, 38)
|
|||
|
|
Me.Name = "form_QuerySim"
|
|||
|
|
Me.Text = "料号查询"
|
|||
|
|
Me.TabControl1.ResumeLayout(False)
|
|||
|
|
Me.TabPage1.ResumeLayout(False)
|
|||
|
|
Me.TabPage1.PerformLayout()
|
|||
|
|
Me.TabPage2.ResumeLayout(False)
|
|||
|
|
Me.TabPage2.PerformLayout()
|
|||
|
|
Me.GroupBox2.ResumeLayout(False)
|
|||
|
|
Me.GroupBox2.PerformLayout()
|
|||
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents Grid1 As FlexCell.Grid
|
|||
|
|
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 bt_Query As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents tb_Value As System.Windows.Forms.TextBox
|
|||
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents combo_Section As System.Windows.Forms.ComboBox
|
|||
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents combo_Operate As System.Windows.Forms.ComboBox
|
|||
|
|
Friend WithEvents bt_QueryQuick As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents tb_Desc As System.Windows.Forms.TextBox
|
|||
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents tb_Name As System.Windows.Forms.TextBox
|
|||
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents tb_PartNumber As System.Windows.Forms.TextBox
|
|||
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents lbl_Information As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents lbl_Select As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|||
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|||
|
|
Friend WithEvents chkShowImage As System.Windows.Forms.CheckBox
|
|||
|
|
Friend WithEvents lbl_ImageReading As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents lbl_NoImage As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents bt_Del As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents btn_Avtive As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents lab_Tips As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents btn_SaveChange As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents chk_MsgForSaveItembyItem As System.Windows.Forms.CheckBox
|
|||
|
|
Friend WithEvents ckb_Pn_Inhaos As System.Windows.Forms.CheckBox
|
|||
|
|
Friend WithEvents ckb_PnJohao As System.Windows.Forms.CheckBox
|
|||
|
|
End Class
|