No Description
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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  28. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  29. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  30. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  31. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  32. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  33. Me.Button1 = New System.Windows.Forms.Button()
  34. Me.Button11 = New System.Windows.Forms.Button()
  35. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  36. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  37. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  38. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  39. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  40. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'Label1
  48. '
  49. Me.Label1.AutoSize = True
  50. Me.Label1.ForeColor = System.Drawing.Color.Red
  51. Me.Label1.Location = New System.Drawing.Point(10, 135)
  52. Me.Label1.Name = "Label1"
  53. Me.Label1.Size = New System.Drawing.Size(233, 36)
  54. Me.Label1.TabIndex = 726
  55. Me.Label1.Text = "目前系統設定單一型體樣品單最高一次12種" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "顏色,如果需要列印的樣品中超過請通知開" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "發人員"
  56. '
  57. 'CheckBox3
  58. '
  59. Me.CheckBox3.AutoSize = True
  60. Me.CheckBox3.Location = New System.Drawing.Point(12, 12)
  61. Me.CheckBox3.Name = "CheckBox3"
  62. Me.CheckBox3.Size = New System.Drawing.Size(72, 16)
  63. Me.CheckBox3.TabIndex = 725
  64. Me.CheckBox3.Text = "四色一頁"
  65. Me.CheckBox3.UseVisualStyleBackColor = True
  66. '
  67. 'CheckBox2
  68. '
  69. Me.CheckBox2.AutoSize = True
  70. Me.CheckBox2.Location = New System.Drawing.Point(168, 12)
  71. Me.CheckBox2.Name = "CheckBox2"
  72. Me.CheckBox2.Size = New System.Drawing.Size(72, 16)
  73. Me.CheckBox2.TabIndex = 724
  74. Me.CheckBox2.Text = "二色一頁"
  75. Me.CheckBox2.UseVisualStyleBackColor = True
  76. '
  77. 'CheckBox1
  78. '
  79. Me.CheckBox1.AutoSize = True
  80. Me.CheckBox1.Location = New System.Drawing.Point(90, 12)
  81. Me.CheckBox1.Name = "CheckBox1"
  82. Me.CheckBox1.Size = New System.Drawing.Size(72, 16)
  83. Me.CheckBox1.TabIndex = 723
  84. Me.CheckBox1.Text = "三色一頁"
  85. Me.CheckBox1.UseVisualStyleBackColor = True
  86. '
  87. 'DataGridView4
  88. '
  89. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  90. Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  91. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  92. Me.DataGridView4.Location = New System.Drawing.Point(198, 317)
  93. Me.DataGridView4.Name = "DataGridView4"
  94. Me.DataGridView4.RowHeadersWidth = 5
  95. Me.DataGridView4.RowTemplate.Height = 24
  96. Me.DataGridView4.Size = New System.Drawing.Size(592, 143)
  97. Me.DataGridView4.TabIndex = 722
  98. '
  99. 'DataGridView3
  100. '
  101. DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  102. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
  103. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  104. Me.DataGridView3.Location = New System.Drawing.Point(15, 317)
  105. Me.DataGridView3.Name = "DataGridView3"
  106. Me.DataGridView3.RowHeadersWidth = 5
  107. Me.DataGridView3.RowTemplate.Height = 24
  108. Me.DataGridView3.Size = New System.Drawing.Size(177, 143)
  109. Me.DataGridView3.TabIndex = 720
  110. '
  111. 'DataGridView2
  112. '
  113. DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  114. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
  115. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.DataGridView2.Location = New System.Drawing.Point(15, 168)
  117. Me.DataGridView2.Name = "DataGridView2"
  118. Me.DataGridView2.RowHeadersWidth = 5
  119. Me.DataGridView2.RowTemplate.Height = 24
  120. Me.DataGridView2.Size = New System.Drawing.Size(775, 143)
  121. Me.DataGridView2.TabIndex = 719
  122. '
  123. 'Button1
  124. '
  125. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  126. Me.Button1.ForeColor = System.Drawing.Color.Red
  127. Me.Button1.Location = New System.Drawing.Point(128, 78)
  128. Me.Button1.Name = "Button1"
  129. Me.Button1.Size = New System.Drawing.Size(110, 54)
  130. Me.Button1.TabIndex = 718
  131. Me.Button1.Text = "取消列印"
  132. Me.Button1.UseVisualStyleBackColor = True
  133. '
  134. 'Button11
  135. '
  136. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.Button11.ForeColor = System.Drawing.Color.Blue
  138. Me.Button11.Location = New System.Drawing.Point(12, 78)
  139. Me.Button11.Name = "Button11"
  140. Me.Button11.Size = New System.Drawing.Size(110, 54)
  141. Me.Button11.TabIndex = 717
  142. Me.Button11.Text = "確認列印"
  143. Me.Button11.UseVisualStyleBackColor = True
  144. '
  145. 'DataGridView1
  146. '
  147. DataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  148. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
  149. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  150. Me.DataGridView1.Location = New System.Drawing.Point(14, 19)
  151. Me.DataGridView1.Name = "DataGridView1"
  152. Me.DataGridView1.RowHeadersWidth = 5
  153. Me.DataGridView1.RowTemplate.Height = 24
  154. Me.DataGridView1.Size = New System.Drawing.Size(775, 143)
  155. Me.DataGridView1.TabIndex = 716
  156. '
  157. 'CheckBox4
  158. '
  159. Me.CheckBox4.AutoSize = True
  160. Me.CheckBox4.ForeColor = System.Drawing.Color.Blue
  161. Me.CheckBox4.Location = New System.Drawing.Point(12, 34)
  162. Me.CheckBox4.Name = "CheckBox4"
  163. Me.CheckBox4.Size = New System.Drawing.Size(84, 16)
  164. Me.CheckBox4.TabIndex = 727
  165. Me.CheckBox4.Text = "全資料列印"
  166. Me.CheckBox4.UseVisualStyleBackColor = True
  167. '
  168. 'CheckBox5
  169. '
  170. Me.CheckBox5.AutoSize = True
  171. Me.CheckBox5.ForeColor = System.Drawing.Color.Blue
  172. Me.CheckBox5.Location = New System.Drawing.Point(12, 56)
  173. Me.CheckBox5.Name = "CheckBox5"
  174. Me.CheckBox5.Size = New System.Drawing.Size(92, 16)
  175. Me.CheckBox5.TabIndex = 728
  176. Me.CheckBox5.Text = "只印BUYING"
  177. Me.CheckBox5.UseVisualStyleBackColor = True
  178. '
  179. 'PictureBox1
  180. '
  181. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  182. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  183. Me.PictureBox1.Location = New System.Drawing.Point(795, 19)
  184. Me.PictureBox1.Name = "PictureBox1"
  185. Me.PictureBox1.Size = New System.Drawing.Size(231, 204)
  186. Me.PictureBox1.TabIndex = 721
  187. Me.PictureBox1.TabStop = False
  188. '
  189. 'CheckBox6
  190. '
  191. Me.CheckBox6.AutoSize = True
  192. Me.CheckBox6.ForeColor = System.Drawing.Color.Blue
  193. Me.CheckBox6.Location = New System.Drawing.Point(143, 56)
  194. Me.CheckBox6.Name = "CheckBox6"
  195. Me.CheckBox6.Size = New System.Drawing.Size(95, 16)
  196. Me.CheckBox6.TabIndex = 729
  197. Me.CheckBox6.Text = "只印SELLING"
  198. Me.CheckBox6.UseVisualStyleBackColor = True
  199. '
  200. '列印_預告訂單
  201. '
  202. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  203. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  204. Me.ClientSize = New System.Drawing.Size(253, 180)
  205. Me.Controls.Add(Me.CheckBox6)
  206. Me.Controls.Add(Me.CheckBox5)
  207. Me.Controls.Add(Me.CheckBox4)
  208. Me.Controls.Add(Me.Label1)
  209. Me.Controls.Add(Me.CheckBox3)
  210. Me.Controls.Add(Me.CheckBox2)
  211. Me.Controls.Add(Me.CheckBox1)
  212. Me.Controls.Add(Me.DataGridView4)
  213. Me.Controls.Add(Me.PictureBox1)
  214. Me.Controls.Add(Me.DataGridView3)
  215. Me.Controls.Add(Me.DataGridView2)
  216. Me.Controls.Add(Me.Button1)
  217. Me.Controls.Add(Me.Button11)
  218. Me.Controls.Add(Me.DataGridView1)
  219. Me.Name = "列印_預告訂單"
  220. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  221. Me.Text = "列印_預告訂單"
  222. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  223. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  224. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  225. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  226. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  227. Me.ResumeLayout(False)
  228. Me.PerformLayout()
  229. End Sub
  230. Friend WithEvents Label1 As Label
  231. Friend WithEvents CheckBox3 As CheckBox
  232. Friend WithEvents CheckBox2 As CheckBox
  233. Friend WithEvents CheckBox1 As CheckBox
  234. Friend WithEvents DataGridView4 As DataGridView
  235. Friend WithEvents PictureBox1 As PictureBox
  236. Friend WithEvents DataGridView3 As DataGridView
  237. Friend WithEvents DataGridView2 As DataGridView
  238. Friend WithEvents Button1 As Button
  239. Friend WithEvents Button11 As Button
  240. Friend WithEvents DataGridView1 As DataGridView
  241. Friend WithEvents CheckBox4 As CheckBox
  242. Friend WithEvents CheckBox5 As CheckBox
  243. Friend WithEvents CheckBox6 As CheckBox
  244. End Class