Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SYS-UPDATE.Designer.vb 4.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class SYS_UPDATE
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SYS_UPDATE))
  25. Me.伺服器區域_cb = New System.Windows.Forms.ComboBox()
  26. Me.FDT_dgv = New System.Windows.Forms.DataGridView()
  27. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  28. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  29. CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. '伺服器區域_cb
  33. '
  34. Me.伺服器區域_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  35. Me.伺服器區域_cb.ForeColor = System.Drawing.Color.Blue
  36. Me.伺服器區域_cb.FormattingEnabled = True
  37. Me.伺服器區域_cb.Items.AddRange(New Object() {"雲端"})
  38. Me.伺服器區域_cb.Location = New System.Drawing.Point(460, 12)
  39. Me.伺服器區域_cb.Name = "伺服器區域_cb"
  40. Me.伺服器區域_cb.Size = New System.Drawing.Size(102, 24)
  41. Me.伺服器區域_cb.TabIndex = 633
  42. '
  43. 'FDT_dgv
  44. '
  45. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  46. Me.FDT_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  47. Me.FDT_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  48. Me.FDT_dgv.Location = New System.Drawing.Point(12, 43)
  49. Me.FDT_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  50. Me.FDT_dgv.Name = "FDT_dgv"
  51. Me.FDT_dgv.RowHeadersWidth = 5
  52. Me.FDT_dgv.RowTemplate.Height = 24
  53. Me.FDT_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  54. Me.FDT_dgv.Size = New System.Drawing.Size(550, 417)
  55. Me.FDT_dgv.TabIndex = 634
  56. '
  57. 'ProgressBar1
  58. '
  59. Me.ProgressBar1.Location = New System.Drawing.Point(0, 0)
  60. Me.ProgressBar1.Maximum = 10000
  61. Me.ProgressBar1.Name = "ProgressBar1"
  62. Me.ProgressBar1.Size = New System.Drawing.Size(296, 23)
  63. Me.ProgressBar1.TabIndex = 635
  64. '
  65. 'Timer1
  66. '
  67. Me.Timer1.Interval = 1000
  68. '
  69. 'SYS_UPDATE
  70. '
  71. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  72. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  73. Me.ClientSize = New System.Drawing.Size(296, 23)
  74. Me.ControlBox = False
  75. Me.Controls.Add(Me.ProgressBar1)
  76. Me.Controls.Add(Me.FDT_dgv)
  77. Me.Controls.Add(Me.伺服器區域_cb)
  78. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  80. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  81. Me.MaximizeBox = False
  82. Me.MinimizeBox = False
  83. Me.Name = "SYS_UPDATE"
  84. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  85. Me.Text = "SYS-UPDATE........"
  86. CType(Me.FDT_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  87. Me.ResumeLayout(False)
  88. End Sub
  89. Friend WithEvents 伺服器區域_cb As ComboBox
  90. Friend WithEvents FDT_dgv As DataGridView
  91. Friend WithEvents ProgressBar1 As ProgressBar
  92. Friend WithEvents Timer1 As Timer
  93. End Class