Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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 GroupBox1 As System.Windows.Forms.GroupBox
  24. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(供應商類別管理))
  27. Me.A1_lb = New System.Windows.Forms.Label()
  28. Me.類別1_tb = New System.Windows.Forms.TextBox()
  29. Me.刪除_bt = New System.Windows.Forms.Button()
  30. Me.新增_bt = New System.Windows.Forms.Button()
  31. Me.修改_bt = New System.Windows.Forms.Button()
  32. Me.類別清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.類別編號_tb = New System.Windows.Forms.TextBox()
  35. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  36. GroupBox1 = New System.Windows.Forms.GroupBox()
  37. GroupBox1.SuspendLayout()
  38. CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  39. Me.SuspendLayout()
  40. '
  41. 'GroupBox1
  42. '
  43. GroupBox1.Controls.Add(Me.A1_lb)
  44. GroupBox1.Controls.Add(Me.類別1_tb)
  45. GroupBox1.Location = New System.Drawing.Point(6, 3)
  46. GroupBox1.Name = "GroupBox1"
  47. GroupBox1.Size = New System.Drawing.Size(337, 95)
  48. GroupBox1.TabIndex = 1369
  49. GroupBox1.TabStop = False
  50. GroupBox1.Text = "供應商類別"
  51. '
  52. 'A1_lb
  53. '
  54. Me.A1_lb.AutoSize = True
  55. Me.A1_lb.Location = New System.Drawing.Point(6, 19)
  56. Me.A1_lb.Name = "A1_lb"
  57. Me.A1_lb.Size = New System.Drawing.Size(55, 16)
  58. Me.A1_lb.TabIndex = 1361
  59. Me.A1_lb.Text = "繁體中文"
  60. '
  61. '類別1_tb
  62. '
  63. Me.類別1_tb.Location = New System.Drawing.Point(82, 16)
  64. Me.類別1_tb.Name = "類別1_tb"
  65. Me.類別1_tb.Size = New System.Drawing.Size(247, 23)
  66. Me.類別1_tb.TabIndex = 1360
  67. '
  68. '刪除_bt
  69. '
  70. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  71. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  72. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  74. Me.刪除_bt.Location = New System.Drawing.Point(505, 28)
  75. Me.刪除_bt.Name = "刪除_bt"
  76. Me.刪除_bt.Size = New System.Drawing.Size(72, 70)
  77. Me.刪除_bt.TabIndex = 1368
  78. Me.刪除_bt.UseVisualStyleBackColor = True
  79. '
  80. '新增_bt
  81. '
  82. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  83. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  84. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  86. Me.新增_bt.Location = New System.Drawing.Point(349, 28)
  87. Me.新增_bt.Name = "新增_bt"
  88. Me.新增_bt.Size = New System.Drawing.Size(72, 70)
  89. Me.新增_bt.TabIndex = 1366
  90. Me.新增_bt.UseVisualStyleBackColor = True
  91. '
  92. '修改_bt
  93. '
  94. Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Save
  95. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  96. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  98. Me.修改_bt.Location = New System.Drawing.Point(427, 28)
  99. Me.修改_bt.Name = "修改_bt"
  100. Me.修改_bt.Size = New System.Drawing.Size(72, 70)
  101. Me.修改_bt.TabIndex = 1367
  102. Me.修改_bt.UseVisualStyleBackColor = True
  103. '
  104. '類別清單_dgv
  105. '
  106. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  107. Me.類別清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  108. Me.類別清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  109. Or System.Windows.Forms.AnchorStyles.Left) _
  110. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  111. Me.類別清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  112. Me.類別清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  113. Me.類別清單_dgv.Location = New System.Drawing.Point(6, 104)
  114. Me.類別清單_dgv.Name = "類別清單_dgv"
  115. Me.類別清單_dgv.RowHeadersWidth = 5
  116. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  118. Me.類別清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  119. Me.類別清單_dgv.RowTemplate.Height = 24
  120. Me.類別清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  121. Me.類別清單_dgv.Size = New System.Drawing.Size(570, 371)
  122. Me.類別清單_dgv.TabIndex = 1365
  123. '
  124. 'Label1
  125. '
  126. Me.Label1.AutoSize = True
  127. Me.Label1.Location = New System.Drawing.Point(349, 7)
  128. Me.Label1.Name = "Label1"
  129. Me.Label1.Size = New System.Drawing.Size(55, 16)
  130. Me.Label1.TabIndex = 1371
  131. Me.Label1.Text = "類別編號"
  132. '
  133. '類別編號_tb
  134. '
  135. Me.類別編號_tb.Location = New System.Drawing.Point(411, 4)
  136. Me.類別編號_tb.Name = "類別編號_tb"
  137. Me.類別編號_tb.Size = New System.Drawing.Size(166, 23)
  138. Me.類別編號_tb.TabIndex = 1370
  139. '
  140. 'ToolTip1
  141. '
  142. Me.ToolTip1.IsBalloon = True
  143. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  144. Me.ToolTip1.ToolTipTitle = "系統說明"
  145. '
  146. '供應商類別管理
  147. '
  148. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  149. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  150. Me.ClientSize = New System.Drawing.Size(581, 478)
  151. Me.Controls.Add(Me.刪除_bt)
  152. Me.Controls.Add(Me.新增_bt)
  153. Me.Controls.Add(Me.修改_bt)
  154. Me.Controls.Add(Me.類別清單_dgv)
  155. Me.Controls.Add(GroupBox1)
  156. Me.Controls.Add(Me.Label1)
  157. Me.Controls.Add(Me.類別編號_tb)
  158. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  160. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  161. Me.Name = "供應商類別管理"
  162. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  163. Me.Text = "供應商類別管理"
  164. GroupBox1.ResumeLayout(False)
  165. GroupBox1.PerformLayout()
  166. CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  167. Me.ResumeLayout(False)
  168. Me.PerformLayout()
  169. End Sub
  170. Friend WithEvents 刪除_bt As Button
  171. Friend WithEvents 新增_bt As Button
  172. Friend WithEvents 修改_bt As Button
  173. Friend WithEvents 類別清單_dgv As DataGridView
  174. Friend WithEvents A1_lb As Label
  175. Friend WithEvents 類別1_tb As TextBox
  176. Friend WithEvents Label1 As Label
  177. Friend WithEvents 類別編號_tb As TextBox
  178. Friend WithEvents ToolTip1 As ToolTip
  179. End Class