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 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.授權功能_lb = New System.Windows.Forms.Label()
  28. Me.授權人_lb = New System.Windows.Forms.Label()
  29. Me.授權碼_lb = New System.Windows.Forms.Label()
  30. Me.授權功能_cb = New System.Windows.Forms.ComboBox()
  31. Me.授權功能_tb = New System.Windows.Forms.TextBox()
  32. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.Panel1 = New System.Windows.Forms.Panel()
  34. Me.語轉扭_bt = New System.Windows.Forms.Button()
  35. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  36. Me.授權人_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  37. Me.授權碼_rtb = New Telerik.WinControls.UI.RadTextBoxControl()
  38. Me.Panel2 = New System.Windows.Forms.Panel()
  39. Me.生成授權_rbt = New Telerik.WinControls.UI.RadButton()
  40. Me.領料授權_rbt = New Telerik.WinControls.UI.RadButton()
  41. Me.採購授權_rbt = New Telerik.WinControls.UI.RadButton()
  42. Me.TabControl1 = New System.Windows.Forms.TabControl()
  43. Me.TabPage1 = New System.Windows.Forms.TabPage()
  44. Me.公告_dgv = New System.Windows.Forms.DataGridView()
  45. Me.序號_tb = New System.Windows.Forms.TextBox()
  46. Me.刪除_bt = New System.Windows.Forms.Button()
  47. Me.公告2_tb = New System.Windows.Forms.TextBox()
  48. Me.存檔_bt = New System.Windows.Forms.Button()
  49. Me.公告1_tb = New System.Windows.Forms.TextBox()
  50. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  51. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  52. Me.結束日期_lb = New System.Windows.Forms.Label()
  53. Me.開始日期_lb = New System.Windows.Forms.Label()
  54. Me.TabPage2 = New System.Windows.Forms.TabPage()
  55. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. Me.Panel1.SuspendLayout()
  57. CType(Me.授權人_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  58. CType(Me.授權碼_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  59. Me.Panel2.SuspendLayout()
  60. CType(Me.生成授權_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.領料授權_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.採購授權_rbt, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.TabControl1.SuspendLayout()
  64. Me.TabPage1.SuspendLayout()
  65. CType(Me.公告_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  66. Me.TabPage2.SuspendLayout()
  67. Me.SuspendLayout()
  68. '
  69. '授權功能_lb
  70. '
  71. Me.授權功能_lb.AutoSize = True
  72. Me.授權功能_lb.BackColor = System.Drawing.Color.Transparent
  73. Me.授權功能_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.授權功能_lb.Location = New System.Drawing.Point(3, 6)
  75. Me.授權功能_lb.Name = "授權功能_lb"
  76. Me.授權功能_lb.Size = New System.Drawing.Size(60, 17)
  77. Me.授權功能_lb.TabIndex = 1383
  78. Me.授權功能_lb.Text = "授權功能"
  79. '
  80. '授權人_lb
  81. '
  82. Me.授權人_lb.AutoSize = True
  83. Me.授權人_lb.BackColor = System.Drawing.Color.Transparent
  84. Me.授權人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  85. Me.授權人_lb.Location = New System.Drawing.Point(3, 33)
  86. Me.授權人_lb.Name = "授權人_lb"
  87. Me.授權人_lb.Size = New System.Drawing.Size(47, 17)
  88. Me.授權人_lb.TabIndex = 1385
  89. Me.授權人_lb.Text = "授權人"
  90. '
  91. '授權碼_lb
  92. '
  93. Me.授權碼_lb.AutoSize = True
  94. Me.授權碼_lb.BackColor = System.Drawing.Color.Transparent
  95. Me.授權碼_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. Me.授權碼_lb.Location = New System.Drawing.Point(303, 34)
  97. Me.授權碼_lb.Name = "授權碼_lb"
  98. Me.授權碼_lb.Size = New System.Drawing.Size(47, 17)
  99. Me.授權碼_lb.TabIndex = 1387
  100. Me.授權碼_lb.Text = "授權碼"
  101. '
  102. '授權功能_cb
  103. '
  104. Me.授權功能_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  105. Me.授權功能_cb.FormattingEnabled = True
  106. Me.授權功能_cb.Location = New System.Drawing.Point(87, 4)
  107. Me.授權功能_cb.Name = "授權功能_cb"
  108. Me.授權功能_cb.Size = New System.Drawing.Size(476, 24)
  109. Me.授權功能_cb.TabIndex = 1388
  110. '
  111. '授權功能_tb
  112. '
  113. Me.授權功能_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.授權功能_tb.Location = New System.Drawing.Point(3, 1)
  115. Me.授權功能_tb.Name = "授權功能_tb"
  116. Me.授權功能_tb.Size = New System.Drawing.Size(75, 25)
  117. Me.授權功能_tb.TabIndex = 1390
  118. '
  119. '清單_dgv
  120. '
  121. Me.清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  122. Or System.Windows.Forms.AnchorStyles.Left) _
  123. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  124. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  125. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  126. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  127. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  128. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  129. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  131. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  132. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  133. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  134. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  135. Me.清單_dgv.Location = New System.Drawing.Point(-1, 117)
  136. Me.清單_dgv.Name = "清單_dgv"
  137. Me.清單_dgv.RowHeadersWidth = 5
  138. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  139. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  140. Me.清單_dgv.RowTemplate.Height = 24
  141. Me.清單_dgv.Size = New System.Drawing.Size(684, 250)
  142. Me.清單_dgv.TabIndex = 1392
  143. '
  144. 'Panel1
  145. '
  146. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  147. Me.Panel1.Controls.Add(Me.授權功能_tb)
  148. Me.Panel1.Location = New System.Drawing.Point(63, 183)
  149. Me.Panel1.Name = "Panel1"
  150. Me.Panel1.Size = New System.Drawing.Size(111, 100)
  151. Me.Panel1.TabIndex = 1393
  152. '
  153. '語轉扭_bt
  154. '
  155. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  156. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  157. Me.語轉扭_bt.Location = New System.Drawing.Point(570, 3)
  158. Me.語轉扭_bt.Name = "語轉扭_bt"
  159. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  160. Me.語轉扭_bt.TabIndex = 1394
  161. Me.語轉扭_bt.Text = "L"
  162. Me.語轉扭_bt.UseVisualStyleBackColor = True
  163. '
  164. 'ToolTip1
  165. '
  166. Me.ToolTip1.AutoPopDelay = 5000
  167. Me.ToolTip1.InitialDelay = 500
  168. Me.ToolTip1.IsBalloon = True
  169. Me.ToolTip1.ReshowDelay = 100
  170. Me.ToolTip1.ToolTipTitle = "illustrate"
  171. '
  172. '授權人_rtb
  173. '
  174. Me.授權人_rtb.BackColor = System.Drawing.Color.Transparent
  175. Me.授權人_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  176. Me.授權人_rtb.Location = New System.Drawing.Point(87, 30)
  177. Me.授權人_rtb.Name = "授權人_rtb"
  178. '
  179. '
  180. '
  181. Me.授權人_rtb.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 0, 125, 22)
  182. Me.授權人_rtb.Size = New System.Drawing.Size(215, 25)
  183. Me.授權人_rtb.TabIndex = 1816
  184. '
  185. '授權碼_rtb
  186. '
  187. Me.授權碼_rtb.BackColor = System.Drawing.Color.Transparent
  188. Me.授權碼_rtb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  189. Me.授權碼_rtb.Location = New System.Drawing.Point(433, 30)
  190. Me.授權碼_rtb.Name = "授權碼_rtb"
  191. '
  192. '
  193. '
  194. Me.授權碼_rtb.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 0, 125, 22)
  195. Me.授權碼_rtb.Size = New System.Drawing.Size(163, 25)
  196. Me.授權碼_rtb.TabIndex = 1817
  197. '
  198. 'Panel2
  199. '
  200. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  201. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  202. Me.Panel2.Controls.Add(Me.授權功能_lb)
  203. Me.Panel2.Controls.Add(Me.授權碼_rtb)
  204. Me.Panel2.Controls.Add(Me.授權人_rtb)
  205. Me.Panel2.Controls.Add(Me.生成授權_rbt)
  206. Me.Panel2.Controls.Add(Me.授權人_lb)
  207. Me.Panel2.Controls.Add(Me.領料授權_rbt)
  208. Me.Panel2.Controls.Add(Me.授權碼_lb)
  209. Me.Panel2.Controls.Add(Me.採購授權_rbt)
  210. Me.Panel2.Controls.Add(Me.授權功能_cb)
  211. Me.Panel2.Controls.Add(Me.語轉扭_bt)
  212. Me.Panel2.Controls.Add(Me.清單_dgv)
  213. Me.Panel2.Controls.Add(Me.Panel1)
  214. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  215. Me.Panel2.Location = New System.Drawing.Point(3, 3)
  216. Me.Panel2.Name = "Panel2"
  217. Me.Panel2.Size = New System.Drawing.Size(684, 368)
  218. Me.Panel2.TabIndex = 1818
  219. '
  220. '生成授權_rbt
  221. '
  222. Me.生成授權_rbt.BackColor = System.Drawing.Color.Transparent
  223. Me.生成授權_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check
  224. Me.生成授權_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  225. Me.生成授權_rbt.Location = New System.Drawing.Point(540, 61)
  226. Me.生成授權_rbt.Name = "生成授權_rbt"
  227. '
  228. '
  229. '
  230. Me.生成授權_rbt.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 0, 110, 24)
  231. Me.生成授權_rbt.Size = New System.Drawing.Size(50, 50)
  232. Me.生成授權_rbt.TabIndex = 1815
  233. '
  234. '領料授權_rbt
  235. '
  236. Me.領料授權_rbt.BackColor = System.Drawing.Color.Transparent
  237. Me.領料授權_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Shipping5
  238. Me.領料授權_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  239. Me.領料授權_rbt.Location = New System.Drawing.Point(72, 61)
  240. Me.領料授權_rbt.Name = "領料授權_rbt"
  241. '
  242. '
  243. '
  244. Me.領料授權_rbt.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 0, 110, 24)
  245. Me.領料授權_rbt.Size = New System.Drawing.Size(50, 50)
  246. Me.領料授權_rbt.TabIndex = 1814
  247. '
  248. '採購授權_rbt
  249. '
  250. Me.採購授權_rbt.BackColor = System.Drawing.Color.Transparent
  251. Me.採購授權_rbt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.buy1
  252. Me.採購授權_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  253. Me.採購授權_rbt.Location = New System.Drawing.Point(7, 61)
  254. Me.採購授權_rbt.Name = "採購授權_rbt"
  255. '
  256. '
  257. '
  258. Me.採購授權_rbt.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 0, 110, 24)
  259. Me.採購授權_rbt.Size = New System.Drawing.Size(50, 50)
  260. Me.採購授權_rbt.TabIndex = 1813
  261. '
  262. 'TabControl1
  263. '
  264. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  265. Me.TabControl1.Controls.Add(Me.TabPage1)
  266. Me.TabControl1.Controls.Add(Me.TabPage2)
  267. Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  268. Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  269. Me.TabControl1.Name = "TabControl1"
  270. Me.TabControl1.SelectedIndex = 0
  271. Me.TabControl1.Size = New System.Drawing.Size(702, 410)
  272. Me.TabControl1.TabIndex = 1819
  273. '
  274. 'TabPage1
  275. '
  276. Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  277. Me.TabPage1.Controls.Add(Me.公告_dgv)
  278. Me.TabPage1.Controls.Add(Me.序號_tb)
  279. Me.TabPage1.Controls.Add(Me.刪除_bt)
  280. Me.TabPage1.Controls.Add(Me.公告2_tb)
  281. Me.TabPage1.Controls.Add(Me.存檔_bt)
  282. Me.TabPage1.Controls.Add(Me.公告1_tb)
  283. Me.TabPage1.Controls.Add(Me.結束日期_dtp)
  284. Me.TabPage1.Controls.Add(Me.開始日期_dtp)
  285. Me.TabPage1.Controls.Add(Me.結束日期_lb)
  286. Me.TabPage1.Controls.Add(Me.開始日期_lb)
  287. Me.TabPage1.Location = New System.Drawing.Point(4, 28)
  288. Me.TabPage1.Name = "TabPage1"
  289. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  290. Me.TabPage1.Size = New System.Drawing.Size(694, 378)
  291. Me.TabPage1.TabIndex = 0
  292. Me.TabPage1.Text = "公告管理"
  293. Me.TabPage1.UseVisualStyleBackColor = True
  294. '
  295. '公告_dgv
  296. '
  297. Me.公告_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  298. Or System.Windows.Forms.AnchorStyles.Left) _
  299. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  300. Me.公告_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  301. Me.公告_dgv.BackgroundColor = System.Drawing.Color.White
  302. Me.公告_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  303. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  304. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  305. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  306. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  307. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  308. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  309. Me.公告_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
  310. Me.公告_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  311. Me.公告_dgv.Location = New System.Drawing.Point(1, 74)
  312. Me.公告_dgv.Name = "公告_dgv"
  313. Me.公告_dgv.RowHeadersWidth = 5
  314. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  315. Me.公告_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  316. Me.公告_dgv.RowTemplate.Height = 24
  317. Me.公告_dgv.Size = New System.Drawing.Size(688, 299)
  318. Me.公告_dgv.TabIndex = 1393
  319. '
  320. '序號_tb
  321. '
  322. Me.序號_tb.Location = New System.Drawing.Point(6, 130)
  323. Me.序號_tb.Name = "序號_tb"
  324. Me.序號_tb.Size = New System.Drawing.Size(100, 23)
  325. Me.序號_tb.TabIndex = 1396
  326. '
  327. '刪除_bt
  328. '
  329. Me.刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  330. Me.刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  331. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  332. Me.刪除_bt.Location = New System.Drawing.Point(618, 1)
  333. Me.刪除_bt.Name = "刪除_bt"
  334. Me.刪除_bt.Size = New System.Drawing.Size(71, 71)
  335. Me.刪除_bt.TabIndex = 1395
  336. Me.刪除_bt.UseVisualStyleBackColor = True
  337. '
  338. '公告2_tb
  339. '
  340. Me.公告2_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  341. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  342. Me.公告2_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  343. Me.公告2_tb.Location = New System.Drawing.Point(6, 78)
  344. Me.公告2_tb.Multiline = True
  345. Me.公告2_tb.Name = "公告2_tb"
  346. Me.公告2_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  347. Me.公告2_tb.Size = New System.Drawing.Size(609, 46)
  348. Me.公告2_tb.TabIndex = 1394
  349. '
  350. '存檔_bt
  351. '
  352. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  353. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  354. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  355. Me.存檔_bt.Location = New System.Drawing.Point(545, 1)
  356. Me.存檔_bt.Name = "存檔_bt"
  357. Me.存檔_bt.Size = New System.Drawing.Size(71, 71)
  358. Me.存檔_bt.TabIndex = 5
  359. Me.存檔_bt.UseVisualStyleBackColor = True
  360. '
  361. '公告1_tb
  362. '
  363. Me.公告1_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  364. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  365. Me.公告1_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  366. Me.公告1_tb.Location = New System.Drawing.Point(6, 26)
  367. Me.公告1_tb.Multiline = True
  368. Me.公告1_tb.Name = "公告1_tb"
  369. Me.公告1_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  370. Me.公告1_tb.Size = New System.Drawing.Size(533, 46)
  371. Me.公告1_tb.TabIndex = 4
  372. '
  373. '結束日期_dtp
  374. '
  375. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  376. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  377. Me.結束日期_dtp.Location = New System.Drawing.Point(232, 1)
  378. Me.結束日期_dtp.Name = "結束日期_dtp"
  379. Me.結束日期_dtp.Size = New System.Drawing.Size(105, 23)
  380. Me.結束日期_dtp.TabIndex = 3
  381. '
  382. '開始日期_dtp
  383. '
  384. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  385. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  386. Me.開始日期_dtp.Location = New System.Drawing.Point(64, 1)
  387. Me.開始日期_dtp.Name = "開始日期_dtp"
  388. Me.開始日期_dtp.Size = New System.Drawing.Size(105, 23)
  389. Me.開始日期_dtp.TabIndex = 2
  390. '
  391. '結束日期_lb
  392. '
  393. Me.結束日期_lb.Location = New System.Drawing.Point(175, 4)
  394. Me.結束日期_lb.Name = "結束日期_lb"
  395. Me.結束日期_lb.Size = New System.Drawing.Size(55, 16)
  396. Me.結束日期_lb.TabIndex = 1
  397. Me.結束日期_lb.Text = "結束日期"
  398. Me.結束日期_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  399. '
  400. '開始日期_lb
  401. '
  402. Me.開始日期_lb.Location = New System.Drawing.Point(7, 4)
  403. Me.開始日期_lb.Name = "開始日期_lb"
  404. Me.開始日期_lb.Size = New System.Drawing.Size(55, 16)
  405. Me.開始日期_lb.TabIndex = 0
  406. Me.開始日期_lb.Text = "開始日期"
  407. Me.開始日期_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  408. '
  409. 'TabPage2
  410. '
  411. Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  412. Me.TabPage2.Controls.Add(Me.Panel2)
  413. Me.TabPage2.Location = New System.Drawing.Point(4, 28)
  414. Me.TabPage2.Name = "TabPage2"
  415. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  416. Me.TabPage2.Size = New System.Drawing.Size(694, 378)
  417. Me.TabPage2.TabIndex = 1
  418. Me.TabPage2.Text = "單次授權功能"
  419. Me.TabPage2.UseVisualStyleBackColor = True
  420. '
  421. '公告管理
  422. '
  423. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  424. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  425. Me.ClientSize = New System.Drawing.Size(702, 410)
  426. Me.Controls.Add(Me.TabControl1)
  427. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  428. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
  429. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  430. Me.Name = "公告管理"
  431. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  432. Me.Text = "公告管理"
  433. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  434. Me.Panel1.ResumeLayout(False)
  435. Me.Panel1.PerformLayout()
  436. CType(Me.授權人_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  437. CType(Me.授權碼_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  438. Me.Panel2.ResumeLayout(False)
  439. Me.Panel2.PerformLayout()
  440. CType(Me.生成授權_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  441. CType(Me.領料授權_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  442. CType(Me.採購授權_rbt, System.ComponentModel.ISupportInitialize).EndInit()
  443. Me.TabControl1.ResumeLayout(False)
  444. Me.TabPage1.ResumeLayout(False)
  445. Me.TabPage1.PerformLayout()
  446. CType(Me.公告_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  447. Me.TabPage2.ResumeLayout(False)
  448. Me.ResumeLayout(False)
  449. End Sub
  450. Friend WithEvents 授權功能_lb As Label
  451. Friend WithEvents 授權人_lb As Label
  452. Friend WithEvents 授權碼_lb As Label
  453. Friend WithEvents 授權功能_cb As ComboBox
  454. Friend WithEvents 授權功能_tb As TextBox
  455. Friend WithEvents 清單_dgv As DataGridView
  456. Friend WithEvents Panel1 As Panel
  457. Friend WithEvents 語轉扭_bt As Button
  458. Friend WithEvents ToolTip1 As ToolTip
  459. Friend WithEvents 採購授權_rbt As Telerik.WinControls.UI.RadButton
  460. Friend WithEvents 領料授權_rbt As Telerik.WinControls.UI.RadButton
  461. Friend WithEvents 生成授權_rbt As Telerik.WinControls.UI.RadButton
  462. Friend WithEvents 授權人_rtb As Telerik.WinControls.UI.RadTextBoxControl
  463. Friend WithEvents 授權碼_rtb As Telerik.WinControls.UI.RadTextBoxControl
  464. Friend WithEvents Panel2 As Panel
  465. Friend WithEvents TabControl1 As TabControl
  466. Friend WithEvents TabPage1 As TabPage
  467. Friend WithEvents TabPage2 As TabPage
  468. Friend WithEvents 結束日期_lb As Label
  469. Friend WithEvents 開始日期_lb As Label
  470. Friend WithEvents 存檔_bt As Button
  471. Friend WithEvents 公告1_tb As TextBox
  472. Friend WithEvents 結束日期_dtp As DateTimePicker
  473. Friend WithEvents 開始日期_dtp As DateTimePicker
  474. Friend WithEvents 公告_dgv As DataGridView
  475. Friend WithEvents 公告2_tb As TextBox
  476. Friend WithEvents 刪除_bt As Button
  477. Friend WithEvents 序號_tb As TextBox
  478. End Class