Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

通知視窗.Designer.vb 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 通知視窗
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.Panel1 = New System.Windows.Forms.Panel()
  23. Me.確定_rbt = New Telerik.WinControls.UI.RadButton()
  24. Me.取消_rbt = New Telerik.WinControls.UI.RadButton()
  25. Me.通知內容_lb = New System.Windows.Forms.Label()
  26. Me.主題_lb = New System.Windows.Forms.Label()
  27. Me.pnlTitleBar = New System.Windows.Forms.Panel()
  28. Me.Panel1.SuspendLayout()
  29. CType(Me.確定_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  30. CType(Me.取消_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  31. Me.SuspendLayout()
  32. '
  33. 'Panel1
  34. '
  35. Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  36. Or System.Windows.Forms.AnchorStyles.Left) _
  37. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  38. Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  39. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  40. Me.Panel1.Controls.Add(Me.確定_rbt)
  41. Me.Panel1.Controls.Add(Me.取消_rbt)
  42. Me.Panel1.Controls.Add(Me.通知內容_lb)
  43. Me.Panel1.Location = New System.Drawing.Point(4, 34)
  44. Me.Panel1.Name = "Panel1"
  45. Me.Panel1.Size = New System.Drawing.Size(426, 180)
  46. Me.Panel1.TabIndex = 0
  47. '
  48. '確定_rbt
  49. '
  50. Me.確定_rbt.BackColor = System.Drawing.Color.Transparent
  51. Me.確定_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._Select
  52. Me.確定_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  53. Me.確定_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
  54. Me.確定_rbt.Location = New System.Drawing.Point(279, 123)
  55. Me.確定_rbt.Name = "確定_rbt"
  56. Me.確定_rbt.Size = New System.Drawing.Size(65, 49)
  57. Me.確定_rbt.TabIndex = 647
  58. '
  59. '取消_rbt
  60. '
  61. Me.取消_rbt.BackColor = System.Drawing.Color.Transparent
  62. Me.取消_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  63. Me.取消_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  64. Me.取消_rbt.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter
  65. Me.取消_rbt.Location = New System.Drawing.Point(352, 123)
  66. Me.取消_rbt.Name = "取消_rbt"
  67. Me.取消_rbt.Size = New System.Drawing.Size(65, 49)
  68. Me.取消_rbt.TabIndex = 648
  69. '
  70. '通知內容_lb
  71. '
  72. Me.通知內容_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  73. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  74. Me.通知內容_lb.AutoEllipsis = True
  75. Me.通知內容_lb.BackColor = System.Drawing.Color.Transparent
  76. Me.通知內容_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.通知內容_lb.Location = New System.Drawing.Point(6, 3)
  78. Me.通知內容_lb.Name = "通知內容_lb"
  79. Me.通知內容_lb.Size = New System.Drawing.Size(417, 117)
  80. Me.通知內容_lb.TabIndex = 0
  81. Me.通知內容_lb.Text = "Label1"
  82. Me.通知內容_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  83. '
  84. '主題_lb
  85. '
  86. Me.主題_lb.AutoSize = True
  87. Me.主題_lb.Location = New System.Drawing.Point(10, 10)
  88. Me.主題_lb.Name = "主題_lb"
  89. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  90. Me.主題_lb.TabIndex = 1
  91. Me.主題_lb.Text = "Label1"
  92. '
  93. 'pnlTitleBar
  94. '
  95. Me.pnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  96. Or System.Windows.Forms.AnchorStyles.Left) _
  97. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.pnlTitleBar.BackColor = System.Drawing.Color.Transparent
  99. Me.pnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  100. Me.pnlTitleBar.Location = New System.Drawing.Point(0, 0)
  101. Me.pnlTitleBar.Name = "pnlTitleBar"
  102. Me.pnlTitleBar.Size = New System.Drawing.Size(434, 218)
  103. Me.pnlTitleBar.TabIndex = 2
  104. '
  105. '通知視窗
  106. '
  107. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  108. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  109. Me.ClientSize = New System.Drawing.Size(434, 218)
  110. Me.ControlBox = False
  111. Me.Controls.Add(Me.主題_lb)
  112. Me.Controls.Add(Me.Panel1)
  113. Me.Controls.Add(Me.pnlTitleBar)
  114. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  115. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  116. Me.Margin = New System.Windows.Forms.Padding(4)
  117. Me.Name = "通知視窗"
  118. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  119. Me.Text = "通知視窗"
  120. Me.Panel1.ResumeLayout(False)
  121. CType(Me.確定_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  122. CType(Me.取消_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  123. Me.ResumeLayout(False)
  124. Me.PerformLayout()
  125. End Sub
  126. Friend WithEvents Panel1 As Panel
  127. Friend WithEvents 通知內容_lb As Label
  128. Friend WithEvents 確定_rbt As Telerik.WinControls.UI.RadButton
  129. Friend WithEvents 取消_rbt As Telerik.WinControls.UI.RadButton
  130. Friend WithEvents 主題_lb As Label
  131. Friend WithEvents pnlTitleBar As Panel
  132. End Class