Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

製鞋技術資料庫除錯.Designer.vb 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  25. Me.SuspendLayout()
  26. '
  27. 'DataGridView1
  28. '
  29. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  30. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  31. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  32. Me.DataGridView1.Location = New System.Drawing.Point(12, 58)
  33. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  34. Me.DataGridView1.Name = "DataGridView1"
  35. Me.DataGridView1.RowHeadersWidth = 5
  36. Me.DataGridView1.RowTemplate.Height = 24
  37. Me.DataGridView1.Size = New System.Drawing.Size(1890, 900)
  38. Me.DataGridView1.TabIndex = 648
  39. '
  40. '製鞋技術資料庫除錯
  41. '
  42. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  43. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  44. Me.ClientSize = New System.Drawing.Size(1914, 971)
  45. Me.Controls.Add(Me.DataGridView1)
  46. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  47. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  48. Me.Name = "製鞋技術資料庫除錯"
  49. Me.Text = "製鞋技術資料庫除錯"
  50. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  51. Me.ResumeLayout(False)
  52. End Sub
  53. Friend WithEvents DataGridView1 As DataGridView
  54. End Class