_ 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.輸入_rtb = New System.Windows.Forms.TextBox() Me.通知內容_lb = New System.Windows.Forms.Label() Me.確定_rbt = New System.Windows.Forms.Button() Me.SuspendLayout() ' '輸入_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(2, 135) Me.輸入_rtb.Margin = New System.Windows.Forms.Padding(4) Me.輸入_rtb.Name = "輸入_rtb" Me.輸入_rtb.Size = New System.Drawing.Size(553, 29) Me.輸入_rtb.TabIndex = 654 ' '通知內容_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(7, 10) Me.通知內容_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.通知內容_lb.Name = "通知內容_lb" Me.通知內容_lb.Size = New System.Drawing.Size(626, 116) Me.通知內容_lb.TabIndex = 653 Me.通知內容_lb.Text = "Label1" Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' '確定_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(566, 130) Me.確定_rbt.Margin = New System.Windows.Forms.Padding(4) Me.確定_rbt.Name = "確定_rbt" Me.確定_rbt.Size = New System.Drawing.Size(60, 40) Me.確定_rbt.TabIndex = 655 Me.確定_rbt.UseVisualStyleBackColor = True ' '查詢視窗 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.bg3 Me.ClientSize = New System.Drawing.Size(634, 181) Me.Controls.Add(Me.確定_rbt) Me.Controls.Add(Me.輸入_rtb) Me.Controls.Add(Me.通知內容_lb) 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(5) Me.Name = "查詢視窗" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "查詢視窗" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 確定_rbt As Button Friend WithEvents 輸入_rtb As TextBox Friend WithEvents 通知內容_lb As Label End Class