Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

鎖定視窗.Designer.vb 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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.Label1 = New System.Windows.Forms.Label()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.SuspendLayout()
  25. '
  26. 'Label1
  27. '
  28. Me.Label1.AutoSize = True
  29. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  30. Me.Label1.ForeColor = System.Drawing.Color.Red
  31. Me.Label1.Location = New System.Drawing.Point(99, 27)
  32. Me.Label1.Name = "Label1"
  33. Me.Label1.Size = New System.Drawing.Size(109, 30)
  34. Me.Label1.TabIndex = 0
  35. Me.Label1.Text = "鎖定確認"
  36. '
  37. 'Button1
  38. '
  39. Me.Button1.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Checked_Shield_Green
  40. Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  41. Me.Button1.Location = New System.Drawing.Point(119, 78)
  42. Me.Button1.Name = "Button1"
  43. Me.Button1.Size = New System.Drawing.Size(70, 70)
  44. Me.Button1.TabIndex = 1
  45. Me.Button1.UseVisualStyleBackColor = True
  46. '
  47. '鎖定視窗
  48. '
  49. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  50. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  51. Me.ClientSize = New System.Drawing.Size(314, 177)
  52. Me.Controls.Add(Me.Button1)
  53. Me.Controls.Add(Me.Label1)
  54. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  56. Me.Name = "鎖定視窗"
  57. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  58. Me.Text = "鎖定視窗"
  59. Me.ResumeLayout(False)
  60. Me.PerformLayout()
  61. End Sub
  62. Friend WithEvents Label1 As Label
  63. Friend WithEvents Button1 As Button
  64. End Class