설명 없음
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.

SUREYES-AM01-SYS.Designer.vb 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class MDIParent1
  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.components = New System.ComponentModel.Container()
  23. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MDIParent1))
  24. Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
  25. Me.Button3 = New System.Windows.Forms.Button()
  26. Me.Button4 = New System.Windows.Forms.Button()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.SuspendLayout()
  31. '
  32. 'Button3
  33. '
  34. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  35. Me.Button3.Location = New System.Drawing.Point(486, 317)
  36. Me.Button3.Name = "Button3"
  37. Me.Button3.Size = New System.Drawing.Size(385, 175)
  38. Me.Button3.TabIndex = 12
  39. Me.Button3.Text = "薪資確認系統"
  40. Me.Button3.UseVisualStyleBackColor = True
  41. '
  42. 'Button4
  43. '
  44. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  46. Me.Button4.Location = New System.Drawing.Point(940, 317)
  47. Me.Button4.Name = "Button4"
  48. Me.Button4.Size = New System.Drawing.Size(385, 175)
  49. Me.Button4.TabIndex = 11
  50. Me.Button4.Text = "系統更新"
  51. Me.Button4.UseVisualStyleBackColor = True
  52. '
  53. 'Button1
  54. '
  55. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  56. Me.Button1.ForeColor = System.Drawing.Color.Red
  57. Me.Button1.Location = New System.Drawing.Point(17, 317)
  58. Me.Button1.Name = "Button1"
  59. Me.Button1.Size = New System.Drawing.Size(385, 175)
  60. Me.Button1.TabIndex = 9
  61. Me.Button1.Text = "考勤打卡系統"
  62. Me.Button1.UseVisualStyleBackColor = True
  63. '
  64. 'Label2
  65. '
  66. Me.Label2.AutoSize = True
  67. Me.Label2.BackColor = System.Drawing.Color.White
  68. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. Me.Label2.Location = New System.Drawing.Point(1023, 20)
  70. Me.Label2.Name = "Label2"
  71. Me.Label2.Size = New System.Drawing.Size(315, 30)
  72. Me.Label2.TabIndex = 27
  73. Me.Label2.Text = "資料庫版本號 : 2018110801"
  74. '
  75. 'Label1
  76. '
  77. Me.Label1.AutoSize = True
  78. Me.Label1.BackColor = System.Drawing.Color.White
  79. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.Label1.Location = New System.Drawing.Point(702, 20)
  81. Me.Label1.Name = "Label1"
  82. Me.Label1.Size = New System.Drawing.Size(315, 30)
  83. Me.Label1.TabIndex = 26
  84. Me.Label1.Text = "執行檔版本號 : 2018110801"
  85. '
  86. 'MDIParent1
  87. '
  88. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  89. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  90. Me.BackgroundImage = Global.SUREYES_AM01_SYS.My.Resources.Resources._1980X1010
  91. Me.ClientSize = New System.Drawing.Size(1350, 729)
  92. Me.Controls.Add(Me.Label2)
  93. Me.Controls.Add(Me.Label1)
  94. Me.Controls.Add(Me.Button3)
  95. Me.Controls.Add(Me.Button4)
  96. Me.Controls.Add(Me.Button1)
  97. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  98. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  99. Me.IsMdiContainer = True
  100. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  101. Me.Name = "MDIParent1"
  102. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  103. Me.Text = "SUREYES-AM01-SYS"
  104. Me.ResumeLayout(False)
  105. Me.PerformLayout()
  106. End Sub
  107. Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
  108. Friend WithEvents Button3 As Button
  109. Friend WithEvents Button4 As Button
  110. Friend WithEvents Button1 As Button
  111. Friend WithEvents Label2 As Label
  112. Friend WithEvents Label1 As Label
  113. End Class