frmOption.Designer.vb 31.1 KB
Newer Older
leaky114's avatar
leaky114 已提交
1
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
leaky114's avatar
leaky114 已提交
2
Partial Class frmOption
leaky114's avatar
leaky114 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
    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()
leaky114's avatar
leaky114 已提交
25 26
        Me.btnOK = New System.Windows.Forms.Button()
        Me.btnCancel = New System.Windows.Forms.Button()
leaky114's avatar
21.12.3  
leaky114 已提交
27 28 29 30
        Me.cbo图号 = New System.Windows.Forms.ComboBox()
        Me.cbo文件名 = New System.Windows.Forms.ComboBox()
        Me.Label1 = New System.Windows.Forms.Label()
        Me.GroupBox1 = New System.Windows.Forms.GroupBox()
leaky114's avatar
leaky114 已提交
31 32
        Me.cbo供应商 = New System.Windows.Forms.ComboBox()
        Me.Label17 = New System.Windows.Forms.Label()
leaky114's avatar
21.12.3  
leaky114 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
        Me.cbo存货编码 = New System.Windows.Forms.ComboBox()
        Me.Label12 = New System.Windows.Forms.Label()
        Me.Label2 = New System.Windows.Forms.Label()
        Me.GroupBox2 = New System.Windows.Forms.GroupBox()
        Me.txt文件名映射 = New System.Windows.Forms.TextBox()
        Me.txt图号映射 = New System.Windows.Forms.TextBox()
        Me.Label3 = New System.Windows.Forms.Label()
        Me.Label4 = New System.Windows.Forms.Label()
        Me.GroupBox4 = New System.Windows.Forms.GroupBox()
        Me.chk签字 = New System.Windows.Forms.CheckBox()
        Me.txt工程师 = New System.Windows.Forms.TextBox()
        Me.Label7 = New System.Windows.Forms.Label()
        Me.chk签字后打印 = New System.Windows.Forms.CheckBox()
        Me.txt打印日期 = New System.Windows.Forms.TextBox()
        Me.Label6 = New System.Windows.Forms.Label()
        Me.GroupBox5 = New System.Windows.Forms.GroupBox()
leaky114's avatar
leaky114 已提交
49 50 51
        Me.btnClear = New System.Windows.Forms.Button()
        Me.btnReDo = New System.Windows.Forms.Button()
        Me.btnAdd = New System.Windows.Forms.Button()
leaky114's avatar
21.12.3  
leaky114 已提交
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
        Me.cbo添加 = New System.Windows.Forms.ComboBox()
        Me.txtBOM导出项 = New System.Windows.Forms.TextBox()
        Me.Label8 = New System.Windows.Forms.Label()
        Me.Label9 = New System.Windows.Forms.Label()
        Me.cbo质量精度 = New System.Windows.Forms.ComboBox()
        Me.Label5 = New System.Windows.Forms.Label()
        Me.txt比例 = New System.Windows.Forms.TextBox()
        Me.GroupBox3 = New System.Windows.Forms.GroupBox()
        Me.CheckBox3 = New System.Windows.Forms.CheckBox()
        Me.GroupBox6 = New System.Windows.Forms.GroupBox()
        Me.cbo面积精度 = New System.Windows.Forms.ComboBox()
        Me.Label10 = New System.Windows.Forms.Label()
        Me.GroupBox7 = New System.Windows.Forms.GroupBox()
        Me.CheckBox4 = New System.Windows.Forms.CheckBox()
        Me.txt图号 = New System.Windows.Forms.TextBox()
        Me.Label11 = New System.Windows.Forms.Label()
        Me.chk检查更新 = New System.Windows.Forms.CheckBox()
        Me.GroupBox8 = New System.Windows.Forms.GroupBox()
leaky114's avatar
leaky114 已提交
70
        Me.btnOpenExcelFile = New System.Windows.Forms.Button()
leaky114's avatar
21.12.3  
leaky114 已提交
71 72 73 74 75 76
        Me.txt查询列 = New System.Windows.Forms.TextBox()
        Me.Label16 = New System.Windows.Forms.Label()
        Me.txt查找范围 = New System.Windows.Forms.TextBox()
        Me.Label15 = New System.Windows.Forms.Label()
        Me.txt数据表 = New System.Windows.Forms.TextBox()
        Me.Label14 = New System.Windows.Forms.Label()
leaky114's avatar
leaky114 已提交
77
        Me.btnExcelFilePath = New System.Windows.Forms.Button()
leaky114's avatar
21.12.3  
leaky114 已提交
78 79
        Me.txtexcel文件 = New System.Windows.Forms.TextBox()
        Me.Label13 = New System.Windows.Forms.Label()
leaky114's avatar
leaky114 已提交
80 81 82 83 84 85 86
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.GroupBox4.SuspendLayout()
        Me.GroupBox5.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.GroupBox6.SuspendLayout()
        Me.GroupBox7.SuspendLayout()
leaky114's avatar
leaky114 已提交
87
        Me.GroupBox8.SuspendLayout()
leaky114's avatar
leaky114 已提交
88 89
        Me.SuspendLayout()
        '
leaky114's avatar
leaky114 已提交
90
        'btnOK
leaky114's avatar
leaky114 已提交
91
        '
leaky114's avatar
leaky114 已提交
92 93
        Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.btnOK.Location = New System.Drawing.Point(453, 439)
leaky114's avatar
leaky114 已提交
94
        Me.btnOK.Name = "btnOK"
leaky114's avatar
leaky114 已提交
95
        Me.btnOK.Size = New System.Drawing.Size(75, 28)
