暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

排班資料列印選擇.Designer.vb 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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.月曆_bt = New System.Windows.Forms.Button()
  23. Me.統計_bt = New System.Windows.Forms.Button()
  24. Me.SuspendLayout()
  25. '
  26. '月曆_bt
  27. '
  28. Me.月曆_bt.ForeColor = System.Drawing.Color.Red
  29. Me.月曆_bt.Location = New System.Drawing.Point(130, 3)
  30. Me.月曆_bt.Name = "月曆_bt"
  31. Me.月曆_bt.Size = New System.Drawing.Size(122, 56)
  32. Me.月曆_bt.TabIndex = 3
  33. Me.月曆_bt.Text = "列印整月" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "排班資料"
  34. Me.月曆_bt.UseVisualStyleBackColor = True
  35. '
  36. '統計_bt
  37. '
  38. Me.統計_bt.ForeColor = System.Drawing.Color.Green
  39. Me.統計_bt.Location = New System.Drawing.Point(2, 3)
  40. Me.統計_bt.Name = "統計_bt"
  41. Me.統計_bt.Size = New System.Drawing.Size(122, 56)
  42. Me.統計_bt.TabIndex = 2
  43. Me.統計_bt.Text = "列印排班" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "資料統計"
  44. Me.統計_bt.UseVisualStyleBackColor = True
  45. '
  46. '排班資料列印選擇
  47. '
  48. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  49. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  50. Me.ClientSize = New System.Drawing.Size(255, 64)
  51. Me.ControlBox = False
  52. Me.Controls.Add(Me.月曆_bt)
  53. Me.Controls.Add(Me.統計_bt)
  54. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.Margin = New System.Windows.Forms.Padding(4)
  56. Me.Name = "排班資料列印選擇"
  57. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  58. Me.Text = "排班資料列印選擇"
  59. Me.ResumeLayout(False)
  60. End Sub
  61. Friend WithEvents 月曆_bt As Button
  62. Friend WithEvents 統計_bt As Button
  63. End Class