frmImportCodeToIam.Designer.vb 12.1 KB
Newer Older
leaky114's avatar
leaky114 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmImportCodeToIam
    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()
        Me.components = New System.ComponentModel.Container()
        Me.lvw文件列表 = New System.Windows.Forms.ListView()
        Me.ch图号 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
        Me.ch名称 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
        Me.ch编码 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
        Me.ch供应商 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
        Me.ch文件名 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
        Me.ContextMenuStrip右键菜单 = New System.Windows.Forms.ContextMenuStrip(Me.components)
        Me.ToolStrip设置为标准件 = New System.Windows.Forms.ToolStripMenuItem()
        Me.ToolStrip设置为看板件 = New System.Windows.Forms.ToolStripMenuItem()
        Me.ToolStrip设置为外购件 = New System.Windows.Forms.ToolStripMenuItem()
        Me.ToolStrip设置为外协件 = New System.Windows.Forms.ToolStripMenuItem()
        Me.btn关闭 = New System.Windows.Forms.Button()
        Me.btn查询 = New System.Windows.Forms.Button()
        Me.btn写入 = New System.Windows.Forms.Button()
        Me.prg进度条 = New System.Windows.Forms.ProgressBar()
        Me.btn装载 = New System.Windows.Forms.Button()
        Me.chk展开子级 = New System.Windows.Forms.CheckBox()
        Me.chk提示选择 = New System.Windows.Forms.CheckBox()
        Me.chk展开外协 = New System.Windows.Forms.CheckBox()
        Me.ContextMenuStrip右键菜单.SuspendLayout()
        Me.SuspendLayout()
        '
        'lvw文件列表
        '
        Me.lvw文件列表.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