leaky114's avatar
leaky114 已提交
96 97
        Me.btnOK.TabIndex = 0
        Me.btnOK.Text = "确定"
leaky114's avatar
leaky114 已提交
98
        '
leaky114's avatar
leaky114 已提交
99
        'btnCancel
leaky114's avatar
leaky114 已提交
100
        '
leaky114's avatar
leaky114 已提交
101
        Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
102
        Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
leaky114's avatar
leaky114 已提交
103
        Me.btnCancel.Location = New System.Drawing.Point(544, 439)
leaky114's avatar
leaky114 已提交
104
        Me.btnCancel.Name = "btnCancel"
leaky114's avatar
leaky114 已提交
105
        Me.btnCancel.Size = New System.Drawing.Size(75, 28)
leaky114's avatar
leaky114 已提交
106 107
        Me.btnCancel.TabIndex = 1
        Me.btnCancel.Text = "取消"
leaky114's avatar
leaky114 已提交
108
        '
leaky114's avatar
leaky114 已提交
109
        'cbo图号
leaky114's avatar
leaky114 已提交
110
        '
leaky114's avatar
leaky114 已提交
111 112 113 114 115 116 117
        Me.cbo图号.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo图号.FormattingEnabled = True
        Me.cbo图号.Items.AddRange(New Object() {"零件代号", "库存编号", "描述"})
        Me.cbo图号.Location = New System.Drawing.Point(85, 20)
        Me.cbo图号.Name = "cbo图号"
        Me.cbo图号.Size = New System.Drawing.Size(87, 20)
        Me.cbo图号.TabIndex = 1
leaky114's avatar
leaky114 已提交
118
        '
leaky114's avatar
leaky114 已提交
119
        'cbo文件名
leaky114's avatar
leaky114 已提交
120
        '
leaky114's avatar
leaky114 已提交
121 122 123 124 125 126 127
        Me.cbo文件名.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo文件名.FormattingEnabled = True
        Me.cbo文件名.Items.AddRange(New Object() {"零件代号", "库存编号", "描述"})
        Me.cbo文件名.Location = New System.Drawing.Point(85, 49)
        Me.cbo文件名.Name = "cbo文件名"
        Me.cbo文件名.Size = New System.Drawing.Size(87, 20)
        Me.cbo文件名.TabIndex = 2
leaky114's avatar
leaky114 已提交
128 129 130 131
        '
        'Label1
        '
        Me.Label1.AutoSize = True
leaky114's avatar
leaky114 已提交
132
        Me.Label1.Location = New System.Drawing.Point(21, 24)
leaky114's avatar
leaky114 已提交
133 134 135 136 137 138 139
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(53, 12)
        Me.Label1.TabIndex = 3
        Me.Label1.Text = "图  号:"
        '
        'GroupBox1
        '
leaky114's avatar
leaky114 已提交
140 141
        Me.GroupBox1.Controls.Add(Me.cbo供应商)
        Me.GroupBox1.Controls.Add(Me.Label17)
leaky114's avatar
leaky114 已提交
142
        Me.GroupBox1.Controls.Add(Me.cbo存货编码)
leaky114's avatar
leaky114 已提交
143 144
        Me.GroupBox1.Controls.Add(Me.Label12)
        Me.GroupBox1.Controls.Add(Me.Label2)
leaky114's avatar
leaky114 已提交
145
        Me.GroupBox1.Controls.Add(Me.cbo文件名)
leaky114's avatar
leaky114 已提交
146
        Me.GroupBox1.Controls.Add(Me.Label1)
leaky114's avatar
leaky114 已提交
147
        Me.GroupBox1.Controls.Add(Me.cbo图号)
leaky114's avatar
leaky114 已提交
148 149
        Me.GroupBox1.Location = New System.Drawing.Point(16, 14)
        Me.GroupBox1.Name = "GroupBox1"
leaky114's avatar
leaky114 已提交
150
        Me.GroupBox1.Size = New System.Drawing.Size(191, 143)
leaky114's avatar
leaky114 已提交
151 152
        Me.GroupBox1.TabIndex = 4
        Me.GroupBox1.TabStop = False
leaky114's avatar
leaky114 已提交
153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
        Me.GroupBox1.Text = "iProperty映射"
        '
        'cbo供应商
        '
        Me.cbo供应商.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo供应商.FormattingEnabled = True
        Me.cbo供应商.Items.AddRange(New Object() {"供应商", "成本中心", "描述"})
        Me.cbo供应商.Location = New System.Drawing.Point(85, 105)
        Me.cbo供应商.Name = "cbo供应商"
        Me.cbo供应商.Size = New System.Drawing.Size(86, 20)
        Me.cbo供应商.TabIndex = 8
        '
        'Label17
        '
        Me.Label17.AutoSize = True
        Me.Label17.Location = New System.Drawing.Point(21, 108)
        Me.Label17.Name = "Label17"
        Me.Label17.Size = New System.Drawing.Size(65, 12)
        Me.Label17.TabIndex = 7
        Me.Label17.Text = "采购来源:"
leaky114's avatar
leaky114 已提交
173
        '
leaky114's avatar
leaky114 已提交
174
        'cbo存货编码
leaky114's avatar
leaky114 已提交
175
        '
leaky114's avatar
leaky114 已提交
176 177 178
        Me.cbo存货编码.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo存货编码.FormattingEnabled = True
        Me.cbo存货编码.Items.AddRange(New Object() {"成本中心", "描述"})
leaky114's avatar
leaky114 已提交
179
        Me.cbo存货编码.Location = New System.Drawing.Point(85, 75)
