123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_00_k3_realtime_stock
- 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.主表_dgv = New System.Windows.Forms.DataGridView()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- Me.dgv3 = New System.Windows.Forms.DataGridView()
- Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
- Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.關鍵字_tb = New System.Windows.Forms.TextBox()
- CType(Me.主表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer1.Panel1.SuspendLayout()
- Me.SplitContainer1.Panel2.SuspendLayout()
- Me.SplitContainer1.SuspendLayout()
- CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer2.Panel1.SuspendLayout()
- Me.SplitContainer2.Panel2.SuspendLayout()
- Me.SplitContainer2.SuspendLayout()
- Me.SuspendLayout()
- '
- '主表_dgv
- '
- Me.主表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.主表_dgv.BackgroundColor = System.Drawing.Color.White
- Me.主表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.主表_dgv.Dock = System.Windows.Forms.DockStyle.Fill
- Me.主表_dgv.Location = New System.Drawing.Point(0, 0)
- Me.主表_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.主表_dgv.Name = "主表_dgv"
- Me.主表_dgv.RowHeadersWidth = 5
- Me.主表_dgv.RowTemplate.Height = 23
- Me.主表_dgv.Size = New System.Drawing.Size(617, 695)
- Me.主表_dgv.TabIndex = 0
- '
- '明細_dgv
- '
- Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細_dgv.Dock = System.Windows.Forms.DockStyle.Fill
- Me.明細_dgv.Location = New System.Drawing.Point(0, 0)
- Me.明細_dgv.Margin = New System.Windows.Forms.Padding(4)
- Me.明細_dgv.Name = "明細_dgv"
- Me.明細_dgv.RowHeadersWidth = 5
- Me.明細_dgv.RowTemplate.Height = 23
- Me.明細_dgv.Size = New System.Drawing.Size(724, 489)
- Me.明細_dgv.TabIndex = 1
- '
- 'dgv3
- '
- Me.dgv3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.dgv3.BackgroundColor = System.Drawing.Color.White
- Me.dgv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgv3.Dock = System.Windows.Forms.DockStyle.Fill
- Me.dgv3.Location = New System.Drawing.Point(0, 0)
- Me.dgv3.Margin = New System.Windows.Forms.Padding(4)
- Me.dgv3.Name = "dgv3"
- Me.dgv3.RowHeadersWidth = 5
- Me.dgv3.RowTemplate.Height = 23
- Me.dgv3.Size = New System.Drawing.Size(724, 200)
- Me.dgv3.TabIndex = 2
- '
- 'SplitContainer1
- '
- Me.SplitContainer1.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.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SplitContainer1.Location = New System.Drawing.Point(1, 29)
- Me.SplitContainer1.Name = "SplitContainer1"
- '
- 'SplitContainer1.Panel1
- '
- Me.SplitContainer1.Panel1.Controls.Add(Me.主表_dgv)
- '
- 'SplitContainer1.Panel2
- '
- Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
- Me.SplitContainer1.Size = New System.Drawing.Size(1349, 697)
- Me.SplitContainer1.SplitterDistance = 619
- Me.SplitContainer1.TabIndex = 3
- '
- 'SplitContainer2
- '
- Me.SplitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
- Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
- Me.SplitContainer2.Name = "SplitContainer2"
- Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
- '
- 'SplitContainer2.Panel1
- '
- Me.SplitContainer2.Panel1.Controls.Add(Me.明細_dgv)
- '
- 'SplitContainer2.Panel2
- '
- Me.SplitContainer2.Panel2.Controls.Add(Me.dgv3)
- Me.SplitContainer2.Size = New System.Drawing.Size(726, 697)
- Me.SplitContainer2.SplitterDistance = 491
- Me.SplitContainer2.TabIndex = 4
- '
- '查詢_bt
- '
- Me.查詢_bt.BackgroundImage = Global.WindowsApp1.My.Resources.Resources.Search
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.查詢_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.查詢_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.查詢_bt.Location = New System.Drawing.Point(310, 1)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(27, 27)
- Me.查詢_bt.TabIndex = 1347
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.ForeColor = System.Drawing.Color.Black
- Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label12.Location = New System.Drawing.Point(5, 7)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(43, 16)
- Me.Label12.TabIndex = 1372
- Me.Label12.Text = "關鍵字"
- '
- '關鍵字_tb
- '
- Me.關鍵字_tb.Location = New System.Drawing.Point(50, 3)
- Me.關鍵字_tb.Name = "關鍵字_tb"
- Me.關鍵字_tb.Size = New System.Drawing.Size(258, 23)
- Me.關鍵字_tb.TabIndex = 1371
- '
- 'Frm_00_k3_realtime_stock
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1350, 729)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.關鍵字_tb)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.SplitContainer1)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "Frm_00_k3_realtime_stock"
- Me.Text = "即时库存表"
- CType(Me.主表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv3, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.Panel1.ResumeLayout(False)
- Me.SplitContainer1.Panel2.ResumeLayout(False)
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.ResumeLayout(False)
- Me.SplitContainer2.Panel1.ResumeLayout(False)
- Me.SplitContainer2.Panel2.ResumeLayout(False)
- CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer2.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 主表_dgv As DataGridView
- Friend WithEvents 明細_dgv As DataGridView
- Friend WithEvents dgv3 As DataGridView
- Friend WithEvents SplitContainer1 As SplitContainer
- Friend WithEvents SplitContainer2 As SplitContainer
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents Label12 As Label
- Friend WithEvents 關鍵字_tb As TextBox
- End Class
|