Açıklama Yok
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.

樣品進度表FOR METOO PAG導入.Designer.vb 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 樣品進度表FOR_METOO_PAG導入
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  24. Me.Label3 = New System.Windows.Forms.Label()
  25. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  26. Me.Label11 = New System.Windows.Forms.Label()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  29. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'ComboBox2
  33. '
  34. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  35. Me.ComboBox2.FormattingEnabled = True
  36. Me.ComboBox2.Location = New System.Drawing.Point(256, 6)
  37. Me.ComboBox2.Name = "ComboBox2"
  38. Me.ComboBox2.Size = New System.Drawing.Size(209, 24)
  39. Me.ComboBox2.TabIndex = 690
  40. '
  41. 'Label3
  42. '
  43. Me.Label3.AutoSize = True
  44. Me.Label3.ForeColor = System.Drawing.Color.Red
  45. Me.Label3.Location = New System.Drawing.Point(211, 9)
  46. Me.Label3.Name = "Label3"
  47. Me.Label3.Size = New System.Drawing.Size(39, 16)
  48. Me.Label3.TabIndex = 691
  49. Me.Label3.Text = "CUST"
  50. '
  51. 'ComboBox7
  52. '
  53. Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  54. Me.ComboBox7.FormattingEnabled = True
  55. Me.ComboBox7.Location = New System.Drawing.Point(75, 6)
  56. Me.ComboBox7.Name = "ComboBox7"
  57. Me.ComboBox7.Size = New System.Drawing.Size(130, 24)
  58. Me.ComboBox7.TabIndex = 688
  59. '
  60. 'Label11
  61. '
  62. Me.Label11.AutoSize = True
  63. Me.Label11.ForeColor = System.Drawing.Color.Red
  64. Me.Label11.Location = New System.Drawing.Point(12, 9)
  65. Me.Label11.Name = "Label11"
  66. Me.Label11.Size = New System.Drawing.Size(57, 16)
  67. Me.Label11.TabIndex = 689
  68. Me.Label11.Text = "SEASON"
  69. '
  70. 'Button1
  71. '
  72. Me.Button1.Location = New System.Drawing.Point(471, 6)
  73. Me.Button1.Name = "Button1"
  74. Me.Button1.Size = New System.Drawing.Size(137, 24)
  75. Me.Button1.TabIndex = 692
  76. Me.Button1.Text = "重新讀取"
  77. Me.Button1.UseVisualStyleBackColor = True
  78. '
  79. 'DataGridView1
  80. '
  81. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  82. Me.DataGridView1.Location = New System.Drawing.Point(12, 37)
  83. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  84. Me.DataGridView1.Name = "DataGridView1"
  85. Me.DataGridView1.RowHeadersWidth = 5
  86. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  87. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1
  88. Me.DataGridView1.RowTemplate.Height = 24
  89. Me.DataGridView1.Size = New System.Drawing.Size(1887, 921)
  90. Me.DataGridView1.TabIndex = 693
  91. '
  92. '樣品進度表FOR_METOO_PAG導入
  93. '
  94. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  95. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  96. Me.ClientSize = New System.Drawing.Size(1914, 971)
  97. Me.Controls.Add(Me.DataGridView1)
  98. Me.Controls.Add(Me.Button1)
  99. Me.Controls.Add(Me.ComboBox2)
  100. Me.Controls.Add(Me.Label3)
  101. Me.Controls.Add(Me.ComboBox7)
  102. Me.Controls.Add(Me.Label11)
  103. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  104. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  105. Me.Name = "樣品進度表FOR_METOO_PAG導入"
  106. Me.Text = "樣品進度表FOR_METOO_PAG導入"
  107. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  108. Me.ResumeLayout(False)
  109. Me.PerformLayout()
  110. End Sub
  111. Friend WithEvents ComboBox2 As ComboBox
  112. Friend WithEvents Label3 As Label
  113. Friend WithEvents ComboBox7 As ComboBox
  114. Friend WithEvents Label11 As Label
  115. Friend WithEvents Button1 As Button
  116. Friend WithEvents DataGridView1 As DataGridView
  117. End Class