Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

供應商類別管理.Designer.vb 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(供應商類別管理))
  25. Me.類別清單_dgv = New System.Windows.Forms.DataGridView()
  26. Me.刪除_bt = New System.Windows.Forms.Button()
  27. Me.修改_bt = New System.Windows.Forms.Button()
  28. Me.類別1_tb = New System.Windows.Forms.TextBox()
  29. Me.A1_lb = New System.Windows.Forms.Label()
  30. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  31. Me.A3_lb = New System.Windows.Forms.Label()
  32. Me.類別3_tb = New System.Windows.Forms.TextBox()
  33. Me.A2_lb = New System.Windows.Forms.Label()
  34. Me.類別2_tb = New System.Windows.Forms.TextBox()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.類別編號_tb = New System.Windows.Forms.TextBox()
  37. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  38. Me.語轉扭_bt = New System.Windows.Forms.Button()
  39. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  40. Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  41. Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.PnlTitleBar = New System.Windows.Forms.Panel()
  44. Me.Cancel_bt = New System.Windows.Forms.Button()
  45. Me.主題_lb = New System.Windows.Forms.Label()
  46. Me.新增_bt = New System.Windows.Forms.Button()
  47. CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.GroupBox1.SuspendLayout()
  49. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.Panel1.SuspendLayout()
  51. Me.PnlTitleBar.SuspendLayout()
  52. Me.SuspendLayout()
  53. '
  54. '類別清單_dgv
  55. '
  56. Me.類別清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  57. Or System.Windows.Forms.AnchorStyles.Left) _
  58. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  59. Me.類別清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  60. Me.類別清單_dgv.BackgroundColor = System.Drawing.Color.White
  61. Me.類別清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  62. Me.類別清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  63. Me.類別清單_dgv.Location = New System.Drawing.Point(5, 104)
  64. Me.類別清單_dgv.Name = "類別清單_dgv"
  65. Me.類別清單_dgv.RowHeadersWidth = 5
  66. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  67. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  68. Me.類別清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  69. Me.類別清單_dgv.RowTemplate.Height = 24
  70. Me.類別清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  71. Me.類別清單_dgv.Size = New System.Drawing.Size(493, 415)
  72. Me.類別清單_dgv.TabIndex = 184
  73. '
  74. '刪除_bt
  75. '
  76. Me.刪除_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.GarbageEmpty
  77. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  78. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  79. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  80. Me.刪除_bt.Location = New System.Drawing.Point(448, 50)
  81. Me.刪除_bt.Name = "刪除_bt"
  82. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  83. Me.刪除_bt.TabIndex = 187
  84. Me.刪除_bt.UseVisualStyleBackColor = True
  85. '
  86. '修改_bt
  87. '
  88. Me.修改_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.SAVER
  89. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  90. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  92. Me.修改_bt.Location = New System.Drawing.Point(397, 50)
  93. Me.修改_bt.Name = "修改_bt"
  94. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  95. Me.修改_bt.TabIndex = 186
  96. Me.修改_bt.UseVisualStyleBackColor = True
  97. '
  98. '類別1_tb
  99. '
  100. Me.類別1_tb.Location = New System.Drawing.Point(82, 16)
  101. Me.類別1_tb.Name = "類別1_tb"
  102. Me.類別1_tb.Size = New System.Drawing.Size(247, 23)
  103. Me.類別1_tb.TabIndex = 1360
  104. '
  105. 'A1_lb
  106. '
  107. Me.A1_lb.AutoSize = True
  108. Me.A1_lb.Location = New System.Drawing.Point(6, 19)
  109. Me.A1_lb.Name = "A1_lb"
  110. Me.A1_lb.Size = New System.Drawing.Size(55, 16)
  111. Me.A1_lb.TabIndex = 1361
  112. Me.A1_lb.Text = "繁體中文"
  113. '
  114. 'GroupBox1
  115. '
  116. Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
  117. Me.GroupBox1.Controls.Add(Me.A3_lb)
  118. Me.GroupBox1.Controls.Add(Me.類別3_tb)
  119. Me.GroupBox1.Controls.Add(Me.A2_lb)
  120. Me.GroupBox1.Controls.Add(Me.類別2_tb)
  121. Me.GroupBox1.Controls.Add(Me.A1_lb)
  122. Me.GroupBox1.Controls.Add(Me.類別1_tb)
  123. Me.GroupBox1.Location = New System.Drawing.Point(5, 3)
  124. Me.GroupBox1.Name = "GroupBox1"
  125. Me.GroupBox1.Size = New System.Drawing.Size(337, 95)
  126. Me.GroupBox1.TabIndex = 1362
  127. Me.GroupBox1.TabStop = False
  128. Me.GroupBox1.Text = "供應商類別"
  129. '
  130. 'A3_lb
  131. '
  132. Me.A3_lb.AutoSize = True
  133. Me.A3_lb.Location = New System.Drawing.Point(6, 69)
  134. Me.A3_lb.Name = "A3_lb"
  135. Me.A3_lb.Size = New System.Drawing.Size(69, 16)
  136. Me.A3_lb.TabIndex = 1365
  137. Me.A3_lb.Text = "Indonesian"
  138. '
  139. '類別3_tb
  140. '
  141. Me.類別3_tb.Location = New System.Drawing.Point(82, 66)
  142. Me.類別3_tb.Name = "類別3_tb"
  143. Me.類別3_tb.Size = New System.Drawing.Size(247, 23)
  144. Me.類別3_tb.TabIndex = 1364
  145. '
  146. 'A2_lb
  147. '
  148. Me.A2_lb.AutoSize = True
  149. Me.A2_lb.Location = New System.Drawing.Point(6, 44)
  150. Me.A2_lb.Name = "A2_lb"
  151. Me.A2_lb.Size = New System.Drawing.Size(47, 16)
  152. Me.A2_lb.TabIndex = 1363
  153. Me.A2_lb.Text = "English"
  154. '
  155. '類別2_tb
  156. '
  157. Me.類別2_tb.Location = New System.Drawing.Point(82, 41)
  158. Me.類別2_tb.Name = "類別2_tb"
  159. Me.類別2_tb.Size = New System.Drawing.Size(247, 23)
  160. Me.類別2_tb.TabIndex = 1362
  161. '
  162. 'Label1
  163. '
  164. Me.Label1.AutoSize = True
  165. Me.Label1.Location = New System.Drawing.Point(348, 7)
  166. Me.Label1.Name = "Label1"
  167. Me.Label1.Size = New System.Drawing.Size(55, 16)
  168. Me.Label1.TabIndex = 1364
  169. Me.Label1.Text = "Kategori"
  170. '
  171. '類別編號_tb
  172. '
  173. Me.類別編號_tb.Location = New System.Drawing.Point(410, 4)
  174. Me.類別編號_tb.Name = "類別編號_tb"
  175. Me.類別編號_tb.Size = New System.Drawing.Size(88, 23)
  176. Me.類別編號_tb.TabIndex = 1363
  177. '
  178. 'ToolTip1
  179. '
  180. Me.ToolTip1.AutoPopDelay = 5000
  181. Me.ToolTip1.InitialDelay = 500
  182. Me.ToolTip1.IsBalloon = True
  183. Me.ToolTip1.ReshowDelay = 100
  184. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  185. Me.ToolTip1.ToolTipTitle = "illustrate"
  186. '
  187. '語轉扭_bt
  188. '
  189. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  191. Me.語轉扭_bt.Location = New System.Drawing.Point(476, 28)
  192. Me.語轉扭_bt.Name = "語轉扭_bt"
  193. Me.語轉扭_bt.Size = New System.Drawing.Size(22, 22)
  194. Me.語轉扭_bt.TabIndex = 1836
  195. Me.語轉扭_bt.Text = "L"
  196. Me.語轉扭_bt.UseVisualStyleBackColor = True
  197. '
  198. '語言_dgv
  199. '
  200. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  201. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2})
  202. Me.語言_dgv.Location = New System.Drawing.Point(132, 182)
  203. Me.語言_dgv.Name = "語言_dgv"
  204. Me.語言_dgv.RowHeadersWidth = 5
  205. Me.語言_dgv.RowTemplate.Height = 24
  206. Me.語言_dgv.Size = New System.Drawing.Size(237, 114)
  207. Me.語言_dgv.TabIndex = 1837
  208. Me.語言_dgv.Visible = False
  209. '
  210. 'DataGridViewTextBoxColumn1
  211. '
  212. Me.DataGridViewTextBoxColumn1.HeaderText = "Column1"
  213. Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
  214. '
  215. 'DataGridViewTextBoxColumn2
  216. '
  217. Me.DataGridViewTextBoxColumn2.HeaderText = "Column2"
  218. Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
  219. '
  220. 'Panel1
  221. '
  222. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  223. Me.Panel1.Controls.Add(Me.GroupBox1)
  224. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  225. Me.Panel1.Controls.Add(Me.類別清單_dgv)
  226. Me.Panel1.Controls.Add(Me.Label1)
  227. Me.Panel1.Controls.Add(Me.修改_bt)
  228. Me.Panel1.Controls.Add(Me.類別編號_tb)
  229. Me.Panel1.Controls.Add(Me.新增_bt)
  230. Me.Panel1.Controls.Add(Me.刪除_bt)
  231. Me.Panel1.Location = New System.Drawing.Point(5, 34)
  232. Me.Panel1.Name = "Panel1"
  233. Me.Panel1.Size = New System.Drawing.Size(505, 524)
  234. Me.Panel1.TabIndex = 1838
  235. '
  236. 'PnlTitleBar
  237. '
  238. Me.PnlTitleBar.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  239. Or System.Windows.Forms.AnchorStyles.Left) _
  240. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  241. Me.PnlTitleBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
  242. Me.PnlTitleBar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  243. Me.PnlTitleBar.Controls.Add(Me.Cancel_bt)
  244. Me.PnlTitleBar.Controls.Add(Me.主題_lb)
  245. Me.PnlTitleBar.Location = New System.Drawing.Point(0, 0)
  246. Me.PnlTitleBar.Name = "PnlTitleBar"
  247. Me.PnlTitleBar.Size = New System.Drawing.Size(514, 561)
  248. Me.PnlTitleBar.TabIndex = 1839
  249. '
  250. 'Cancel_bt
  251. '
  252. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  253. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  254. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  256. Me.Cancel_bt.Location = New System.Drawing.Point(481, 3)
  257. Me.Cancel_bt.Name = "Cancel_bt"
  258. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  259. Me.Cancel_bt.TabIndex = 1730
  260. Me.Cancel_bt.Text = "X"
  261. Me.Cancel_bt.UseVisualStyleBackColor = False
  262. '
  263. '主題_lb
  264. '
  265. Me.主題_lb.AutoSize = True
  266. Me.主題_lb.BackColor = System.Drawing.Color.Transparent
  267. Me.主題_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  268. Me.主題_lb.Location = New System.Drawing.Point(10, 9)
  269. Me.主題_lb.Name = "主題_lb"
  270. Me.主題_lb.Size = New System.Drawing.Size(45, 16)
  271. Me.主題_lb.TabIndex = 1729
  272. Me.主題_lb.Text = "Label1"
  273. '
  274. '新增_bt
  275. '
  276. Me.新增_bt.BackgroundImage = Global.Calculator_SYS.My.Resources.Resources.add_2
  277. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  278. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  279. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  280. Me.新增_bt.Location = New System.Drawing.Point(345, 50)
  281. Me.新增_bt.Name = "新增_bt"
  282. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  283. Me.新增_bt.TabIndex = 185
  284. Me.新增_bt.UseVisualStyleBackColor = True
  285. '
  286. '供應商類別管理
  287. '
  288. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  289. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  290. Me.ClientSize = New System.Drawing.Size(514, 561)
  291. Me.Controls.Add(Me.語言_dgv)
  292. Me.Controls.Add(Me.Panel1)
  293. Me.Controls.Add(Me.PnlTitleBar)
  294. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  295. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  296. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  297. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  298. Me.MaximizeBox = False
  299. Me.MinimizeBox = False
  300. Me.Name = "供應商類別管理"
  301. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  302. Me.Text = "供應商類別管理"
  303. CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  304. Me.GroupBox1.ResumeLayout(False)
  305. Me.GroupBox1.PerformLayout()
  306. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  307. Me.Panel1.ResumeLayout(False)
  308. Me.Panel1.PerformLayout()
  309. Me.PnlTitleBar.ResumeLayout(False)
  310. Me.PnlTitleBar.PerformLayout()
  311. Me.ResumeLayout(False)
  312. End Sub
  313. Friend WithEvents 類別清單_dgv As DataGridView
  314. Friend WithEvents 刪除_bt As Button
  315. Friend WithEvents 新增_bt As Button
  316. Friend WithEvents 修改_bt As Button
  317. Friend WithEvents 類別1_tb As TextBox
  318. Friend WithEvents A1_lb As Label
  319. Friend WithEvents GroupBox1 As GroupBox
  320. Friend WithEvents A3_lb As Label
  321. Friend WithEvents 類別3_tb As TextBox
  322. Friend WithEvents A2_lb As Label
  323. Friend WithEvents 類別2_tb As TextBox
  324. Friend WithEvents Label1 As Label
  325. Friend WithEvents 類別編號_tb As TextBox
  326. Friend WithEvents ToolTip1 As ToolTip
  327. Friend WithEvents 語轉扭_bt As Button
  328. Friend WithEvents 語言_dgv As DataGridView
  329. Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
  330. Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn
  331. Friend WithEvents Panel1 As Panel
  332. Friend WithEvents PnlTitleBar As Panel
  333. Friend WithEvents Cancel_bt As Button
  334. Friend WithEvents 主題_lb As Label
  335. End Class