leaky114's avatar
leaky114 已提交
180 181 182
        Me.cbo存货编码.Name = "cbo存货编码"
        Me.cbo存货编码.Size = New System.Drawing.Size(86, 20)
        Me.cbo存货编码.TabIndex = 6
leaky114's avatar
leaky114 已提交
183 184 185 186
        '
        'Label12
        '
        Me.Label12.AutoSize = True
leaky114's avatar
leaky114 已提交
187
        Me.Label12.Location = New System.Drawing.Point(21, 80)
leaky114's avatar
leaky114 已提交
188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(65, 12)
        Me.Label12.TabIndex = 5
        Me.Label12.Text = "存货编码:"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(21, 52)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(53, 12)
        Me.Label2.TabIndex = 4
        Me.Label2.Text = "文件名:"
        '
        'GroupBox2
        '
leaky114's avatar
leaky114 已提交
204 205
        Me.GroupBox2.Controls.Add(Me.txt文件名映射)
        Me.GroupBox2.Controls.Add(Me.txt图号映射)
leaky114's avatar
leaky114 已提交
206 207
        Me.GroupBox2.Controls.Add(Me.Label3)
        Me.GroupBox2.Controls.Add(Me.Label4)
leaky114's avatar
leaky114 已提交
208
        Me.GroupBox2.Location = New System.Drawing.Point(16, 163)
leaky114's avatar
leaky114 已提交
209
        Me.GroupBox2.Name = "GroupBox2"
leaky114's avatar
leaky114 已提交
210
        Me.GroupBox2.Size = New System.Drawing.Size(191, 75)
leaky114's avatar
leaky114 已提交
211 212
        Me.GroupBox2.TabIndex = 5
        Me.GroupBox2.TabStop = False
leaky114's avatar
leaky114 已提交
213
        Me.GroupBox2.Text = "对称零件iProperty映射"
leaky114's avatar
leaky114 已提交
214
        '
leaky114's avatar
leaky114 已提交
215
        'txt文件名映射
leaky114's avatar
leaky114 已提交
216
        '
leaky114's avatar
leaky114 已提交
217 218 219 220
        Me.txt文件名映射.Location = New System.Drawing.Point(77, 45)
        Me.txt文件名映射.Name = "txt文件名映射"
        Me.txt文件名映射.Size = New System.Drawing.Size(95, 21)
        Me.txt文件名映射.TabIndex = 6
leaky114's avatar
leaky114 已提交
221
        '
leaky114's avatar
leaky114 已提交
222
        'txt图号映射
leaky114's avatar
leaky114 已提交
223
        '
leaky114's avatar
leaky114 已提交
224 225 226 227
        Me.txt图号映射.Location = New System.Drawing.Point(77, 18)
        Me.txt图号映射.Name = "txt图号映射"
        Me.txt图号映射.Size = New System.Drawing.Size(95, 21)
        Me.txt图号映射.TabIndex = 5
leaky114's avatar
leaky114 已提交
228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(21, 48)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(53, 12)
        Me.Label3.TabIndex = 4
        Me.Label3.Text = "文件名:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(21, 22)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(53, 12)
        Me.Label4.TabIndex = 3
        Me.Label4.Text = "图  号:"
        '
        'GroupBox4
        '
leaky114's avatar
leaky114 已提交
249 250
        Me.GroupBox4.Controls.Add(Me.chk签字)
        Me.GroupBox4.Controls.Add(Me.txt工程师)
leaky114's avatar
leaky114 已提交
251
        Me.GroupBox4.Controls.Add(Me.Label7)
leaky114's avatar
leaky114 已提交
252 253
        Me.GroupBox4.Controls.Add(Me.chk签字后打印)
        Me.GroupBox4.Controls.Add(Me.txt打印日期)
leaky114's avatar
leaky114 已提交
254
        Me.GroupBox4.Controls.Add(Me.Label6)
leaky114's avatar
leaky114 已提交
255
        Me.GroupBox4.Location = New System.Drawing.Point(224, 14)
leaky114's avatar
leaky114 已提交
256
        Me.GroupBox4.Name = "GroupBox4"
leaky114's avatar
leaky114 已提交
257
        Me.GroupBox4.Size = New System.Drawing.Size(207, 98)
leaky114's avatar
leaky114 已提交
258 259 260 261
        Me.GroupBox4.TabIndex = 7
        Me.GroupBox4.TabStop = False
        Me.GroupBox4.Text = "签字:"
        '
leaky114's avatar
leaky114 已提交
262
        'chk签字
leaky114's avatar
leaky114 已提交
263
        '
leaky114's avatar
leaky114 已提交
264 265 266 267 268 269 270 271
        Me.chk签字.AutoSize = True
        Me.chk签字.Location = New System.Drawing.Point(128, 77)
        Me.chk签字.Name = "chk签字"
        Me.chk签字.Size = New System.Drawing.Size(72, 16)
        Me.chk签字.TabIndex = 10
        Me.chk签字.Text = "同时签字"
        Me.chk签字.UseVisualStyleBackColor = True
        Me.chk签字.Visible = False
leaky114's avatar
leaky114 已提交
272
        '
leaky114's avatar
leaky114 已提交
273
        'txt工程师
leaky114's avatar
leaky114 已提交
274
        '
leaky114's avatar
leaky114 已提交
275 276 277 278
        Me.txt工程师.Location = New System.Drawing.Point(83, 47)
        Me.txt工程师.Name = "txt工程师"
        Me.txt工程师.Size = New System.Drawing.Size(98, 21)
        Me.txt工程师.TabIndex = 9
leaky114's avatar
leaky114 已提交
279 280 281 282 283 284 285 286 287 288
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(12, 50)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(53, 12)
        Me.Label7.TabIndex = 8
        Me.Label7.Text = "工程师:"
        '
