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

SplashScreen1.Designer.vb 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class SplashScreen1
  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. Friend WithEvents ApplicationTitle As System.Windows.Forms.Label
  16. Friend WithEvents Version As System.Windows.Forms.Label
  17. Friend WithEvents Copyright As System.Windows.Forms.Label
  18. Friend WithEvents MainLayoutPanel As System.Windows.Forms.TableLayoutPanel
  19. Friend WithEvents DetailsLayoutPanel As System.Windows.Forms.TableLayoutPanel
  20. '為 Windows Form 設計工具的必要項
  21. Private components As System.ComponentModel.IContainer
  22. '注意: 以下為 Windows Form 設計工具所需的程序
  23. '可以使用 Windows Form 設計工具進行修改。
  24. '請勿使用程式碼編輯器進行修改。
  25. <System.Diagnostics.DebuggerStepThrough()> _
  26. Private Sub InitializeComponent()
  27. Me.MainLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
  28. Me.DetailsLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
  29. Me.Version = New System.Windows.Forms.Label()
  30. Me.Copyright = New System.Windows.Forms.Label()
  31. Me.ApplicationTitle = New System.Windows.Forms.Label()
  32. Me.MainLayoutPanel.SuspendLayout()
  33. Me.DetailsLayoutPanel.SuspendLayout()
  34. Me.SuspendLayout()
  35. '
  36. 'MainLayoutPanel
  37. '
  38. Me.MainLayoutPanel.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._2019103101
  39. Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  40. Me.MainLayoutPanel.ColumnCount = 2
  41. Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 243.0!))
  42. Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100.0!))
  43. Me.MainLayoutPanel.Controls.Add(Me.DetailsLayoutPanel, 1, 1)
  44. Me.MainLayoutPanel.Controls.Add(Me.ApplicationTitle, 1, 0)
  45. Me.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
  46. Me.MainLayoutPanel.Location = New System.Drawing.Point(0, 0)
  47. Me.MainLayoutPanel.Name = "MainLayoutPanel"
  48. Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 218.0!))
  49. Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38.0!))
  50. Me.MainLayoutPanel.Size = New System.Drawing.Size(496, 303)
  51. Me.MainLayoutPanel.TabIndex = 0
  52. '
  53. 'DetailsLayoutPanel
  54. '
  55. Me.DetailsLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.None
  56. Me.DetailsLayoutPanel.BackColor = System.Drawing.Color.Transparent
  57. Me.DetailsLayoutPanel.ColumnCount = 1
  58. Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 247.0!))
  59. Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 142.0!))
  60. Me.DetailsLayoutPanel.Controls.Add(Me.Version, 0, 0)
  61. Me.DetailsLayoutPanel.Controls.Add(Me.Copyright, 0, 1)
  62. Me.DetailsLayoutPanel.Location = New System.Drawing.Point(246, 221)
  63. Me.DetailsLayoutPanel.Name = "DetailsLayoutPanel"
  64. Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.0!))
  65. Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.0!))
  66. Me.DetailsLayoutPanel.Size = New System.Drawing.Size(247, 79)
  67. Me.DetailsLayoutPanel.TabIndex = 1
  68. '
  69. 'Version
  70. '
  71. Me.Version.Anchor = System.Windows.Forms.AnchorStyles.None
  72. Me.Version.BackColor = System.Drawing.Color.Transparent
  73. Me.Version.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  74. Me.Version.Location = New System.Drawing.Point(3, 9)
  75. Me.Version.Name = "Version"
  76. Me.Version.Size = New System.Drawing.Size(241, 20)
  77. Me.Version.TabIndex = 1
  78. Me.Version.Text = "版本 {0}.{1:00}"
  79. '
  80. 'Copyright
  81. '
  82. Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None
  83. Me.Copyright.BackColor = System.Drawing.Color.Transparent
  84. Me.Copyright.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  85. Me.Copyright.Location = New System.Drawing.Point(3, 39)
  86. Me.Copyright.Name = "Copyright"
  87. Me.Copyright.Size = New System.Drawing.Size(241, 40)
  88. Me.Copyright.TabIndex = 2
  89. Me.Copyright.Text = "著作權"
  90. '
  91. 'ApplicationTitle
  92. '
  93. Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None
  94. Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent
  95. Me.ApplicationTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  96. Me.ApplicationTitle.Location = New System.Drawing.Point(246, 3)
  97. Me.ApplicationTitle.Name = "ApplicationTitle"
  98. Me.ApplicationTitle.Size = New System.Drawing.Size(247, 212)
  99. Me.ApplicationTitle.TabIndex = 0
  100. Me.ApplicationTitle.Text = "HX-GPS-ERP-SYS"
  101. Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft
  102. '
  103. 'SplashScreen1
  104. '
  105. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  106. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  107. Me.ClientSize = New System.Drawing.Size(496, 303)
  108. Me.ControlBox = False
  109. Me.Controls.Add(Me.MainLayoutPanel)
  110. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  111. Me.MaximizeBox = False
  112. Me.MinimizeBox = False
  113. Me.Name = "SplashScreen1"
  114. Me.ShowInTaskbar = False
  115. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  116. Me.MainLayoutPanel.ResumeLayout(False)
  117. Me.DetailsLayoutPanel.ResumeLayout(False)
  118. Me.ResumeLayout(False)
  119. End Sub
  120. End Class