Açıklama Yok
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.

車輛明細表.Designer.vb 3.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 車輛明細表
  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. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  24. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  25. Me.SuspendLayout()
  26. '
  27. '清單_dgv
  28. '
  29. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  30. Me.清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  31. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  32. Or System.Windows.Forms.AnchorStyles.Left) _
  33. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  34. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  35. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  36. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  37. Me.清單_dgv.Location = New System.Drawing.Point(2, 1)
  38. Me.清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  39. Me.清單_dgv.Name = "清單_dgv"
  40. Me.清單_dgv.RowHeadersWidth = 5
  41. Me.清單_dgv.RowTemplate.Height = 24
  42. Me.清單_dgv.Size = New System.Drawing.Size(852, 647)
  43. Me.清單_dgv.TabIndex = 1506
  44. '
  45. '車輛明細表
  46. '
  47. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  48. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  49. Me.ClientSize = New System.Drawing.Size(856, 649)
  50. Me.Controls.Add(Me.清單_dgv)
  51. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  53. Me.Name = "車輛明細表"
  54. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  55. Me.Text = "車輛明細表"
  56. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  57. Me.ResumeLayout(False)
  58. End Sub
  59. Friend WithEvents 清單_dgv As DataGridView
  60. End Class