leaky114's avatar
leaky114 已提交
289
        'chk签字后打印
leaky114's avatar
leaky114 已提交
290
        '
leaky114's avatar
leaky114 已提交
291 292 293 294 295 296 297
        Me.chk签字后打印.AutoSize = True
        Me.chk签字后打印.Location = New System.Drawing.Point(14, 77)
        Me.chk签字后打印.Name = "chk签字后打印"
        Me.chk签字后打印.Size = New System.Drawing.Size(108, 16)
        Me.chk签字后打印.TabIndex = 7
        Me.chk签字后打印.Text = "签字后打开打印"
        Me.chk签字后打印.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
298
        '
leaky114's avatar
leaky114 已提交
299
        'txt打印日期
leaky114's avatar
leaky114 已提交
300
        '
leaky114's avatar
leaky114 已提交
301 302 303 304
        Me.txt打印日期.Location = New System.Drawing.Point(83, 20)
        Me.txt打印日期.Name = "txt打印日期"
        Me.txt打印日期.Size = New System.Drawing.Size(98, 21)
        Me.txt打印日期.TabIndex = 6
leaky114's avatar
leaky114 已提交
305 306 307 308 309 310 311 312 313 314 315 316
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(12, 23)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(65, 12)
        Me.Label6.TabIndex = 4
        Me.Label6.Text = "打印日期:"
        '
        'GroupBox5
        '
leaky114's avatar
leaky114 已提交
317
        Me.GroupBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
318 319 320
        Me.GroupBox5.Controls.Add(Me.btnClear)
        Me.GroupBox5.Controls.Add(Me.btnReDo)
        Me.GroupBox5.Controls.Add(Me.btnAdd)
leaky114's avatar
leaky114 已提交
321 322
        Me.GroupBox5.Controls.Add(Me.cbo添加)
        Me.GroupBox5.Controls.Add(Me.txtBOM导出项)
leaky114's avatar
leaky114 已提交
323
        Me.GroupBox5.Controls.Add(Me.Label8)
leaky114's avatar
leaky114 已提交
324
        Me.GroupBox5.Location = New System.Drawing.Point(16, 255)
leaky114's avatar
leaky114 已提交
325
        Me.GroupBox5.Name = "GroupBox5"
leaky114's avatar
leaky114 已提交
326
        Me.GroupBox5.Size = New System.Drawing.Size(584, 84)
leaky114's avatar
leaky114 已提交
327 328 329 330
        Me.GroupBox5.TabIndex = 8
        Me.GroupBox5.TabStop = False
        Me.GroupBox5.Text = "BOM导出项目:"
        '
leaky114's avatar
leaky114 已提交
331
        'btnClear
leaky114's avatar
leaky114 已提交
332
        '
leaky114's avatar
leaky114 已提交
333 334 335 336 337 338
        Me.btnClear.Location = New System.Drawing.Point(77, 47)
        Me.btnClear.Name = "btnClear"
        Me.btnClear.Size = New System.Drawing.Size(53, 25)
        Me.btnClear.TabIndex = 10
        Me.btnClear.Text = "清除"
        Me.btnClear.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
339
        '
leaky114's avatar
leaky114 已提交
340
        'btnReDo
leaky114's avatar
leaky114 已提交
341
        '
leaky114's avatar
leaky114 已提交
342 343 344 345 346 347
        Me.btnReDo.Location = New System.Drawing.Point(14, 47)
        Me.btnReDo.Name = "btnReDo"
        Me.btnReDo.Size = New System.Drawing.Size(53, 25)
        Me.btnReDo.TabIndex = 9
        Me.btnReDo.Text = "还原"
        Me.btnReDo.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
348
        '
leaky114's avatar
leaky114 已提交
349
        'btnAdd
leaky114's avatar
leaky114 已提交
350
        '
leaky114's avatar
leaky114 已提交
351 352 353 354 355 356
        Me.btnAdd.Location = New System.Drawing.Point(466, 45)
        Me.btnAdd.Name = "btnAdd"
        Me.btnAdd.Size = New System.Drawing.Size(53, 25)
        Me.btnAdd.TabIndex = 8
        Me.btnAdd.Text = "添加"
        Me.btnAdd.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
357
        '
leaky114's avatar
leaky114 已提交
358
        'cbo添加
leaky114's avatar
leaky114 已提交
359
        '
leaky114's avatar
leaky114 已提交
360 361
        Me.cbo添加.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo添加.FormattingEnabled = True
leaky114's avatar
leaky114 已提交
362
        Me.cbo添加.Items.AddRange(New Object() {"|", "材料", "空格", "库存编号", "零件代号", "成本中心", "描述", "数量", "所属装配", "所属装配代号", "文件路径", "文件名", "质量", "面积", "总数量", "供应商"})
leaky114's avatar
leaky114 已提交
363 364 365 366
        Me.cbo添加.Location = New System.Drawing.Point(272, 50)
        Me.cbo添加.Name = "cbo添加"
        Me.cbo添加.Size = New System.Drawing.Size(170, 20)
        Me.cbo添加.TabIndex = 7
leaky114's avatar
leaky114 已提交
367
        '
leaky114's avatar
leaky114 已提交
368
        'txtBOM导出项
leaky114's avatar
leaky114 已提交
369
        '
leaky114's avatar
leaky114 已提交
370 371 372 373
        Me.txtBOM导出项.Location = New System.Drawing.Point(86, 19)
        Me.txtBOM导出项.Name = "txtBOM导出项"
        Me.txtBOM导出项.Size = New System.Drawing.Size(433, 21)
        Me.txtBOM导出项.TabIndex = 6
