暫無描述
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.

SYS-UPDATE.Designer.vb 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SYS_UPDATE))
  25. Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
  26. Me.FDT_dgv = New System.Windows.Forms.DataGridView()
  27. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  28. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.OK = New System.Windows.Forms.Timer(Me.components)
  31. Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
  32. Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
  33. CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  34. Me.SuspendLayout()
  35. '
  36. '伺服器區域_cb
  37. '
  38. Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  39. Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue
  40. Me.伺服器區域_cb.FormattingEnabled = True
  41. Me.伺服器區域_cb.Items.AddRange(New Object() {"雲端"})
  42. Me.伺服器區域_cb.Location = New System.Drawing.Point(460, 12)
  43. Me.伺服器區域_cb.Name = "伺服器區域_cb"
  44. Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
  45. Me.伺服器區域_cb.TabIndex = 633
  46. '
  47. 'FDT_dgv
  48. '
  49. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  50. Me.FDT_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  51. Me.FDT_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  52. Me.FDT_dgv.Location = New System.Drawing.Point(12, 74)
  53. Me.FDT_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  54. Me.FDT_dgv.Name = "FDT_dgv"
  55. Me.FDT_dgv.RowHeadersWidth = 5
  56. Me.FDT_dgv.RowTemplate.Height = 24
  57. Me.FDT_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  58. Me.FDT_dgv.Size = New System.Drawing.Size(550, 417)
  59. Me.FDT_dgv.TabIndex = 634
  60. '
  61. 'ProgressBar1
  62. '
  63. Me.ProgressBar1.Location = New System.Drawing.Point(0, 34)
  64. Me.ProgressBar1.Maximum = 10000
  65. Me.ProgressBar1.Name = "ProgressBar1"
  66. Me.ProgressBar1.Size = New System.Drawing.Size(296, 23)
  67. Me.ProgressBar1.TabIndex = 635
  68. '
  69. 'Timer1
  70. '
  71. Me.Timer1.Interval = 1000
  72. '
  73. 'Label1
  74. '
  75. Me.Label1.AutoSize = True
  76. Me.Label1.ForeColor = System.Drawing.Color.Red
  77. Me.Label1.Location = New System.Drawing.Point(11, 1)
  78. Me.Label1.Name = "Label1"
  79. Me.Label1.Size = New System.Drawing.Size(273, 32)
  80. Me.Label1.TabIndex = 636
  81. Me.Label1.Text = "更新過程中如果出現 (沒有回應) 提示文字屬於正常" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "情況,請不要關閉程式,耐心等待更新完成!"
  82. '
  83. 'OK
  84. '
  85. Me.OK.Interval = 600
  86. '
  87. 'Timer2
  88. '
  89. Me.Timer2.Interval = 1000
  90. '
  91. 'Timer3
  92. '
  93. '
  94. 'SYS_UPDATE
  95. '
  96. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  97. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  98. Me.ClientSize = New System.Drawing.Size(300, 60)
  99. Me.ControlBox = False
  100. Me.Controls.Add(Me.Label1)
  101. Me.Controls.Add(Me.ProgressBar1)
  102. Me.Controls.Add(Me.FDT_dgv)
  103. Me.Controls.Add(Me.伺服器區域_cb)
  104. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  106. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  107. Me.MaximizeBox = False
  108. Me.MinimizeBox = False
  109. Me.Name = "SYS_UPDATE"
  110. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  111. Me.Text = "SYS-UPDATE........"
  112. CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  113. Me.ResumeLayout(False)
  114. Me.PerformLayout()
  115. End Sub
  116. Friend WithEvents 伺服器區域_cb As ComboBox
  117. Friend WithEvents FDT_dgv As DataGridView
  118. Friend WithEvents ProgressBar1 As ProgressBar
  119. Friend WithEvents Timer1 As Timer
  120. Friend WithEvents Label1 As Label
  121. Friend WithEvents OK As Timer
  122. Friend WithEvents Timer2 As Timer
  123. Friend WithEvents Timer3 As Timer
  124. End Class