Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

合約內文修改視窗.Designer.vb 3.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. Me.內文_tb = New System.Windows.Forms.TextBox()
  23. Me.確定_bt = New System.Windows.Forms.Button()
  24. Me.轉為子項_cb = New System.Windows.Forms.CheckBox()
  25. Me.SuspendLayout()
  26. '
  27. '內文_tb
  28. '
  29. Me.內文_tb.Location = New System.Drawing.Point(6, 31)
  30. Me.內文_tb.Multiline = True
  31. Me.內文_tb.Name = "內文_tb"
  32. Me.內文_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  33. Me.內文_tb.Size = New System.Drawing.Size(796, 96)
  34. Me.內文_tb.TabIndex = 327
  35. '
  36. '確定_bt
  37. '
  38. Me.確定_bt.Location = New System.Drawing.Point(6, 133)
  39. Me.確定_bt.Name = "確定_bt"
  40. Me.確定_bt.Size = New System.Drawing.Size(796, 50)
  41. Me.確定_bt.TabIndex = 328
  42. Me.確定_bt.Text = "確定"
  43. Me.確定_bt.UseVisualStyleBackColor = True
  44. '
  45. '轉為子項_cb
  46. '
  47. Me.轉為子項_cb.AutoSize = True
  48. Me.轉為子項_cb.Location = New System.Drawing.Point(12, 5)
  49. Me.轉為子項_cb.Name = "轉為子項_cb"
  50. Me.轉為子項_cb.Size = New System.Drawing.Size(75, 20)
  51. Me.轉為子項_cb.TabIndex = 329
  52. Me.轉為子項_cb.Text = "轉為子項"
  53. Me.轉為子項_cb.UseVisualStyleBackColor = True
  54. '
  55. '合約內文修改視窗
  56. '
  57. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  58. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  59. Me.ClientSize = New System.Drawing.Size(808, 187)
  60. Me.Controls.Add(Me.轉為子項_cb)
  61. Me.Controls.Add(Me.確定_bt)
  62. Me.Controls.Add(Me.內文_tb)
  63. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  65. Me.Name = "合約內文修改視窗"
  66. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  67. Me.Text = "合約內文修改視窗"
  68. Me.ResumeLayout(False)
  69. Me.PerformLayout()
  70. End Sub
  71. Friend WithEvents 內文_tb As TextBox
  72. Friend WithEvents 確定_bt As Button
  73. Friend WithEvents 轉為子項_cb As CheckBox
  74. End Class