_ Partial Class SYS_UPDATE Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SYS_UPDATE)) Me.伺服器區域_cb = New System.Windows.Forms.ComboBox() Me.FDT_dgv = New System.Windows.Forms.DataGridView() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label1 = New System.Windows.Forms.Label() CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '伺服器區域_cb ' Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue Me.伺服器區域_cb.FormattingEnabled = True Me.伺服器區域_cb.Items.AddRange(New Object() {"雲端"}) Me.伺服器區域_cb.Location = New System.Drawing.Point(460, 12) Me.伺服器區域_cb.Name = "伺服器區域_cb" Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24) Me.伺服器區域_cb.TabIndex = 633 ' 'FDT_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.FDT_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.FDT_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.FDT_dgv.Location = New System.Drawing.Point(12, 74) Me.FDT_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.FDT_dgv.Name = "FDT_dgv" Me.FDT_dgv.RowHeadersWidth = 5 Me.FDT_dgv.RowTemplate.Height = 24 Me.FDT_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True] Me.FDT_dgv.Size = New System.Drawing.Size(550, 417) Me.FDT_dgv.TabIndex = 634 ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(0, 34) Me.ProgressBar1.Maximum = 10000 Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(296, 23) Me.ProgressBar1.TabIndex = 635 ' 'Timer1 ' Me.Timer1.Interval = 1000 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(11, 1) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(273, 32) Me.Label1.TabIndex = 636 Me.Label1.Text = "更新過程中如果出現 (沒有回應) 提示文字屬於正常" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "情況,請不要關閉程式,耐心等待更新完成!" ' 'SYS_UPDATE ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(300, 60) Me.ControlBox = False Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.FDT_dgv) Me.Controls.Add(Me.伺服器區域_cb) 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.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "SYS_UPDATE" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "SYS-UPDATE........" CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 伺服器區域_cb As ComboBox Friend WithEvents FDT_dgv As DataGridView Friend WithEvents ProgressBar1 As ProgressBar Friend WithEvents Timer1 As Timer Friend WithEvents Label1 As Label End Class