123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class FrmTest
- 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.btnGetMtrl = New System.Windows.Forms.Button()
- Me.btnGetWh = New System.Windows.Forms.Button()
- Me.btnGetDept = New System.Windows.Forms.Button()
- Me.btnGetEmp = New System.Windows.Forms.Button()
- Me.btnSaveInStk = New System.Windows.Forms.Button()
- Me.btnGetUnits = New System.Windows.Forms.Button()
- Me.btnGetLoc = New System.Windows.Forms.Button()
- Me.btnGetMtrlDetail = New System.Windows.Forms.Button()
- Me.btnIcMoBill = New System.Windows.Forms.Button()
- Me.btnGetMoLst = New System.Windows.Forms.Button()
- Me.txtappKey = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.dtp_start = New System.Windows.Forms.DateTimePicker()
- Me.dtp_end = New System.Windows.Forms.DateTimePicker()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.dgv_detail = New System.Windows.Forms.DataGridView()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.TreeView1 = New System.Windows.Forms.TreeView()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.dgv_stock = New System.Windows.Forms.DataGridView()
- Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Button6 = New System.Windows.Forms.Button()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.Button8 = New System.Windows.Forms.Button()
- Me.Button9 = New System.Windows.Forms.Button()
- Me.Button10 = New System.Windows.Forms.Button()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.Button11 = New System.Windows.Forms.Button()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_stock, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'btnGetMtrl
- '
- Me.btnGetMtrl.Location = New System.Drawing.Point(43, 646)
- Me.btnGetMtrl.Name = "btnGetMtrl"
- Me.btnGetMtrl.Size = New System.Drawing.Size(104, 27)
- Me.btnGetMtrl.TabIndex = 0
- Me.btnGetMtrl.UseVisualStyleBackColor = True
- '
- 'btnGetWh
- '
- Me.btnGetWh.Location = New System.Drawing.Point(123, 591)
- Me.btnGetWh.Name = "btnGetWh"
- Me.btnGetWh.Size = New System.Drawing.Size(104, 40)
- Me.btnGetWh.TabIndex = 1
- Me.btnGetWh.Text = "获取仓库"
- Me.btnGetWh.UseVisualStyleBackColor = True
- '
- 'btnGetDept
- '
- Me.btnGetDept.Location = New System.Drawing.Point(871, 543)
- Me.btnGetDept.Name = "btnGetDept"
- Me.btnGetDept.Size = New System.Drawing.Size(104, 40)
- Me.btnGetDept.TabIndex = 2
- Me.btnGetDept.Text = "获取部门"
- Me.btnGetDept.UseVisualStyleBackColor = True
- '
- 'btnGetEmp
- '
- Me.btnGetEmp.Location = New System.Drawing.Point(981, 543)
- Me.btnGetEmp.Name = "btnGetEmp"
- Me.btnGetEmp.Size = New System.Drawing.Size(104, 40)
- Me.btnGetEmp.TabIndex = 3
- Me.btnGetEmp.Text = "获取人员"
- Me.btnGetEmp.UseVisualStyleBackColor = True
- '
- 'btnSaveInStk
- '
- Me.btnSaveInStk.Location = New System.Drawing.Point(749, 591)
- Me.btnSaveInStk.Name = "btnSaveInStk"
- Me.btnSaveInStk.Size = New System.Drawing.Size(104, 40)
- Me.btnSaveInStk.TabIndex = 4
- Me.btnSaveInStk.Text = "保存入库"
- Me.btnSaveInStk.UseVisualStyleBackColor = True
- '
- 'btnGetUnits
- '
- Me.btnGetUnits.Location = New System.Drawing.Point(981, 591)
- Me.btnGetUnits.Name = "btnGetUnits"
- Me.btnGetUnits.Size = New System.Drawing.Size(104, 40)
- Me.btnGetUnits.TabIndex = 5
- Me.btnGetUnits.Text = "获取单位"
- Me.btnGetUnits.UseVisualStyleBackColor = True
- '
- 'btnGetLoc
- '
- Me.btnGetLoc.Location = New System.Drawing.Point(871, 591)
- Me.btnGetLoc.Name = "btnGetLoc"
- Me.btnGetLoc.Size = New System.Drawing.Size(104, 40)
- Me.btnGetLoc.TabIndex = 6
- Me.btnGetLoc.Text = "获取库位"
- Me.btnGetLoc.UseVisualStyleBackColor = True
- '
- 'btnGetMtrlDetail
- '
- Me.btnGetMtrlDetail.Location = New System.Drawing.Point(165, 646)
- Me.btnGetMtrlDetail.Name = "btnGetMtrlDetail"
- Me.btnGetMtrlDetail.Size = New System.Drawing.Size(104, 27)
- Me.btnGetMtrlDetail.TabIndex = 7
- Me.btnGetMtrlDetail.Text = "获取物料详情"
- Me.btnGetMtrlDetail.UseVisualStyleBackColor = True
- '
- 'btnIcMoBill
- '
- Me.btnIcMoBill.Location = New System.Drawing.Point(1090, 543)
- Me.btnIcMoBill.Name = "btnIcMoBill"
- Me.btnIcMoBill.Size = New System.Drawing.Size(104, 40)
- Me.btnIcMoBill.TabIndex = 8
- Me.btnIcMoBill.Text = "获取生产工单"
- Me.btnIcMoBill.UseVisualStyleBackColor = True
- '
- 'btnGetMoLst
- '
- Me.btnGetMoLst.Location = New System.Drawing.Point(1090, 588)
- Me.btnGetMoLst.Name = "btnGetMoLst"
- Me.btnGetMoLst.Size = New System.Drawing.Size(104, 40)
- Me.btnGetMoLst.TabIndex = 9
- Me.btnGetMoLst.Text = "获取工单详情"
- Me.btnGetMoLst.UseVisualStyleBackColor = True
- '
- 'txtappKey
- '
- Me.txtappKey.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.txtappKey.Location = New System.Drawing.Point(31, 497)
- Me.txtappKey.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.txtappKey.Multiline = True
- Me.txtappKey.Name = "txtappKey"
- Me.txtappKey.Size = New System.Drawing.Size(189, 21)
- Me.txtappKey.TabIndex = 12
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(29, 471)
- Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(80, 20)
- Me.Label1.TabIndex = 13
- Me.Label1.Text = "appToken"
- '
- 'DataGridView1
- '
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(333, 297)
- Me.DataGridView1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 62
- Me.DataGridView1.RowTemplate.Height = 31
- Me.DataGridView1.Size = New System.Drawing.Size(1529, 159)
- Me.DataGridView1.TabIndex = 14
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(29, 431)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(31, 25)
- Me.Label8.TabIndex = 123
- Me.Label8.Text = "至"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label7.ForeColor = System.Drawing.Color.Red
- Me.Label7.Location = New System.Drawing.Point(29, 383)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(31, 25)
- Me.Label7.TabIndex = 122
- Me.Label7.Text = "自"
- '
- 'dtp_start
- '
- Me.dtp_start.CalendarFont = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.dtp_start.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.dtp_start.Location = New System.Drawing.Point(62, 381)
- Me.dtp_start.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
- Me.dtp_start.Name = "dtp_start"
- Me.dtp_start.Size = New System.Drawing.Size(151, 29)
- Me.dtp_start.TabIndex = 121
- '
- 'dtp_end
- '
- Me.dtp_end.CalendarFont = New System.Drawing.Font("微軟正黑體", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.dtp_end.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.dtp_end.Location = New System.Drawing.Point(62, 429)
- Me.dtp_end.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
- Me.dtp_end.Name = "dtp_end"
- Me.dtp_end.Size = New System.Drawing.Size(151, 29)
- Me.dtp_end.TabIndex = 120
- '
- 'TextBox1
- '
- Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(255, 12)
- Me.TextBox1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.TextBox1.Multiline = True
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(63, 536)
- Me.TextBox1.TabIndex = 124
- '
- 'dgv_detail
- '
- Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgv_detail.Location = New System.Drawing.Point(333, 405)
- Me.dgv_detail.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.dgv_detail.Name = "dgv_detail"
- Me.dgv_detail.RowHeadersWidth = 62
- Me.dgv_detail.RowTemplate.Height = 31
- Me.dgv_detail.Size = New System.Drawing.Size(1529, 129)
- Me.dgv_detail.TabIndex = 125
- '
- 'Button1
- '
- Me.Button1.BackColor = System.Drawing.SystemColors.ActiveCaption
- Me.Button1.Location = New System.Drawing.Point(12, 121)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(104, 40)
- Me.Button1.TabIndex = 126
- Me.Button1.Text = "订单列表(日期)"
- Me.Button1.UseVisualStyleBackColor = False
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(117, 305)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(104, 40)
- Me.Button2.TabIndex = 127
- Me.Button2.Text = "商品收发明细表"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(29, 531)
- Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(108, 20)
- Me.Label2.TabIndex = 128
- Me.Label2.Text = "xAPIsignature"
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(33, 557)
- Me.TextBox2.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.TextBox2.Multiline = True
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(189, 21)
- Me.TextBox2.TabIndex = 129
- '
- 'TextBox3
- '
- Me.TextBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox3.Location = New System.Drawing.Point(360, 557)
- Me.TextBox3.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.TextBox3.Multiline = True
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(189, 21)
- Me.TextBox3.TabIndex = 130
- '
- 'TextBox4
- '
- Me.TextBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox4.Location = New System.Drawing.Point(665, 563)
- Me.TextBox4.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.TextBox4.Multiline = True
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(189, 21)
- Me.TextBox4.TabIndex = 131
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(273, 563)
- Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(83, 20)
- Me.Label3.TabIndex = 132
- Me.Label3.Text = "timestamp"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(592, 567)
- Me.Label4.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(53, 20)
- Me.Label4.TabIndex = 133
- Me.Label4.Text = "nonce"
- '
- 'TreeView1
- '
- Me.TreeView1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TreeView1.Location = New System.Drawing.Point(1255, 8)
- Me.TreeView1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.TreeView1.Name = "TreeView1"
- Me.TreeView1.Size = New System.Drawing.Size(364, 623)
- Me.TreeView1.TabIndex = 134
- Me.TreeView1.Visible = False
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(123, 121)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(104, 40)
- Me.Button3.TabIndex = 135
- Me.Button3.Text = "订单明细(id)"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(123, 179)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(104, 40)
- Me.Button4.TabIndex = 136
- Me.Button4.Text = "订单明细"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'dgv_stock
- '
- Me.dgv_stock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgv_stock.Location = New System.Drawing.Point(333, 543)
- Me.dgv_stock.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.dgv_stock.Name = "dgv_stock"
- Me.dgv_stock.RowHeadersWidth = 62
- Me.dgv_stock.RowTemplate.Height = 31
- Me.dgv_stock.Size = New System.Drawing.Size(1529, 249)
- Me.dgv_stock.TabIndex = 137
- '
- 'ProgressBar1
- '
- Me.ProgressBar1.Location = New System.Drawing.Point(374, 27)
- Me.ProgressBar1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
- Me.ProgressBar1.Name = "ProgressBar1"
- Me.ProgressBar1.Size = New System.Drawing.Size(319, 31)
- Me.ProgressBar1.TabIndex = 138
- '
- 'Button5
- '
- Me.Button5.Location = New System.Drawing.Point(12, 184)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(103, 31)
- Me.Button5.TabIndex = 139
- Me.Button5.Text = "产品入库(日期)"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Button6
- '
- Me.Button6.BackColor = System.Drawing.SystemColors.ActiveCaption
- Me.Button6.Location = New System.Drawing.Point(11, 239)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(104, 40)
- Me.Button6.TabIndex = 140
- Me.Button6.Text = "库存查询"
- Me.Button6.UseVisualStyleBackColor = False
- '
- 'Button7
- '
- Me.Button7.Location = New System.Drawing.Point(23, 305)
- Me.Button7.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(83, 40)
- Me.Button7.TabIndex = 141
- Me.Button7.Text = " 仓库列表"
- Me.Button7.UseVisualStyleBackColor = True
- '
- 'Button8
- '
- Me.Button8.BackColor = System.Drawing.Color.Red
- Me.Button8.Location = New System.Drawing.Point(11, 7)
- Me.Button8.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(116, 40)
- Me.Button8.TabIndex = 142
- Me.Button8.Text = "商品讯息(物料)"
- Me.Button8.UseVisualStyleBackColor = False
- '
- 'Button9
- '
- Me.Button9.Location = New System.Drawing.Point(12, 67)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(104, 40)
- Me.Button9.TabIndex = 143
- Me.Button9.Text = "染色领料(日期)"
- Me.Button9.UseVisualStyleBackColor = True
- '
- 'Button10
- '
- Me.Button10.Location = New System.Drawing.Point(124, 67)
- Me.Button10.Name = "Button10"
- Me.Button10.Size = New System.Drawing.Size(103, 40)
- Me.Button10.TabIndex = 144
- Me.Button10.Text = "调拨入库"
- Me.Button10.UseVisualStyleBackColor = True
- '
- 'TextBox5
- '
- Me.TextBox5.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox5.Location = New System.Drawing.Point(493, 141)
- Me.TextBox5.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(427, 26)
- Me.TextBox5.TabIndex = 145
- '
- 'Button11
- '
- Me.Button11.Location = New System.Drawing.Point(130, 239)
- Me.Button11.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
- Me.Button11.Name = "Button11"
- Me.Button11.Size = New System.Drawing.Size(83, 40)
- Me.Button11.TabIndex = 146
- Me.Button11.Text = "部门id"
- Me.Button11.UseVisualStyleBackColor = True
- '
- 'FrmTest
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1283, 703)
- Me.Controls.Add(Me.Button11)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.Button10)
- Me.Controls.Add(Me.Button9)
- Me.Controls.Add(Me.Button8)
- Me.Controls.Add(Me.Button7)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.ProgressBar1)
- Me.Controls.Add(Me.dgv_stock)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.TreeView1)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.dgv_detail)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.dtp_start)
- Me.Controls.Add(Me.dtp_end)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.txtappKey)
- Me.Controls.Add(Me.btnGetMoLst)
- Me.Controls.Add(Me.btnIcMoBill)
- Me.Controls.Add(Me.btnGetMtrlDetail)
- Me.Controls.Add(Me.btnGetLoc)
- Me.Controls.Add(Me.btnGetUnits)
- Me.Controls.Add(Me.btnSaveInStk)
- Me.Controls.Add(Me.btnGetEmp)
- Me.Controls.Add(Me.btnGetDept)
- Me.Controls.Add(Me.btnGetWh)
- Me.Controls.Add(Me.btnGetMtrl)
- Me.Name = "FrmTest"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "Form1"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_stock, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents btnGetMtrl As Button
- Friend WithEvents btnGetWh As Button
- Friend WithEvents btnGetDept As Button
- Friend WithEvents btnGetEmp As Button
- Friend WithEvents btnSaveInStk As Button
- Friend WithEvents btnGetUnits As Button
- Friend WithEvents btnGetLoc As Button
- Friend WithEvents btnGetMtrlDetail As Button
- Friend WithEvents btnIcMoBill As Button
- Friend WithEvents btnGetMoLst As Button
- Friend WithEvents txtappKey As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents Label8 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents dtp_start As DateTimePicker
- Friend WithEvents dtp_end As DateTimePicker
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents dgv_detail As DataGridView
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents Label2 As Label
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents TreeView1 As TreeView
- Friend WithEvents Button3 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents dgv_stock As DataGridView
- Friend WithEvents ProgressBar1 As ProgressBar
- Friend WithEvents Button5 As Button
- Friend WithEvents Button6 As Button
- Friend WithEvents Button7 As Button
- Friend WithEvents Button8 As Button
- Friend WithEvents Button9 As Button
- Friend WithEvents Button10 As Button
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents Button11 As Button
- End Class
|