leaky114's avatar
leaky114 已提交
51 52
            Or System.Windows.Forms.AnchorStyles.Left) _
            Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
        Me.lvw文件列表.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ch图号, Me.ch名称, Me.ch编码, Me.ch供应商, Me.ch文件名})
        Me.lvw文件列表.ContextMenuStrip = Me.ContextMenuStrip右键菜单
        Me.lvw文件列表.FullRowSelect = True
        Me.lvw文件列表.Location = New System.Drawing.Point(12, 12)
        Me.lvw文件列表.MultiSelect = False
        Me.lvw文件列表.Name = "lvw文件列表"
        Me.lvw文件列表.Size = New System.Drawing.Size(799, 357)
        Me.lvw文件列表.Sorting = System.Windows.Forms.SortOrder.Ascending
        Me.lvw文件列表.TabIndex = 0
        Me.lvw文件列表.UseCompatibleStateImageBehavior = False
        Me.lvw文件列表.View = System.Windows.Forms.View.Details
        '
        'ch图号
        '
        Me.ch图号.Text = "规格(图号)"
        Me.ch图号.Width = 200
        '
        'ch名称
        '
        Me.ch名称.Text = "存货名称"
        Me.ch名称.Width = 146
        '
        'ch编码
        '
        Me.ch编码.Text = "存货编码"
        Me.ch编码.Width = 70
        '
        'ch供应商
        '
        Me.ch供应商.Text = "供应商"
        '
        'ch文件名
        '
        Me.ch文件名.Text = "文件(双击打开)"
        Me.ch文件名.Width = 250
        '
        'ContextMenuStrip右键菜单
        '
        Me.ContextMenuStrip右键菜单.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStrip设置为标准件, Me.ToolStrip设置为看板件, Me.ToolStrip设置为外购件, Me.ToolStrip设置为外协件})
        Me.ContextMenuStrip右键菜单.Name = "ContextMenuStrip1"
        Me.ContextMenuStrip右键菜单.Size = New System.Drawing.Size(149, 92)
        '
        'ToolStrip设置为标准件
        '
        Me.ToolStrip设置为标准件.Name = "ToolStrip设置为标准件"
        Me.ToolStrip设置为标准件.Size = New System.Drawing.Size(148, 22)
        Me.ToolStrip设置为标准件.Text = "设置为标准件"
        '
        'ToolStrip设置为看板件
        '
        Me.ToolStrip设置为看板件.Name = "ToolStrip设置为看板件"
        Me.ToolStrip设置为看板件.Size = New System.Drawing.Size(148, 22)
        Me.ToolStrip设置为看板件.Text = "设置为看板件"
        '
        'ToolStrip设置为外购件
        '
        Me.ToolStrip设置为外购件.Name = "ToolStrip设置为外购件"
        Me.ToolStrip设置为外购件.Size = New System.Drawing.Size(148, 22)
        Me.ToolStrip设置为外购件.Text = "设置为外购件"
        '
        'ToolStrip设置为外协件
        '
        Me.ToolStrip设置为外协件.Name = "ToolStrip设置为外协件"
        Me.ToolStrip设置为外协件.Size = New System.Drawing.Size(148, 22)
        Me.ToolStrip设置为外协件.Text = "设置为外协件"
        '
        'btn关闭
        '
        Me.btn关闭.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btn关闭.AutoSize = True
        Me.btn关闭.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btn关闭.Location = New System.Drawing.Point(740, 386)
        Me.btn关闭.Name = "btn关闭"
        Me.btn关闭.Size = New System.Drawing.Size(69, 28)
        Me.btn关闭.TabIndex = 32
        Me.btn关闭.Text = "关闭"
        '
        'btn查询
        '
        Me.btn查询.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btn查询.Location = New System.Drawing.Point(586, 386)
        Me.btn查询.Name = "btn查询"
        Me.btn查询.Size = New System.Drawing.Size(69, 28)
        Me.btn查询.TabIndex = 31
        Me.btn查询.Text = "查询"
        '
        'btn写入
        '
        Me.btn写入.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btn写入.Location = New System.Drawing.Point(663, 386)
        Me.btn写入.Name = "btn写入"
        Me.btn写入.Size = New System.Drawing.Size(69, 28)
        Me.btn写入.TabIndex = 34
        Me.btn写入.Text = "写入"
        Me.btn写入.UseVisualStyleBackColor = True
        '
        'prg进度条
        '
        Me.prg进度条.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.prg进度条.Location = New System.Drawing.Point(12, 389)
        Me.prg进度条.Name = "prg进度条"
        Me.prg进度条.Size = New System.Drawing.Size(243, 24)
        Me.prg进度条.Style = System.Windows.Forms.ProgressBarStyle.Continuous
        Me.prg进度条.TabIndex = 35
        '
        'btn装载
        '
        Me.btn装载.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btn装载.Location = New System.Drawing.Point(509, 386)
        Me.btn装载.Name = "btn装载"
        Me.btn装载.Size = New System.Drawing.Size(69, 28)
        Me.btn装载.TabIndex = 36
        Me.btn装载.Text = "装载"
        '
        'chk展开子级
        '
        Me.chk展开子级.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.chk展开子级.AutoSize = True
        Me.chk展开子级.Location = New System.Drawing.Point(429, 392)
        Me.chk展开子级.Name = "chk展开子级"
        Me.chk展开子级.Size = New System.Drawing.Size(72, 16)
        Me.chk展开子级.TabIndex = 38
        Me.chk展开子级.Text = "展开子级"
        Me.chk展开子级.UseVisualStyleBackColor = True
        '
        'chk提示选择
        '
        Me.chk提示选择.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.chk提示选择.AutoSize = True
        Me.chk提示选择.Location = New System.Drawing.Point(264, 392)
        Me.chk提示选择.Name = "chk提示选择"
        Me.chk提示选择.Size = New System.Drawing.Size(72, 16)
        Me.chk提示选择.TabIndex = 39
        Me.chk提示选择.Text = "提示选择"
        Me.chk提示选择.UseVisualStyleBackColor = True
        '
        'chk展开外协
        '
        Me.chk展开外协.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.chk展开外协.AutoSize = True
        Me.chk展开外协.Location = New System.Drawing.Point(346, 392)
        Me.chk展开外协.Name = "chk展开外协"
        Me.chk展开外协.Size = New System.Drawing.Size(72, 16)
        Me.chk展开外协.TabIndex = 40
        Me.chk展开外协.Text = "展开外协"
        Me.chk展开外协.UseVisualStyleBackColor = True
        '
        'frmImportCodeToIam
        '
        Me.AcceptButton = Me.btn装载
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btn关闭
        Me.ClientSize = New System.Drawing.Size(823, 425)
        Me.Controls.Add(Me.chk展开外协)
        Me.Controls.Add(Me.chk提示选择)
        Me.Controls.Add(Me.chk展开子级)
        Me.Controls.Add(Me.btn装载)
        Me.Controls.Add(Me.prg进度条)
        Me.Controls.Add(Me.btn写入)
        Me.Controls.Add(Me.btn关闭)
        Me.Controls.Add(Me.btn查询)
        Me.Controls.Add(Me.lvw文件列表)
        Me.MaximizeBox = False
        Me.Name = "frmImportCodeToIam"
        Me.ShowIcon = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "导入ERP编码"
        Me.TopMost = True
        Me.ContextMenuStrip右键菜单.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents lvw文件列表 As System.Windows.Forms.ListView
    Friend WithEvents ch编码 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ch名称 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ch图号 As System.Windows.Forms.ColumnHeader
    Friend WithEvents btn关闭 As System.Windows.Forms.Button
    Friend WithEvents btn查询 As System.Windows.Forms.Button
    Friend WithEvents ch文件名 As System.Windows.Forms.ColumnHeader
    Friend WithEvents btn写入 As System.Windows.Forms.Button
    Friend WithEvents prg进度条 As System.Windows.Forms.ProgressBar
    Friend WithEvents btn装载 As System.Windows.Forms.Button
    Friend WithEvents chk展开子级 As System.Windows.Forms.CheckBox
    Friend WithEvents chk提示选择 As System.Windows.Forms.CheckBox
    Friend WithEvents ch供应商 As System.Windows.Forms.ColumnHeader
    Friend WithEvents ContextMenuStrip右键菜单 As System.Windows.Forms.ContextMenuStrip
    Friend WithEvents ToolStrip设置为外购件 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents chk展开外协 As System.Windows.Forms.CheckBox
    Friend WithEvents ToolStrip设置为外协件 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStrip设置为标准件 As System.Windows.Forms.ToolStripMenuItem
    Friend WithEvents ToolStrip设置为看板件 As System.Windows.Forms.ToolStripMenuItem
End Class