_ Partial Class 合約內文修改視窗 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.內文_tb = New System.Windows.Forms.TextBox() Me.確定_bt = New System.Windows.Forms.Button() Me.轉為子項_cb = New System.Windows.Forms.CheckBox() Me.SuspendLayout() ' '內文_tb ' Me.內文_tb.Location = New System.Drawing.Point(6, 31) Me.內文_tb.Multiline = True Me.內文_tb.Name = "內文_tb" Me.內文_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.內文_tb.Size = New System.Drawing.Size(796, 96) Me.內文_tb.TabIndex = 327 ' '確定_bt ' Me.確定_bt.Location = New System.Drawing.Point(6, 133) Me.確定_bt.Name = "確定_bt" Me.確定_bt.Size = New System.Drawing.Size(796, 50) Me.確定_bt.TabIndex = 328 Me.確定_bt.Text = "確定" Me.確定_bt.UseVisualStyleBackColor = True ' '轉為子項_cb ' Me.轉為子項_cb.AutoSize = True Me.轉為子項_cb.Location = New System.Drawing.Point(12, 5) Me.轉為子項_cb.Name = "轉為子項_cb" Me.轉為子項_cb.Size = New System.Drawing.Size(75, 20) Me.轉為子項_cb.TabIndex = 329 Me.轉為子項_cb.Text = "轉為子項" Me.轉為子項_cb.UseVisualStyleBackColor = True ' '合約內文修改視窗 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(808, 187) Me.Controls.Add(Me.轉為子項_cb) Me.Controls.Add(Me.確定_bt) Me.Controls.Add(Me.內文_tb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "合約內文修改視窗" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "合約內文修改視窗" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 內文_tb As TextBox Friend WithEvents 確定_bt As Button Friend WithEvents 轉為子項_cb As CheckBox End Class