123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <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()
- 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.計算分流 = New System.Windows.Forms.Timer(Me.components)
- CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '伺服器區域_cb
- '
- 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, 43)
- 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, 0)
- Me.ProgressBar1.Maximum = 10000
- Me.ProgressBar1.Name = "ProgressBar1"
- Me.ProgressBar1.Size = New System.Drawing.Size(296, 23)
- Me.ProgressBar1.TabIndex = 636
- '
- '計算分流
- '
- '
- '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(296, 23)
- Me.ControlBox = False
- 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)
-
- End Sub
-
- Friend WithEvents 伺服器區域_cb As ComboBox
- Friend WithEvents FDT_dgv As DataGridView
- Friend WithEvents ProgressBar1 As ProgressBar
- Friend WithEvents 計算分流 As Timer
- End Class
|