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.

METOO專用PAGE導入.Designer.vb 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class METOO專用PAGE導入
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  26. Me.Label11 = New System.Windows.Forms.Label()
  27. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  30. Me.Button1 = New System.Windows.Forms.Button()
  31. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  32. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  33. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  34. Me.Button8 = New System.Windows.Forms.Button()
  35. Me.Button5 = New System.Windows.Forms.Button()
  36. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  37. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. 'ComboBox7
  42. '
  43. Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  44. Me.ComboBox7.FormattingEnabled = True
  45. Me.ComboBox7.Location = New System.Drawing.Point(75, 6)
  46. Me.ComboBox7.Name = "ComboBox7"
  47. Me.ComboBox7.Size = New System.Drawing.Size(130, 24)
  48. Me.ComboBox7.TabIndex = 684
  49. '
  50. 'Label11
  51. '
  52. Me.Label11.AutoSize = True
  53. Me.Label11.ForeColor = System.Drawing.Color.Red
  54. Me.Label11.Location = New System.Drawing.Point(12, 9)
  55. Me.Label11.Name = "Label11"
  56. Me.Label11.Size = New System.Drawing.Size(57, 16)
  57. Me.Label11.TabIndex = 685
  58. Me.Label11.Text = "SEASON"
  59. '
  60. 'ComboBox2
  61. '
  62. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  63. Me.ComboBox2.FormattingEnabled = True
  64. Me.ComboBox2.Location = New System.Drawing.Point(256, 6)
  65. Me.ComboBox2.Name = "ComboBox2"
  66. Me.ComboBox2.Size = New System.Drawing.Size(209, 24)
  67. Me.ComboBox2.TabIndex = 686
  68. '
  69. 'Label3
  70. '
  71. Me.Label3.AutoSize = True
  72. Me.Label3.ForeColor = System.Drawing.Color.Red
  73. Me.Label3.Location = New System.Drawing.Point(211, 9)
  74. Me.Label3.Name = "Label3"
  75. Me.Label3.Size = New System.Drawing.Size(39, 16)
  76. Me.Label3.TabIndex = 687
  77. Me.Label3.Text = "CUST"
  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, 279)
  90. Me.DataGridView1.TabIndex = 688
  91. '
  92. 'Button1
  93. '
  94. Me.Button1.Location = New System.Drawing.Point(471, 6)
  95. Me.Button1.Name = "Button1"
  96. Me.Button1.Size = New System.Drawing.Size(137, 24)
  97. Me.Button1.TabIndex = 689
  98. Me.Button1.Text = "EXCEL導入"
  99. Me.Button1.UseVisualStyleBackColor = True
  100. '
  101. 'OpenFileDialog1
  102. '
  103. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  104. '
  105. 'DataGridView2
  106. '
  107. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  108. Me.DataGridView2.Location = New System.Drawing.Point(12, 324)
  109. Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  110. Me.DataGridView2.Name = "DataGridView2"
  111. Me.DataGridView2.RowHeadersWidth = 5
  112. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  113. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle2
  114. Me.DataGridView2.RowTemplate.Height = 24
  115. Me.DataGridView2.Size = New System.Drawing.Size(1236, 642)
  116. Me.DataGridView2.TabIndex = 690
  117. '
  118. 'DataGridView3
  119. '
  120. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  121. Me.DataGridView3.Location = New System.Drawing.Point(1254, 324)
  122. Me.DataGridView3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  123. Me.DataGridView3.Name = "DataGridView3"
  124. Me.DataGridView3.RowHeadersWidth = 5
  125. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  126. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle3
  127. Me.DataGridView3.RowTemplate.Height = 24
  128. Me.DataGridView3.Size = New System.Drawing.Size(645, 642)
  129. Me.DataGridView3.TabIndex = 691
  130. '
  131. 'Button8
  132. '
  133. Me.Button8.Location = New System.Drawing.Point(757, 6)
  134. Me.Button8.Name = "Button8"
  135. Me.Button8.Size = New System.Drawing.Size(137, 24)
  136. Me.Button8.TabIndex = 693
  137. Me.Button8.Text = "存檔"
  138. Me.Button8.UseVisualStyleBackColor = True
  139. '
  140. 'Button5
  141. '
  142. Me.Button5.Location = New System.Drawing.Point(614, 6)
  143. Me.Button5.Name = "Button5"
  144. Me.Button5.Size = New System.Drawing.Size(137, 24)
  145. Me.Button5.TabIndex = 692
  146. Me.Button5.Text = "EXCEL顯示"
  147. Me.Button5.UseVisualStyleBackColor = True
  148. '
  149. 'METOO專用PAGE導入
  150. '
  151. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  152. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  153. Me.ClientSize = New System.Drawing.Size(1914, 971)
  154. Me.Controls.Add(Me.Button8)
  155. Me.Controls.Add(Me.Button5)
  156. Me.Controls.Add(Me.DataGridView3)
  157. Me.Controls.Add(Me.DataGridView2)
  158. Me.Controls.Add(Me.Button1)
  159. Me.Controls.Add(Me.DataGridView1)
  160. Me.Controls.Add(Me.ComboBox2)
  161. Me.Controls.Add(Me.Label3)
  162. Me.Controls.Add(Me.ComboBox7)
  163. Me.Controls.Add(Me.Label11)
  164. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  165. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  166. Me.Name = "METOO專用PAGE導入"
  167. Me.Text = "METOO專用PAGE導入"
  168. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  169. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  170. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  171. Me.ResumeLayout(False)
  172. Me.PerformLayout()
  173. End Sub
  174. Friend WithEvents ComboBox7 As ComboBox
  175. Friend WithEvents Label11 As Label
  176. Friend WithEvents ComboBox2 As ComboBox
  177. Friend WithEvents Label3 As Label
  178. Friend WithEvents DataGridView1 As DataGridView
  179. Friend WithEvents Button1 As Button
  180. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  181. Friend WithEvents DataGridView2 As DataGridView
  182. Friend WithEvents DataGridView3 As DataGridView
  183. Friend WithEvents Button8 As Button
  184. Friend WithEvents Button5 As Button
  185. End Class