Partial Class HX_PGS_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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(HX_PGS_UPDATE)) Me.ftp清單_dgv = New System.Windows.Forms.DataGridView() Me.伺服器區域_cb = New System.Windows.Forms.ComboBox() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ftp清單_dgv ' Me.ftp清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.ftp清單_dgv.Location = New System.Drawing.Point(447, 226) Me.ftp清單_dgv.Name = "ftp清單_dgv" Me.ftp清單_dgv.RowHeadersWidth = 5 Me.ftp清單_dgv.RowTemplate.Height = 24 Me.ftp清單_dgv.Size = New System.Drawing.Size(126, 72) Me.ftp清單_dgv.TabIndex = 627 Me.ftp清單_dgv.Visible = False ' '伺服器區域_cb ' Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.伺服器區域_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue Me.伺服器區域_cb.FormattingEnabled = True Me.伺服器區域_cb.Items.AddRange(New Object() {"台灣開發", "印尼外網", "公司內網"}) Me.伺服器區域_cb.Location = New System.Drawing.Point(447, 196) Me.伺服器區域_cb.Name = "伺服器區域_cb" Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24) Me.伺服器區域_cb.TabIndex = 631 ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(0, 0) Me.ProgressBar1.Maximum = 10000 Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(296, 23) Me.ProgressBar1.TabIndex = 637 ' 'HX_PGS_UPDATE ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(296, 23) Me.ControlBox = False Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.伺服器區域_cb) Me.Controls.Add(Me.ftp清單_dgv) 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 = "HX_PGS_UPDATE" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "HX-PGS-SYS-UPDATE........" CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents ftp清單_dgv As DataGridView Friend WithEvents 伺服器區域_cb As ComboBox Friend WithEvents ProgressBar1 As ProgressBar End Class