Нема описа
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 9.6KB

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