Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

列印_零用金支付明細.Designer.vb 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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.ComboBox1 = New System.Windows.Forms.ComboBox()
  24. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  25. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Button11 = New System.Windows.Forms.Button()
  28. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  29. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  30. Me.SuspendLayout()
  31. '
  32. 'ComboBox1
  33. '
  34. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  35. Me.ComboBox1.FormattingEnabled = True
  36. Me.ComboBox1.Items.AddRange(New Object() {"2019"})
  37. Me.ComboBox1.Location = New System.Drawing.Point(124, 34)
  38. Me.ComboBox1.Name = "ComboBox1"
  39. Me.ComboBox1.Size = New System.Drawing.Size(114, 20)
  40. Me.ComboBox1.TabIndex = 519
  41. '
  42. 'CheckBox2
  43. '
  44. Me.CheckBox2.AutoSize = True
  45. Me.CheckBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  46. Me.CheckBox2.Location = New System.Drawing.Point(142, 12)
  47. Me.CheckBox2.Name = "CheckBox2"
  48. Me.CheckBox2.Size = New System.Drawing.Size(96, 16)
  49. Me.CheckBox2.TabIndex = 518
  50. Me.CheckBox2.Text = "列印整年資料"
  51. Me.CheckBox2.UseVisualStyleBackColor = True
  52. '
  53. 'CheckBox1
  54. '
  55. Me.CheckBox1.AutoSize = True
  56. Me.CheckBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  57. Me.CheckBox1.Location = New System.Drawing.Point(12, 12)
  58. Me.CheckBox1.Name = "CheckBox1"
  59. Me.CheckBox1.Size = New System.Drawing.Size(96, 16)
  60. Me.CheckBox1.TabIndex = 517
  61. Me.CheckBox1.Text = "列印當月資料"
  62. Me.CheckBox1.UseVisualStyleBackColor = True
  63. '
  64. 'Button1
  65. '
  66. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. Me.Button1.ForeColor = System.Drawing.Color.Red
  68. Me.Button1.Location = New System.Drawing.Point(128, 60)
  69. Me.Button1.Name = "Button1"
  70. Me.Button1.Size = New System.Drawing.Size(110, 54)
  71. Me.Button1.TabIndex = 516
  72. Me.Button1.Text = "取消列印"
  73. Me.Button1.UseVisualStyleBackColor = True
  74. '
  75. 'Button11
  76. '
  77. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  78. Me.Button11.ForeColor = System.Drawing.Color.Blue
  79. Me.Button11.Location = New System.Drawing.Point(12, 60)
  80. Me.Button11.Name = "Button11"
  81. Me.Button11.Size = New System.Drawing.Size(110, 54)
  82. Me.Button11.TabIndex = 515
  83. Me.Button11.Text = "確認列印"
  84. Me.Button11.UseVisualStyleBackColor = True
  85. '
  86. 'DataGridView1
  87. '
  88. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  89. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  90. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  91. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  92. Me.DataGridView1.Name = "DataGridView1"
  93. Me.DataGridView1.RowHeadersWidth = 5
  94. Me.DataGridView1.RowTemplate.Height = 24
  95. Me.DataGridView1.Size = New System.Drawing.Size(775, 143)
  96. Me.DataGridView1.TabIndex = 514
  97. '
  98. '列印_零用金支付明細
  99. '
  100. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  101. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  102. Me.ClientSize = New System.Drawing.Size(246, 121)
  103. Me.Controls.Add(Me.ComboBox1)
  104. Me.Controls.Add(Me.CheckBox2)
  105. Me.Controls.Add(Me.CheckBox1)
  106. Me.Controls.Add(Me.Button1)
  107. Me.Controls.Add(Me.Button11)
  108. Me.Controls.Add(Me.DataGridView1)
  109. Me.Name = "列印_零用金支付明細"
  110. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  111. Me.Text = "列印_零用金支付明細"
  112. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  113. Me.ResumeLayout(False)
  114. Me.PerformLayout()
  115. End Sub
  116. Friend WithEvents ComboBox1 As ComboBox
  117. Friend WithEvents CheckBox2 As CheckBox
  118. Friend WithEvents CheckBox1 As CheckBox
  119. Friend WithEvents Button1 As Button
  120. Friend WithEvents Button11 As Button
  121. Friend WithEvents DataGridView1 As DataGridView
  122. End Class