leaky114's avatar
leaky114 已提交
374
        Me.txtBOM导出项.Text = "库存编号|成本中心|零件代号|材料|质量|所属装配代号|数量|总数量|描述"
leaky114's avatar
leaky114 已提交
375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(7, 22)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(83, 12)
        Me.Label8.TabIndex = 4
        Me.Label8.Text = "BOM导出项目:"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(11, 24)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(65, 12)
        Me.Label9.TabIndex = 9
        Me.Label9.Text = "质量精度:"
        '
leaky114's avatar
leaky114 已提交
394
        'cbo质量精度
leaky114's avatar
leaky114 已提交
395
        '
leaky114's avatar
leaky114 已提交
396 397 398 399 400 401 402
        Me.cbo质量精度.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo质量精度.FormattingEnabled = True
        Me.cbo质量精度.Items.AddRange(New Object() {"0", "0.1", "0.01", "0.001"})
        Me.cbo质量精度.Location = New System.Drawing.Point(80, 20)
        Me.cbo质量精度.Name = "cbo质量精度"
        Me.cbo质量精度.Size = New System.Drawing.Size(66, 20)
        Me.cbo质量精度.TabIndex = 10
leaky114's avatar
leaky114 已提交
403 404 405
        '
        'Label5
        '
leaky114's avatar
leaky114 已提交
406
        Me.Label5.AutoSize = True
leaky114's avatar
leaky114 已提交
407 408
        Me.Label5.Location = New System.Drawing.Point(12, 22)
        Me.Label5.Name = "Label5"
leaky114's avatar
leaky114 已提交
409
        Me.Label5.Size = New System.Drawing.Size(41, 12)
leaky114's avatar
leaky114 已提交
410 411 412
        Me.Label5.TabIndex = 4
        Me.Label5.Text = "比例:"
        '
leaky114's avatar
leaky114 已提交
413
        'txt比例
leaky114's avatar
leaky114 已提交
414
        '
leaky114's avatar
leaky114 已提交
415
        Me.txt比例.Location = New System.Drawing.Point(54, 17)
leaky114's avatar
leaky114 已提交
416 417 418
        Me.txt比例.Name = "txt比例"
        Me.txt比例.Size = New System.Drawing.Size(64, 21)
        Me.txt比例.TabIndex = 6
leaky114's avatar
leaky114 已提交
419 420 421 422
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.CheckBox3)
leaky114's avatar
leaky114 已提交
423
        Me.GroupBox3.Controls.Add(Me.txt比例)
leaky114's avatar
leaky114 已提交
424
        Me.GroupBox3.Controls.Add(Me.Label5)
leaky114's avatar
leaky114 已提交
425
        Me.GroupBox3.Location = New System.Drawing.Point(447, 15)
leaky114's avatar
leaky114 已提交
426
        Me.GroupBox3.Name = "GroupBox3"
leaky114's avatar
leaky114 已提交
427
        Me.GroupBox3.Size = New System.Drawing.Size(163, 68)
leaky114's avatar
leaky114 已提交
428 429 430 431 432 433 434 435 436 437 438 439 440 441 442
        Me.GroupBox3.TabIndex = 6
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "比例映射:"
        '
        'CheckBox3
        '
        Me.CheckBox3.AutoSize = True
        Me.CheckBox3.Checked = True
        Me.CheckBox3.CheckState = System.Windows.Forms.CheckState.Checked
        Me.CheckBox3.Location = New System.Drawing.Point(18, 42)
        Me.CheckBox3.Name = "CheckBox3"
        Me.CheckBox3.Size = New System.Drawing.Size(120, 16)
        Me.CheckBox3.TabIndex = 7
        Me.CheckBox3.Text = "保存工程图时写入"
        Me.CheckBox3.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
443
        Me.CheckBox3.Visible = False
leaky114's avatar
leaky114 已提交
444 445 446
        '
        'GroupBox6
        '
leaky114's avatar
leaky114 已提交
447
        Me.GroupBox6.Controls.Add(Me.cbo面积精度)
leaky114's avatar
leaky114 已提交
448
        Me.GroupBox6.Controls.Add(Me.Label10)
leaky114's avatar
leaky114 已提交
449
        Me.GroupBox6.Controls.Add(Me.cbo质量精度)
leaky114's avatar
leaky114 已提交
450
        Me.GroupBox6.Controls.Add(Me.Label9)
leaky114's avatar
leaky114 已提交
451
        Me.GroupBox6.Location = New System.Drawing.Point(224, 122)
leaky114's avatar
leaky114 已提交
452
        Me.GroupBox6.Name = "GroupBox6"
leaky114's avatar
leaky114 已提交
453
        Me.GroupBox6.Size = New System.Drawing.Size(165, 85)
leaky114's avatar
leaky114 已提交
454 455 456 457
        Me.GroupBox6.TabIndex = 11
        Me.GroupBox6.TabStop = False
        Me.GroupBox6.Text = "精度设置"
        '
leaky114's avatar
leaky114 已提交
458
        'cbo面积精度
leaky114's avatar
leaky114 已提交
459
        '
leaky114's avatar
leaky114 已提交
460 461 462 463 464 465 466
        Me.cbo面积精度.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbo面积精度.FormattingEnabled = True
        Me.cbo面积精度.Items.AddRange(New Object() {"0", "0.1", "0.01", "0.001", "0.0001", "0.00001"})
        Me.cbo面积精度.Location = New System.Drawing.Point(80, 50)
        Me.cbo面积精度.Name = "cbo面积精度"
        Me.cbo面积精度.Size = New System.Drawing.Size(66, 20)
        Me.cbo面积精度.TabIndex = 12
