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

列印清單.Designer.vb 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Button11 = New System.Windows.Forms.Button()
  26. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  27. Me.SuspendLayout()
  28. '
  29. 'DataGridView1
  30. '
  31. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  32. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  33. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  34. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  35. Me.DataGridView1.Name = "DataGridView1"
  36. Me.DataGridView1.RowHeadersWidth = 5
  37. Me.DataGridView1.RowTemplate.Height = 24
  38. Me.DataGridView1.Size = New System.Drawing.Size(775, 143)
  39. Me.DataGridView1.TabIndex = 310
  40. '
  41. 'Button1
  42. '
  43. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.Button1.ForeColor = System.Drawing.Color.Red
  45. Me.Button1.Location = New System.Drawing.Point(128, 12)
  46. Me.Button1.Name = "Button1"
  47. Me.Button1.Size = New System.Drawing.Size(110, 54)
  48. Me.Button1.TabIndex = 313
  49. Me.Button1.Text = "取消列印"
  50. Me.Button1.UseVisualStyleBackColor = True
  51. '
  52. 'Button11
  53. '
  54. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.Button11.ForeColor = System.Drawing.Color.Blue
  56. Me.Button11.Location = New System.Drawing.Point(12, 12)
  57. Me.Button11.Name = "Button11"
  58. Me.Button11.Size = New System.Drawing.Size(110, 54)
  59. Me.Button11.TabIndex = 312
  60. Me.Button11.Text = "確認列印"
  61. Me.Button11.UseVisualStyleBackColor = True
  62. '
  63. '列印清單
  64. '
  65. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  66. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  67. Me.ClientSize = New System.Drawing.Size(250, 73)
  68. Me.Controls.Add(Me.Button1)
  69. Me.Controls.Add(Me.Button11)
  70. Me.Controls.Add(Me.DataGridView1)
  71. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  73. Me.Name = "列印清單"
  74. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  75. Me.Text = "列印清單"
  76. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  77. Me.ResumeLayout(False)
  78. End Sub
  79. Friend WithEvents DataGridView1 As DataGridView
  80. Friend WithEvents Button1 As Button
  81. Friend WithEvents Button11 As Button
  82. End Class