Brak opisu
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 4.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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.Label1 = New System.Windows.Forms.Label()
  24. Me.Label2 = New System.Windows.Forms.Label()
  25. Me.測試_rbt = New System.Windows.Forms.PictureBox()
  26. Me.總部_rbt = New System.Windows.Forms.PictureBox()
  27. CType(Me.測試_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  28. CType(Me.總部_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  29. Me.SuspendLayout()
  30. '
  31. 'Label1
  32. '
  33. Me.Label1.AutoSize = True
  34. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  35. Me.Label1.Location = New System.Drawing.Point(63, 107)
  36. Me.Label1.Name = "Label1"
  37. Me.Label1.Size = New System.Drawing.Size(48, 24)
  38. Me.Label1.TabIndex = 3
  39. Me.Label1.Text = "買賣"
  40. '
  41. 'Label2
  42. '
  43. Me.Label2.AutoSize = True
  44. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  45. Me.Label2.Location = New System.Drawing.Point(252, 107)
  46. Me.Label2.Name = "Label2"
  47. Me.Label2.Size = New System.Drawing.Size(48, 24)
  48. Me.Label2.TabIndex = 4
  49. Me.Label2.Text = "維修"
  50. '
  51. '測試_rbt
  52. '
  53. Me.測試_rbt.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.維修
  54. Me.測試_rbt.Location = New System.Drawing.Point(180, 0)
  55. Me.測試_rbt.Name = "測試_rbt"
  56. Me.測試_rbt.Size = New System.Drawing.Size(180, 104)
  57. Me.測試_rbt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  58. Me.測試_rbt.TabIndex = 2
  59. Me.測試_rbt.TabStop = False
  60. '
  61. '總部_rbt
  62. '
  63. Me.總部_rbt.Image = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.car1
  64. Me.總部_rbt.Location = New System.Drawing.Point(0, 0)
  65. Me.總部_rbt.Name = "總部_rbt"
  66. Me.總部_rbt.Size = New System.Drawing.Size(180, 104)
  67. Me.總部_rbt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  68. Me.總部_rbt.TabIndex = 0
  69. Me.總部_rbt.TabStop = False
  70. '
  71. '線路選擇
  72. '
  73. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  74. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  75. Me.ClientSize = New System.Drawing.Size(364, 133)
  76. Me.Controls.Add(Me.Label2)
  77. Me.Controls.Add(Me.Label1)
  78. Me.Controls.Add(Me.測試_rbt)
  79. Me.Controls.Add(Me.總部_rbt)
  80. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  81. Me.Name = "線路選擇"
  82. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  83. Me.Text = "線路選擇"
  84. CType(Me.測試_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  85. CType(Me.總部_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  86. Me.ResumeLayout(False)
  87. Me.PerformLayout()
  88. End Sub
  89. Friend WithEvents 總部_rbt As PictureBox
  90. Friend WithEvents 測試_rbt As PictureBox
  91. Friend WithEvents Label1 As Label
  92. Friend WithEvents Label2 As Label
  93. End Class