leaky114's avatar
leaky114 已提交
467 468 469 470 471 472 473 474 475 476 477 478 479
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Location = New System.Drawing.Point(11, 54)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(65, 12)
        Me.Label10.TabIndex = 11
        Me.Label10.Text = "面积精度:"
        '
        'GroupBox7
        '
        Me.GroupBox7.Controls.Add(Me.CheckBox4)
leaky114's avatar
leaky114 已提交
480
        Me.GroupBox7.Controls.Add(Me.txt图号)
leaky114's avatar
leaky114 已提交
481
        Me.GroupBox7.Controls.Add(Me.Label11)
leaky114's avatar
leaky114 已提交
482
        Me.GroupBox7.Location = New System.Drawing.Point(447, 122)
leaky114's avatar
leaky114 已提交
483
        Me.GroupBox7.Name = "GroupBox7"
leaky114's avatar
leaky114 已提交
484
        Me.GroupBox7.Size = New System.Drawing.Size(163, 68)
leaky114's avatar
leaky114 已提交
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499
        Me.GroupBox7.TabIndex = 12
        Me.GroupBox7.TabStop = False
        Me.GroupBox7.Text = "质量映射:"
        '
        'CheckBox4
        '
        Me.CheckBox4.AutoSize = True
        Me.CheckBox4.Checked = True
        Me.CheckBox4.CheckState = System.Windows.Forms.CheckState.Checked
        Me.CheckBox4.Location = New System.Drawing.Point(18, 42)
        Me.CheckBox4.Name = "CheckBox4"
        Me.CheckBox4.Size = New System.Drawing.Size(120, 16)
        Me.CheckBox4.TabIndex = 7
        Me.CheckBox4.Text = "保存工程图时写入"
        Me.CheckBox4.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
500
        Me.CheckBox4.Visible = False
leaky114's avatar
leaky114 已提交
501
        '
leaky114's avatar
leaky114 已提交
502
        'txt图号
leaky114's avatar
leaky114 已提交
503
        '
leaky114's avatar
leaky114 已提交
504
        Me.txt图号.Location = New System.Drawing.Point(54, 18)
leaky114's avatar
leaky114 已提交
505
        Me.txt图号.Name = "txt图号"
leaky114's avatar
leaky114 已提交
506
        Me.txt图号.Size = New System.Drawing.Size(64, 21)
leaky114's avatar
leaky114 已提交
507
        Me.txt图号.TabIndex = 6
leaky114's avatar
leaky114 已提交
508 509 510
        '
        'Label11
        '
leaky114's avatar
leaky114 已提交
511
        Me.Label11.AutoSize = True
leaky114's avatar
leaky114 已提交
512 513
        Me.Label11.Location = New System.Drawing.Point(12, 22)
        Me.Label11.Name = "Label11"
leaky114's avatar
leaky114 已提交
514
        Me.Label11.Size = New System.Drawing.Size(41, 12)
leaky114's avatar
leaky114 已提交
515
        Me.Label11.TabIndex = 4
leaky114's avatar
leaky114 已提交
516
        Me.Label11.Text = "质量:"
leaky114's avatar
leaky114 已提交
517
        '
leaky114's avatar
leaky114 已提交
518
        'chk检查更新
leaky114's avatar
leaky114 已提交
519
        '
leaky114's avatar
leaky114 已提交
520
        Me.chk检查更新.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
521 522 523
        Me.chk检查更新.AutoSize = True
        Me.chk检查更新.Checked = True
        Me.chk检查更新.CheckState = System.Windows.Forms.CheckState.Checked
leaky114's avatar
leaky114 已提交
524
        Me.chk检查更新.Location = New System.Drawing.Point(25, 441)
leaky114's avatar
leaky114 已提交
525 526 527 528 529
        Me.chk检查更新.Name = "chk检查更新"
        Me.chk检查更新.Size = New System.Drawing.Size(108, 16)
        Me.chk检查更新.TabIndex = 13
        Me.chk检查更新.Text = "启动时检查更新"
        Me.chk检查更新.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
530
        '
leaky114's avatar
leaky114 已提交
531 532
        'GroupBox8
        '
leaky114's avatar
leaky114 已提交
533
        Me.GroupBox8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
534
        Me.GroupBox8.Controls.Add(Me.btnOpenExcelFile)
leaky114's avatar
leaky114 已提交
535
        Me.GroupBox8.Controls.Add(Me.txt查询列)
leaky114's avatar
leaky114 已提交
536
        Me.GroupBox8.Controls.Add(Me.Label16)
leaky114's avatar
leaky114 已提交
537
        Me.GroupBox8.Controls.Add(Me.txt查找范围)
leaky114's avatar
leaky114 已提交
538
        Me.GroupBox8.Controls.Add(Me.Label15)
leaky114's avatar
leaky114 已提交
539
        Me.GroupBox8.Controls.Add(Me.txt数据表)
leaky114's avatar
leaky114 已提交
540
        Me.GroupBox8.Controls.Add(Me.Label14)
leaky114's avatar
leaky114 已提交
541
        Me.GroupBox8.Controls.Add(Me.btnExcelFilePath)
leaky114's avatar
leaky114 已提交
542
        Me.GroupBox8.Controls.Add(Me.txtexcel文件)
leaky114's avatar
leaky114 已提交
543
        Me.GroupBox8.Controls.Add(Me.Label13)
leaky114's avatar
leaky114 已提交
544
        Me.GroupBox8.Location = New System.Drawing.Point(16, 349)
