123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 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()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SYS_UPDATE))
- Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
- Me.FDT_dgv = New System.Windows.Forms.DataGridView()
- Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
- CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '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 = 638
- '
- 'FDT_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.FDT_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.FDT_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.FDT_dgv.Location = New System.Drawing.Point(-1, 40)
- 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 = 640
- '
- '伺服器區域_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(447, 9)
- Me.伺服器區域_cb.Name = "伺服器區域_cb"
- Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 20)
- Me.伺服器區域_cb.TabIndex = 639
- '
- 'SYS_UPDATE
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(296, 23)
- Me.ControlBox = False
- Me.Controls.Add(Me.FDT_dgv)
- Me.Controls.Add(Me.伺服器區域_cb)
- Me.Controls.Add(Me.ProgressBar1)
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- 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)
-
- End Sub
-
- Friend WithEvents ProgressBar1 As ProgressBar
- Friend WithEvents FDT_dgv As DataGridView
- Friend WithEvents 伺服器區域_cb As ComboBox
- End Class
|