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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class SYS_UPDATE
  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(SYS_UPDATE))
  24. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  25. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  26. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  27. Me.Label1 = New System.Windows.Forms.Label()
  28. Me.Label2 = New System.Windows.Forms.Label()
  29. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'ProgressBar1
  33. '
  34. Me.ProgressBar1.Location = New System.Drawing.Point(152, 116)
  35. Me.ProgressBar1.Maximum = 10000
  36. Me.ProgressBar1.Name = "ProgressBar1"
  37. Me.ProgressBar1.Size = New System.Drawing.Size(250, 59)
  38. Me.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee
  39. Me.ProgressBar1.TabIndex = 636
  40. '
  41. 'Timer1
  42. '
  43. Me.Timer1.Interval = 1000
  44. '
  45. 'PictureBox1
  46. '
  47. Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  48. Me.PictureBox1.Location = New System.Drawing.Point(11, 34)
  49. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(2)
  50. Me.PictureBox1.Name = "PictureBox1"
  51. Me.PictureBox1.Size = New System.Drawing.Size(134, 145)
  52. Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  53. Me.PictureBox1.TabIndex = 637
  54. Me.PictureBox1.TabStop = False
  55. '
  56. 'Label1
  57. '
  58. Me.Label1.BackColor = System.Drawing.Color.Transparent
  59. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.Label1.Location = New System.Drawing.Point(151, 34)
  61. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  62. Me.Label1.Name = "Label1"
  63. Me.Label1.Size = New System.Drawing.Size(250, 45)
  64. Me.Label1.TabIndex = 638
  65. Me.Label1.Text = "華峰皮塑 管理系統"
  66. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  67. '
  68. 'Label2
  69. '
  70. Me.Label2.BackColor = System.Drawing.Color.Transparent
  71. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Label2.Location = New System.Drawing.Point(152, 68)
  73. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  74. Me.Label2.Name = "Label2"
  75. Me.Label2.Size = New System.Drawing.Size(250, 45)
  76. Me.Label2.TabIndex = 639
  77. Me.Label2.Text = "系統更新檢查中......"
  78. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  79. '
  80. 'SYS_UPDATE
  81. '
  82. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  83. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  84. Me.BackgroundImage = Global.SYS_UPDATE.My.Resources.Resources._00001
  85. Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  86. Me.ClientSize = New System.Drawing.Size(414, 204)
  87. Me.ControlBox = False
  88. Me.Controls.Add(Me.Label2)
  89. Me.Controls.Add(Me.Label1)
  90. Me.Controls.Add(Me.PictureBox1)
  91. Me.Controls.Add(Me.ProgressBar1)
  92. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  94. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  95. Me.MaximizeBox = False
  96. Me.MinimizeBox = False
  97. Me.Name = "SYS_UPDATE"
  98. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  99. Me.Text = "SYS-UPDATE........"
  100. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  101. Me.ResumeLayout(False)
  102. End Sub
  103. Friend WithEvents ProgressBar1 As ProgressBar
  104. Friend WithEvents Timer1 As Timer
  105. Friend WithEvents PictureBox1 As PictureBox
  106. Friend WithEvents Label1 As Label
  107. Friend WithEvents Label2 As Label
  108. End Class