説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Frm_PU_crust.Designer.vb 4.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_PU_crust
  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.dgv1 = New System.Windows.Forms.DataGridView()
  25. Me.dgv2 = New System.Windows.Forms.DataGridView()
  26. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
  27. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. 'dgv1
  31. '
  32. Me.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  33. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  34. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  35. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  36. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  37. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  38. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  39. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  40. Me.dgv1.DefaultCellStyle = DataGridViewCellStyle1
  41. Me.dgv1.Location = New System.Drawing.Point(61, 58)
  42. Me.dgv1.Name = "dgv1"
  43. Me.dgv1.RowHeadersWidth = 51
  44. Me.dgv1.RowTemplate.Height = 27
  45. Me.dgv1.Size = New System.Drawing.Size(2486, 702)
  46. Me.dgv1.TabIndex = 0
  47. '
  48. 'dgv2
  49. '
  50. Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  51. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  52. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  53. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  55. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  56. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  57. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  58. Me.dgv2.DefaultCellStyle = DataGridViewCellStyle2
  59. Me.dgv2.Location = New System.Drawing.Point(61, 791)
  60. Me.dgv2.Name = "dgv2"
  61. Me.dgv2.RowHeadersWidth = 51
  62. Me.dgv2.RowTemplate.Height = 27
  63. Me.dgv2.Size = New System.Drawing.Size(560, 287)
  64. Me.dgv2.TabIndex = 1
  65. '
  66. 'Frm_PU_crust
  67. '
  68. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  69. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  70. Me.ClientSize = New System.Drawing.Size(2643, 1180)
  71. Me.Controls.Add(Me.dgv2)
  72. Me.Controls.Add(Me.dgv1)
  73. Me.Name = "Frm_PU_crust"
  74. Me.Text = "Frm_PU_crust"
  75. CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
  76. CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
  77. Me.ResumeLayout(False)
  78. End Sub
  79. Friend WithEvents dgv1 As DataGridView
  80. Friend WithEvents dgv2 As DataGridView
  81. End Class