Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

特別功能.Designer.vb 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 特別功能
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.介面_dgv = New System.Windows.Forms.DataGridView()
  24. Me.修改_bt = New System.Windows.Forms.Button()
  25. Me.密碼重設天數_lb = New System.Windows.Forms.Label()
  26. Me.加點_tb = New System.Windows.Forms.TextBox()
  27. CType(Me.介面_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  28. Me.SuspendLayout()
  29. '
  30. '介面_dgv
  31. '
  32. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  33. Me.介面_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  34. Me.介面_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  35. Or System.Windows.Forms.AnchorStyles.Left) _
  36. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  37. Me.介面_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  38. Me.介面_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  39. Me.介面_dgv.Location = New System.Drawing.Point(12, 46)
  40. Me.介面_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  41. Me.介面_dgv.Name = "介面_dgv"
  42. Me.介面_dgv.RowHeadersWidth = 5
  43. Me.介面_dgv.RowTemplate.Height = 24
  44. Me.介面_dgv.Size = New System.Drawing.Size(909, 541)
  45. Me.介面_dgv.TabIndex = 628
  46. '
  47. '修改_bt
  48. '
  49. Me.修改_bt.Location = New System.Drawing.Point(853, 11)
  50. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  51. Me.修改_bt.Name = "修改_bt"
  52. Me.修改_bt.Size = New System.Drawing.Size(68, 25)
  53. Me.修改_bt.TabIndex = 662
  54. Me.修改_bt.Text = "修改"
  55. '
  56. '密碼重設天數_lb
  57. '
  58. Me.密碼重設天數_lb.AutoSize = True
  59. Me.密碼重設天數_lb.BackColor = System.Drawing.SystemColors.Control
  60. Me.密碼重設天數_lb.Location = New System.Drawing.Point(697, 15)
  61. Me.密碼重設天數_lb.Name = "密碼重設天數_lb"
  62. Me.密碼重設天數_lb.Size = New System.Drawing.Size(116, 16)
  63. Me.密碼重設天數_lb.TabIndex = 661
  64. Me.密碼重設天數_lb.Text = "中文抬頭最後加個點"
  65. '
  66. '加點_tb
  67. '
  68. Me.加點_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. Me.加點_tb.Location = New System.Drawing.Point(821, 12)
  70. Me.加點_tb.Margin = New System.Windows.Forms.Padding(5)
  71. Me.加點_tb.Name = "加點_tb"
  72. Me.加點_tb.Size = New System.Drawing.Size(24, 23)
  73. Me.加點_tb.TabIndex = 660
  74. Me.加點_tb.Text = "."
  75. '
  76. '特別功能
  77. '
  78. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  79. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  80. Me.ClientSize = New System.Drawing.Size(933, 600)
  81. Me.Controls.Add(Me.修改_bt)
  82. Me.Controls.Add(Me.密碼重設天數_lb)
  83. Me.Controls.Add(Me.加點_tb)
  84. Me.Controls.Add(Me.介面_dgv)
  85. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  86. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  87. Me.Name = "特別功能"
  88. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  89. Me.Text = "特別功能"
  90. CType(Me.介面_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  91. Me.ResumeLayout(False)
  92. Me.PerformLayout()
  93. End Sub
  94. Friend WithEvents 介面_dgv As DataGridView
  95. Friend WithEvents 修改_bt As Button
  96. Friend WithEvents 密碼重設天數_lb As Label
  97. Friend WithEvents 加點_tb As TextBox
  98. End Class