12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class C_SYS_UPDATE
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(C_SYS_UPDATE))
- Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
- Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
- Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
- Me.ftp清單_dgv = New System.Windows.Forms.DataGridView()
- CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Timer1
- '
- '
- 'ProgressBar1
- '
- Me.ProgressBar1.Location = New System.Drawing.Point(1, 0)
- Me.ProgressBar1.Maximum = 10000
- Me.ProgressBar1.Name = "ProgressBar1"
- Me.ProgressBar1.Size = New System.Drawing.Size(296, 23)
- Me.ProgressBar1.TabIndex = 638
- '
- '伺服器區域_cb
- '
- 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(477, 8)
- Me.伺服器區域_cb.Name = "伺服器區域_cb"
- Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
- Me.伺服器區域_cb.TabIndex = 640
- '
- 'ftp清單_dgv
- '
- Me.ftp清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.ftp清單_dgv.Location = New System.Drawing.Point(354, 19)
- 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 = 639
- Me.ftp清單_dgv.Visible = False
- '
- 'C_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(298, 25)
- Me.ControlBox = False
- Me.Controls.Add(Me.伺服器區域_cb)
- Me.Controls.Add(Me.ftp清單_dgv)
- Me.Controls.Add(Me.ProgressBar1)
- 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(4)
- Me.Name = "C_SYS_UPDATE"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "SYS-UPDATE........"
- CType(Me.ftp清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Timer1 As Timer
- Friend WithEvents ProgressBar1 As ProgressBar
- Friend WithEvents 伺服器區域_cb As ComboBox
- Friend WithEvents ftp清單_dgv As DataGridView
- End Class
|