Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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

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