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.

Frm_Chem_use.Designer.vb 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_Chem_use
  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.dgv_class = New System.Windows.Forms.DataGridView()
  27. Me.dgv_period = New System.Windows.Forms.DataGridView()
  28. Me.dgv_local = New System.Windows.Forms.DataGridView()
  29. Me.dgv_import = New System.Windows.Forms.DataGridView()
  30. CType(Me.dgv_class, System.ComponentModel.ISupportInitialize).BeginInit()
  31. CType(Me.dgv_period, System.ComponentModel.ISupportInitialize).BeginInit()
  32. CType(Me.dgv_local, System.ComponentModel.ISupportInitialize).BeginInit()
  33. CType(Me.dgv_import, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SuspendLayout()
  35. '
  36. 'dgv_class
  37. '
  38. Me.dgv_class.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  39. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  40. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  41. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  42. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  43. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  44. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  45. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  46. Me.dgv_class.DefaultCellStyle = DataGridViewCellStyle1
  47. Me.dgv_class.Location = New System.Drawing.Point(281, 22)
  48. Me.dgv_class.Name = "dgv_class"
  49. Me.dgv_class.RowHeadersWidth = 20
  50. Me.dgv_class.RowTemplate.Height = 23
  51. Me.dgv_class.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  52. Me.dgv_class.Size = New System.Drawing.Size(855, 455)
  53. Me.dgv_class.TabIndex = 8
  54. '
  55. 'dgv_period
  56. '
  57. Me.dgv_period.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  58. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  59. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  60. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  61. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  62. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  63. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  64. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  65. Me.dgv_period.DefaultCellStyle = DataGridViewCellStyle2
  66. Me.dgv_period.Location = New System.Drawing.Point(21, 22)
  67. Me.dgv_period.Name = "dgv_period"
  68. Me.dgv_period.RowHeadersWidth = 20
  69. Me.dgv_period.RowTemplate.Height = 23
  70. Me.dgv_period.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  71. Me.dgv_period.Size = New System.Drawing.Size(229, 587)
  72. Me.dgv_period.TabIndex = 12
  73. '
  74. 'dgv_local
  75. '
  76. Me.dgv_local.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  77. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  78. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  79. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  81. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  82. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  83. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  84. Me.dgv_local.DefaultCellStyle = DataGridViewCellStyle3
  85. Me.dgv_local.Location = New System.Drawing.Point(281, 505)
  86. Me.dgv_local.Name = "dgv_local"
  87. Me.dgv_local.RowHeadersWidth = 20
  88. Me.dgv_local.RowTemplate.Height = 23
  89. Me.dgv_local.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  90. Me.dgv_local.Size = New System.Drawing.Size(441, 455)
  91. Me.dgv_local.TabIndex = 13
  92. '
  93. 'dgv_import
  94. '
  95. Me.dgv_import.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  96. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  97. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  98. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
  100. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  101. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  102. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  103. Me.dgv_import.DefaultCellStyle = DataGridViewCellStyle4
  104. Me.dgv_import.Location = New System.Drawing.Point(743, 505)
  105. Me.dgv_import.Name = "dgv_import"
  106. Me.dgv_import.RowHeadersWidth = 20
  107. Me.dgv_import.RowTemplate.Height = 23
  108. Me.dgv_import.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
  109. Me.dgv_import.Size = New System.Drawing.Size(441, 455)
  110. Me.dgv_import.TabIndex = 14
  111. '
  112. 'Frm_Chem_use
  113. '
  114. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  115. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  116. Me.ClientSize = New System.Drawing.Size(1388, 983)
  117. Me.Controls.Add(Me.dgv_import)
  118. Me.Controls.Add(Me.dgv_local)
  119. Me.Controls.Add(Me.dgv_period)
  120. Me.Controls.Add(Me.dgv_class)
  121. Me.Name = "Frm_Chem_use"
  122. Me.Text = "Frm_Chem_use"
  123. CType(Me.dgv_class, System.ComponentModel.ISupportInitialize).EndInit()
  124. CType(Me.dgv_period, System.ComponentModel.ISupportInitialize).EndInit()
  125. CType(Me.dgv_local, System.ComponentModel.ISupportInitialize).EndInit()
  126. CType(Me.dgv_import, System.ComponentModel.ISupportInitialize).EndInit()
  127. Me.ResumeLayout(False)
  128. End Sub
  129. Friend WithEvents dgv_class As DataGridView
  130. Friend WithEvents dgv_period As DataGridView
  131. Friend WithEvents dgv_local As DataGridView
  132. Friend WithEvents dgv_import As DataGridView
  133. End Class