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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_Chem_nouse
  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. Me.dgv = New System.Windows.Forms.DataGridView()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.Label2 = New System.Windows.Forms.Label()
  27. Me.dgv30 = New System.Windows.Forms.DataGridView()
  28. CType(Me.dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  29. CType(Me.dgv30, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'dgv
  33. '
  34. Me.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  35. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  36. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  37. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  38. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  39. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  40. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  41. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  42. Me.dgv.DefaultCellStyle = DataGridViewCellStyle1
  43. Me.dgv.Location = New System.Drawing.Point(27, 46)
  44. Me.dgv.Name = "dgv"
  45. Me.dgv.RowTemplate.Height = 23
  46. Me.dgv.Size = New System.Drawing.Size(705, 649)
  47. Me.dgv.TabIndex = 0
  48. '
  49. 'Label1
  50. '
  51. Me.Label1.AutoSize = True
  52. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  53. Me.Label1.ForeColor = System.Drawing.Color.Red
  54. Me.Label1.Location = New System.Drawing.Point(787, 19)
  55. Me.Label1.Name = "Label1"
  56. Me.Label1.Size = New System.Drawing.Size(105, 24)
  57. Me.Label1.TabIndex = 1
  58. Me.Label1.Text = "未使用化工"
  59. '
  60. 'Label2
  61. '
  62. Me.Label2.AutoSize = True
  63. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.Label2.ForeColor = System.Drawing.Color.Red
  65. Me.Label2.Location = New System.Drawing.Point(23, 19)
  66. Me.Label2.Name = "Label2"
  67. Me.Label2.Size = New System.Drawing.Size(86, 24)
  68. Me.Label2.TabIndex = 3
  69. Me.Label2.Text = "全部化工"
  70. '
  71. 'dgv30
  72. '
  73. Me.dgv30.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  74. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  75. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  76. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  78. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  79. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  80. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  81. Me.dgv30.DefaultCellStyle = DataGridViewCellStyle2
  82. Me.dgv30.Location = New System.Drawing.Point(791, 46)
  83. Me.dgv30.Name = "dgv30"
  84. Me.dgv30.RowTemplate.Height = 23
  85. Me.dgv30.Size = New System.Drawing.Size(592, 649)
  86. Me.dgv30.TabIndex = 2
  87. '
  88. 'Frm_Chem_nouse
  89. '
  90. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  91. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  92. Me.ClientSize = New System.Drawing.Size(1655, 984)
  93. Me.Controls.Add(Me.Label2)
  94. Me.Controls.Add(Me.dgv30)
  95. Me.Controls.Add(Me.Label1)
  96. Me.Controls.Add(Me.dgv)
  97. Me.Name = "Frm_Chem_nouse"
  98. Me.Text = "化工呆料管理"
  99. CType(Me.dgv, System.ComponentModel.ISupportInitialize).EndInit()
  100. CType(Me.dgv30, System.ComponentModel.ISupportInitialize).EndInit()
  101. Me.ResumeLayout(False)
  102. Me.PerformLayout()
  103. End Sub
  104. Friend WithEvents dgv As DataGridView
  105. Friend WithEvents Label1 As Label
  106. Friend WithEvents Label2 As Label
  107. Friend WithEvents dgv30 As DataGridView
  108. End Class