暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

系統選擇.Designer.vb 3.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(系統選擇))
  23. Me.EPR_pic = New System.Windows.Forms.PictureBox()
  24. Me.POS_pic = New System.Windows.Forms.PictureBox()
  25. CType(Me.EPR_pic, System.ComponentModel.ISupportInitialize).BeginInit()
  26. CType(Me.POS_pic, System.ComponentModel.ISupportInitialize).BeginInit()
  27. Me.SuspendLayout()
  28. '
  29. 'EPR_pic
  30. '
  31. Me.EPR_pic.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  32. Me.EPR_pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  33. Me.EPR_pic.Cursor = System.Windows.Forms.Cursors.Hand
  34. Me.EPR_pic.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.ERP
  35. Me.EPR_pic.Location = New System.Drawing.Point(238, 5)
  36. Me.EPR_pic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  37. Me.EPR_pic.Name = "EPR_pic"
  38. Me.EPR_pic.Size = New System.Drawing.Size(225, 118)
  39. Me.EPR_pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  40. Me.EPR_pic.TabIndex = 1
  41. Me.EPR_pic.TabStop = False
  42. '
  43. 'POS_pic
  44. '
  45. Me.POS_pic.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  46. Me.POS_pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  47. Me.POS_pic.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.POS
  48. Me.POS_pic.Location = New System.Drawing.Point(7, 5)
  49. Me.POS_pic.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  50. Me.POS_pic.Name = "POS_pic"
  51. Me.POS_pic.Size = New System.Drawing.Size(225, 118)
  52. Me.POS_pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  53. Me.POS_pic.TabIndex = 0
  54. Me.POS_pic.TabStop = False
  55. '
  56. '系統選擇
  57. '
  58. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  59. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  60. Me.ClientSize = New System.Drawing.Size(470, 130)
  61. Me.Controls.Add(Me.EPR_pic)
  62. Me.Controls.Add(Me.POS_pic)
  63. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  65. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  66. Me.Name = "系統選擇"
  67. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  68. Me.Text = "系統選擇"
  69. CType(Me.EPR_pic, System.ComponentModel.ISupportInitialize).EndInit()
  70. CType(Me.POS_pic, System.ComponentModel.ISupportInitialize).EndInit()
  71. Me.ResumeLayout(False)
  72. End Sub
  73. Friend WithEvents POS_pic As PictureBox
  74. Friend WithEvents EPR_pic As PictureBox
  75. End Class