Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

庫存管理.Designer.vb 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  24. Me.Label18 = New System.Windows.Forms.Label()
  25. Me.Label17 = New System.Windows.Forms.Label()
  26. Me.Label16 = New System.Windows.Forms.Label()
  27. Me.TextBox17 = New System.Windows.Forms.TextBox()
  28. Me.TextBox16 = New System.Windows.Forms.TextBox()
  29. Me.TextBox13 = New System.Windows.Forms.TextBox()
  30. Me.Button7 = New System.Windows.Forms.Button()
  31. Me.Button1 = New System.Windows.Forms.Button()
  32. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  33. Me.SuspendLayout()
  34. '
  35. 'DataGridView2
  36. '
  37. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
  38. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  39. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  40. Me.DataGridView2.Location = New System.Drawing.Point(12, 12)
  41. Me.DataGridView2.Name = "DataGridView2"
  42. Me.DataGridView2.RowHeadersWidth = 5
  43. Me.DataGridView2.RowTemplate.Height = 24
  44. Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  45. Me.DataGridView2.Size = New System.Drawing.Size(1336, 628)
  46. Me.DataGridView2.TabIndex = 181
  47. '
  48. 'Label18
  49. '
  50. Me.Label18.AutoSize = True
  51. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.Label18.ForeColor = System.Drawing.Color.Blue
  53. Me.Label18.Location = New System.Drawing.Point(1162, 650)
  54. Me.Label18.Name = "Label18"
  55. Me.Label18.Size = New System.Drawing.Size(80, 16)
  56. Me.Label18.TabIndex = 201
  57. Me.Label18.Text = "庫存台幣成本"
  58. '
  59. 'Label17
  60. '
  61. Me.Label17.AutoSize = True
  62. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  64. Me.Label17.Location = New System.Drawing.Point(994, 650)
  65. Me.Label17.Name = "Label17"
  66. Me.Label17.Size = New System.Drawing.Size(56, 16)
  67. Me.Label17.TabIndex = 200
  68. Me.Label17.Text = "庫存成本"
  69. '
  70. 'Label16
  71. '
  72. Me.Label16.AutoSize = True
  73. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.Label16.ForeColor = System.Drawing.Color.Red
  75. Me.Label16.Location = New System.Drawing.Point(826, 649)
  76. Me.Label16.Name = "Label16"
  77. Me.Label16.Size = New System.Drawing.Size(56, 16)
  78. Me.Label16.TabIndex = 199
  79. Me.Label16.Text = "庫存數量"
  80. '
  81. 'TextBox17
  82. '
  83. Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.TextBox17.ForeColor = System.Drawing.Color.Blue
  85. Me.TextBox17.Location = New System.Drawing.Point(1248, 646)
  86. Me.TextBox17.Name = "TextBox17"
  87. Me.TextBox17.Size = New System.Drawing.Size(100, 23)
  88. Me.TextBox17.TabIndex = 198
  89. '
  90. 'TextBox16
  91. '
  92. Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.TextBox16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  94. Me.TextBox16.Location = New System.Drawing.Point(1056, 646)
  95. Me.TextBox16.Name = "TextBox16"
  96. Me.TextBox16.Size = New System.Drawing.Size(100, 23)
  97. Me.TextBox16.TabIndex = 197
  98. '
  99. 'TextBox13
  100. '
  101. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  102. Me.TextBox13.ForeColor = System.Drawing.Color.Red
  103. Me.TextBox13.Location = New System.Drawing.Point(888, 646)
  104. Me.TextBox13.Name = "TextBox13"
  105. Me.TextBox13.Size = New System.Drawing.Size(100, 23)
  106. Me.TextBox13.TabIndex = 196
  107. '
  108. 'Button7
  109. '
  110. Me.Button7.Location = New System.Drawing.Point(12, 646)
  111. Me.Button7.Name = "Button7"
  112. Me.Button7.Size = New System.Drawing.Size(95, 25)
  113. Me.Button7.TabIndex = 202
  114. Me.Button7.Text = "查詢"
  115. Me.Button7.UseVisualStyleBackColor = True
  116. '
  117. 'Button1
  118. '
  119. Me.Button1.Location = New System.Drawing.Point(113, 646)
  120. Me.Button1.Name = "Button1"
  121. Me.Button1.Size = New System.Drawing.Size(95, 25)
  122. Me.Button1.TabIndex = 203
  123. Me.Button1.Text = "列印"
  124. Me.Button1.UseVisualStyleBackColor = True
  125. '
  126. '庫存管理
  127. '
  128. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  129. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  130. Me.ClientSize = New System.Drawing.Size(1360, 681)
  131. Me.Controls.Add(Me.Button1)
  132. Me.Controls.Add(Me.Button7)
  133. Me.Controls.Add(Me.Label18)
  134. Me.Controls.Add(Me.Label17)
  135. Me.Controls.Add(Me.Label16)
  136. Me.Controls.Add(Me.TextBox17)
  137. Me.Controls.Add(Me.TextBox16)
  138. Me.Controls.Add(Me.TextBox13)
  139. Me.Controls.Add(Me.DataGridView2)
  140. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  142. Me.Name = "庫存管理"
  143. Me.Text = "庫存管理"
  144. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  145. Me.ResumeLayout(False)
  146. Me.PerformLayout()
  147. End Sub
  148. Friend WithEvents DataGridView2 As DataGridView
  149. Friend WithEvents Label18 As Label
  150. Friend WithEvents Label17 As Label
  151. Friend WithEvents Label16 As Label
  152. Friend WithEvents TextBox17 As TextBox
  153. Friend WithEvents TextBox16 As TextBox
  154. Friend WithEvents TextBox13 As TextBox
  155. Friend WithEvents Button7 As Button
  156. Friend WithEvents Button1 As Button
  157. End Class