No Description
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 5.4KB

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