Brak opisu
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 16KB

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