Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

盤盈盤損控制表.Designer.vb 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.盤盈損清單_dgv = New System.Windows.Forms.DataGridView()
  25. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  26. Me.明細表_dgv = New System.Windows.Forms.ComboBox()
  27. Me.Label17 = New System.Windows.Forms.Label()
  28. Me.開盤盈損單_bt = New System.Windows.Forms.Button()
  29. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  30. Me.調整日期_dtp = New System.Windows.Forms.DateTimePicker()
  31. Me.單據號碼_tb = New System.Windows.Forms.TextBox()
  32. Me.Label16 = New System.Windows.Forms.Label()
  33. Me.Label20 = New System.Windows.Forms.Label()
  34. CType(Me.盤盈損清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  35. Me.SuspendLayout()
  36. '
  37. '盤盈損清單_dgv
  38. '
  39. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  40. Me.盤盈損清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  41. Me.盤盈損清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  42. Or System.Windows.Forms.AnchorStyles.Left) _
  43. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  44. Me.盤盈損清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  45. Me.盤盈損清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  46. Me.盤盈損清單_dgv.Location = New System.Drawing.Point(7, 34)
  47. Me.盤盈損清單_dgv.Name = "盤盈損清單_dgv"
  48. Me.盤盈損清單_dgv.RowHeadersWidth = 5
  49. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  50. Me.盤盈損清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  51. Me.盤盈損清單_dgv.RowTemplate.Height = 24
  52. Me.盤盈損清單_dgv.Size = New System.Drawing.Size(1235, 570)
  53. Me.盤盈損清單_dgv.TabIndex = 1085
  54. '
  55. '倉庫編號_tb
  56. '
  57. Me.倉庫編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  58. Me.倉庫編號_tb.Location = New System.Drawing.Point(169, 6)
  59. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  60. Me.倉庫編號_tb.Size = New System.Drawing.Size(42, 23)
  61. Me.倉庫編號_tb.TabIndex = 1099
  62. '
  63. '明細表_dgv
  64. '
  65. Me.明細表_dgv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  66. Me.明細表_dgv.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.明細表_dgv.ForeColor = System.Drawing.Color.Green
  68. Me.明細表_dgv.FormattingEnabled = True
  69. Me.明細表_dgv.Items.AddRange(New Object() {"NA", "女", "男"})
  70. Me.明細表_dgv.Location = New System.Drawing.Point(58, 6)
  71. Me.明細表_dgv.Name = "明細表_dgv"
  72. Me.明細表_dgv.Size = New System.Drawing.Size(105, 23)
  73. Me.明細表_dgv.TabIndex = 1098
  74. '
  75. 'Label17
  76. '
  77. Me.Label17.AutoSize = True
  78. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  79. Me.Label17.Location = New System.Drawing.Point(4, 9)
  80. Me.Label17.Name = "Label17"
  81. Me.Label17.Size = New System.Drawing.Size(56, 16)
  82. Me.Label17.TabIndex = 1100
  83. Me.Label17.Text = "指定倉庫"
  84. '
  85. '開盤盈損單_bt
  86. '
  87. Me.開盤盈損單_bt.Location = New System.Drawing.Point(1106, 5)
  88. Me.開盤盈損單_bt.Name = "開盤盈損單_bt"
  89. Me.開盤盈損單_bt.Size = New System.Drawing.Size(136, 25)
  90. Me.開盤盈損單_bt.TabIndex = 1101
  91. Me.開盤盈損單_bt.Text = "開立盤盈盤損調整單"
  92. Me.開盤盈損單_bt.UseVisualStyleBackColor = True
  93. '
  94. '非當天日期_ch
  95. '
  96. Me.非當天日期_ch.AutoSize = True
  97. Me.非當天日期_ch.Checked = True
  98. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  99. Me.非當天日期_ch.Location = New System.Drawing.Point(609, 8)
  100. Me.非當天日期_ch.Name = "非當天日期_ch"
  101. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  102. Me.非當天日期_ch.TabIndex = 1106
  103. Me.非當天日期_ch.Text = "補"
  104. Me.非當天日期_ch.UseVisualStyleBackColor = True
  105. '
  106. '調整日期_dtp
  107. '
  108. Me.調整日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  109. Me.調整日期_dtp.Location = New System.Drawing.Point(509, 6)
  110. Me.調整日期_dtp.Name = "調整日期_dtp"
  111. Me.調整日期_dtp.Size = New System.Drawing.Size(94, 23)
  112. Me.調整日期_dtp.TabIndex = 1104
  113. '
  114. '單據號碼_tb
  115. '
  116. Me.單據號碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.單據號碼_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  118. Me.單據號碼_tb.Location = New System.Drawing.Point(286, 5)
  119. Me.單據號碼_tb.Name = "單據號碼_tb"
  120. Me.單據號碼_tb.Size = New System.Drawing.Size(152, 25)
  121. Me.單據號碼_tb.TabIndex = 1103
  122. '
  123. 'Label16
  124. '
  125. Me.Label16.AutoSize = True
  126. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  128. Me.Label16.Location = New System.Drawing.Point(226, 9)
  129. Me.Label16.Name = "Label16"
  130. Me.Label16.Size = New System.Drawing.Size(56, 16)
  131. Me.Label16.TabIndex = 1102
  132. Me.Label16.Text = "單據編號"
  133. '
  134. 'Label20
  135. '
  136. Me.Label20.AutoSize = True
  137. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  139. Me.Label20.Location = New System.Drawing.Point(447, 9)
  140. Me.Label20.Name = "Label20"
  141. Me.Label20.Size = New System.Drawing.Size(56, 16)
  142. Me.Label20.TabIndex = 1105
  143. Me.Label20.Text = "調整日期"
  144. '
  145. '盤盈盤損控制表
  146. '
  147. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  148. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  149. Me.ClientSize = New System.Drawing.Size(1249, 611)
  150. Me.Controls.Add(Me.非當天日期_ch)
  151. Me.Controls.Add(Me.調整日期_dtp)
  152. Me.Controls.Add(Me.單據號碼_tb)
  153. Me.Controls.Add(Me.Label16)
  154. Me.Controls.Add(Me.Label20)
  155. Me.Controls.Add(Me.開盤盈損單_bt)
  156. Me.Controls.Add(Me.倉庫編號_tb)
  157. Me.Controls.Add(Me.明細表_dgv)
  158. Me.Controls.Add(Me.Label17)
  159. Me.Controls.Add(Me.盤盈損清單_dgv)
  160. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  162. Me.Name = "盤盈盤損控制表"
  163. Me.Text = "盤盈盤損控制表"
  164. CType(Me.盤盈損清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  165. Me.ResumeLayout(False)
  166. Me.PerformLayout()
  167. End Sub
  168. Friend WithEvents 盤盈損清單_dgv As DataGridView
  169. Friend WithEvents 倉庫編號_tb As TextBox
  170. Friend WithEvents 明細表_dgv As ComboBox
  171. Friend WithEvents Label17 As Label
  172. Friend WithEvents 開盤盈損單_bt As Button
  173. Friend WithEvents 非當天日期_ch As CheckBox
  174. Friend WithEvents 調整日期_dtp As DateTimePicker
  175. Friend WithEvents 單據號碼_tb As TextBox
  176. Friend WithEvents Label16 As Label
  177. Friend WithEvents Label20 As Label
  178. End Class