Нема описа
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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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.DataGridView1 = New System.Windows.Forms.DataGridView()
  25. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.TextBox1 = New System.Windows.Forms.TextBox()
  28. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  29. Me.TextBox2 = New System.Windows.Forms.TextBox()
  30. Me.TextBox3 = New System.Windows.Forms.TextBox()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.Label3 = New System.Windows.Forms.Label()
  34. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  35. Me.Label4 = New System.Windows.Forms.Label()
  36. Me.Label5 = New System.Windows.Forms.Label()
  37. Me.Button1 = New System.Windows.Forms.Button()
  38. Me.Button2 = New System.Windows.Forms.Button()
  39. Me.Button3 = New System.Windows.Forms.Button()
  40. Me.Label6 = New System.Windows.Forms.Label()
  41. Me.Label7 = New System.Windows.Forms.Label()
  42. Me.Label8 = New System.Windows.Forms.Label()
  43. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'DataGridView1
  48. '
  49. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  50. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  51. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  52. Me.DataGridView1.Location = New System.Drawing.Point(12, 12)
  53. Me.DataGridView1.Name = "DataGridView1"
  54. Me.DataGridView1.RowHeadersWidth = 5
  55. Me.DataGridView1.RowTemplate.Height = 24
  56. Me.DataGridView1.Size = New System.Drawing.Size(965, 957)
  57. Me.DataGridView1.TabIndex = 22
  58. '
  59. 'ComboBox1
  60. '
  61. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  62. Me.ComboBox1.FormattingEnabled = True
  63. Me.ComboBox1.Items.AddRange(New Object() {"2019"})
  64. Me.ComboBox1.Location = New System.Drawing.Point(1042, 7)
  65. Me.ComboBox1.Name = "ComboBox1"
  66. Me.ComboBox1.Size = New System.Drawing.Size(410, 24)
  67. Me.ComboBox1.TabIndex = 582
  68. '
  69. 'Label1
  70. '
  71. Me.Label1.AutoSize = True
  72. Me.Label1.Location = New System.Drawing.Point(980, 10)
  73. Me.Label1.Name = "Label1"
  74. Me.Label1.Size = New System.Drawing.Size(56, 16)
  75. Me.Label1.TabIndex = 583
  76. Me.Label1.Text = "主要模塊"
  77. '
  78. 'TextBox1
  79. '
  80. Me.TextBox1.Location = New System.Drawing.Point(1458, 8)
  81. Me.TextBox1.Name = "TextBox1"
  82. Me.TextBox1.Size = New System.Drawing.Size(68, 23)
  83. Me.TextBox1.TabIndex = 584
  84. '
  85. 'DataGridView2
  86. '
  87. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  88. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  89. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  90. Me.DataGridView2.Location = New System.Drawing.Point(983, 115)
  91. Me.DataGridView2.Name = "DataGridView2"
  92. Me.DataGridView2.RowHeadersWidth = 5
  93. Me.DataGridView2.RowTemplate.Height = 24
  94. Me.DataGridView2.Size = New System.Drawing.Size(915, 854)
  95. Me.DataGridView2.TabIndex = 585
  96. '
  97. 'TextBox2
  98. '
  99. Me.TextBox2.Location = New System.Drawing.Point(1042, 35)
  100. Me.TextBox2.Name = "TextBox2"
  101. Me.TextBox2.Size = New System.Drawing.Size(68, 23)
  102. Me.TextBox2.TabIndex = 587
  103. '
  104. 'TextBox3
  105. '
  106. Me.TextBox3.Location = New System.Drawing.Point(1042, 60)
  107. Me.TextBox3.Name = "TextBox3"
  108. Me.TextBox3.Size = New System.Drawing.Size(68, 23)
  109. Me.TextBox3.TabIndex = 589
  110. '
  111. 'Label2
  112. '
  113. Me.Label2.AutoSize = True
  114. Me.Label2.Location = New System.Drawing.Point(1116, 38)
  115. Me.Label2.Name = "Label2"
  116. Me.Label2.Size = New System.Drawing.Size(32, 16)
  117. Me.Label2.TabIndex = 590
  118. Me.Label2.Text = "內容"
  119. '
  120. 'TextBox4
  121. '
  122. Me.TextBox4.Location = New System.Drawing.Point(1146, 35)
  123. Me.TextBox4.Multiline = True
  124. Me.TextBox4.Name = "TextBox4"
  125. Me.TextBox4.Size = New System.Drawing.Size(500, 76)
  126. Me.TextBox4.TabIndex = 591
  127. '
  128. 'Label3
  129. '
  130. Me.Label3.AutoSize = True
  131. Me.Label3.Location = New System.Drawing.Point(1544, 12)
  132. Me.Label3.Name = "Label3"
  133. Me.Label3.Size = New System.Drawing.Size(32, 16)
  134. Me.Label3.TabIndex = 593
  135. Me.Label3.Text = "狀態"
  136. '
  137. 'ComboBox2
  138. '
  139. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  140. Me.ComboBox2.FormattingEnabled = True
  141. Me.ComboBox2.Items.AddRange(New Object() {"通用", "客制"})
  142. Me.ComboBox2.Location = New System.Drawing.Point(1578, 7)
  143. Me.ComboBox2.Name = "ComboBox2"
  144. Me.ComboBox2.Size = New System.Drawing.Size(68, 24)
  145. Me.ComboBox2.TabIndex = 592
  146. '
  147. 'Label4
  148. '
  149. Me.Label4.AutoSize = True
  150. Me.Label4.Location = New System.Drawing.Point(994, 38)
  151. Me.Label4.Name = "Label4"
  152. Me.Label4.Size = New System.Drawing.Size(32, 16)
  153. Me.Label4.TabIndex = 594
  154. Me.Label4.Text = "項二"
  155. '
  156. 'Label5
  157. '
  158. Me.Label5.AutoSize = True
  159. Me.Label5.Location = New System.Drawing.Point(994, 63)
  160. Me.Label5.Name = "Label5"
  161. Me.Label5.Size = New System.Drawing.Size(32, 16)
  162. Me.Label5.TabIndex = 595
  163. Me.Label5.Text = "項三"
  164. '
  165. 'Button1
  166. '
  167. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  168. Me.Button1.Location = New System.Drawing.Point(1652, 8)
  169. Me.Button1.Name = "Button1"
  170. Me.Button1.Size = New System.Drawing.Size(76, 33)
  171. Me.Button1.TabIndex = 596
  172. Me.Button1.Text = "新增"
  173. Me.Button1.UseVisualStyleBackColor = True
  174. '
  175. 'Button2
  176. '
  177. Me.Button2.ForeColor = System.Drawing.Color.Green
  178. Me.Button2.Location = New System.Drawing.Point(1652, 43)
  179. Me.Button2.Name = "Button2"
  180. Me.Button2.Size = New System.Drawing.Size(76, 33)
  181. Me.Button2.TabIndex = 597
  182. Me.Button2.Text = "修改"
  183. Me.Button2.UseVisualStyleBackColor = True
  184. '
  185. 'Button3
  186. '
  187. Me.Button3.ForeColor = System.Drawing.Color.Red
  188. Me.Button3.Location = New System.Drawing.Point(1652, 78)
  189. Me.Button3.Name = "Button3"
  190. Me.Button3.Size = New System.Drawing.Size(76, 33)
  191. Me.Button3.TabIndex = 598
  192. Me.Button3.Text = "刪除"
  193. Me.Button3.UseVisualStyleBackColor = True
  194. '
  195. 'Label6
  196. '
  197. Me.Label6.AutoSize = True
  198. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  199. Me.Label6.Location = New System.Drawing.Point(1734, 9)
  200. Me.Label6.Name = "Label6"
  201. Me.Label6.Size = New System.Drawing.Size(164, 32)
  202. Me.Label6.TabIndex = 599
  203. Me.Label6.Text = "新增過程會逐步檢查每個資料" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "欄位以保證資料不重複"
  204. '
  205. 'Label7
  206. '
  207. Me.Label7.AutoSize = True
  208. Me.Label7.ForeColor = System.Drawing.Color.Green
  209. Me.Label7.Location = New System.Drawing.Point(1734, 44)
  210. Me.Label7.Name = "Label7"
  211. Me.Label7.Size = New System.Drawing.Size(164, 32)
  212. Me.Label7.TabIndex = 600
  213. Me.Label7.Text = "修改按鈕只能修改內容及狀態" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "並檢查所修改的內容沒有重複"
  214. '
  215. 'Label8
  216. '
  217. Me.Label8.AutoSize = True
  218. Me.Label8.ForeColor = System.Drawing.Color.Red
  219. Me.Label8.Location = New System.Drawing.Point(1007, 91)
  220. Me.Label8.Name = "Label8"
  221. Me.Label8.Size = New System.Drawing.Size(116, 16)
  222. Me.Label8.TabIndex = 601
  223. Me.Label8.Text = "請注意新增編號原則"
  224. '
  225. '系統開發點檢控制表
  226. '
  227. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  228. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  229. Me.ClientSize = New System.Drawing.Size(1914, 981)
  230. Me.Controls.Add(Me.Label8)
  231. Me.Controls.Add(Me.Label7)
  232. Me.Controls.Add(Me.Label6)
  233. Me.Controls.Add(Me.Button3)
  234. Me.Controls.Add(Me.Button2)
  235. Me.Controls.Add(Me.Button1)
  236. Me.Controls.Add(Me.Label5)
  237. Me.Controls.Add(Me.Label4)
  238. Me.Controls.Add(Me.Label3)
  239. Me.Controls.Add(Me.ComboBox2)
  240. Me.Controls.Add(Me.TextBox4)
  241. Me.Controls.Add(Me.Label2)
  242. Me.Controls.Add(Me.TextBox3)
  243. Me.Controls.Add(Me.TextBox2)
  244. Me.Controls.Add(Me.DataGridView2)
  245. Me.Controls.Add(Me.TextBox1)
  246. Me.Controls.Add(Me.Label1)
  247. Me.Controls.Add(Me.ComboBox1)
  248. Me.Controls.Add(Me.DataGridView1)
  249. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  250. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  251. Me.Name = "系統開發點檢控制表"
  252. Me.Text = "系統開發點檢控制表"
  253. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  254. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  255. Me.ResumeLayout(False)
  256. Me.PerformLayout()
  257. End Sub
  258. Friend WithEvents DataGridView1 As DataGridView
  259. Friend WithEvents ComboBox1 As ComboBox
  260. Friend WithEvents Label1 As Label
  261. Friend WithEvents TextBox1 As TextBox
  262. Friend WithEvents DataGridView2 As DataGridView
  263. Friend WithEvents TextBox2 As TextBox
  264. Friend WithEvents TextBox3 As TextBox
  265. Friend WithEvents Label2 As Label
  266. Friend WithEvents TextBox4 As TextBox
  267. Friend WithEvents Label3 As Label
  268. Friend WithEvents ComboBox2 As ComboBox
  269. Friend WithEvents Label4 As Label
  270. Friend WithEvents Label5 As Label
  271. Friend WithEvents Button1 As Button
  272. Friend WithEvents Button2 As Button
  273. Friend WithEvents Button3 As Button
  274. Friend WithEvents Label6 As Label
  275. Friend WithEvents Label7 As Label
  276. Friend WithEvents Label8 As Label
  277. End Class