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.

清單修改2.Designer.vb 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 清單修改2
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.TextBox1 = New System.Windows.Forms.TextBox()
  24. Me.Button3 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.Button4 = New System.Windows.Forms.Button()
  27. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  28. Me.TextBox2 = New System.Windows.Forms.TextBox()
  29. Me.TextBox3 = New System.Windows.Forms.TextBox()
  30. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  31. Me.SuspendLayout()
  32. '
  33. 'TextBox1
  34. '
  35. Me.TextBox1.Location = New System.Drawing.Point(12, 12)
  36. Me.TextBox1.Name = "TextBox1"
  37. Me.TextBox1.Size = New System.Drawing.Size(198, 23)
  38. Me.TextBox1.TabIndex = 231
  39. '
  40. 'Button3
  41. '
  42. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.Button3.ForeColor = System.Drawing.Color.Red
  44. Me.Button3.Location = New System.Drawing.Point(284, 41)
  45. Me.Button3.Name = "Button3"
  46. Me.Button3.Size = New System.Drawing.Size(130, 55)
  47. Me.Button3.TabIndex = 230
  48. Me.Button3.Text = "刪除"
  49. Me.Button3.UseVisualStyleBackColor = True
  50. '
  51. 'Button2
  52. '
  53. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. Me.Button2.ForeColor = System.Drawing.Color.Blue
  55. Me.Button2.Location = New System.Drawing.Point(12, 41)
  56. Me.Button2.Name = "Button2"
  57. Me.Button2.Size = New System.Drawing.Size(130, 55)
  58. Me.Button2.TabIndex = 228
  59. Me.Button2.Text = "新增"
  60. Me.Button2.UseVisualStyleBackColor = True
  61. '
  62. 'Button4
  63. '
  64. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.Button4.ForeColor = System.Drawing.Color.DarkGreen
  66. Me.Button4.Location = New System.Drawing.Point(148, 41)
  67. Me.Button4.Name = "Button4"
  68. Me.Button4.Size = New System.Drawing.Size(130, 55)
  69. Me.Button4.TabIndex = 229
  70. Me.Button4.Text = "修改"
  71. Me.Button4.UseVisualStyleBackColor = True
  72. '
  73. 'DataGridView1
  74. '
  75. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  76. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  77. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  78. Me.DataGridView1.Location = New System.Drawing.Point(12, 102)
  79. Me.DataGridView1.Name = "DataGridView1"
  80. Me.DataGridView1.RowHeadersWidth = 5
  81. Me.DataGridView1.RowTemplate.Height = 24
  82. Me.DataGridView1.Size = New System.Drawing.Size(400, 485)
  83. Me.DataGridView1.TabIndex = 227
  84. '
  85. 'TextBox2
  86. '
  87. Me.TextBox2.Location = New System.Drawing.Point(216, 12)
  88. Me.TextBox2.Name = "TextBox2"
  89. Me.TextBox2.Size = New System.Drawing.Size(198, 23)
  90. Me.TextBox2.TabIndex = 232
  91. '
  92. 'TextBox3
  93. '
  94. Me.TextBox3.Location = New System.Drawing.Point(114, 289)
  95. Me.TextBox3.Name = "TextBox3"
  96. Me.TextBox3.Size = New System.Drawing.Size(198, 23)
  97. Me.TextBox3.TabIndex = 233
  98. '
  99. '清單修改2
  100. '
  101. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  102. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  103. Me.ClientSize = New System.Drawing.Size(427, 600)
  104. Me.Controls.Add(Me.TextBox2)
  105. Me.Controls.Add(Me.TextBox1)
  106. Me.Controls.Add(Me.Button3)
  107. Me.Controls.Add(Me.Button2)
  108. Me.Controls.Add(Me.Button4)
  109. Me.Controls.Add(Me.DataGridView1)
  110. Me.Controls.Add(Me.TextBox3)
  111. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  113. Me.Name = "清單修改2"
  114. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  115. Me.Text = "清單修改2"
  116. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  117. Me.ResumeLayout(False)
  118. Me.PerformLayout()
  119. End Sub
  120. Friend WithEvents TextBox1 As TextBox
  121. Friend WithEvents Button3 As Button
  122. Friend WithEvents Button2 As Button
  123. Friend WithEvents Button4 As Button
  124. Friend WithEvents DataGridView1 As DataGridView
  125. Friend WithEvents TextBox2 As TextBox
  126. Friend WithEvents TextBox3 As TextBox
  127. End Class