leaky114's avatar
leaky114 已提交
545 546 547 548 549 550
        Me.GroupBox8.Name = "GroupBox8"
        Me.GroupBox8.Size = New System.Drawing.Size(582, 76)
        Me.GroupBox8.TabIndex = 14
        Me.GroupBox8.TabStop = False
        Me.GroupBox8.Text = "ERP查询"
        '
leaky114's avatar
leaky114 已提交
551 552 553 554 555 556 557 558 559
        'btnOpenExcelFile
        '
        Me.btnOpenExcelFile.Location = New System.Drawing.Point(513, 48)
        Me.btnOpenExcelFile.Name = "btnOpenExcelFile"
        Me.btnOpenExcelFile.Size = New System.Drawing.Size(52, 20)
        Me.btnOpenExcelFile.TabIndex = 17
        Me.btnOpenExcelFile.Text = "打开"
        Me.btnOpenExcelFile.UseVisualStyleBackColor = True
        '
leaky114's avatar
leaky114 已提交
560
        'txt查询列
leaky114's avatar
leaky114 已提交
561
        '
leaky114's avatar
leaky114 已提交
562
        Me.txt查询列.Location = New System.Drawing.Point(401, 48)
leaky114's avatar
leaky114 已提交
563 564 565 566 567 568 569
        Me.txt查询列.Name = "txt查询列"
        Me.txt查询列.Size = New System.Drawing.Size(89, 21)
        Me.txt查询列.TabIndex = 15
        '
        'Label16
        '
        Me.Label16.AutoSize = True
leaky114's avatar
leaky114 已提交
570
        Me.Label16.Location = New System.Drawing.Point(346, 52)
leaky114's avatar
leaky114 已提交
571 572 573
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(53, 12)
        Me.Label16.TabIndex = 14
leaky114's avatar
leaky114 已提交
574
        Me.Label16.Text = "返回列:"
leaky114's avatar
leaky114 已提交
575 576
        '
        'txt查找范围
leaky114's avatar
leaky114 已提交
577
        '
leaky114's avatar
leaky114 已提交
578 579 580 581 582 583
        Me.txt查找范围.Location = New System.Drawing.Point(234, 48)
        Me.txt查找范围.Name = "txt查找范围"
        Me.txt查找范围.Size = New System.Drawing.Size(89, 21)
        Me.txt查找范围.TabIndex = 13
        '
        'Label15
leaky114's avatar
leaky114 已提交
584
        '
leaky114's avatar
leaky114 已提交
585 586 587
        Me.Label15.AutoSize = True
        Me.Label15.Location = New System.Drawing.Point(167, 52)
        Me.Label15.Name = "Label15"
leaky114's avatar
leaky114 已提交
588
        Me.Label15.Size = New System.Drawing.Size(53, 12)
leaky114's avatar
leaky114 已提交
589
        Me.Label15.TabIndex = 12
leaky114's avatar
leaky114 已提交
590
        Me.Label15.Text = "查询列:"
leaky114's avatar
leaky114 已提交
591
        '
leaky114's avatar
leaky114 已提交
592
        'txt数据表
leaky114's avatar
leaky114 已提交
593
        '
leaky114's avatar
leaky114 已提交
594 595 596 597 598
        Me.txt数据表.Location = New System.Drawing.Point(75, 48)
        Me.txt数据表.Name = "txt数据表"
        Me.txt数据表.Size = New System.Drawing.Size(69, 21)
        Me.txt数据表.TabIndex = 11
        Me.txt数据表.Text = "物料"
leaky114's avatar
leaky114 已提交
599
        Me.txt数据表.Visible = False
leaky114's avatar
leaky114 已提交
600 601 602 603 604 605 606 607 608
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.Location = New System.Drawing.Point(8, 52)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(65, 12)
        Me.Label14.TabIndex = 10
        Me.Label14.Text = "数 据 表:"
leaky114's avatar
leaky114 已提交
609
        Me.Label14.Visible = False
leaky114's avatar
leaky114 已提交
610
        '
leaky114's avatar
leaky114 已提交
611
        'btnExcelFilePath
leaky114's avatar
leaky114 已提交
612
        '
leaky114's avatar
leaky114 已提交
613 614 615 616 617 618
        Me.btnExcelFilePath.Location = New System.Drawing.Point(532, 19)
        Me.btnExcelFilePath.Name = "btnExcelFilePath"
        Me.btnExcelFilePath.Size = New System.Drawing.Size(33, 20)
        Me.btnExcelFilePath.TabIndex = 9
        Me.btnExcelFilePath.Text = "..."
        Me.btnExcelFilePath.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
619
        '
leaky114's avatar
leaky114 已提交
620
        'txtexcel文件
leaky114's avatar
leaky114 已提交
621
        '
leaky114's avatar
leaky114 已提交
622 623 624 625
        Me.txtexcel文件.Location = New System.Drawing.Point(77, 19)
        Me.txtexcel文件.Name = "txtexcel文件"
        Me.txtexcel文件.Size = New System.Drawing.Size(433, 21)
        Me.txtexcel文件.TabIndex = 8
leaky114's avatar
leaky114 已提交
626
        '
leaky114's avatar
leaky114 已提交
627
        'Label13
leaky114's avatar
leaky114 已提交
628
        '
leaky114's avatar
leaky114 已提交
629 630 631 632 633 634
        Me.Label13.AutoSize = True
        Me.Label13.Location = New System.Drawing.Point(7, 23)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(71, 12)
        Me.Label13.TabIndex = 7
        Me.Label13.Text = "Excel文件:"
leaky114's avatar
leaky114 已提交
635
        '
leaky114's avatar
leaky114 已提交
636
        'frmOption
leaky114's avatar
leaky114 已提交
637
        '
