Geen omschrijving
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 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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.Label2 = New System.Windows.Forms.Label()
  25. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  26. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  27. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  28. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.TextBox4 = New System.Windows.Forms.TextBox()
  31. Me.Label27 = New System.Windows.Forms.Label()
  32. Me.Button15 = New System.Windows.Forms.Button()
  33. Me.Button6 = New System.Windows.Forms.Button()
  34. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.Button1 = New System.Windows.Forms.Button()
  37. Me.Button2 = New System.Windows.Forms.Button()
  38. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  39. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  40. Me.SuspendLayout()
  41. '
  42. 'Label2
  43. '
  44. Me.Label2.AutoSize = True
  45. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  46. Me.Label2.Location = New System.Drawing.Point(12, 9)
  47. Me.Label2.Name = "Label2"
  48. Me.Label2.Size = New System.Drawing.Size(109, 30)
  49. Me.Label2.TabIndex = 29
  50. Me.Label2.Text = "人員清單"
  51. '
  52. 'DataGridView2
  53. '
  54. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  55. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  56. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  57. Me.DataGridView2.Location = New System.Drawing.Point(12, 42)
  58. Me.DataGridView2.Name = "DataGridView2"
  59. Me.DataGridView2.RowHeadersWidth = 5
  60. Me.DataGridView2.RowTemplate.Height = 24
  61. Me.DataGridView2.Size = New System.Drawing.Size(175, 922)
  62. Me.DataGridView2.TabIndex = 28
  63. '
  64. 'DataGridView1
  65. '
  66. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  67. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  68. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  69. Me.DataGridView1.Location = New System.Drawing.Point(193, 42)
  70. Me.DataGridView1.Name = "DataGridView1"
  71. Me.DataGridView1.RowHeadersWidth = 5
  72. Me.DataGridView1.RowTemplate.Height = 24
  73. Me.DataGridView1.Size = New System.Drawing.Size(1709, 922)
  74. Me.DataGridView1.TabIndex = 30
  75. '
  76. 'ComboBox2
  77. '
  78. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  79. Me.ComboBox2.FormattingEnabled = True
  80. Me.ComboBox2.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  81. Me.ComboBox2.Location = New System.Drawing.Point(372, 9)
  82. Me.ComboBox2.Name = "ComboBox2"
  83. Me.ComboBox2.Size = New System.Drawing.Size(114, 24)
  84. Me.ComboBox2.TabIndex = 534
  85. '
  86. 'ComboBox1
  87. '
  88. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  89. Me.ComboBox1.FormattingEnabled = True
  90. Me.ComboBox1.Items.AddRange(New Object() {"2019"})
  91. Me.ComboBox1.Location = New System.Drawing.Point(252, 9)
  92. Me.ComboBox1.Name = "ComboBox1"
  93. Me.ComboBox1.Size = New System.Drawing.Size(114, 24)
  94. Me.ComboBox1.TabIndex = 533
  95. '
  96. 'Label1
  97. '
  98. Me.Label1.AutoSize = True
  99. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  100. Me.Label1.Location = New System.Drawing.Point(190, 13)
  101. Me.Label1.Name = "Label1"
  102. Me.Label1.Size = New System.Drawing.Size(56, 16)
  103. Me.Label1.TabIndex = 532
  104. Me.Label1.Text = "查詢月份"
  105. '
  106. 'TextBox4
  107. '
  108. Me.TextBox4.Location = New System.Drawing.Point(1474, 13)
  109. Me.TextBox4.Name = "TextBox4"
  110. Me.TextBox4.Size = New System.Drawing.Size(141, 23)
  111. Me.TextBox4.TabIndex = 736
  112. '
  113. 'Label27
  114. '
  115. Me.Label27.AutoSize = True
  116. Me.Label27.Location = New System.Drawing.Point(1376, 17)
  117. Me.Label27.Name = "Label27"
  118. Me.Label27.Size = New System.Drawing.Size(92, 16)
  119. Me.Label27.TabIndex = 734
  120. Me.Label27.Text = "選擇資料流水號"
  121. '
  122. 'Button15
  123. '
  124. Me.Button15.ForeColor = System.Drawing.Color.Red
  125. Me.Button15.Location = New System.Drawing.Point(1621, 1)
  126. Me.Button15.Name = "Button15"
  127. Me.Button15.Size = New System.Drawing.Size(75, 38)
  128. Me.Button15.TabIndex = 733
  129. Me.Button15.Text = "刪除"
  130. Me.Button15.UseVisualStyleBackColor = True
  131. '
  132. 'Button6
  133. '
  134. Me.Button6.Location = New System.Drawing.Point(1295, 2)
  135. Me.Button6.Name = "Button6"
  136. Me.Button6.Size = New System.Drawing.Size(75, 38)
  137. Me.Button6.TabIndex = 732
  138. Me.Button6.Text = "新增"
  139. Me.Button6.UseVisualStyleBackColor = True
  140. '
  141. 'ComboBox3
  142. '
  143. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  144. Me.ComboBox3.FormattingEnabled = True
  145. Me.ComboBox3.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  146. Me.ComboBox3.Location = New System.Drawing.Point(597, 9)
  147. Me.ComboBox3.Name = "ComboBox3"
  148. Me.ComboBox3.Size = New System.Drawing.Size(504, 24)
  149. Me.ComboBox3.TabIndex = 737
  150. '
  151. 'Label3
  152. '
  153. Me.Label3.AutoSize = True
  154. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  155. Me.Label3.Location = New System.Drawing.Point(511, 13)
  156. Me.Label3.Name = "Label3"
  157. Me.Label3.Size = New System.Drawing.Size(80, 16)
  158. Me.Label3.TabIndex = 738
  159. Me.Label3.Text = "選擇行政物料"
  160. '
  161. 'Button1
  162. '
  163. Me.Button1.ForeColor = System.Drawing.Color.Green
  164. Me.Button1.Location = New System.Drawing.Point(1702, 1)
  165. Me.Button1.Name = "Button1"
  166. Me.Button1.Size = New System.Drawing.Size(200, 38)
  167. Me.Button1.TabIndex = 739
  168. Me.Button1.Text = "存檔"
  169. Me.Button1.UseVisualStyleBackColor = True
  170. '
  171. 'Button2
  172. '
  173. Me.Button2.ForeColor = System.Drawing.Color.Olive
  174. Me.Button2.Location = New System.Drawing.Point(1107, 2)
  175. Me.Button2.Name = "Button2"
  176. Me.Button2.Size = New System.Drawing.Size(107, 38)
  177. Me.Button2.TabIndex = 740
  178. Me.Button2.Text = "新增物料清單"
  179. Me.Button2.UseVisualStyleBackColor = True
  180. '
  181. '人員行政物料領用記錄表
  182. '
  183. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  184. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  185. Me.ClientSize = New System.Drawing.Size(1914, 971)
  186. Me.Controls.Add(Me.Button2)
  187. Me.Controls.Add(Me.Button1)
  188. Me.Controls.Add(Me.Label3)
  189. Me.Controls.Add(Me.ComboBox3)
  190. Me.Controls.Add(Me.TextBox4)
  191. Me.Controls.Add(Me.Label27)
  192. Me.Controls.Add(Me.Button15)
  193. Me.Controls.Add(Me.Button6)
  194. Me.Controls.Add(Me.ComboBox2)
  195. Me.Controls.Add(Me.ComboBox1)
  196. Me.Controls.Add(Me.Label1)
  197. Me.Controls.Add(Me.DataGridView1)
  198. Me.Controls.Add(Me.Label2)
  199. Me.Controls.Add(Me.DataGridView2)
  200. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  202. Me.Name = "人員行政物料領用記錄表"
  203. Me.Text = "人員行政物料領用記錄表"
  204. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  205. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  206. Me.ResumeLayout(False)
  207. Me.PerformLayout()
  208. End Sub
  209. Friend WithEvents Label2 As Label
  210. Friend WithEvents DataGridView2 As DataGridView
  211. Friend WithEvents DataGridView1 As DataGridView
  212. Friend WithEvents ComboBox2 As ComboBox
  213. Friend WithEvents ComboBox1 As ComboBox
  214. Friend WithEvents Label1 As Label
  215. Friend WithEvents TextBox4 As TextBox
  216. Friend WithEvents Label27 As Label
  217. Friend WithEvents Button15 As Button
  218. Friend WithEvents Button6 As Button
  219. Friend WithEvents ComboBox3 As ComboBox
  220. Friend WithEvents Label3 As Label
  221. Friend WithEvents Button1 As Button
  222. Friend WithEvents Button2 As Button
  223. End Class