Ingen beskrivning
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_Chem_month.Designer.vb 9.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_Chem_month
  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. Me.DGV1 = New System.Windows.Forms.DataGridView()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Button2 = New System.Windows.Forms.Button()
  28. Me.Button3 = New System.Windows.Forms.Button()
  29. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  30. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.Label3 = New System.Windows.Forms.Label()
  33. Me.Button4 = New System.Windows.Forms.Button()
  34. Me.Button5 = New System.Windows.Forms.Button()
  35. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. 'DGV1
  39. '
  40. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  41. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  42. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  44. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  45. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  46. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  47. Me.DGV1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  48. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  49. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  50. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  51. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  53. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  54. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  55. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  56. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle2
  57. Me.DGV1.Location = New System.Drawing.Point(51, 32)
  58. Me.DGV1.Margin = New System.Windows.Forms.Padding(4)
  59. Me.DGV1.Name = "DGV1"
  60. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  61. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  62. DataGridViewCellStyle3.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  63. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  64. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  65. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  66. Me.DGV1.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
  67. Me.DGV1.RowHeadersWidth = 51
  68. Me.DGV1.RowTemplate.Height = 23
  69. Me.DGV1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  70. Me.DGV1.Size = New System.Drawing.Size(2892, 894)
  71. Me.DGV1.TabIndex = 0
  72. '
  73. 'Button1
  74. '
  75. Me.Button1.Location = New System.Drawing.Point(747, 952)
  76. Me.Button1.Margin = New System.Windows.Forms.Padding(4)
  77. Me.Button1.Name = "Button1"
  78. Me.Button1.Size = New System.Drawing.Size(193, 82)
  79. Me.Button1.TabIndex = 1
  80. Me.Button1.Text = "输出EXCEL"
  81. Me.Button1.UseVisualStyleBackColor = True
  82. '
  83. 'Button2
  84. '
  85. Me.Button2.Location = New System.Drawing.Point(964, 952)
  86. Me.Button2.Margin = New System.Windows.Forms.Padding(4)
  87. Me.Button2.Name = "Button2"
  88. Me.Button2.Size = New System.Drawing.Size(193, 82)
  89. Me.Button2.TabIndex = 2
  90. Me.Button2.Text = "应存存入盘点表"
  91. Me.Button2.UseVisualStyleBackColor = True
  92. '
  93. 'Button3
  94. '
  95. Me.Button3.Location = New System.Drawing.Point(356, 952)
  96. Me.Button3.Margin = New System.Windows.Forms.Padding(4)
  97. Me.Button3.Name = "Button3"
  98. Me.Button3.Size = New System.Drawing.Size(193, 82)
  99. Me.Button3.TabIndex = 3
  100. Me.Button3.Text = "核算"
  101. Me.Button3.UseVisualStyleBackColor = True
  102. '
  103. 'dtp1
  104. '
  105. Me.dtp1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  106. Me.dtp1.Location = New System.Drawing.Point(136, 952)
  107. Me.dtp1.Margin = New System.Windows.Forms.Padding(4)
  108. Me.dtp1.Name = "dtp1"
  109. Me.dtp1.Size = New System.Drawing.Size(183, 34)
  110. Me.dtp1.TabIndex = 4
  111. '
  112. 'dtp2
  113. '
  114. Me.dtp2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  115. Me.dtp2.Location = New System.Drawing.Point(136, 1016)
  116. Me.dtp2.Margin = New System.Windows.Forms.Padding(4)
  117. Me.dtp2.Name = "dtp2"
  118. Me.dtp2.Size = New System.Drawing.Size(183, 34)
  119. Me.dtp2.TabIndex = 5
  120. '
  121. 'Label2
  122. '
  123. Me.Label2.AutoSize = True
  124. Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  125. Me.Label2.Location = New System.Drawing.Point(72, 960)
  126. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  127. Me.Label2.Name = "Label2"
  128. Me.Label2.Size = New System.Drawing.Size(52, 27)
  129. Me.Label2.TabIndex = 7
  130. Me.Label2.Text = "期初"
  131. '
  132. 'Label3
  133. '
  134. Me.Label3.AutoSize = True
  135. Me.Label3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  136. Me.Label3.Location = New System.Drawing.Point(72, 1024)
  137. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  138. Me.Label3.Name = "Label3"
  139. Me.Label3.Size = New System.Drawing.Size(52, 27)
  140. Me.Label3.TabIndex = 8
  141. Me.Label3.Text = "期末"
  142. '
  143. 'Button4
  144. '
  145. Me.Button4.Location = New System.Drawing.Point(1180, 952)
  146. Me.Button4.Margin = New System.Windows.Forms.Padding(4)
  147. Me.Button4.Name = "Button4"
  148. Me.Button4.Size = New System.Drawing.Size(193, 82)
  149. Me.Button4.TabIndex = 9
  150. Me.Button4.Text = "写入资料库"
  151. Me.Button4.UseVisualStyleBackColor = True
  152. '
  153. 'Button5
  154. '
  155. Me.Button5.Location = New System.Drawing.Point(591, 952)
  156. Me.Button5.Margin = New System.Windows.Forms.Padding(4)
  157. Me.Button5.Name = "Button5"
  158. Me.Button5.Size = New System.Drawing.Size(109, 82)
  159. Me.Button5.TabIndex = 10
  160. Me.Button5.Text = "输出EXCEL"
  161. Me.Button5.UseVisualStyleBackColor = True
  162. '
  163. 'Frm_Chem_month
  164. '
  165. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  166. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  167. Me.AutoScroll = True
  168. Me.ClientSize = New System.Drawing.Size(2564, 1200)
  169. Me.Controls.Add(Me.Button5)
  170. Me.Controls.Add(Me.Button4)
  171. Me.Controls.Add(Me.Label3)
  172. Me.Controls.Add(Me.Label2)
  173. Me.Controls.Add(Me.dtp2)
  174. Me.Controls.Add(Me.dtp1)
  175. Me.Controls.Add(Me.Button3)
  176. Me.Controls.Add(Me.Button2)
  177. Me.Controls.Add(Me.Button1)
  178. Me.Controls.Add(Me.DGV1)
  179. Me.Margin = New System.Windows.Forms.Padding(4)
  180. Me.Name = "Frm_Chem_month"
  181. Me.Text = "FrmChem_month"
  182. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  183. Me.ResumeLayout(False)
  184. Me.PerformLayout()
  185. End Sub
  186. Friend WithEvents DGV1 As DataGridView
  187. Friend WithEvents Button1 As Button
  188. Friend WithEvents Button2 As Button
  189. Friend WithEvents Button3 As Button
  190. Friend WithEvents dtp1 As DateTimePicker
  191. Friend WithEvents dtp2 As DateTimePicker
  192. Friend WithEvents Label2 As Label
  193. Friend WithEvents Label3 As Label
  194. Friend WithEvents Button4 As Button
  195. Friend WithEvents Button5 As Button
  196. End Class