leaky114's avatar
leaky114 已提交
638
        Me.AcceptButton = Me.btnOK
leaky114's avatar
leaky114 已提交
639 640
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
leaky114's avatar
leaky114 已提交
641
        Me.CancelButton = Me.btnCancel
leaky114's avatar
leaky114 已提交
642
        Me.ClientSize = New System.Drawing.Size(631, 476)
leaky114's avatar
leaky114 已提交
643
        Me.Controls.Add(Me.btnOK)
leaky114's avatar
leaky114 已提交
644
        Me.Controls.Add(Me.GroupBox8)
leaky114's avatar
leaky114 已提交
645
        Me.Controls.Add(Me.btnCancel)
leaky114's avatar
leaky114 已提交
646
        Me.Controls.Add(Me.chk检查更新)
leaky114's avatar
leaky114 已提交
647 648 649 650 651 652 653 654 655 656
        Me.Controls.Add(Me.GroupBox7)
        Me.Controls.Add(Me.GroupBox6)
        Me.Controls.Add(Me.GroupBox5)
        Me.Controls.Add(Me.GroupBox4)
        Me.Controls.Add(Me.GroupBox3)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.GroupBox1)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.MaximizeBox = False
        Me.MinimizeBox = False
leaky114's avatar
leaky114 已提交
657
        Me.Name = "frmOption"
leaky114's avatar
leaky114 已提交
658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "设置"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.GroupBox4.ResumeLayout(False)
        Me.GroupBox4.PerformLayout()
        Me.GroupBox5.ResumeLayout(False)
        Me.GroupBox5.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.GroupBox6.ResumeLayout(False)
        Me.GroupBox6.PerformLayout()
        Me.GroupBox7.ResumeLayout(False)
        Me.GroupBox7.PerformLayout()
leaky114's avatar
leaky114 已提交
675 676
        Me.GroupBox8.ResumeLayout(False)
        Me.GroupBox8.PerformLayout()
leaky114's avatar
leaky114 已提交
677
        Me.ResumeLayout(False)
leaky114's avatar
leaky114 已提交
678
        Me.PerformLayout()
leaky114's avatar
leaky114 已提交
679 680

    End Sub
leaky114's avatar
leaky114 已提交
681 682
    Friend WithEvents btnOK As System.Windows.Forms.Button
    Friend WithEvents btnCancel As System.Windows.Forms.Button
leaky114's avatar
leaky114 已提交
683 684
    Friend WithEvents cbo图号 As System.Windows.Forms.ComboBox
    Friend WithEvents cbo文件名 As System.Windows.Forms.ComboBox
leaky114's avatar
leaky114 已提交
685 686 687 688 689 690
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
691 692
    Friend WithEvents txt文件名映射 As System.Windows.Forms.TextBox
    Friend WithEvents txt图号映射 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
693
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
leaky114's avatar
leaky114 已提交
694 695
    Friend WithEvents chk签字后打印 As System.Windows.Forms.CheckBox
    Friend WithEvents txt打印日期 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
696
    Friend WithEvents Label6 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
697 698
    Friend WithEvents chk签字 As System.Windows.Forms.CheckBox
    Friend WithEvents txt工程师 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
699 700
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
leaky114's avatar
leaky114 已提交
701
    Friend WithEvents txtBOM导出项 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
702
    Friend WithEvents Label8 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
703
    Friend WithEvents btnAdd As System.Windows.Forms.Button
leaky114's avatar
leaky114 已提交
704
    Friend WithEvents cbo添加 As System.Windows.Forms.ComboBox
leaky114's avatar
leaky114 已提交
705 706
    Friend WithEvents btnReDo As System.Windows.Forms.Button
    Friend WithEvents btnClear As System.Windows.Forms.Button
leaky114's avatar
leaky114 已提交
707
    Friend WithEvents Label9 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
708
    Friend WithEvents cbo质量精度 As System.Windows.Forms.ComboBox
leaky114's avatar
leaky114 已提交
709
    Friend WithEvents Label5 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
710
    Friend WithEvents txt比例 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
711 712
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
leaky114's avatar
leaky114 已提交
713
    Friend WithEvents cbo面积精度 As System.Windows.Forms.ComboBox
leaky114's avatar
leaky114 已提交
714 715 716 717
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
    Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
    Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox
leaky114's avatar
leaky114 已提交
718
    Friend WithEvents txt图号 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
719
    Friend WithEvents Label11 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
720
    Friend WithEvents cbo存货编码 As System.Windows.Forms.ComboBox
leaky114's avatar
leaky114 已提交
721
    Friend WithEvents Label12 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
722
    Friend WithEvents chk检查更新 As System.Windows.Forms.CheckBox
leaky114's avatar
leaky114 已提交
723
    Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
leaky114's avatar
leaky114 已提交
724
    Friend WithEvents btnExcelFilePath As System.Windows.Forms.Button
leaky114's avatar
leaky114 已提交
725
    Friend WithEvents txtexcel文件 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
726 727
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
728
    Friend WithEvents txt查找范围 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
729
    Friend WithEvents Label15 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
730 731
    Friend WithEvents txt数据表 As System.Windows.Forms.TextBox
    Friend WithEvents txt查询列 As System.Windows.Forms.TextBox
leaky114's avatar
leaky114 已提交
732
    Friend WithEvents Label16 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
733
    Friend WithEvents btnOpenExcelFile As System.Windows.Forms.Button
leaky114's avatar
leaky114 已提交
734 735
    Friend WithEvents cbo供应商 As System.Windows.Forms.ComboBox
    Friend WithEvents Label17 As System.Windows.Forms.Label
leaky114's avatar
leaky114 已提交
736 737

End Class