暫無描述
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.

維修單出庫確認.Designer.vb 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 維修單出庫確認
  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 Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.TextBox3 = New System.Windows.Forms.TextBox()
  27. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  28. Me.Button12 = New System.Windows.Forms.Button()
  29. Me.Button13 = New System.Windows.Forms.Button()
  30. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.Label20 = New System.Windows.Forms.Label()
  33. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  34. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  35. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  36. Me.依據單號全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  37. Me.全部選擇ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  38. Me.全部取消ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  39. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  40. Me.確認收料入庫ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.Button4 = New System.Windows.Forms.Button()
  42. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.ContextMenuStrip1.SuspendLayout()
  44. Me.SuspendLayout()
  45. '
  46. 'Button1
  47. '
  48. Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  49. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. Me.Button1.ForeColor = System.Drawing.Color.Olive
  51. Me.Button1.Location = New System.Drawing.Point(988, 5)
  52. Me.Button1.Name = "Button1"
  53. Me.Button1.Size = New System.Drawing.Size(113, 24)
  54. Me.Button1.TabIndex = 1081
  55. Me.Button1.Text = "依據單號全部選擇"
  56. Me.Button1.UseVisualStyleBackColor = True
  57. '
  58. 'TextBox3
  59. '
  60. Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  61. Me.TextBox3.Location = New System.Drawing.Point(171, 6)
  62. Me.TextBox3.Name = "TextBox3"
  63. Me.TextBox3.Size = New System.Drawing.Size(137, 23)
  64. Me.TextBox3.TabIndex = 1079
  65. '
  66. 'DateTimePicker1
  67. '
  68. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  69. Me.DateTimePicker1.Location = New System.Drawing.Point(369, 5)
  70. Me.DateTimePicker1.Name = "DateTimePicker1"
  71. Me.DateTimePicker1.Size = New System.Drawing.Size(91, 23)
  72. Me.DateTimePicker1.TabIndex = 1077
  73. '
  74. 'Button12
  75. '
  76. Me.Button12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  77. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  78. Me.Button12.ForeColor = System.Drawing.Color.Olive
  79. Me.Button12.Location = New System.Drawing.Point(1178, 5)
  80. Me.Button12.Name = "Button12"
  81. Me.Button12.Size = New System.Drawing.Size(65, 24)
  82. Me.Button12.TabIndex = 1076
  83. Me.Button12.Text = "全部取消"
  84. Me.Button12.UseVisualStyleBackColor = True
  85. '
  86. 'Button13
  87. '
  88. Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  89. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  90. Me.Button13.ForeColor = System.Drawing.Color.Olive
  91. Me.Button13.Location = New System.Drawing.Point(1107, 5)
  92. Me.Button13.Name = "Button13"
  93. Me.Button13.Size = New System.Drawing.Size(65, 24)
  94. Me.Button13.TabIndex = 1075
  95. Me.Button13.Text = "全部選擇"
  96. Me.Button13.UseVisualStyleBackColor = True
  97. '
  98. 'DataGridView1
  99. '
  100. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  101. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  102. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  103. Or System.Windows.Forms.AnchorStyles.Left) _
  104. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  105. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  106. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  107. Me.DataGridView1.Location = New System.Drawing.Point(8, 35)
  108. Me.DataGridView1.Name = "DataGridView1"
  109. Me.DataGridView1.RowHeadersWidth = 5
  110. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  111. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  112. Me.DataGridView1.RowTemplate.Height = 24
  113. Me.DataGridView1.Size = New System.Drawing.Size(1235, 570)
  114. Me.DataGridView1.TabIndex = 1074
  115. '
  116. 'Label4
  117. '
  118. Me.Label4.AutoSize = True
  119. Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  120. Me.Label4.Location = New System.Drawing.Point(109, 9)
  121. Me.Label4.Name = "Label4"
  122. Me.Label4.Size = New System.Drawing.Size(56, 16)
  123. Me.Label4.TabIndex = 1080
  124. Me.Label4.Text = "單據號碼"
  125. '
  126. 'Label20
  127. '
  128. Me.Label20.AutoSize = True
  129. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  131. Me.Label20.Location = New System.Drawing.Point(314, 9)
  132. Me.Label20.Name = "Label20"
  133. Me.Label20.Size = New System.Drawing.Size(56, 16)
  134. Me.Label20.TabIndex = 1078
  135. Me.Label20.Text = "出貨日期"
  136. '
  137. 'ContextMenuStrip1
  138. '
  139. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.依據單號全部選擇ToolStripMenuItem, Me.全部選擇ToolStripMenuItem, Me.全部取消ToolStripMenuItem, Me.ToolStripSeparator1, Me.確認收料入庫ToolStripMenuItem})
  140. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  141. Me.ContextMenuStrip1.Size = New System.Drawing.Size(171, 126)
  142. '
  143. '重新整理ToolStripMenuItem
  144. '
  145. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  146. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  147. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  148. '
  149. 'ToolStripSeparator3
  150. '
  151. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  152. Me.ToolStripSeparator3.Size = New System.Drawing.Size(167, 6)
  153. '
  154. '依據單號全部選擇ToolStripMenuItem
  155. '
  156. Me.依據單號全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  157. Me.依據單號全部選擇ToolStripMenuItem.Name = "依據單號全部選擇ToolStripMenuItem"
  158. Me.依據單號全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  159. Me.依據單號全部選擇ToolStripMenuItem.Text = "依據單號全部選擇"
  160. '
  161. '全部選擇ToolStripMenuItem
  162. '
  163. Me.全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  164. Me.全部選擇ToolStripMenuItem.Name = "全部選擇ToolStripMenuItem"
  165. Me.全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  166. Me.全部選擇ToolStripMenuItem.Text = "全部選擇"
  167. '
  168. '全部取消ToolStripMenuItem
  169. '
  170. Me.全部取消ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive
  171. Me.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem"
  172. Me.全部取消ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  173. Me.全部取消ToolStripMenuItem.Text = "全部取消"
  174. '
  175. 'ToolStripSeparator1
  176. '
  177. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  178. Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6)
  179. '
  180. '確認收料入庫ToolStripMenuItem
  181. '
  182. Me.確認收料入庫ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  183. Me.確認收料入庫ToolStripMenuItem.Name = "確認收料入庫ToolStripMenuItem"
  184. Me.確認收料入庫ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  185. Me.確認收料入庫ToolStripMenuItem.Text = "確認物料出貨"
  186. '
  187. 'Button4
  188. '
  189. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.Button4.ForeColor = System.Drawing.Color.Green
  191. Me.Button4.Location = New System.Drawing.Point(8, 5)
  192. Me.Button4.Name = "Button4"
  193. Me.Button4.Size = New System.Drawing.Size(95, 24)
  194. Me.Button4.TabIndex = 1082
  195. Me.Button4.Text = "確認物料出貨"
  196. Me.Button4.UseVisualStyleBackColor = True
  197. '
  198. '維修單出庫確認
  199. '
  200. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  201. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  202. Me.ClientSize = New System.Drawing.Size(1249, 611)
  203. Me.ContextMenuStrip = Me.ContextMenuStrip1
  204. Me.Controls.Add(Me.Button4)
  205. Me.Controls.Add(Me.Button1)
  206. Me.Controls.Add(Me.TextBox3)
  207. Me.Controls.Add(Me.DateTimePicker1)
  208. Me.Controls.Add(Me.Button12)
  209. Me.Controls.Add(Me.Button13)
  210. Me.Controls.Add(Me.DataGridView1)
  211. Me.Controls.Add(Me.Label4)
  212. Me.Controls.Add(Me.Label20)
  213. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  215. Me.Name = "維修單出庫確認"
  216. Me.Text = "維修單出庫確認"
  217. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  218. Me.ContextMenuStrip1.ResumeLayout(False)
  219. Me.ResumeLayout(False)
  220. Me.PerformLayout()
  221. End Sub
  222. Friend WithEvents Button1 As Button
  223. Friend WithEvents TextBox3 As TextBox
  224. Friend WithEvents DateTimePicker1 As DateTimePicker
  225. Friend WithEvents Button12 As Button
  226. Friend WithEvents Button13 As Button
  227. Friend WithEvents DataGridView1 As DataGridView
  228. Friend WithEvents Label4 As Label
  229. Friend WithEvents Label20 As Label
  230. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  231. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  232. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  233. Friend WithEvents 依據單號全部選擇ToolStripMenuItem As ToolStripMenuItem
  234. Friend WithEvents 全部選擇ToolStripMenuItem As ToolStripMenuItem
  235. Friend WithEvents 全部取消ToolStripMenuItem As ToolStripMenuItem
  236. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  237. Friend WithEvents 確認收料入庫ToolStripMenuItem As ToolStripMenuItem
  238. Friend WithEvents Button4 As Button
  239. End Class