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

工程維修單.Designer.vb 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. Me.SuspendLayout()
  23. '
  24. '工程維修單
  25. '
  26. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  27. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  28. Me.ClientSize = New System.Drawing.Size(933, 600)
  29. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  30. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  31. Me.Name = "工程維修單"
  32. Me.Text = "工程維修單"
  33. Me.ResumeLayout(False)
  34. End Sub
  35. End Class