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.Panel1 = New System.Windows.Forms.Panel() Me.確定_rbt = New System.Windows.Forms.Button() Me.輸入_rtb = New System.Windows.Forms.TextBox() Me.通知內容2_lb = New System.Windows.Forms.Label() Me.通知內容_lb = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.輸入_rtb) Me.Panel1.Controls.Add(Me.通知內容2_lb) Me.Panel1.Controls.Add(Me.通知內容_lb) Me.Panel1.Location = New System.Drawing.Point(0, 1) Me.Panel1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(638, 175) Me.Panel1.TabIndex = 4 ' '確定_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(568, 124) Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.確定_rbt.Name = "確定_rbt" Me.確定_rbt.Size = New System.Drawing.Size(60, 40) Me.確定_rbt.TabIndex = 652 Me.確定_rbt.UseVisualStyleBackColor = True ' '輸入_rtb ' Me.輸入_rtb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.輸入_rtb.Location = New System.Drawing.Point(4, 129) Me.輸入_rtb.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.輸入_rtb.Name = "輸入_rtb" Me.輸入_rtb.Size = New System.Drawing.Size(553, 29) Me.輸入_rtb.TabIndex = 651 ' '通知內容2_lb ' Me.通知內容2_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.通知內容2_lb.AutoEllipsis = True Me.通知內容2_lb.BackColor = System.Drawing.Color.Transparent Me.通知內容2_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.通知內容2_lb.ForeColor = System.Drawing.Color.Red Me.通知內容2_lb.Location = New System.Drawing.Point(6, 69) Me.通知內容2_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知內容2_lb.Name = "通知內容2_lb" Me.通知內容2_lb.Size = New System.Drawing.Size(626, 37) Me.通知內容2_lb.TabIndex = 650 Me.通知內容2_lb.Text = "Label1" Me.通知內容2_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '通知內容_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("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.通知內容_lb.Location = New System.Drawing.Point(9, 4) Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知內容_lb.Name = "通知內容_lb" Me.通知內容_lb.Size = New System.Drawing.Size(626, 65) Me.通知內容_lb.TabIndex = 0 Me.通知內容_lb.Text = "Label1" Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '輸入視窗 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(640, 179) Me.Controls.Add(Me.Panel1) Me.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Name = "輸入視窗" Me.Text = "輸入視窗" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As Panel Friend WithEvents 通知內容2_lb As Label Friend WithEvents 通知內容_lb As Label Friend WithEvents 輸入_rtb As TextBox Friend WithEvents 確定_rbt As Button End Class