Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

臨時工卡片管理.Designer.vb 39KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  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. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.TabControl1 = New System.Windows.Forms.TabControl()
  30. Me.臨時卡激活_tp = New System.Windows.Forms.TabPage()
  31. Me.Label6 = New System.Windows.Forms.Label()
  32. Me.列印成EXCEL1_bt = New System.Windows.Forms.Button()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.Label4 = New System.Windows.Forms.Label()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.查詢_bt = New System.Windows.Forms.Button()
  38. Me.確認新增_bt = New System.Windows.Forms.Button()
  39. Me.ID卡號_tb = New System.Windows.Forms.TextBox()
  40. Me.姓名_lb = New System.Windows.Forms.Label()
  41. Me.姓名_tb = New System.Windows.Forms.TextBox()
  42. Me.QRCode_pb = New System.Windows.Forms.PictureBox()
  43. Me.大頭照_pb = New System.Windows.Forms.PictureBox()
  44. Me.視窗3_pl = New System.Windows.Forms.Panel()
  45. Me.Panel4 = New System.Windows.Forms.Panel()
  46. Me.查詢_dgv = New System.Windows.Forms.DataGridView()
  47. Me.Label11 = New System.Windows.Forms.Label()
  48. Me.臨時卡列印_tp = New System.Windows.Forms.TabPage()
  49. Me.Panel2 = New System.Windows.Forms.Panel()
  50. Me.群組_cb = New System.Windows.Forms.ComboBox()
  51. Me.確認新增1_bt = New System.Windows.Forms.Button()
  52. Me.空白臨時卡_ch = New System.Windows.Forms.CheckBox()
  53. Me.已使用的臨時卡_ch = New System.Windows.Forms.CheckBox()
  54. Me.QRCode1_pb = New System.Windows.Forms.PictureBox()
  55. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  56. Me.Label2 = New System.Windows.Forms.Label()
  57. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  58. Me.筆數_tb = New System.Windows.Forms.TextBox()
  59. Me.Label7 = New System.Windows.Forms.Label()
  60. Me.語轉扭_bt = New System.Windows.Forms.Button()
  61. Me.Panel1 = New System.Windows.Forms.Panel()
  62. Me.LOGO_pb = New System.Windows.Forms.PictureBox()
  63. Me.QRCode2_pb = New System.Windows.Forms.PictureBox()
  64. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  65. Me.ID卡號1_tb = New System.Windows.Forms.TextBox()
  66. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  67. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  68. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  69. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  70. Me.TabControl1.SuspendLayout()
  71. Me.臨時卡激活_tp.SuspendLayout()
  72. CType(Me.QRCode_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  73. CType(Me.大頭照_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  74. Me.視窗3_pl.SuspendLayout()
  75. Me.Panel4.SuspendLayout()
  76. CType(Me.查詢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  77. Me.臨時卡列印_tp.SuspendLayout()
  78. Me.Panel2.SuspendLayout()
  79. CType(Me.QRCode1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.Panel1.SuspendLayout()
  82. CType(Me.LOGO_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.QRCode2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  84. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  85. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.SuspendLayout()
  87. '
  88. 'TabControl1
  89. '
  90. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  91. Me.TabControl1.Controls.Add(Me.臨時卡激活_tp)
  92. Me.TabControl1.Controls.Add(Me.臨時卡列印_tp)
  93. Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
  94. Me.TabControl1.Location = New System.Drawing.Point(0, 0)
  95. Me.TabControl1.Name = "TabControl1"
  96. Me.TabControl1.SelectedIndex = 0
  97. Me.TabControl1.Size = New System.Drawing.Size(664, 465)
  98. Me.TabControl1.TabIndex = 0
  99. '
  100. '臨時卡激活_tp
  101. '
  102. Me.臨時卡激活_tp.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._20122712_MotionElements_green_wave_line_background
  103. Me.臨時卡激活_tp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  104. Me.臨時卡激活_tp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  105. Me.臨時卡激活_tp.Controls.Add(Me.Label6)
  106. Me.臨時卡激活_tp.Controls.Add(Me.列印成EXCEL1_bt)
  107. Me.臨時卡激活_tp.Controls.Add(Me.Label5)
  108. Me.臨時卡激活_tp.Controls.Add(Me.Label4)
  109. Me.臨時卡激活_tp.Controls.Add(Me.Label3)
  110. Me.臨時卡激活_tp.Controls.Add(Me.Label1)
  111. Me.臨時卡激活_tp.Controls.Add(Me.查詢_bt)
  112. Me.臨時卡激活_tp.Controls.Add(Me.確認新增_bt)
  113. Me.臨時卡激活_tp.Controls.Add(Me.ID卡號_tb)
  114. Me.臨時卡激活_tp.Controls.Add(Me.姓名_lb)
  115. Me.臨時卡激活_tp.Controls.Add(Me.姓名_tb)
  116. Me.臨時卡激活_tp.Controls.Add(Me.QRCode_pb)
  117. Me.臨時卡激活_tp.Controls.Add(Me.大頭照_pb)
  118. Me.臨時卡激活_tp.Controls.Add(Me.視窗3_pl)
  119. Me.臨時卡激活_tp.Location = New System.Drawing.Point(4, 28)
  120. Me.臨時卡激活_tp.Name = "臨時卡激活_tp"
  121. Me.臨時卡激活_tp.Padding = New System.Windows.Forms.Padding(3)
  122. Me.臨時卡激活_tp.Size = New System.Drawing.Size(656, 433)
  123. Me.臨時卡激活_tp.TabIndex = 0
  124. Me.臨時卡激活_tp.Text = "臨時卡激活與查詢"
  125. Me.臨時卡激活_tp.UseVisualStyleBackColor = True
  126. '
  127. 'Label6
  128. '
  129. Me.Label6.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  130. Or System.Windows.Forms.AnchorStyles.Left) _
  131. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  132. Me.Label6.AutoEllipsis = True
  133. Me.Label6.BackColor = System.Drawing.Color.Transparent
  134. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.Label6.Location = New System.Drawing.Point(242, 59)
  137. Me.Label6.Name = "Label6"
  138. Me.Label6.Size = New System.Drawing.Size(172, 20)
  139. Me.Label6.TabIndex = 1901
  140. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  141. Me.Label6.UseMnemonic = False
  142. '
  143. '列印成EXCEL1_bt
  144. '
  145. Me.列印成EXCEL1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.print
  146. Me.列印成EXCEL1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  147. Me.列印成EXCEL1_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.列印成EXCEL1_bt.ForeColor = System.Drawing.Color.Red
  149. Me.列印成EXCEL1_bt.Location = New System.Drawing.Point(575, 3)
  150. Me.列印成EXCEL1_bt.Name = "列印成EXCEL1_bt"
  151. Me.列印成EXCEL1_bt.Size = New System.Drawing.Size(76, 76)
  152. Me.列印成EXCEL1_bt.TabIndex = 1900
  153. Me.列印成EXCEL1_bt.UseVisualStyleBackColor = True
  154. '
  155. 'Label5
  156. '
  157. Me.Label5.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  158. Or System.Windows.Forms.AnchorStyles.Left) _
  159. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  160. Me.Label5.AutoEllipsis = True
  161. Me.Label5.BackColor = System.Drawing.Color.Transparent
  162. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.Label5.Location = New System.Drawing.Point(2, 395)
  164. Me.Label5.Name = "Label5"
  165. Me.Label5.Size = New System.Drawing.Size(648, 33)
  166. Me.Label5.TabIndex = 1899
  167. Me.Label5.Text = "輸入姓名或QRcode按下查詢即可查詢。"
  168. Me.Label5.UseMnemonic = False
  169. '
  170. 'Label4
  171. '
  172. Me.Label4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  173. Or System.Windows.Forms.AnchorStyles.Left) _
  174. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  175. Me.Label4.AutoEllipsis = True
  176. Me.Label4.AutoSize = True
  177. Me.Label4.BackColor = System.Drawing.Color.Transparent
  178. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.Label4.Location = New System.Drawing.Point(4, 378)
  180. Me.Label4.Name = "Label4"
  181. Me.Label4.Size = New System.Drawing.Size(120, 17)
  182. Me.Label4.TabIndex = 1898
  183. Me.Label4.Text = "2、查詢卡片與列印"
  184. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  185. Me.Label4.UseMnemonic = False
  186. '
  187. 'Label3
  188. '
  189. Me.Label3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  190. Or System.Windows.Forms.AnchorStyles.Left) _
  191. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  192. Me.Label3.AutoEllipsis = True
  193. Me.Label3.BackColor = System.Drawing.Color.Transparent
  194. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  195. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  196. Me.Label3.Location = New System.Drawing.Point(2, 334)
  197. Me.Label3.Name = "Label3"
  198. Me.Label3.Size = New System.Drawing.Size(648, 33)
  199. Me.Label3.TabIndex = 1897
  200. Me.Label3.Text = "Masukkan nama dan kode QR, lalu tekan simpan untuk mengaktifkan kartu."
  201. Me.Label3.UseMnemonic = False
  202. '
  203. 'Label1
  204. '
  205. Me.Label1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  206. Or System.Windows.Forms.AnchorStyles.Left) _
  207. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  208. Me.Label1.AutoEllipsis = True
  209. Me.Label1.AutoSize = True
  210. Me.Label1.BackColor = System.Drawing.Color.Transparent
  211. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  213. Me.Label1.Location = New System.Drawing.Point(2, 317)
  214. Me.Label1.Name = "Label1"
  215. Me.Label1.Size = New System.Drawing.Size(217, 17)
  216. Me.Label1.TabIndex = 1896
  217. Me.Label1.Text = "1、Mengaktifkan Kartu Sementara"
  218. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  219. Me.Label1.UseMnemonic = False
  220. '
  221. '查詢_bt
  222. '
  223. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  224. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  225. Me.查詢_bt.Location = New System.Drawing.Point(418, 3)
  226. Me.查詢_bt.Name = "查詢_bt"
  227. Me.查詢_bt.Size = New System.Drawing.Size(76, 76)
  228. Me.查詢_bt.TabIndex = 1895
  229. Me.查詢_bt.UseVisualStyleBackColor = True
  230. '
  231. '確認新增_bt
  232. '
  233. Me.確認新增_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  234. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  235. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  236. Me.確認新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  237. Me.確認新增_bt.Location = New System.Drawing.Point(497, 3)
  238. Me.確認新增_bt.Name = "確認新增_bt"
  239. Me.確認新增_bt.Size = New System.Drawing.Size(76, 76)
  240. Me.確認新增_bt.TabIndex = 1894
  241. Me.確認新增_bt.UseVisualStyleBackColor = True
  242. '
  243. 'ID卡號_tb
  244. '
  245. Me.ID卡號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.ID卡號_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
  247. Me.ID卡號_tb.Location = New System.Drawing.Point(241, 31)
  248. Me.ID卡號_tb.Name = "ID卡號_tb"
  249. Me.ID卡號_tb.Size = New System.Drawing.Size(173, 25)
  250. Me.ID卡號_tb.TabIndex = 1893
  251. '
  252. '姓名_lb
  253. '
  254. Me.姓名_lb.AutoEllipsis = True
  255. Me.姓名_lb.BackColor = System.Drawing.Color.Transparent
  256. Me.姓名_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  257. Me.姓名_lb.Location = New System.Drawing.Point(4, 7)
  258. Me.姓名_lb.Name = "姓名_lb"
  259. Me.姓名_lb.Size = New System.Drawing.Size(67, 20)
  260. Me.姓名_lb.TabIndex = 1892
  261. Me.姓名_lb.Text = "姓 名"
  262. Me.姓名_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  263. Me.姓名_lb.UseMnemonic = False
  264. '
  265. '姓名_tb
  266. '
  267. Me.姓名_tb.BackColor = System.Drawing.Color.White
  268. Me.姓名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.姓名_tb.Location = New System.Drawing.Point(74, 4)
  270. Me.姓名_tb.Name = "姓名_tb"
  271. Me.姓名_tb.Size = New System.Drawing.Size(340, 25)
  272. Me.姓名_tb.TabIndex = 1891
  273. '
  274. 'QRCode_pb
  275. '
  276. Me.QRCode_pb.BackColor = System.Drawing.Color.White
  277. Me.QRCode_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  278. Me.QRCode_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  279. Me.QRCode_pb.Location = New System.Drawing.Point(241, 82)
  280. Me.QRCode_pb.Name = "QRCode_pb"
  281. Me.QRCode_pb.Size = New System.Drawing.Size(410, 229)
  282. Me.QRCode_pb.TabIndex = 1890
  283. Me.QRCode_pb.TabStop = False
  284. '
  285. '大頭照_pb
  286. '
  287. Me.大頭照_pb.BackColor = System.Drawing.Color.Transparent
  288. Me.大頭照_pb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.人員
  289. Me.大頭照_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  290. Me.大頭照_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  291. Me.大頭照_pb.Location = New System.Drawing.Point(3, 31)
  292. Me.大頭照_pb.Name = "大頭照_pb"
  293. Me.大頭照_pb.Size = New System.Drawing.Size(235, 280)
  294. Me.大頭照_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  295. Me.大頭照_pb.TabIndex = 1
  296. Me.大頭照_pb.TabStop = False
  297. '
  298. '視窗3_pl
  299. '
  300. Me.視窗3_pl.BackColor = System.Drawing.Color.White
  301. Me.視窗3_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  302. Me.視窗3_pl.Controls.Add(Me.Panel4)
  303. Me.視窗3_pl.Controls.Add(Me.Label11)
  304. Me.視窗3_pl.Location = New System.Drawing.Point(19, 42)
  305. Me.視窗3_pl.Name = "視窗3_pl"
  306. Me.視窗3_pl.Size = New System.Drawing.Size(370, 247)
  307. Me.視窗3_pl.TabIndex = 1913
  308. '
  309. 'Panel4
  310. '
  311. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  312. Or System.Windows.Forms.AnchorStyles.Left) _
  313. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  314. Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  315. Me.Panel4.Controls.Add(Me.查詢_dgv)
  316. Me.Panel4.Location = New System.Drawing.Point(3, 28)
  317. Me.Panel4.Name = "Panel4"
  318. Me.Panel4.Size = New System.Drawing.Size(363, 215)
  319. Me.Panel4.TabIndex = 1367
  320. '
  321. '查詢_dgv
  322. '
  323. Me.查詢_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  324. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  325. Me.查詢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  326. Me.查詢_dgv.BackgroundColor = System.Drawing.Color.White
  327. Me.查詢_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  328. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  329. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
  330. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  331. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
  332. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  333. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  334. Me.查詢_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
  335. Me.查詢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  336. Me.查詢_dgv.Location = New System.Drawing.Point(3, 3)
  337. Me.查詢_dgv.Name = "查詢_dgv"
  338. Me.查詢_dgv.RowHeadersWidth = 5
  339. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  340. Me.查詢_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  341. Me.查詢_dgv.RowTemplate.Height = 24
  342. Me.查詢_dgv.Size = New System.Drawing.Size(353, 206)
  343. Me.查詢_dgv.TabIndex = 1893
  344. '
  345. 'Label11
  346. '
  347. Me.Label11.AutoSize = True
  348. Me.Label11.Location = New System.Drawing.Point(5, 7)
  349. Me.Label11.Name = "Label11"
  350. Me.Label11.Size = New System.Drawing.Size(55, 16)
  351. Me.Label11.TabIndex = 1375
  352. Me.Label11.Text = "假日設定"
  353. '
  354. '臨時卡列印_tp
  355. '
  356. Me.臨時卡列印_tp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  357. Me.臨時卡列印_tp.Controls.Add(Me.Panel2)
  358. Me.臨時卡列印_tp.Location = New System.Drawing.Point(4, 28)
  359. Me.臨時卡列印_tp.Name = "臨時卡列印_tp"
  360. Me.臨時卡列印_tp.Padding = New System.Windows.Forms.Padding(3)
  361. Me.臨時卡列印_tp.Size = New System.Drawing.Size(656, 433)
  362. Me.臨時卡列印_tp.TabIndex = 1
  363. Me.臨時卡列印_tp.Text = "臨時卡列印"
  364. Me.臨時卡列印_tp.UseVisualStyleBackColor = True
  365. '
  366. 'Panel2
  367. '
  368. Me.Panel2.Controls.Add(Me.群組_cb)
  369. Me.Panel2.Controls.Add(Me.確認新增1_bt)
  370. Me.Panel2.Controls.Add(Me.空白臨時卡_ch)
  371. Me.Panel2.Controls.Add(Me.已使用的臨時卡_ch)
  372. Me.Panel2.Controls.Add(Me.QRCode1_pb)
  373. Me.Panel2.Controls.Add(Me.清單1_dgv)
  374. Me.Panel2.Controls.Add(Me.Label2)
  375. Me.Panel2.Controls.Add(Me.列印成EXCEL_bt)
  376. Me.Panel2.Controls.Add(Me.筆數_tb)
  377. Me.Panel2.Controls.Add(Me.Label7)
  378. Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
  379. Me.Panel2.Location = New System.Drawing.Point(3, 3)
  380. Me.Panel2.Name = "Panel2"
  381. Me.Panel2.Size = New System.Drawing.Size(648, 425)
  382. Me.Panel2.TabIndex = 1900
  383. '
  384. '群組_cb
  385. '
  386. Me.群組_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  387. Me.群組_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  388. Me.群組_cb.FormattingEnabled = True
  389. Me.群組_cb.Items.AddRange(New Object() {"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  390. Me.群組_cb.Location = New System.Drawing.Point(110, 55)
  391. Me.群組_cb.Name = "群組_cb"
  392. Me.群組_cb.Size = New System.Drawing.Size(212, 24)
  393. Me.群組_cb.TabIndex = 1952
  394. '
  395. '確認新增1_bt
  396. '
  397. Me.確認新增1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  398. Me.確認新增1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  399. Me.確認新增1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  400. Me.確認新增1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  401. Me.確認新增1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  402. Me.確認新增1_bt.Location = New System.Drawing.Point(560, 114)
  403. Me.確認新增1_bt.Name = "確認新增1_bt"
  404. Me.確認新增1_bt.Size = New System.Drawing.Size(85, 85)
  405. Me.確認新增1_bt.TabIndex = 1899
  406. Me.確認新增1_bt.UseVisualStyleBackColor = True
  407. '
  408. '空白臨時卡_ch
  409. '
  410. Me.空白臨時卡_ch.AutoSize = True
  411. Me.空白臨時卡_ch.Location = New System.Drawing.Point(5, 3)
  412. Me.空白臨時卡_ch.Name = "空白臨時卡_ch"
  413. Me.空白臨時卡_ch.Size = New System.Drawing.Size(162, 20)
  414. Me.空白臨時卡_ch.TabIndex = 1897
  415. Me.空白臨時卡_ch.Text = "Kartu sementara kosong"
  416. Me.空白臨時卡_ch.UseVisualStyleBackColor = True
  417. '
  418. '已使用的臨時卡_ch
  419. '
  420. Me.已使用的臨時卡_ch.AutoSize = True
  421. Me.已使用的臨時卡_ch.Location = New System.Drawing.Point(189, 3)
  422. Me.已使用的臨時卡_ch.Name = "已使用的臨時卡_ch"
  423. Me.已使用的臨時卡_ch.Size = New System.Drawing.Size(214, 20)
  424. Me.已使用的臨時卡_ch.TabIndex = 1898
  425. Me.已使用的臨時卡_ch.Text = "Kartu Sementara yang Digunakan"
  426. Me.已使用的臨時卡_ch.UseVisualStyleBackColor = True
  427. '
  428. 'QRCode1_pb
  429. '
  430. Me.QRCode1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  431. Me.QRCode1_pb.BackColor = System.Drawing.Color.White
  432. Me.QRCode1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  433. Me.QRCode1_pb.Location = New System.Drawing.Point(559, 26)
  434. Me.QRCode1_pb.Name = "QRCode1_pb"
  435. Me.QRCode1_pb.Size = New System.Drawing.Size(86, 86)
  436. Me.QRCode1_pb.TabIndex = 1891
  437. Me.QRCode1_pb.TabStop = False
  438. '
  439. '清單1_dgv
  440. '
  441. Me.清單1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  442. Or System.Windows.Forms.AnchorStyles.Left) _
  443. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  444. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  445. Me.清單1_dgv.BackgroundColor = System.Drawing.Color.White
  446. Me.清單1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  447. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  448. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
  449. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  450. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
  451. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  452. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  453. Me.清單1_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3
  454. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  455. Me.清單1_dgv.Location = New System.Drawing.Point(2, 26)
  456. Me.清單1_dgv.Name = "清單1_dgv"
  457. Me.清單1_dgv.RowHeadersWidth = 5
  458. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  459. Me.清單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  460. Me.清單1_dgv.RowTemplate.Height = 24
  461. Me.清單1_dgv.Size = New System.Drawing.Size(556, 395)
  462. Me.清單1_dgv.TabIndex = 1892
  463. '
  464. 'Label2
  465. '
  466. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  467. Me.Label2.BackColor = System.Drawing.Color.Transparent
  468. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  469. Me.Label2.Location = New System.Drawing.Point(561, 403)
  470. Me.Label2.Name = "Label2"
  471. Me.Label2.Size = New System.Drawing.Size(84, 17)
  472. Me.Label2.TabIndex = 1896
  473. Me.Label2.Text = "筆資料"
  474. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  475. '
  476. '列印成EXCEL_bt
  477. '
  478. Me.列印成EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  479. Me.列印成EXCEL_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.print
  480. Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  481. Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  482. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Red
  483. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(560, 200)
  484. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  485. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(85, 85)
  486. Me.列印成EXCEL_bt.TabIndex = 1893
  487. Me.列印成EXCEL_bt.UseVisualStyleBackColor = True
  488. '
  489. '筆數_tb
  490. '
  491. Me.筆數_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  492. Me.筆數_tb.Location = New System.Drawing.Point(559, 376)
  493. Me.筆數_tb.Name = "筆數_tb"
  494. Me.筆數_tb.Size = New System.Drawing.Size(86, 23)
  495. Me.筆數_tb.TabIndex = 1895
  496. Me.筆數_tb.Text = "00"
  497. Me.筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  498. '
  499. 'Label7
  500. '
  501. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  502. Me.Label7.BackColor = System.Drawing.Color.Transparent
  503. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  504. Me.Label7.Location = New System.Drawing.Point(560, 356)
  505. Me.Label7.Name = "Label7"
  506. Me.Label7.Size = New System.Drawing.Size(84, 17)
  507. Me.Label7.TabIndex = 1894
  508. Me.Label7.Text = "共"
  509. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  510. '
  511. '語轉扭_bt
  512. '
  513. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  514. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  515. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  516. Me.語轉扭_bt.Location = New System.Drawing.Point(635, 2)
  517. Me.語轉扭_bt.Name = "語轉扭_bt"
  518. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  519. Me.語轉扭_bt.TabIndex = 1836
  520. Me.語轉扭_bt.Text = "L"
  521. Me.語轉扭_bt.UseVisualStyleBackColor = True
  522. '
  523. 'Panel1
  524. '
  525. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  526. Me.Panel1.Controls.Add(Me.LOGO_pb)
  527. Me.Panel1.Controls.Add(Me.QRCode2_pb)
  528. Me.Panel1.Controls.Add(Me.清單_dgv)
  529. Me.Panel1.Controls.Add(Me.ID卡號1_tb)
  530. Me.Panel1.Controls.Add(Me.語言_dgv)
  531. Me.Panel1.Location = New System.Drawing.Point(49, 153)
  532. Me.Panel1.Name = "Panel1"
  533. Me.Panel1.Size = New System.Drawing.Size(313, 259)
  534. Me.Panel1.TabIndex = 1837
  535. '
  536. 'LOGO_pb
  537. '
  538. Me.LOGO_pb.BackColor = System.Drawing.Color.White
  539. Me.LOGO_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  540. Me.LOGO_pb.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources._0hxlogo1
  541. Me.LOGO_pb.Location = New System.Drawing.Point(3, 168)
  542. Me.LOGO_pb.Name = "LOGO_pb"
  543. Me.LOGO_pb.Size = New System.Drawing.Size(209, 86)
  544. Me.LOGO_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  545. Me.LOGO_pb.TabIndex = 1897
  546. Me.LOGO_pb.TabStop = False
  547. '
  548. 'QRCode2_pb
  549. '
  550. Me.QRCode2_pb.BackColor = System.Drawing.Color.White
  551. Me.QRCode2_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  552. Me.QRCode2_pb.Location = New System.Drawing.Point(218, 3)
  553. Me.QRCode2_pb.Name = "QRCode2_pb"
  554. Me.QRCode2_pb.Size = New System.Drawing.Size(86, 86)
  555. Me.QRCode2_pb.TabIndex = 1896
  556. Me.QRCode2_pb.TabStop = False
  557. '
  558. '清單_dgv
  559. '
  560. Me.清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  561. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  562. Me.清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  563. Me.清單_dgv.BackgroundColor = System.Drawing.Color.White
  564. Me.清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  565. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  566. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control
  567. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  568. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText
  569. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  570. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  571. Me.清單_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle5
  572. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  573. Me.清單_dgv.Location = New System.Drawing.Point(3, 90)
  574. Me.清單_dgv.Name = "清單_dgv"
  575. Me.清單_dgv.RowHeadersWidth = 5
  576. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  577. Me.清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  578. Me.清單_dgv.RowTemplate.Height = 24
  579. Me.清單_dgv.Size = New System.Drawing.Size(209, 74)
  580. Me.清單_dgv.TabIndex = 1895
  581. '
  582. 'ID卡號1_tb
  583. '
  584. Me.ID卡號1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  585. Me.ID卡號1_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
  586. Me.ID卡號1_tb.Location = New System.Drawing.Point(39, 59)
  587. Me.ID卡號1_tb.Name = "ID卡號1_tb"
  588. Me.ID卡號1_tb.Size = New System.Drawing.Size(173, 25)
  589. Me.ID卡號1_tb.TabIndex = 1894
  590. '
  591. '語言_dgv
  592. '
  593. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  594. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  595. Me.語言_dgv.Location = New System.Drawing.Point(3, 3)
  596. Me.語言_dgv.Name = "語言_dgv"
  597. Me.語言_dgv.RowHeadersWidth = 5
  598. Me.語言_dgv.RowTemplate.Height = 24
  599. Me.語言_dgv.Size = New System.Drawing.Size(209, 50)
  600. Me.語言_dgv.TabIndex = 647
  601. Me.語言_dgv.Visible = False
  602. '
  603. 'Column1
  604. '
  605. Me.Column1.HeaderText = "Column1"
  606. Me.Column1.Name = "Column1"
  607. '
  608. 'Column2
  609. '
  610. Me.Column2.HeaderText = "Column2"
  611. Me.Column2.Name = "Column2"
  612. '
  613. 'ToolTip1
  614. '
  615. Me.ToolTip1.AutoPopDelay = 5000
  616. Me.ToolTip1.InitialDelay = 500
  617. Me.ToolTip1.IsBalloon = True
  618. Me.ToolTip1.ReshowDelay = 100
  619. Me.ToolTip1.ToolTipTitle = "illustrate"
  620. '
  621. '臨時工卡片管理
  622. '
  623. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  624. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  625. Me.ClientSize = New System.Drawing.Size(664, 465)
  626. Me.Controls.Add(Me.語轉扭_bt)
  627. Me.Controls.Add(Me.TabControl1)
  628. Me.Controls.Add(Me.Panel1)
  629. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  630. Me.Margin = New System.Windows.Forms.Padding(4)
  631. Me.MaximizeBox = False
  632. Me.MinimizeBox = False
  633. Me.Name = "臨時工卡片管理"
  634. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  635. Me.Text = "臨時工卡片管理"
  636. Me.TabControl1.ResumeLayout(False)
  637. Me.臨時卡激活_tp.ResumeLayout(False)
  638. Me.臨時卡激活_tp.PerformLayout()
  639. CType(Me.QRCode_pb, System.ComponentModel.ISupportInitialize).EndInit()
  640. CType(Me.大頭照_pb, System.ComponentModel.ISupportInitialize).EndInit()
  641. Me.視窗3_pl.ResumeLayout(False)
  642. Me.視窗3_pl.PerformLayout()
  643. Me.Panel4.ResumeLayout(False)
  644. CType(Me.查詢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  645. Me.臨時卡列印_tp.ResumeLayout(False)
  646. Me.Panel2.ResumeLayout(False)
  647. Me.Panel2.PerformLayout()
  648. CType(Me.QRCode1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  649. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  650. Me.Panel1.ResumeLayout(False)
  651. Me.Panel1.PerformLayout()
  652. CType(Me.LOGO_pb, System.ComponentModel.ISupportInitialize).EndInit()
  653. CType(Me.QRCode2_pb, System.ComponentModel.ISupportInitialize).EndInit()
  654. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  655. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  656. Me.ResumeLayout(False)
  657. End Sub
  658. Friend WithEvents TabControl1 As TabControl
  659. Friend WithEvents 臨時卡激活_tp As TabPage
  660. Friend WithEvents 臨時卡列印_tp As TabPage
  661. Friend WithEvents 大頭照_pb As PictureBox
  662. Friend WithEvents 語轉扭_bt As Button
  663. Friend WithEvents Panel1 As Panel
  664. Friend WithEvents 語言_dgv As DataGridView
  665. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  666. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  667. Friend WithEvents ToolTip1 As ToolTip
  668. Friend WithEvents QRCode_pb As PictureBox
  669. Friend WithEvents 姓名_lb As Label
  670. Friend WithEvents 姓名_tb As TextBox
  671. Friend WithEvents ID卡號_tb As TextBox
  672. Friend WithEvents 確認新增_bt As Button
  673. Friend WithEvents Label1 As Label
  674. Friend WithEvents 查詢_bt As Button
  675. Friend WithEvents QRCode1_pb As PictureBox
  676. Friend WithEvents 清單1_dgv As DataGridView
  677. Friend WithEvents 列印成EXCEL_bt As Button
  678. Friend WithEvents Label2 As Label
  679. Friend WithEvents 筆數_tb As TextBox
  680. Friend WithEvents Label7 As Label
  681. Friend WithEvents Label5 As Label
  682. Friend WithEvents Label4 As Label
  683. Friend WithEvents Label3 As Label
  684. Friend WithEvents 列印成EXCEL1_bt As Button
  685. Friend WithEvents ID卡號1_tb As TextBox
  686. Friend WithEvents Label6 As Label
  687. Friend WithEvents 視窗3_pl As Panel
  688. Friend WithEvents Panel4 As Panel
  689. Friend WithEvents 查詢_dgv As DataGridView
  690. Friend WithEvents Label11 As Label
  691. Friend WithEvents 已使用的臨時卡_ch As CheckBox
  692. Friend WithEvents 空白臨時卡_ch As CheckBox
  693. Friend WithEvents 確認新增1_bt As Button
  694. Friend WithEvents 清單_dgv As DataGridView
  695. Friend WithEvents LOGO_pb As PictureBox
  696. Friend WithEvents QRCode2_pb As PictureBox
  697. Friend WithEvents Panel2 As Panel
  698. Friend WithEvents 群組_cb As ComboBox
  699. End Class