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.

訂單採購需求申請.Designer.vb 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  25. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  26. Me.Label14 = New System.Windows.Forms.Label()
  27. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  28. Me.TextBox9 = New System.Windows.Forms.TextBox()
  29. Me.Label16 = New System.Windows.Forms.Label()
  30. Me.TextBox5 = New System.Windows.Forms.TextBox()
  31. Me.Label15 = New System.Windows.Forms.Label()
  32. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  33. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  34. Me.Label9 = New System.Windows.Forms.Label()
  35. Me.Label20 = New System.Windows.Forms.Label()
  36. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  37. Me.Button1 = New System.Windows.Forms.Button()
  38. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  39. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  40. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  41. Me.開立新的採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  42. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.ContextMenuStrip1.SuspendLayout()
  44. Me.SuspendLayout()
  45. '
  46. 'CheckBox1
  47. '
  48. Me.CheckBox1.AutoSize = True
  49. Me.CheckBox1.Location = New System.Drawing.Point(789, 6)
  50. Me.CheckBox1.Name = "CheckBox1"
  51. Me.CheckBox1.Size = New System.Drawing.Size(39, 20)
  52. Me.CheckBox1.TabIndex = 1083
  53. Me.CheckBox1.Text = "補"
  54. Me.CheckBox1.UseVisualStyleBackColor = True
  55. '
  56. 'DateTimePicker2
  57. '
  58. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  59. Me.DateTimePicker2.Location = New System.Drawing.Point(899, 4)
  60. Me.DateTimePicker2.Name = "DateTimePicker2"
  61. Me.DateTimePicker2.Size = New System.Drawing.Size(94, 23)
  62. Me.DateTimePicker2.TabIndex = 1081
  63. '
  64. 'Label14
  65. '
  66. Me.Label14.AutoSize = True
  67. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  69. Me.Label14.Location = New System.Drawing.Point(834, 7)
  70. Me.Label14.Name = "Label14"
  71. Me.Label14.Size = New System.Drawing.Size(68, 16)
  72. Me.Label14.TabIndex = 1082
  73. Me.Label14.Text = "供應商交期"
  74. '
  75. 'DateTimePicker1
  76. '
  77. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  78. Me.DateTimePicker1.Location = New System.Drawing.Point(689, 4)
  79. Me.DateTimePicker1.Name = "DateTimePicker1"
  80. Me.DateTimePicker1.Size = New System.Drawing.Size(94, 23)
  81. Me.DateTimePicker1.TabIndex = 1079
  82. '
  83. 'TextBox9
  84. '
  85. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  86. Me.TextBox9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  87. Me.TextBox9.Location = New System.Drawing.Point(72, 4)
  88. Me.TextBox9.Name = "TextBox9"
  89. Me.TextBox9.Size = New System.Drawing.Size(152, 25)
  90. Me.TextBox9.TabIndex = 1076
  91. '
  92. 'Label16
  93. '
  94. Me.Label16.AutoSize = True
  95. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  97. Me.Label16.Location = New System.Drawing.Point(12, 8)
  98. Me.Label16.Name = "Label16"
  99. Me.Label16.Size = New System.Drawing.Size(56, 16)
  100. Me.Label16.TabIndex = 1075
  101. Me.Label16.Text = "單據編號"
  102. '
  103. 'TextBox5
  104. '
  105. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.TextBox5.ForeColor = System.Drawing.Color.Green
  107. Me.TextBox5.Location = New System.Drawing.Point(299, 4)
  108. Me.TextBox5.Name = "TextBox5"
  109. Me.TextBox5.Size = New System.Drawing.Size(93, 25)
  110. Me.TextBox5.TabIndex = 1074
  111. '
  112. 'Label15
  113. '
  114. Me.Label15.AutoSize = True
  115. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. Me.Label15.ForeColor = System.Drawing.Color.Green
  117. Me.Label15.Location = New System.Drawing.Point(230, 9)
  118. Me.Label15.Name = "Label15"
  119. Me.Label15.Size = New System.Drawing.Size(68, 16)
  120. Me.Label15.TabIndex = 1073
  121. Me.Label15.Text = "廠商關鍵字"
  122. '
  123. 'ComboBox3
  124. '
  125. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  126. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.ComboBox3.ForeColor = System.Drawing.Color.Green
  128. Me.ComboBox3.FormattingEnabled = True
  129. Me.ComboBox3.Items.AddRange(New Object() {"男", "女", "NA"})
  130. Me.ComboBox3.Location = New System.Drawing.Point(466, 50)
  131. Me.ComboBox3.Name = "ComboBox3"
  132. Me.ComboBox3.Size = New System.Drawing.Size(152, 24)
  133. Me.ComboBox3.TabIndex = 1072
  134. '
  135. 'ComboBox2
  136. '
  137. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  138. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.ComboBox2.ForeColor = System.Drawing.Color.Green
  140. Me.ComboBox2.FormattingEnabled = True
  141. Me.ComboBox2.Items.AddRange(New Object() {"NA", "女", "男"})
  142. Me.ComboBox2.Location = New System.Drawing.Point(466, 4)
  143. Me.ComboBox2.Name = "ComboBox2"
  144. Me.ComboBox2.Size = New System.Drawing.Size(152, 24)
  145. Me.ComboBox2.TabIndex = 1071
  146. '
  147. 'Label9
  148. '
  149. Me.Label9.AutoSize = True
  150. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.Label9.ForeColor = System.Drawing.Color.Green
  152. Me.Label9.Location = New System.Drawing.Point(396, 7)
  153. Me.Label9.Name = "Label9"
  154. Me.Label9.Size = New System.Drawing.Size(68, 16)
  155. Me.Label9.TabIndex = 1070
  156. Me.Label9.Text = "供應商簡稱"
  157. '
  158. 'Label20
  159. '
  160. Me.Label20.AutoSize = True
  161. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  163. Me.Label20.Location = New System.Drawing.Point(624, 7)
  164. Me.Label20.Name = "Label20"
  165. Me.Label20.Size = New System.Drawing.Size(68, 16)
  166. Me.Label20.TabIndex = 1080
  167. Me.Label20.Text = "採購下單日"
  168. '
  169. 'DataGridView3
  170. '
  171. Me.DataGridView3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  175. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.DataGridView3.Location = New System.Drawing.Point(7, 32)
  177. Me.DataGridView3.Name = "DataGridView3"
  178. Me.DataGridView3.RowHeadersWidth = 5
  179. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  180. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle3
  181. Me.DataGridView3.RowTemplate.Height = 24
  182. Me.DataGridView3.Size = New System.Drawing.Size(1235, 570)
  183. Me.DataGridView3.TabIndex = 1084
  184. '
  185. 'Button1
  186. '
  187. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  189. Me.Button1.Location = New System.Drawing.Point(999, 3)
  190. Me.Button1.Name = "Button1"
  191. Me.Button1.Size = New System.Drawing.Size(112, 25)
  192. Me.Button1.TabIndex = 1161
  193. Me.Button1.Text = "開立採購單"
  194. Me.Button1.UseVisualStyleBackColor = True
  195. '
  196. 'ContextMenuStrip1
  197. '
  198. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.開立新的採購單ToolStripMenuItem})
  199. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  200. Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 76)
  201. '
  202. '重新整理ToolStripMenuItem
  203. '
  204. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  205. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
  206. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  207. '
  208. 'ToolStripSeparator3
  209. '
  210. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  211. Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
  212. '
  213. '開立新的採購單ToolStripMenuItem
  214. '
  215. Me.開立新的採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  216. Me.開立新的採購單ToolStripMenuItem.Name = "開立新的採購單ToolStripMenuItem"
  217. Me.開立新的採購單ToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
  218. Me.開立新的採購單ToolStripMenuItem.Text = "開立採購單"
  219. '
  220. '訂單採購需求申請
  221. '
  222. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  223. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  224. Me.ClientSize = New System.Drawing.Size(1249, 611)
  225. Me.ContextMenuStrip = Me.ContextMenuStrip1
  226. Me.Controls.Add(Me.Button1)
  227. Me.Controls.Add(Me.CheckBox1)
  228. Me.Controls.Add(Me.DateTimePicker2)
  229. Me.Controls.Add(Me.Label14)
  230. Me.Controls.Add(Me.DateTimePicker1)
  231. Me.Controls.Add(Me.TextBox9)
  232. Me.Controls.Add(Me.Label16)
  233. Me.Controls.Add(Me.TextBox5)
  234. Me.Controls.Add(Me.Label15)
  235. Me.Controls.Add(Me.ComboBox3)
  236. Me.Controls.Add(Me.ComboBox2)
  237. Me.Controls.Add(Me.Label9)
  238. Me.Controls.Add(Me.Label20)
  239. Me.Controls.Add(Me.DataGridView3)
  240. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  241. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  242. Me.Name = "訂單採購需求申請"
  243. Me.Text = "訂單採購需求申請"
  244. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  245. Me.ContextMenuStrip1.ResumeLayout(False)
  246. Me.ResumeLayout(False)
  247. Me.PerformLayout()
  248. End Sub
  249. Friend WithEvents CheckBox1 As CheckBox
  250. Friend WithEvents DateTimePicker2 As DateTimePicker
  251. Friend WithEvents Label14 As Label
  252. Friend WithEvents DateTimePicker1 As DateTimePicker
  253. Friend WithEvents TextBox9 As TextBox
  254. Friend WithEvents Label16 As Label
  255. Friend WithEvents TextBox5 As TextBox
  256. Friend WithEvents Label15 As Label
  257. Friend WithEvents ComboBox3 As ComboBox
  258. Friend WithEvents ComboBox2 As ComboBox
  259. Friend WithEvents Label9 As Label
  260. Friend WithEvents Label20 As Label
  261. Friend WithEvents DataGridView3 As DataGridView
  262. Friend WithEvents Button1 As Button
  263. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  264. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  265. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  266. Friend WithEvents 開立新的採購單ToolStripMenuItem As ToolStripMenuItem
  267. End Class