Brak opisu
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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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.DataGridView2 = New System.Windows.Forms.DataGridView()
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.Button11 = New System.Windows.Forms.Button()
  27. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  28. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  29. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  30. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  31. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  32. Me.SuspendLayout()
  33. '
  34. 'DataGridView2
  35. '
  36. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  37. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  38. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  39. Me.DataGridView2.Location = New System.Drawing.Point(12, 161)
  40. Me.DataGridView2.Name = "DataGridView2"
  41. Me.DataGridView2.RowHeadersWidth = 5
  42. Me.DataGridView2.RowTemplate.Height = 24
  43. Me.DataGridView2.Size = New System.Drawing.Size(775, 143)
  44. Me.DataGridView2.TabIndex = 645
  45. '
  46. 'Button1
  47. '
  48. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  49. Me.Button1.ForeColor = System.Drawing.Color.Red
  50. Me.Button1.Location = New System.Drawing.Point(128, 12)
  51. Me.Button1.Name = "Button1"
  52. Me.Button1.Size = New System.Drawing.Size(110, 54)
  53. Me.Button1.TabIndex = 644
  54. Me.Button1.Text = "取消列印"
  55. Me.Button1.UseVisualStyleBackColor = True
  56. '
  57. 'Button11
  58. '
  59. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  60. Me.Button11.ForeColor = System.Drawing.Color.Blue
  61. Me.Button11.Location = New System.Drawing.Point(12, 12)
  62. Me.Button11.Name = "Button11"
  63. Me.Button11.Size = New System.Drawing.Size(110, 54)
  64. Me.Button11.TabIndex = 643
  65. Me.Button11.Text = "確認列印"
  66. Me.Button11.UseVisualStyleBackColor = True
  67. '
  68. 'DataGridView1
  69. '
  70. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  71. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  72. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  73. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  74. Me.DataGridView1.Name = "DataGridView1"
  75. Me.DataGridView1.RowHeadersWidth = 5
  76. Me.DataGridView1.RowTemplate.Height = 24
  77. Me.DataGridView1.Size = New System.Drawing.Size(775, 143)
  78. Me.DataGridView1.TabIndex = 642
  79. '
  80. 'PictureBox1
  81. '
  82. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  83. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  84. Me.PictureBox1.Location = New System.Drawing.Point(12, 311)
  85. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  86. Me.PictureBox1.Name = "PictureBox1"
  87. Me.PictureBox1.Size = New System.Drawing.Size(213, 72)
  88. Me.PictureBox1.TabIndex = 646
  89. Me.PictureBox1.TabStop = False
  90. '
  91. '列印_零用金支付單
  92. '
  93. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  94. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  95. Me.ClientSize = New System.Drawing.Size(251, 77)
  96. Me.Controls.Add(Me.PictureBox1)
  97. Me.Controls.Add(Me.DataGridView2)
  98. Me.Controls.Add(Me.Button1)
  99. Me.Controls.Add(Me.Button11)
  100. Me.Controls.Add(Me.DataGridView1)
  101. Me.Name = "列印_零用金支付單"
  102. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  103. Me.Text = "列印_零用金支付單"
  104. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  105. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  106. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  107. Me.ResumeLayout(False)
  108. End Sub
  109. Friend WithEvents DataGridView2 As DataGridView
  110. Friend WithEvents Button1 As Button
  111. Friend WithEvents Button11 As Button
  112. Friend WithEvents DataGridView1 As DataGridView
  113. Friend WithEvents PictureBox1 As PictureBox
  114. End Class