Нема описа
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.

樣品單資料庫除錯_1.Designer.vb 4.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 樣品單資料庫除錯_1
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(樣品單資料庫除錯_1))
  24. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.TextBox1 = New System.Windows.Forms.TextBox()
  26. Me.TextBox2 = New System.Windows.Forms.TextBox()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  29. Me.SuspendLayout()
  30. '
  31. 'DataGridView1
  32. '
  33. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  34. Me.DataGridView1.Location = New System.Drawing.Point(12, 42)
  35. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  36. Me.DataGridView1.Name = "DataGridView1"
  37. Me.DataGridView1.RowHeadersWidth = 5
  38. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  39. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1
  40. Me.DataGridView1.RowTemplate.Height = 24
  41. Me.DataGridView1.Size = New System.Drawing.Size(505, 545)
  42. Me.DataGridView1.TabIndex = 677
  43. '
  44. 'TextBox1
  45. '
  46. Me.TextBox1.Location = New System.Drawing.Point(12, 12)
  47. Me.TextBox1.Name = "TextBox1"
  48. Me.TextBox1.Size = New System.Drawing.Size(204, 23)
  49. Me.TextBox1.TabIndex = 678
  50. '
  51. 'TextBox2
  52. '
  53. Me.TextBox2.Location = New System.Drawing.Point(222, 12)
  54. Me.TextBox2.Name = "TextBox2"
  55. Me.TextBox2.Size = New System.Drawing.Size(204, 23)
  56. Me.TextBox2.TabIndex = 679
  57. '
  58. 'Button1
  59. '
  60. Me.Button1.Location = New System.Drawing.Point(442, 12)
  61. Me.Button1.Name = "Button1"
  62. Me.Button1.Size = New System.Drawing.Size(75, 23)
  63. Me.Button1.TabIndex = 680
  64. Me.Button1.Text = "刪除"
  65. Me.Button1.UseVisualStyleBackColor = True
  66. '
  67. '樣品單資料庫除錯_1
  68. '
  69. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  70. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  71. Me.ClientSize = New System.Drawing.Size(525, 600)
  72. Me.Controls.Add(Me.Button1)
  73. Me.Controls.Add(Me.TextBox2)
  74. Me.Controls.Add(Me.TextBox1)
  75. Me.Controls.Add(Me.DataGridView1)
  76. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  78. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  79. Me.Name = "樣品單資料庫除錯_1"
  80. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  81. Me.Text = "樣品單資料庫除錯_1"
  82. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  83. Me.ResumeLayout(False)
  84. Me.PerformLayout()
  85. End Sub
  86. Friend WithEvents DataGridView1 As DataGridView
  87. Friend WithEvents TextBox1 As TextBox
  88. Friend WithEvents TextBox2 As TextBox
  89. Friend WithEvents Button1 As Button
  90. End Class