123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <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()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(通知視窗))
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.取消_rbt = New System.Windows.Forms.Button()
- Me.確定_rbt = New System.Windows.Forms.Button()
- Me.通知內容_lb = New System.Windows.Forms.Label()
- Me.Panel1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'Panel1
- '
- Me.Panel1.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.bg3
- Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.取消_rbt)
- Me.Panel1.Controls.Add(Me.確定_rbt)
- Me.Panel1.Controls.Add(Me.通知內容_lb)
- Me.Panel1.Location = New System.Drawing.Point(2, 1)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(426, 180)
- Me.Panel1.TabIndex = 3
- '
- '取消_rbt
- '
- Me.取消_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
- Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.取消_rbt.Location = New System.Drawing.Point(350, 123)
- Me.取消_rbt.Name = "取消_rbt"
- Me.取消_rbt.Size = New System.Drawing.Size(65, 49)
- Me.取消_rbt.TabIndex = 650
- Me.取消_rbt.UseVisualStyleBackColor = True
- '
- '確定_rbt
- '
- Me.確定_rbt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources._Select
- Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.確定_rbt.Location = New System.Drawing.Point(281, 123)
- Me.確定_rbt.Name = "確定_rbt"
- Me.確定_rbt.Size = New System.Drawing.Size(65, 49)
- Me.確定_rbt.TabIndex = 649
- Me.確定_rbt.UseVisualStyleBackColor = True
- '
- '通知內容_lb
- '
- Me.通知內容_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.通知內容_lb.AutoEllipsis = True
- Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent
- Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.通知內容_lb.Location = New System.Drawing.Point(6, 3)
- Me.通知內容_lb.Name = "通知內容_lb"
- Me.通知內容_lb.Size = New System.Drawing.Size(417, 117)
- Me.通知內容_lb.TabIndex = 0
- Me.通知內容_lb.Text = "Label1"
- Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '通知視窗
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(430, 183)
- Me.Controls.Add(Me.Panel1)
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "通知視窗"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "通知視窗"
- Me.Panel1.ResumeLayout(False)
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 通知內容_lb As Label
- Friend WithEvents 確定_rbt As Button
- Friend WithEvents 取消_rbt As Button
- End Class
|