1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 合約列印選擇
- 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.報價含稅_bt = New System.Windows.Forms.Button()
- Me.報價不含稅_bt = New System.Windows.Forms.Button()
- Me.SuspendLayout()
- '
- '報價含稅_bt
- '
- Me.報價含稅_bt.Location = New System.Drawing.Point(4, 4)
- Me.報價含稅_bt.Name = "報價含稅_bt"
- Me.報價含稅_bt.Size = New System.Drawing.Size(120, 46)
- Me.報價含稅_bt.TabIndex = 0
- Me.報價含稅_bt.Text = "Penawaran Termasuk Pajak"
- Me.報價含稅_bt.UseVisualStyleBackColor = True
- '
- '報價不含稅_bt
- '
- Me.報價不含稅_bt.Location = New System.Drawing.Point(132, 4)
- Me.報價不含稅_bt.Name = "報價不含稅_bt"
- Me.報價不含稅_bt.Size = New System.Drawing.Size(120, 46)
- Me.報價不含稅_bt.TabIndex = 1
- Me.報價不含稅_bt.Text = "Penawaran Tidak Termasuk Pajak"
- Me.報價不含稅_bt.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(257, 56)
- Me.ControlBox = False
- Me.Controls.Add(Me.報價不含稅_bt)
- Me.Controls.Add(Me.報價含稅_bt)
- 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(4)
- Me.MaximizeBox = False
- Me.MinimizeBox = False
- Me.Name = "合約列印選擇"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "合約列印選擇"
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 報價含稅_bt As Button
- Friend WithEvents 報價不含稅_bt As Button
- End Class
|