Ingen beskrivning
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 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Button11 = New System.Windows.Forms.Button()
  26. Me.TextBox1 = New System.Windows.Forms.TextBox()
  27. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  28. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  29. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'DataGridView1
  33. '
  34. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  35. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  36. Me.DataGridView1.Location = New System.Drawing.Point(12, 111)
  37. Me.DataGridView1.Name = "DataGridView1"
  38. Me.DataGridView1.RowHeadersWidth = 5
  39. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  40. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  41. Me.DataGridView1.RowTemplate.Height = 24
  42. Me.DataGridView1.Size = New System.Drawing.Size(570, 237)
  43. Me.DataGridView1.TabIndex = 1155
  44. '
  45. 'Button1
  46. '
  47. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  48. Me.Button1.ForeColor = System.Drawing.Color.Red
  49. Me.Button1.Location = New System.Drawing.Point(145, 23)
  50. Me.Button1.Name = "Button1"
  51. Me.Button1.Size = New System.Drawing.Size(110, 54)
  52. Me.Button1.TabIndex = 1158
  53. Me.Button1.Text = "取消列印"
  54. Me.Button1.UseVisualStyleBackColor = True
  55. '
  56. 'Button11
  57. '
  58. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  59. Me.Button11.ForeColor = System.Drawing.Color.Blue
  60. Me.Button11.Location = New System.Drawing.Point(12, 23)
  61. Me.Button11.Name = "Button11"
  62. Me.Button11.Size = New System.Drawing.Size(110, 54)
  63. Me.Button11.TabIndex = 1157
  64. Me.Button11.Text = "確認列印"
  65. Me.Button11.UseVisualStyleBackColor = True
  66. '
  67. 'TextBox1
  68. '
  69. Me.TextBox1.Location = New System.Drawing.Point(482, 51)
  70. Me.TextBox1.Name = "TextBox1"
  71. Me.TextBox1.Size = New System.Drawing.Size(100, 23)
  72. Me.TextBox1.TabIndex = 1159
  73. '
  74. 'CheckBox1
  75. '
  76. Me.CheckBox1.AutoSize = True
  77. Me.CheckBox1.Location = New System.Drawing.Point(12, 2)
  78. Me.CheckBox1.Name = "CheckBox1"
  79. Me.CheckBox1.Size = New System.Drawing.Size(111, 20)
  80. Me.CheckBox1.TabIndex = 1160
  81. Me.CheckBox1.Text = "依物品數量列印"
  82. Me.CheckBox1.UseVisualStyleBackColor = True
  83. '
  84. 'CheckBox2
  85. '
  86. Me.CheckBox2.AutoSize = True
  87. Me.CheckBox2.Location = New System.Drawing.Point(129, 2)
  88. Me.CheckBox2.Name = "CheckBox2"
  89. Me.CheckBox2.Size = New System.Drawing.Size(135, 20)
  90. Me.CheckBox2.TabIndex = 1161
  91. Me.CheckBox2.Text = "每樣物品只列出一張"
  92. Me.CheckBox2.UseVisualStyleBackColor = True
  93. '
  94. '列印_產品標籤介面
  95. '
  96. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  97. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  98. Me.ClientSize = New System.Drawing.Size(265, 83)
  99. Me.Controls.Add(Me.CheckBox2)
  100. Me.Controls.Add(Me.CheckBox1)
  101. Me.Controls.Add(Me.TextBox1)
  102. Me.Controls.Add(Me.Button1)
  103. Me.Controls.Add(Me.Button11)
  104. Me.Controls.Add(Me.DataGridView1)
  105. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  106. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  107. Me.Name = "列印_產品標籤介面"
  108. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  109. Me.Text = "列印_產品標籤介面"
  110. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  111. Me.ResumeLayout(False)
  112. Me.PerformLayout()
  113. End Sub
  114. Friend WithEvents DataGridView1 As DataGridView
  115. Friend WithEvents Button1 As Button
  116. Friend WithEvents Button11 As Button
  117. Friend WithEvents TextBox1 As TextBox
  118. Friend WithEvents CheckBox1 As CheckBox
  119. Friend WithEvents CheckBox2 As CheckBox
  120. End Class