Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Frm_00_k3_realtime_stock.Designer.vb 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_00_k3_realtime_stock
  3. Inherits System.Windows.Forms.Form
  4. 'Form 重写 Dispose,以清理组件列表。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Windows 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.主表_dgv = New System.Windows.Forms.DataGridView()
  23. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  24. Me.dgv3 = New System.Windows.Forms.DataGridView()
  25. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  26. Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
  27. Me.查詢_bt = New System.Windows.Forms.Button()
  28. Me.Label12 = New System.Windows.Forms.Label()
  29. Me.關鍵字_tb = New System.Windows.Forms.TextBox()
  30. CType(Me.主表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  31. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  32. CType(Me.dgv3, System.ComponentModel.ISupportInitialize).BeginInit()
  33. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SplitContainer1.Panel1.SuspendLayout()
  35. Me.SplitContainer1.Panel2.SuspendLayout()
  36. Me.SplitContainer1.SuspendLayout()
  37. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.SplitContainer2.Panel1.SuspendLayout()
  39. Me.SplitContainer2.Panel2.SuspendLayout()
  40. Me.SplitContainer2.SuspendLayout()
  41. Me.SuspendLayout()
  42. '
  43. '主表_dgv
  44. '
  45. Me.主表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  46. Me.主表_dgv.BackgroundColor = System.Drawing.Color.White
  47. Me.主表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  48. Me.主表_dgv.Dock = System.Windows.Forms.DockStyle.Fill
  49. Me.主表_dgv.Location = New System.Drawing.Point(0, 0)
  50. Me.主表_dgv.Margin = New System.Windows.Forms.Padding(4)
  51. Me.主表_dgv.Name = "主表_dgv"
  52. Me.主表_dgv.RowHeadersWidth = 5
  53. Me.主表_dgv.RowTemplate.Height = 23
  54. Me.主表_dgv.Size = New System.Drawing.Size(617, 695)
  55. Me.主表_dgv.TabIndex = 0
  56. '
  57. '明細_dgv
  58. '
  59. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  60. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  61. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  62. Me.明細_dgv.Dock = System.Windows.Forms.DockStyle.Fill
  63. Me.明細_dgv.Location = New System.Drawing.Point(0, 0)
  64. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(4)
  65. Me.明細_dgv.Name = "明細_dgv"
  66. Me.明細_dgv.RowHeadersWidth = 5
  67. Me.明細_dgv.RowTemplate.Height = 23
  68. Me.明細_dgv.Size = New System.Drawing.Size(724, 489)
  69. Me.明細_dgv.TabIndex = 1
  70. '
  71. 'dgv3
  72. '
  73. Me.dgv3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  74. Me.dgv3.BackgroundColor = System.Drawing.Color.White
  75. Me.dgv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  76. Me.dgv3.Dock = System.Windows.Forms.DockStyle.Fill
  77. Me.dgv3.Location = New System.Drawing.Point(0, 0)
  78. Me.dgv3.Margin = New System.Windows.Forms.Padding(4)
  79. Me.dgv3.Name = "dgv3"
  80. Me.dgv3.RowHeadersWidth = 5
  81. Me.dgv3.RowTemplate.Height = 23
  82. Me.dgv3.Size = New System.Drawing.Size(724, 200)
  83. Me.dgv3.TabIndex = 2
  84. '
  85. 'SplitContainer1
  86. '
  87. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  88. Or System.Windows.Forms.AnchorStyles.Left) _
  89. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  90. Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  91. Me.SplitContainer1.Location = New System.Drawing.Point(1, 29)
  92. Me.SplitContainer1.Name = "SplitContainer1"
  93. '
  94. 'SplitContainer1.Panel1
  95. '
  96. Me.SplitContainer1.Panel1.Controls.Add(Me.主表_dgv)
  97. '
  98. 'SplitContainer1.Panel2
  99. '
  100. Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
  101. Me.SplitContainer1.Size = New System.Drawing.Size(1349, 697)
  102. Me.SplitContainer1.SplitterDistance = 619
  103. Me.SplitContainer1.TabIndex = 3
  104. '
  105. 'SplitContainer2
  106. '
  107. Me.SplitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  108. Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
  109. Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
  110. Me.SplitContainer2.Name = "SplitContainer2"
  111. Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
  112. '
  113. 'SplitContainer2.Panel1
  114. '
  115. Me.SplitContainer2.Panel1.Controls.Add(Me.明細_dgv)
  116. '
  117. 'SplitContainer2.Panel2
  118. '
  119. Me.SplitContainer2.Panel2.Controls.Add(Me.dgv3)
  120. Me.SplitContainer2.Size = New System.Drawing.Size(726, 697)
  121. Me.SplitContainer2.SplitterDistance = 491
  122. Me.SplitContainer2.TabIndex = 4
  123. '
  124. '查詢_bt
  125. '
  126. Me.查詢_bt.BackgroundImage = Global.WindowsApp1.My.Resources.Resources.Search
  127. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  128. Me.查詢_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.查詢_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  130. Me.查詢_bt.Location = New System.Drawing.Point(310, 1)
  131. Me.查詢_bt.Name = "查詢_bt"
  132. Me.查詢_bt.Size = New System.Drawing.Size(27, 27)
  133. Me.查詢_bt.TabIndex = 1347
  134. Me.查詢_bt.UseVisualStyleBackColor = True
  135. '
  136. 'Label12
  137. '
  138. Me.Label12.AutoSize = True
  139. Me.Label12.ForeColor = System.Drawing.Color.Black
  140. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  141. Me.Label12.Location = New System.Drawing.Point(5, 7)
  142. Me.Label12.Name = "Label12"
  143. Me.Label12.Size = New System.Drawing.Size(43, 16)
  144. Me.Label12.TabIndex = 1372
  145. Me.Label12.Text = "關鍵字"
  146. '
  147. '關鍵字_tb
  148. '
  149. Me.關鍵字_tb.Location = New System.Drawing.Point(50, 3)
  150. Me.關鍵字_tb.Name = "關鍵字_tb"
  151. Me.關鍵字_tb.Size = New System.Drawing.Size(258, 23)
  152. Me.關鍵字_tb.TabIndex = 1371
  153. '
  154. 'Frm_00_k3_realtime_stock
  155. '
  156. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  157. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  158. Me.ClientSize = New System.Drawing.Size(1350, 729)
  159. Me.Controls.Add(Me.Label12)
  160. Me.Controls.Add(Me.關鍵字_tb)
  161. Me.Controls.Add(Me.查詢_bt)
  162. Me.Controls.Add(Me.SplitContainer1)
  163. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.Margin = New System.Windows.Forms.Padding(4)
  165. Me.Name = "Frm_00_k3_realtime_stock"
  166. Me.Text = "即时库存表"
  167. CType(Me.主表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  168. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  169. CType(Me.dgv3, System.ComponentModel.ISupportInitialize).EndInit()
  170. Me.SplitContainer1.Panel1.ResumeLayout(False)
  171. Me.SplitContainer1.Panel2.ResumeLayout(False)
  172. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  173. Me.SplitContainer1.ResumeLayout(False)
  174. Me.SplitContainer2.Panel1.ResumeLayout(False)
  175. Me.SplitContainer2.Panel2.ResumeLayout(False)
  176. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
  177. Me.SplitContainer2.ResumeLayout(False)
  178. Me.ResumeLayout(False)
  179. Me.PerformLayout()
  180. End Sub
  181. Friend WithEvents 主表_dgv As DataGridView
  182. Friend WithEvents 明細_dgv As DataGridView
  183. Friend WithEvents dgv3 As DataGridView
  184. Friend WithEvents SplitContainer1 As SplitContainer
  185. Friend WithEvents SplitContainer2 As SplitContainer
  186. Friend WithEvents 查詢_bt As Button
  187. Friend WithEvents Label12 As Label
  188. Friend WithEvents 關鍵字_tb As TextBox
  189. End Class