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

選擇考勤月份.Designer.vb 3.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  29. Me.下月_bt.Location = New System.Drawing.Point(81, 4)
  30. Me.下月_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  31. Me.下月_bt.Name = "下月_bt"
  32. Me.下月_bt.Size = New System.Drawing.Size(75, 47)
  33. Me.下月_bt.TabIndex = 1952
  34. Me.下月_bt.Text = "AAA"
  35. Me.下月_bt.UseVisualStyleBackColor = True
  36. '
  37. '上月_bt
  38. '
  39. Me.上月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  40. Me.上月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  41. Me.上月_bt.Location = New System.Drawing.Point(4, 4)
  42. Me.上月_bt.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
  43. Me.上月_bt.Name = "上月_bt"
  44. Me.上月_bt.Size = New System.Drawing.Size(75, 47)
  45. Me.上月_bt.TabIndex = 1951
  46. Me.上月_bt.Text = "AAA"
  47. Me.上月_bt.UseVisualStyleBackColor = True
  48. '
  49. '選擇考勤月份
  50. '
  51. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  52. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  53. Me.ClientSize = New System.Drawing.Size(161, 57)
  54. Me.ControlBox = False
  55. Me.Controls.Add(Me.下月_bt)
  56. Me.Controls.Add(Me.上月_bt)
  57. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  58. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  59. Me.MaximizeBox = False
  60. Me.MinimizeBox = False
  61. Me.Name = "選擇考勤月份"
  62. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  63. Me.Text = "SELETE"
  64. Me.ResumeLayout(False)
  65. End Sub
  66. Friend WithEvents 下月_bt As Button
  67. Friend WithEvents 上月_bt As Button
  68. End Class