Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

機構科目清單.Designer.vb 8.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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.DataGridView2 = New System.Windows.Forms.DataGridView()
  24. Me.TextBox7 = New System.Windows.Forms.TextBox()
  25. Me.Label13 = New System.Windows.Forms.Label()
  26. Me.Button4 = New System.Windows.Forms.Button()
  27. Me.Button5 = New System.Windows.Forms.Button()
  28. Me.Button6 = New System.Windows.Forms.Button()
  29. Me.TextBox6 = New System.Windows.Forms.TextBox()
  30. Me.Label12 = New System.Windows.Forms.Label()
  31. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  32. Me.Label11 = New System.Windows.Forms.Label()
  33. Me.TextBox8 = New System.Windows.Forms.TextBox()
  34. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  35. Me.SuspendLayout()
  36. '
  37. 'DataGridView2
  38. '
  39. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  40. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  41. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  42. Me.DataGridView2.Location = New System.Drawing.Point(12, 12)
  43. Me.DataGridView2.Name = "DataGridView2"
  44. Me.DataGridView2.RowHeadersWidth = 5
  45. Me.DataGridView2.RowTemplate.Height = 24
  46. Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  47. Me.DataGridView2.Size = New System.Drawing.Size(242, 172)
  48. Me.DataGridView2.TabIndex = 60
  49. '
  50. 'TextBox7
  51. '
  52. Me.TextBox7.Enabled = False
  53. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  54. Me.TextBox7.Location = New System.Drawing.Point(310, 9)
  55. Me.TextBox7.Name = "TextBox7"
  56. Me.TextBox7.Size = New System.Drawing.Size(142, 23)
  57. Me.TextBox7.TabIndex = 61
  58. '
  59. 'Label13
  60. '
  61. Me.Label13.AutoSize = True
  62. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  63. Me.Label13.Location = New System.Drawing.Point(260, 12)
  64. Me.Label13.Name = "Label13"
  65. Me.Label13.Size = New System.Drawing.Size(44, 16)
  66. Me.Label13.TabIndex = 60
  67. Me.Label13.Text = "流水碼"
  68. '
  69. 'Button4
  70. '
  71. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.Button4.ForeColor = System.Drawing.Color.Red
  73. Me.Button4.Location = New System.Drawing.Point(308, 159)
  74. Me.Button4.Name = "Button4"
  75. Me.Button4.Size = New System.Drawing.Size(144, 25)
  76. Me.Button4.TabIndex = 61
  77. Me.Button4.Text = "刪除"
  78. Me.Button4.UseVisualStyleBackColor = True
  79. '
  80. 'Button5
  81. '
  82. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.Button5.ForeColor = System.Drawing.Color.Blue
  84. Me.Button5.Location = New System.Drawing.Point(308, 97)
  85. Me.Button5.Name = "Button5"
  86. Me.Button5.Size = New System.Drawing.Size(144, 25)
  87. Me.Button5.TabIndex = 59
  88. Me.Button5.Text = "新增"
  89. Me.Button5.UseVisualStyleBackColor = True
  90. '
  91. 'Button6
  92. '
  93. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. Me.Button6.ForeColor = System.Drawing.Color.DarkGreen
  95. Me.Button6.Location = New System.Drawing.Point(308, 128)
  96. Me.Button6.Name = "Button6"
  97. Me.Button6.Size = New System.Drawing.Size(144, 25)
  98. Me.Button6.TabIndex = 60
  99. Me.Button6.Text = "修改"
  100. Me.Button6.UseVisualStyleBackColor = True
  101. '
  102. 'TextBox6
  103. '
  104. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.TextBox6.Location = New System.Drawing.Point(310, 68)
  106. Me.TextBox6.Name = "TextBox6"
  107. Me.TextBox6.Size = New System.Drawing.Size(142, 23)
  108. Me.TextBox6.TabIndex = 48
  109. '
  110. 'Label12
  111. '
  112. Me.Label12.AutoSize = True
  113. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.Label12.Location = New System.Drawing.Point(272, 71)
  115. Me.Label12.Name = "Label12"
  116. Me.Label12.Size = New System.Drawing.Size(32, 16)
  117. Me.Label12.TabIndex = 46
  118. Me.Label12.Text = "類型"
  119. '
  120. 'ComboBox6
  121. '
  122. Me.ComboBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  123. Me.ComboBox6.FormattingEnabled = True
  124. Me.ComboBox6.Location = New System.Drawing.Point(310, 38)
  125. Me.ComboBox6.Name = "ComboBox6"
  126. Me.ComboBox6.Size = New System.Drawing.Size(142, 24)
  127. Me.ComboBox6.TabIndex = 45
  128. '
  129. 'Label11
  130. '
  131. Me.Label11.AutoSize = True
  132. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  133. Me.Label11.Location = New System.Drawing.Point(272, 41)
  134. Me.Label11.Name = "Label11"
  135. Me.Label11.Size = New System.Drawing.Size(32, 16)
  136. Me.Label11.TabIndex = 44
  137. Me.Label11.Text = "科目"
  138. '
  139. 'TextBox8
  140. '
  141. Me.TextBox8.Enabled = False
  142. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.TextBox8.Location = New System.Drawing.Point(263, 97)
  144. Me.TextBox8.Name = "TextBox8"
  145. Me.TextBox8.Size = New System.Drawing.Size(43, 23)
  146. Me.TextBox8.TabIndex = 91
  147. Me.TextBox8.Visible = False
  148. '
  149. '機構科目清單
  150. '
  151. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  152. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  153. Me.ClientSize = New System.Drawing.Size(462, 192)
  154. Me.Controls.Add(Me.TextBox8)
  155. Me.Controls.Add(Me.TextBox7)
  156. Me.Controls.Add(Me.Label13)
  157. Me.Controls.Add(Me.DataGridView2)
  158. Me.Controls.Add(Me.Button4)
  159. Me.Controls.Add(Me.Button5)
  160. Me.Controls.Add(Me.Label11)
  161. Me.Controls.Add(Me.Button6)
  162. Me.Controls.Add(Me.ComboBox6)
  163. Me.Controls.Add(Me.Label12)
  164. Me.Controls.Add(Me.TextBox6)
  165. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  167. Me.Name = "機構科目清單"
  168. Me.Text = "機構科目清單"
  169. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  170. Me.ResumeLayout(False)
  171. Me.PerformLayout()
  172. End Sub
  173. Friend WithEvents DataGridView2 As DataGridView
  174. Friend WithEvents TextBox7 As TextBox
  175. Friend WithEvents Label13 As Label
  176. Friend WithEvents Button4 As Button
  177. Friend WithEvents Button5 As Button
  178. Friend WithEvents Button6 As Button
  179. Friend WithEvents TextBox6 As TextBox
  180. Friend WithEvents Label12 As Label
  181. Friend WithEvents ComboBox6 As ComboBox
  182. Friend WithEvents Label11 As Label
  183. Friend WithEvents TextBox8 As TextBox
  184. End Class