Bez popisu
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 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. Me.Button11 = New System.Windows.Forms.Button()
  29. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  30. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  31. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  32. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  33. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  34. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  37. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  39. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  40. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. 'DataGridView2
  45. '
  46. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  47. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  48. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  49. Me.DataGridView2.Location = New System.Drawing.Point(13, 161)
  50. Me.DataGridView2.Name = "DataGridView2"
  51. Me.DataGridView2.RowHeadersWidth = 5
  52. Me.DataGridView2.RowTemplate.Height = 24
  53. Me.DataGridView2.Size = New System.Drawing.Size(775, 143)
  54. Me.DataGridView2.TabIndex = 327
  55. '
  56. 'Button1
  57. '
  58. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.Button1.ForeColor = System.Drawing.Color.Red
  60. Me.Button1.Location = New System.Drawing.Point(128, 27)
  61. Me.Button1.Name = "Button1"
  62. Me.Button1.Size = New System.Drawing.Size(110, 54)
  63. Me.Button1.TabIndex = 326
  64. Me.Button1.Text = "取消列印"
  65. Me.Button1.UseVisualStyleBackColor = True
  66. '
  67. 'Button11
  68. '
  69. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  70. Me.Button11.ForeColor = System.Drawing.Color.Blue
  71. Me.Button11.Location = New System.Drawing.Point(12, 27)
  72. Me.Button11.Name = "Button11"
  73. Me.Button11.Size = New System.Drawing.Size(110, 54)
  74. Me.Button11.TabIndex = 325
  75. Me.Button11.Text = "確認列印"
  76. Me.Button11.UseVisualStyleBackColor = True
  77. '
  78. 'DataGridView1
  79. '
  80. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  81. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  82. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  83. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  84. Me.DataGridView1.Name = "DataGridView1"
  85. Me.DataGridView1.RowHeadersWidth = 5
  86. Me.DataGridView1.RowTemplate.Height = 24
  87. Me.DataGridView1.Size = New System.Drawing.Size(775, 143)
  88. Me.DataGridView1.TabIndex = 324
  89. '
  90. 'DataGridView3
  91. '
  92. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  93. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  94. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  95. Me.DataGridView3.Location = New System.Drawing.Point(13, 310)
  96. Me.DataGridView3.Name = "DataGridView3"
  97. Me.DataGridView3.RowHeadersWidth = 5
  98. Me.DataGridView3.RowTemplate.Height = 24
  99. Me.DataGridView3.Size = New System.Drawing.Size(177, 143)
  100. Me.DataGridView3.TabIndex = 328
  101. '
  102. 'DataGridView4
  103. '
  104. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  105. Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  106. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  107. Me.DataGridView4.Location = New System.Drawing.Point(196, 310)
  108. Me.DataGridView4.Name = "DataGridView4"
  109. Me.DataGridView4.RowHeadersWidth = 5
  110. Me.DataGridView4.RowTemplate.Height = 24
  111. Me.DataGridView4.Size = New System.Drawing.Size(592, 143)
  112. Me.DataGridView4.TabIndex = 711
  113. '
  114. 'CheckBox1
  115. '
  116. Me.CheckBox1.AutoSize = True
  117. Me.CheckBox1.Location = New System.Drawing.Point(88, 5)
  118. Me.CheckBox1.Name = "CheckBox1"
  119. Me.CheckBox1.Size = New System.Drawing.Size(72, 16)
  120. Me.CheckBox1.TabIndex = 712
  121. Me.CheckBox1.Text = "三色一頁"
  122. Me.CheckBox1.UseVisualStyleBackColor = True
  123. '
  124. 'CheckBox2
  125. '
  126. Me.CheckBox2.AutoSize = True
  127. Me.CheckBox2.Location = New System.Drawing.Point(166, 5)
  128. Me.CheckBox2.Name = "CheckBox2"
  129. Me.CheckBox2.Size = New System.Drawing.Size(72, 16)
  130. Me.CheckBox2.TabIndex = 713
  131. Me.CheckBox2.Text = "二色一頁"
  132. Me.CheckBox2.UseVisualStyleBackColor = True
  133. '
  134. 'CheckBox3
  135. '
  136. Me.CheckBox3.AutoSize = True
  137. Me.CheckBox3.Location = New System.Drawing.Point(10, 5)
  138. Me.CheckBox3.Name = "CheckBox3"
  139. Me.CheckBox3.Size = New System.Drawing.Size(72, 16)
  140. Me.CheckBox3.TabIndex = 714
  141. Me.CheckBox3.Text = "四色一頁"
  142. Me.CheckBox3.UseVisualStyleBackColor = True
  143. '
  144. 'Label1
  145. '
  146. Me.Label1.AutoSize = True
  147. Me.Label1.ForeColor = System.Drawing.Color.Red
  148. Me.Label1.Location = New System.Drawing.Point(8, 85)
  149. Me.Label1.Name = "Label1"
  150. Me.Label1.Size = New System.Drawing.Size(233, 36)
  151. Me.Label1.TabIndex = 715
  152. Me.Label1.Text = "目前系統設定單一型體樣品單最高一次12種" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "顏色,如果需要列印的樣品中超過請通知開" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "發人員"
  153. '
  154. 'PictureBox1
  155. '
  156. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  157. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  158. Me.PictureBox1.Location = New System.Drawing.Point(793, 12)
  159. Me.PictureBox1.Name = "PictureBox1"
  160. Me.PictureBox1.Size = New System.Drawing.Size(231, 204)
  161. Me.PictureBox1.TabIndex = 710
  162. Me.PictureBox1.TabStop = False
  163. '
  164. '列印_樣品單
  165. '
  166. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  167. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  168. Me.ClientSize = New System.Drawing.Size(249, 128)
  169. Me.Controls.Add(Me.Label1)
  170. Me.Controls.Add(Me.CheckBox3)
  171. Me.Controls.Add(Me.CheckBox2)
  172. Me.Controls.Add(Me.CheckBox1)
  173. Me.Controls.Add(Me.DataGridView4)
  174. Me.Controls.Add(Me.PictureBox1)
  175. Me.Controls.Add(Me.DataGridView3)
  176. Me.Controls.Add(Me.DataGridView2)
  177. Me.Controls.Add(Me.Button1)
  178. Me.Controls.Add(Me.Button11)
  179. Me.Controls.Add(Me.DataGridView1)
  180. Me.Name = "列印_樣品單"
  181. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  182. Me.Text = "列印_樣品單"
  183. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  184. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  185. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  186. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  187. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  188. Me.ResumeLayout(False)
  189. Me.PerformLayout()
  190. End Sub
  191. Friend WithEvents DataGridView2 As DataGridView
  192. Friend WithEvents Button1 As Button
  193. Friend WithEvents Button11 As Button
  194. Friend WithEvents DataGridView1 As DataGridView
  195. Friend WithEvents DataGridView3 As DataGridView
  196. Friend WithEvents PictureBox1 As PictureBox
  197. Friend WithEvents DataGridView4 As DataGridView
  198. Friend WithEvents CheckBox1 As CheckBox
  199. Friend WithEvents CheckBox2 As CheckBox
  200. Friend WithEvents CheckBox3 As CheckBox
  201. Friend WithEvents Label1 As Label
  202. End Class