暫無描述
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_Cert1.Designer.vb 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frm_Chem_Cert1
  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.dgv3 = New System.Windows.Forms.DataGridView()
  26. Me.dgv2 = New System.Windows.Forms.DataGridView()
  27. Me.dgv1 = New System.Windows.Forms.DataGridView()
  28. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.ListBox1 = New System.Windows.Forms.ListBox()
  30. Me.TextBox1 = New System.Windows.Forms.TextBox()
  31. Me.Button1 = New System.Windows.Forms.Button()
  32. Me.dgv4 = New System.Windows.Forms.DataGridView()
  33. CType(Me.dgv3, System.ComponentModel.ISupportInitialize).BeginInit()
  34. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  35. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. CType(Me.dgv4, System.ComponentModel.ISupportInitialize).BeginInit()
  37. Me.SuspendLayout()
  38. '
  39. 'dgv3
  40. '
  41. Me.dgv3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  42. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  43. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  44. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  46. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  47. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  48. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  49. Me.dgv3.DefaultCellStyle = DataGridViewCellStyle1
  50. Me.dgv3.Location = New System.Drawing.Point(1289, 39)
  51. Me.dgv3.Name = "dgv3"
  52. Me.dgv3.RowHeadersWidth = 51
  53. Me.dgv3.RowTemplate.Height = 27
  54. Me.dgv3.Size = New System.Drawing.Size(760, 932)
  55. Me.dgv3.TabIndex = 5
  56. '
  57. 'dgv2
  58. '
  59. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  60. Me.dgv2.Location = New System.Drawing.Point(209, 563)
  61. Me.dgv2.Name = "dgv2"
  62. Me.dgv2.RowHeadersWidth = 51
  63. Me.dgv2.RowTemplate.Height = 27
  64. Me.dgv2.Size = New System.Drawing.Size(769, 350)
  65. Me.dgv2.TabIndex = 4
  66. '
  67. 'dgv1
  68. '
  69. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  70. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  71. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  72. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  74. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  75. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  76. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  77. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle2
  78. Me.dgv1.Location = New System.Drawing.Point(209, 125)
  79. Me.dgv1.Name = "dgv1"
  80. Me.dgv1.RowHeadersWidth = 51
  81. Me.dgv1.RowTemplate.Height = 27
  82. Me.dgv1.Size = New System.Drawing.Size(1047, 398)
  83. Me.dgv1.TabIndex = 3
  84. '
  85. 'Label5
  86. '
  87. Me.Label5.AutoSize = True
  88. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.Label5.ForeColor = System.Drawing.Color.Red
  90. Me.Label5.Location = New System.Drawing.Point(30, 39)
  91. Me.Label5.Name = "Label5"
  92. Me.Label5.Size = New System.Drawing.Size(92, 25)
  93. Me.Label5.TabIndex = 58
  94. Me.Label5.Text = "月份区间"
  95. '
  96. 'ListBox1
  97. '
  98. Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.ListBox1.FormattingEnabled = True
  100. Me.ListBox1.ItemHeight = 25
  101. Me.ListBox1.Location = New System.Drawing.Point(35, 67)
  102. Me.ListBox1.Name = "ListBox1"
  103. Me.ListBox1.Size = New System.Drawing.Size(120, 379)
  104. Me.ListBox1.TabIndex = 57
  105. '
  106. 'TextBox1
  107. '
  108. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  109. Me.TextBox1.Location = New System.Drawing.Point(209, 67)
  110. Me.TextBox1.Name = "TextBox1"
  111. Me.TextBox1.Size = New System.Drawing.Size(100, 34)
  112. Me.TextBox1.TabIndex = 59
  113. '
  114. 'Button1
  115. '
  116. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.Button1.Location = New System.Drawing.Point(332, 67)
  118. Me.Button1.Name = "Button1"
  119. Me.Button1.Size = New System.Drawing.Size(132, 37)
  120. Me.Button1.TabIndex = 60
  121. Me.Button1.Text = "搜索品名"
  122. Me.Button1.UseVisualStyleBackColor = True
  123. '
  124. 'dgv4
  125. '
  126. Me.dgv4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  127. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  128. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  129. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  131. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  132. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  133. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  134. Me.dgv4.DefaultCellStyle = DataGridViewCellStyle3
  135. Me.dgv4.Location = New System.Drawing.Point(2125, 39)
  136. Me.dgv4.Name = "dgv4"
  137. Me.dgv4.RowHeadersWidth = 51
  138. Me.dgv4.RowTemplate.Height = 27
  139. Me.dgv4.Size = New System.Drawing.Size(760, 932)
  140. Me.dgv4.TabIndex = 61
  141. '
  142. 'frm_Chem_Cert1
  143. '
  144. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  145. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  146. Me.ClientSize = New System.Drawing.Size(3105, 1114)
  147. Me.Controls.Add(Me.dgv4)
  148. Me.Controls.Add(Me.Button1)
  149. Me.Controls.Add(Me.TextBox1)
  150. Me.Controls.Add(Me.Label5)
  151. Me.Controls.Add(Me.ListBox1)
  152. Me.Controls.Add(Me.dgv3)
  153. Me.Controls.Add(Me.dgv2)
  154. Me.Controls.Add(Me.dgv1)
  155. Me.Name = "frm_Chem_Cert1"
  156. Me.Text = "frm_Chem_Cert1"
  157. CType(Me.dgv3, System.ComponentModel.ISupportInitialize).EndInit()
  158. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  159. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  160. CType(Me.dgv4, System.ComponentModel.ISupportInitialize).EndInit()
  161. Me.ResumeLayout(False)
  162. Me.PerformLayout()
  163. End Sub
  164. Friend WithEvents dgv3 As DataGridView
  165. Friend WithEvents dgv2 As DataGridView
  166. Friend WithEvents dgv1 As DataGridView
  167. Friend WithEvents Label5 As Label
  168. Friend WithEvents ListBox1 As ListBox
  169. Friend WithEvents TextBox1 As TextBox
  170. Friend WithEvents Button1 As Button
  171. Friend WithEvents dgv4 As DataGridView
  172. End Class