123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class MDIParent1
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MDIParent1))
- Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.SuspendLayout()
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.Location = New System.Drawing.Point(486, 317)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(385, 175)
- Me.Button3.TabIndex = 12
- Me.Button3.Text = "薪資確認系統"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button4.Location = New System.Drawing.Point(940, 317)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(385, 175)
- Me.Button4.TabIndex = 11
- Me.Button4.Text = "系統更新"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.Color.Red
- Me.Button1.Location = New System.Drawing.Point(17, 317)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(385, 175)
- Me.Button1.TabIndex = 9
- Me.Button1.Text = "考勤打卡系統"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.BackColor = System.Drawing.Color.White
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(1023, 20)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(315, 30)
- Me.Label2.TabIndex = 27
- Me.Label2.Text = "資料庫版本號 : 2018110801"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.BackColor = System.Drawing.Color.White
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(702, 20)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(315, 30)
- Me.Label1.TabIndex = 26
- Me.Label1.Text = "執行檔版本號 : 2018110801"
- '
- 'MDIParent1
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackgroundImage = Global.SUREYES_AM01_SYS.My.Resources.Resources._1980X1010
- Me.ClientSize = New System.Drawing.Size(1350, 729)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button1)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.IsMdiContainer = True
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "MDIParent1"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "SUREYES-AM01-SYS"
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
- Friend WithEvents Button3 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- End Class
|