Няма описание
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 2.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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.Button1 = New System.Windows.Forms.Button()
  23. Me.Button2 = New System.Windows.Forms.Button()
  24. Me.SuspendLayout()
  25. '
  26. 'Button1
  27. '
  28. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  29. Me.Button1.Location = New System.Drawing.Point(0, 0)
  30. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  31. Me.Button1.Name = "Button1"
  32. Me.Button1.Size = New System.Drawing.Size(100, 67)
  33. Me.Button1.TabIndex = 0
  34. Me.Button1.Text = "明細"
  35. Me.Button1.UseVisualStyleBackColor = True
  36. '
  37. 'Button2
  38. '
  39. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  40. Me.Button2.Location = New System.Drawing.Point(108, 0)
  41. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  42. Me.Button2.Name = "Button2"
  43. Me.Button2.Size = New System.Drawing.Size(100, 67)
  44. Me.Button2.TabIndex = 1
  45. Me.Button2.Text = "彙總"
  46. Me.Button2.UseVisualStyleBackColor = True
  47. '
  48. '列印
  49. '
  50. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  51. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  52. Me.ClientSize = New System.Drawing.Size(210, 68)
  53. Me.Controls.Add(Me.Button2)
  54. Me.Controls.Add(Me.Button1)
  55. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  56. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  57. Me.MaximizeBox = False
  58. Me.MinimizeBox = False
  59. Me.Name = "列印"
  60. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  61. Me.Text = "列印"
  62. Me.ResumeLayout(False)
  63. End Sub
  64. Friend WithEvents Button1 As Button
  65. Friend WithEvents Button2 As Button
  66. End Class