暫無描述
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.

倉儲明細表查詢.Designer.vb 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  27. Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
  28. Me.庫存為零_rb = New System.Windows.Forms.RadioButton()
  29. Me.庫存非零_rb = New System.Windows.Forms.RadioButton()
  30. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  31. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.SuspendLayout()
  33. '
  34. '明細表_dgv
  35. '
  36. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  37. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  38. Me.明細表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  39. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  40. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  41. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  42. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  43. Me.明細表_dgv.Location = New System.Drawing.Point(5, 28)
  44. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(5)
  45. Me.明細表_dgv.Name = "明細表_dgv"
  46. Me.明細表_dgv.RowHeadersWidth = 5
  47. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  48. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  49. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  50. Me.明細表_dgv.RowTemplate.Height = 24
  51. Me.明細表_dgv.Size = New System.Drawing.Size(639, 660)
  52. Me.明細表_dgv.TabIndex = 1755
  53. '
  54. '明細表1_dgv
  55. '
  56. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  57. Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  58. Me.明細表1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  59. Or System.Windows.Forms.AnchorStyles.Left) _
  60. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  61. Me.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  62. Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
  63. Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  64. Me.明細表1_dgv.Location = New System.Drawing.Point(654, 28)
  65. Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(5)
  66. Me.明細表1_dgv.Name = "明細表1_dgv"
  67. Me.明細表1_dgv.RowHeadersWidth = 5
  68. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  70. Me.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  71. Me.明細表1_dgv.RowTemplate.Height = 24
  72. Me.明細表1_dgv.Size = New System.Drawing.Size(675, 660)
  73. Me.明細表1_dgv.TabIndex = 1756
  74. '
  75. '庫存為零_rb
  76. '
  77. Me.庫存為零_rb.AutoSize = True
  78. Me.庫存為零_rb.Location = New System.Drawing.Point(94, 5)
  79. Me.庫存為零_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  80. Me.庫存為零_rb.Name = "庫存為零_rb"
  81. Me.庫存為零_rb.Size = New System.Drawing.Size(73, 20)
  82. Me.庫存為零_rb.TabIndex = 1758
  83. Me.庫存為零_rb.TabStop = True
  84. Me.庫存為零_rb.Text = "庫存為零"
  85. Me.庫存為零_rb.UseVisualStyleBackColor = True
  86. '
  87. '庫存非零_rb
  88. '
  89. Me.庫存非零_rb.AutoSize = True
  90. Me.庫存非零_rb.ImageAlign = System.Drawing.ContentAlignment.BottomRight
  91. Me.庫存非零_rb.Location = New System.Drawing.Point(15, 5)
  92. Me.庫存非零_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  93. Me.庫存非零_rb.Name = "庫存非零_rb"
  94. Me.庫存非零_rb.Size = New System.Drawing.Size(73, 20)
  95. Me.庫存非零_rb.TabIndex = 1757
  96. Me.庫存非零_rb.TabStop = True
  97. Me.庫存非零_rb.Text = "庫存非零"
  98. Me.庫存非零_rb.UseVisualStyleBackColor = True
  99. '
  100. '倉儲明細表查詢
  101. '
  102. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  103. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  104. Me.ClientSize = New System.Drawing.Size(1334, 691)
  105. Me.Controls.Add(Me.庫存為零_rb)
  106. Me.Controls.Add(Me.庫存非零_rb)
  107. Me.Controls.Add(Me.明細表1_dgv)
  108. Me.Controls.Add(Me.明細表_dgv)
  109. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  110. Me.Margin = New System.Windows.Forms.Padding(4)
  111. Me.Name = "倉儲明細表查詢"
  112. Me.Text = "倉儲明細表查詢"
  113. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  114. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  115. Me.ResumeLayout(False)
  116. Me.PerformLayout()
  117. End Sub
  118. Friend WithEvents 明細表_dgv As DataGridView
  119. Friend WithEvents 明細表1_dgv As DataGridView
  120. Friend WithEvents 庫存為零_rb As RadioButton
  121. Friend WithEvents 庫存非零_rb As RadioButton
  122. End Class