frmBackupReminder.Designer.cs 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmBackupReminder
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBackupReminder));
  29. this.gpBackupReminder = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.label8 = new System.Windows.Forms.Label();
  31. this.gbdata1 = new LYFZ.ComponentLibrary.GlassButton();
  32. this.lbdate7 = new System.Windows.Forms.Label();
  33. this.gbYP1 = new LYFZ.ComponentLibrary.GlassButton();
  34. this.lbdate6 = new System.Windows.Forms.Label();
  35. this.gbJXP1 = new LYFZ.ComponentLibrary.GlassButton();
  36. this.lbdate3 = new System.Windows.Forms.Label();
  37. this.gbCXP1 = new LYFZ.ComponentLibrary.GlassButton();
  38. this.lbdate5 = new System.Windows.Forms.Label();
  39. this.gbUpload1 = new LYFZ.ComponentLibrary.GlassButton();
  40. this.gbSJP1 = new LYFZ.ComponentLibrary.GlassButton();
  41. this.lbdate2 = new System.Windows.Forms.Label();
  42. this.gbdata4 = new LYFZ.ComponentLibrary.GlassButton();
  43. this.lbdate4 = new System.Windows.Forms.Label();
  44. this.gbYP4 = new LYFZ.ComponentLibrary.GlassButton();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.label13 = new System.Windows.Forms.Label();
  47. this.gbJXP4 = new LYFZ.ComponentLibrary.GlassButton();
  48. this.label12 = new System.Windows.Forms.Label();
  49. this.gbCXP4 = new LYFZ.ComponentLibrary.GlassButton();
  50. this.gbUpload4 = new LYFZ.ComponentLibrary.GlassButton();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.gbSJP4 = new LYFZ.ComponentLibrary.GlassButton();
  53. this.label10 = new System.Windows.Forms.Label();
  54. this.gbdata7 = new LYFZ.ComponentLibrary.GlassButton();
  55. this.label9 = new System.Windows.Forms.Label();
  56. this.gbYP7 = new LYFZ.ComponentLibrary.GlassButton();
  57. this.gbJXP7 = new LYFZ.ComponentLibrary.GlassButton();
  58. this.lbdate1 = new System.Windows.Forms.Label();
  59. this.gbUpload7 = new LYFZ.ComponentLibrary.GlassButton();
  60. this.gbCXP7 = new LYFZ.ComponentLibrary.GlassButton();
  61. this.gbSJP7 = new LYFZ.ComponentLibrary.GlassButton();
  62. this.gbdata2 = new LYFZ.ComponentLibrary.GlassButton();
  63. this.gbYP2 = new LYFZ.ComponentLibrary.GlassButton();
  64. this.gbJXP2 = new LYFZ.ComponentLibrary.GlassButton();
  65. this.gbUpload2 = new LYFZ.ComponentLibrary.GlassButton();
  66. this.gbCXP2 = new LYFZ.ComponentLibrary.GlassButton();
  67. this.gbSJP2 = new LYFZ.ComponentLibrary.GlassButton();
  68. this.gbdata3 = new LYFZ.ComponentLibrary.GlassButton();
  69. this.gbYP3 = new LYFZ.ComponentLibrary.GlassButton();
  70. this.gbJXP3 = new LYFZ.ComponentLibrary.GlassButton();
  71. this.gbUpload5 = new LYFZ.ComponentLibrary.GlassButton();
  72. this.gbCXP3 = new LYFZ.ComponentLibrary.GlassButton();
  73. this.gbUpload3 = new LYFZ.ComponentLibrary.GlassButton();
  74. this.gbSJP5 = new LYFZ.ComponentLibrary.GlassButton();
  75. this.gbSJP3 = new LYFZ.ComponentLibrary.GlassButton();
  76. this.gbCXP5 = new LYFZ.ComponentLibrary.GlassButton();
  77. this.gbdata6 = new LYFZ.ComponentLibrary.GlassButton();
  78. this.gbJXP5 = new LYFZ.ComponentLibrary.GlassButton();
  79. this.gbYP6 = new LYFZ.ComponentLibrary.GlassButton();
  80. this.gbYP5 = new LYFZ.ComponentLibrary.GlassButton();
  81. this.gbJXP6 = new LYFZ.ComponentLibrary.GlassButton();
  82. this.gbdata5 = new LYFZ.ComponentLibrary.GlassButton();
  83. this.gbUpload6 = new LYFZ.ComponentLibrary.GlassButton();
  84. this.gbCXP6 = new LYFZ.ComponentLibrary.GlassButton();
  85. this.gbSJP6 = new LYFZ.ComponentLibrary.GlassButton();
  86. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  87. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  88. this.lbGetInfo = new LYFZ.ComponentLibrary.LabelEx();
  89. this.plExMainContainer.SuspendLayout();
  90. this.plFormMainContent.SuspendLayout();
  91. this.gpBackupReminder.SuspendLayout();
  92. this.groupBoxEx1.SuspendLayout();
  93. this.SuspendLayout();
  94. //
  95. // plExMainContainer
  96. //
  97. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  98. this.plExMainContainer.Controls.Add(this.lbGetInfo);
  99. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  100. this.plExMainContainer.Controls.Add(this.gpBackupReminder);
  101. this.plExMainContainer.Size = new System.Drawing.Size(910, 413);
  102. //
  103. // plFormMainContent
  104. //
  105. this.plFormMainContent.Size = new System.Drawing.Size(910, 413);
  106. //
  107. // btnAppFormExit
  108. //
  109. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  110. //
  111. // btnAppFormMinimize
  112. //
  113. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  114. //
  115. // gpBackupReminder
  116. //
  117. this.gpBackupReminder.BackColor = System.Drawing.Color.Transparent;
  118. this.gpBackupReminder.Controls.Add(this.label8);
  119. this.gpBackupReminder.Controls.Add(this.gbdata1);
  120. this.gpBackupReminder.Controls.Add(this.lbdate7);
  121. this.gpBackupReminder.Controls.Add(this.gbYP1);
  122. this.gpBackupReminder.Controls.Add(this.lbdate6);
  123. this.gpBackupReminder.Controls.Add(this.gbJXP1);
  124. this.gpBackupReminder.Controls.Add(this.lbdate3);
  125. this.gpBackupReminder.Controls.Add(this.gbCXP1);
  126. this.gpBackupReminder.Controls.Add(this.lbdate5);
  127. this.gpBackupReminder.Controls.Add(this.gbUpload1);
  128. this.gpBackupReminder.Controls.Add(this.gbSJP1);
  129. this.gpBackupReminder.Controls.Add(this.lbdate2);
  130. this.gpBackupReminder.Controls.Add(this.gbdata4);
  131. this.gpBackupReminder.Controls.Add(this.lbdate4);
  132. this.gpBackupReminder.Controls.Add(this.gbYP4);
  133. this.gpBackupReminder.Controls.Add(this.label1);
  134. this.gpBackupReminder.Controls.Add(this.label13);
  135. this.gpBackupReminder.Controls.Add(this.gbJXP4);
  136. this.gpBackupReminder.Controls.Add(this.label12);
  137. this.gpBackupReminder.Controls.Add(this.gbCXP4);
  138. this.gpBackupReminder.Controls.Add(this.gbUpload4);
  139. this.gpBackupReminder.Controls.Add(this.label11);
  140. this.gpBackupReminder.Controls.Add(this.gbSJP4);
  141. this.gpBackupReminder.Controls.Add(this.label10);
  142. this.gpBackupReminder.Controls.Add(this.gbdata7);
  143. this.gpBackupReminder.Controls.Add(this.label9);
  144. this.gpBackupReminder.Controls.Add(this.gbYP7);
  145. this.gpBackupReminder.Controls.Add(this.gbJXP7);
  146. this.gpBackupReminder.Controls.Add(this.lbdate1);
  147. this.gpBackupReminder.Controls.Add(this.gbUpload7);
  148. this.gpBackupReminder.Controls.Add(this.gbCXP7);
  149. this.gpBackupReminder.Controls.Add(this.gbSJP7);
  150. this.gpBackupReminder.Controls.Add(this.gbdata2);
  151. this.gpBackupReminder.Controls.Add(this.gbYP2);
  152. this.gpBackupReminder.Controls.Add(this.gbJXP2);
  153. this.gpBackupReminder.Controls.Add(this.gbUpload2);
  154. this.gpBackupReminder.Controls.Add(this.gbCXP2);
  155. this.gpBackupReminder.Controls.Add(this.gbSJP2);
  156. this.gpBackupReminder.Controls.Add(this.gbdata3);
  157. this.gpBackupReminder.Controls.Add(this.gbYP3);
  158. this.gpBackupReminder.Controls.Add(this.gbJXP3);
  159. this.gpBackupReminder.Controls.Add(this.gbUpload5);
  160. this.gpBackupReminder.Controls.Add(this.gbCXP3);
  161. this.gpBackupReminder.Controls.Add(this.gbUpload3);
  162. this.gpBackupReminder.Controls.Add(this.gbSJP5);
  163. this.gpBackupReminder.Controls.Add(this.gbSJP3);
  164. this.gpBackupReminder.Controls.Add(this.gbCXP5);
  165. this.gpBackupReminder.Controls.Add(this.gbdata6);
  166. this.gpBackupReminder.Controls.Add(this.gbJXP5);
  167. this.gpBackupReminder.Controls.Add(this.gbYP6);
  168. this.gpBackupReminder.Controls.Add(this.gbYP5);
  169. this.gpBackupReminder.Controls.Add(this.gbJXP6);
  170. this.gpBackupReminder.Controls.Add(this.gbdata5);
  171. this.gpBackupReminder.Controls.Add(this.gbUpload6);
  172. this.gpBackupReminder.Controls.Add(this.gbCXP6);
  173. this.gpBackupReminder.Controls.Add(this.gbSJP6);
  174. this.gpBackupReminder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.gpBackupReminder.Location = new System.Drawing.Point(22, 151);
  176. this.gpBackupReminder.Name = "gpBackupReminder";
  177. this.gpBackupReminder.Size = new System.Drawing.Size(865, 218);
  178. this.gpBackupReminder.TabIndex = 10;
  179. this.gpBackupReminder.TabStop = false;
  180. this.gpBackupReminder.Text = "备份监测";
  181. //
  182. // label8
  183. //
  184. this.label8.AutoSize = true;
  185. this.label8.BackColor = System.Drawing.Color.Transparent;
  186. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.label8.Location = new System.Drawing.Point(33, 17);
  188. this.label8.Name = "label8";
  189. this.label8.Size = new System.Drawing.Size(37, 19);
  190. this.label8.TabIndex = 8;
  191. this.label8.Text = "日期";
  192. //
  193. // gbdata1
  194. //
  195. this.gbdata1.BackColor = System.Drawing.Color.Red;
  196. this.gbdata1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata1.BackImg")));
  197. this.gbdata1.Bitmap = null;
  198. this.gbdata1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  199. this.gbdata1.ForeColor = System.Drawing.Color.White;
  200. this.gbdata1.IsProhibitedResize = false;
  201. this.gbdata1.Location = new System.Drawing.Point(77, 40);
  202. this.gbdata1.Name = "gbdata1";
  203. this.gbdata1.Size = new System.Drawing.Size(80, 24);
  204. this.gbdata1.TabIndex = 5;
  205. this.gbdata1.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  206. this.gbdata1.Text = "未备份";
  207. this.gbdata1.ThisButton = false;
  208. //
  209. // lbdate7
  210. //
  211. this.lbdate7.AutoSize = true;
  212. this.lbdate7.BackColor = System.Drawing.Color.Transparent;
  213. this.lbdate7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.lbdate7.Location = new System.Drawing.Point(762, 16);
  215. this.lbdate7.Name = "lbdate7";
  216. this.lbdate7.Size = new System.Drawing.Size(93, 19);
  217. this.lbdate7.TabIndex = 8;
  218. this.lbdate7.Text = "0000-00-00";
  219. //
  220. // gbYP1
  221. //
  222. this.gbYP1.BackColor = System.Drawing.Color.Red;
  223. this.gbYP1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP1.BackImg")));
  224. this.gbYP1.Bitmap = null;
  225. this.gbYP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  226. this.gbYP1.ForeColor = System.Drawing.Color.White;
  227. this.gbYP1.IsProhibitedResize = false;
  228. this.gbYP1.Location = new System.Drawing.Point(77, 69);
  229. this.gbYP1.Name = "gbYP1";
  230. this.gbYP1.Size = new System.Drawing.Size(80, 24);
  231. this.gbYP1.TabIndex = 5;
  232. this.gbYP1.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  233. this.gbYP1.Text = "未备份";
  234. this.gbYP1.ThisButton = false;
  235. //
  236. // lbdate6
  237. //
  238. this.lbdate6.AutoSize = true;
  239. this.lbdate6.BackColor = System.Drawing.Color.Transparent;
  240. this.lbdate6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.lbdate6.Location = new System.Drawing.Point(651, 16);
  242. this.lbdate6.Name = "lbdate6";
  243. this.lbdate6.Size = new System.Drawing.Size(93, 19);
  244. this.lbdate6.TabIndex = 8;
  245. this.lbdate6.Text = "0000-00-00";
  246. //
  247. // gbJXP1
  248. //
  249. this.gbJXP1.BackColor = System.Drawing.Color.Red;
  250. this.gbJXP1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP1.BackImg")));
  251. this.gbJXP1.Bitmap = null;
  252. this.gbJXP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  253. this.gbJXP1.ForeColor = System.Drawing.Color.White;
  254. this.gbJXP1.IsProhibitedResize = false;
  255. this.gbJXP1.Location = new System.Drawing.Point(77, 127);
  256. this.gbJXP1.Name = "gbJXP1";
  257. this.gbJXP1.Size = new System.Drawing.Size(80, 24);
  258. this.gbJXP1.TabIndex = 5;
  259. this.gbJXP1.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  260. this.gbJXP1.Text = "未备份";
  261. this.gbJXP1.ThisButton = false;
  262. //
  263. // lbdate3
  264. //
  265. this.lbdate3.AutoSize = true;
  266. this.lbdate3.BackColor = System.Drawing.Color.Transparent;
  267. this.lbdate3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.lbdate3.Location = new System.Drawing.Point(304, 17);
  269. this.lbdate3.Name = "lbdate3";
  270. this.lbdate3.Size = new System.Drawing.Size(93, 19);
  271. this.lbdate3.TabIndex = 8;
  272. this.lbdate3.Text = "0000-00-00";
  273. //
  274. // gbCXP1
  275. //
  276. this.gbCXP1.BackColor = System.Drawing.Color.Red;
  277. this.gbCXP1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP1.BackImg")));
  278. this.gbCXP1.Bitmap = null;
  279. this.gbCXP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  280. this.gbCXP1.ForeColor = System.Drawing.Color.White;
  281. this.gbCXP1.IsProhibitedResize = false;
  282. this.gbCXP1.Location = new System.Drawing.Point(77, 98);
  283. this.gbCXP1.Name = "gbCXP1";
  284. this.gbCXP1.Size = new System.Drawing.Size(80, 24);
  285. this.gbCXP1.TabIndex = 5;
  286. this.gbCXP1.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  287. this.gbCXP1.Text = "未备份";
  288. this.gbCXP1.ThisButton = false;
  289. //
  290. // lbdate5
  291. //
  292. this.lbdate5.AutoSize = true;
  293. this.lbdate5.BackColor = System.Drawing.Color.Transparent;
  294. this.lbdate5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.lbdate5.Location = new System.Drawing.Point(539, 16);
  296. this.lbdate5.Name = "lbdate5";
  297. this.lbdate5.Size = new System.Drawing.Size(93, 19);
  298. this.lbdate5.TabIndex = 8;
  299. this.lbdate5.Text = "0000-00-00";
  300. //
  301. // gbUpload1
  302. //
  303. this.gbUpload1.BackColor = System.Drawing.Color.Red;
  304. this.gbUpload1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload1.BackImg")));
  305. this.gbUpload1.Bitmap = null;
  306. this.gbUpload1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  307. this.gbUpload1.ForeColor = System.Drawing.Color.White;
  308. this.gbUpload1.IsProhibitedResize = false;
  309. this.gbUpload1.Location = new System.Drawing.Point(77, 186);
  310. this.gbUpload1.Name = "gbUpload1";
  311. this.gbUpload1.Size = new System.Drawing.Size(80, 24);
  312. this.gbUpload1.TabIndex = 5;
  313. this.gbUpload1.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  314. this.gbUpload1.Text = "未备份";
  315. this.gbUpload1.ThisButton = false;
  316. //
  317. // gbSJP1
  318. //
  319. this.gbSJP1.BackColor = System.Drawing.Color.Red;
  320. this.gbSJP1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP1.BackImg")));
  321. this.gbSJP1.Bitmap = null;
  322. this.gbSJP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  323. this.gbSJP1.ForeColor = System.Drawing.Color.White;
  324. this.gbSJP1.IsProhibitedResize = false;
  325. this.gbSJP1.Location = new System.Drawing.Point(77, 156);
  326. this.gbSJP1.Name = "gbSJP1";
  327. this.gbSJP1.Size = new System.Drawing.Size(80, 24);
  328. this.gbSJP1.TabIndex = 5;
  329. this.gbSJP1.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  330. this.gbSJP1.Text = "未备份";
  331. this.gbSJP1.ThisButton = false;
  332. //
  333. // lbdate2
  334. //
  335. this.lbdate2.AutoSize = true;
  336. this.lbdate2.BackColor = System.Drawing.Color.Transparent;
  337. this.lbdate2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.lbdate2.Location = new System.Drawing.Point(188, 17);
  339. this.lbdate2.Name = "lbdate2";
  340. this.lbdate2.Size = new System.Drawing.Size(93, 19);
  341. this.lbdate2.TabIndex = 8;
  342. this.lbdate2.Text = "0000-00-00";
  343. //
  344. // gbdata4
  345. //
  346. this.gbdata4.BackColor = System.Drawing.Color.Red;
  347. this.gbdata4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata4.BackImg")));
  348. this.gbdata4.Bitmap = null;
  349. this.gbdata4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  350. this.gbdata4.ForeColor = System.Drawing.Color.White;
  351. this.gbdata4.IsProhibitedResize = false;
  352. this.gbdata4.Location = new System.Drawing.Point(427, 40);
  353. this.gbdata4.Name = "gbdata4";
  354. this.gbdata4.Size = new System.Drawing.Size(80, 24);
  355. this.gbdata4.TabIndex = 5;
  356. this.gbdata4.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  357. this.gbdata4.Text = "未备份";
  358. this.gbdata4.ThisButton = false;
  359. //
  360. // lbdate4
  361. //
  362. this.lbdate4.AutoSize = true;
  363. this.lbdate4.BackColor = System.Drawing.Color.Transparent;
  364. this.lbdate4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.lbdate4.Location = new System.Drawing.Point(421, 16);
  366. this.lbdate4.Name = "lbdate4";
  367. this.lbdate4.Size = new System.Drawing.Size(93, 19);
  368. this.lbdate4.TabIndex = 8;
  369. this.lbdate4.Text = "0000-00-00";
  370. //
  371. // gbYP4
  372. //
  373. this.gbYP4.BackColor = System.Drawing.Color.Red;
  374. this.gbYP4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP4.BackImg")));
  375. this.gbYP4.Bitmap = null;
  376. this.gbYP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  377. this.gbYP4.ForeColor = System.Drawing.Color.White;
  378. this.gbYP4.IsProhibitedResize = false;
  379. this.gbYP4.Location = new System.Drawing.Point(427, 69);
  380. this.gbYP4.Name = "gbYP4";
  381. this.gbYP4.Size = new System.Drawing.Size(80, 24);
  382. this.gbYP4.TabIndex = 5;
  383. this.gbYP4.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  384. this.gbYP4.Text = "未备份";
  385. this.gbYP4.ThisButton = false;
  386. //
  387. // label1
  388. //
  389. this.label1.AutoSize = true;
  390. this.label1.BackColor = System.Drawing.Color.Transparent;
  391. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.label1.Location = new System.Drawing.Point(5, 188);
  393. this.label1.Name = "label1";
  394. this.label1.Size = new System.Drawing.Size(65, 19);
  395. this.label1.TabIndex = 8;
  396. this.label1.Text = "资料文件";
  397. //
  398. // label13
  399. //
  400. this.label13.AutoSize = true;
  401. this.label13.BackColor = System.Drawing.Color.Transparent;
  402. this.label13.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.label13.Location = new System.Drawing.Point(19, 158);
  404. this.label13.Name = "label13";
  405. this.label13.Size = new System.Drawing.Size(51, 19);
  406. this.label13.TabIndex = 8;
  407. this.label13.Text = "设计片";
  408. //
  409. // gbJXP4
  410. //
  411. this.gbJXP4.BackColor = System.Drawing.Color.Red;
  412. this.gbJXP4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP4.BackImg")));
  413. this.gbJXP4.Bitmap = null;
  414. this.gbJXP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  415. this.gbJXP4.ForeColor = System.Drawing.Color.White;
  416. this.gbJXP4.IsProhibitedResize = false;
  417. this.gbJXP4.Location = new System.Drawing.Point(427, 128);
  418. this.gbJXP4.Name = "gbJXP4";
  419. this.gbJXP4.Size = new System.Drawing.Size(80, 24);
  420. this.gbJXP4.TabIndex = 5;
  421. this.gbJXP4.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  422. this.gbJXP4.Text = "未备份";
  423. this.gbJXP4.ThisButton = false;
  424. //
  425. // label12
  426. //
  427. this.label12.AutoSize = true;
  428. this.label12.BackColor = System.Drawing.Color.Transparent;
  429. this.label12.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.label12.Location = new System.Drawing.Point(19, 130);
  431. this.label12.Name = "label12";
  432. this.label12.Size = new System.Drawing.Size(51, 19);
  433. this.label12.TabIndex = 8;
  434. this.label12.Text = "精修片";
  435. //
  436. // gbCXP4
  437. //
  438. this.gbCXP4.BackColor = System.Drawing.Color.Red;
  439. this.gbCXP4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP4.BackImg")));
  440. this.gbCXP4.Bitmap = null;
  441. this.gbCXP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  442. this.gbCXP4.ForeColor = System.Drawing.Color.White;
  443. this.gbCXP4.IsProhibitedResize = false;
  444. this.gbCXP4.Location = new System.Drawing.Point(427, 98);
  445. this.gbCXP4.Name = "gbCXP4";
  446. this.gbCXP4.Size = new System.Drawing.Size(80, 24);
  447. this.gbCXP4.TabIndex = 5;
  448. this.gbCXP4.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  449. this.gbCXP4.Text = "未备份";
  450. this.gbCXP4.ThisButton = false;
  451. //
  452. // gbUpload4
  453. //
  454. this.gbUpload4.BackColor = System.Drawing.Color.Red;
  455. this.gbUpload4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload4.BackImg")));
  456. this.gbUpload4.Bitmap = null;
  457. this.gbUpload4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  458. this.gbUpload4.ForeColor = System.Drawing.Color.White;
  459. this.gbUpload4.IsProhibitedResize = false;
  460. this.gbUpload4.Location = new System.Drawing.Point(427, 187);
  461. this.gbUpload4.Name = "gbUpload4";
  462. this.gbUpload4.Size = new System.Drawing.Size(80, 24);
  463. this.gbUpload4.TabIndex = 5;
  464. this.gbUpload4.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  465. this.gbUpload4.Text = "未备份";
  466. this.gbUpload4.ThisButton = false;
  467. //
  468. // label11
  469. //
  470. this.label11.AutoSize = true;
  471. this.label11.BackColor = System.Drawing.Color.Transparent;
  472. this.label11.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.label11.Location = new System.Drawing.Point(19, 101);
  474. this.label11.Name = "label11";
  475. this.label11.Size = new System.Drawing.Size(51, 19);
  476. this.label11.TabIndex = 8;
  477. this.label11.Text = "初修片";
  478. //
  479. // gbSJP4
  480. //
  481. this.gbSJP4.BackColor = System.Drawing.Color.Red;
  482. this.gbSJP4.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP4.BackImg")));
  483. this.gbSJP4.Bitmap = null;
  484. this.gbSJP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  485. this.gbSJP4.ForeColor = System.Drawing.Color.White;
  486. this.gbSJP4.IsProhibitedResize = false;
  487. this.gbSJP4.Location = new System.Drawing.Point(427, 157);
  488. this.gbSJP4.Name = "gbSJP4";
  489. this.gbSJP4.Size = new System.Drawing.Size(80, 24);
  490. this.gbSJP4.TabIndex = 5;
  491. this.gbSJP4.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  492. this.gbSJP4.Text = "未备份";
  493. this.gbSJP4.ThisButton = false;
  494. //
  495. // label10
  496. //
  497. this.label10.AutoSize = true;
  498. this.label10.BackColor = System.Drawing.Color.Transparent;
  499. this.label10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.label10.Location = new System.Drawing.Point(21, 71);
  501. this.label10.Name = "label10";
  502. this.label10.Size = new System.Drawing.Size(49, 19);
  503. this.label10.TabIndex = 8;
  504. this.label10.Text = "原 片";
  505. //
  506. // gbdata7
  507. //
  508. this.gbdata7.BackColor = System.Drawing.Color.Red;
  509. this.gbdata7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata7.BackImg")));
  510. this.gbdata7.Bitmap = null;
  511. this.gbdata7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  512. this.gbdata7.ForeColor = System.Drawing.Color.White;
  513. this.gbdata7.IsProhibitedResize = false;
  514. this.gbdata7.Location = new System.Drawing.Point(768, 40);
  515. this.gbdata7.Name = "gbdata7";
  516. this.gbdata7.Size = new System.Drawing.Size(80, 24);
  517. this.gbdata7.TabIndex = 5;
  518. this.gbdata7.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  519. this.gbdata7.Text = "未备份";
  520. this.gbdata7.ThisButton = false;
  521. //
  522. // label9
  523. //
  524. this.label9.AutoSize = true;
  525. this.label9.BackColor = System.Drawing.Color.Transparent;
  526. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.label9.Location = new System.Drawing.Point(19, 41);
  528. this.label9.Name = "label9";
  529. this.label9.Size = new System.Drawing.Size(51, 19);
  530. this.label9.TabIndex = 8;
  531. this.label9.Text = "数据库";
  532. //
  533. // gbYP7
  534. //
  535. this.gbYP7.BackColor = System.Drawing.Color.Red;
  536. this.gbYP7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP7.BackImg")));
  537. this.gbYP7.Bitmap = null;
  538. this.gbYP7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  539. this.gbYP7.ForeColor = System.Drawing.Color.White;
  540. this.gbYP7.IsProhibitedResize = false;
  541. this.gbYP7.Location = new System.Drawing.Point(768, 69);
  542. this.gbYP7.Name = "gbYP7";
  543. this.gbYP7.Size = new System.Drawing.Size(80, 24);
  544. this.gbYP7.TabIndex = 5;
  545. this.gbYP7.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  546. this.gbYP7.Text = "未备份";
  547. this.gbYP7.ThisButton = false;
  548. //
  549. // gbJXP7
  550. //
  551. this.gbJXP7.BackColor = System.Drawing.Color.Red;
  552. this.gbJXP7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP7.BackImg")));
  553. this.gbJXP7.Bitmap = null;
  554. this.gbJXP7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  555. this.gbJXP7.ForeColor = System.Drawing.Color.White;
  556. this.gbJXP7.IsProhibitedResize = false;
  557. this.gbJXP7.Location = new System.Drawing.Point(768, 128);
  558. this.gbJXP7.Name = "gbJXP7";
  559. this.gbJXP7.Size = new System.Drawing.Size(80, 24);
  560. this.gbJXP7.TabIndex = 5;
  561. this.gbJXP7.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  562. this.gbJXP7.Text = "未备份";
  563. this.gbJXP7.ThisButton = false;
  564. //
  565. // lbdate1
  566. //
  567. this.lbdate1.AutoSize = true;
  568. this.lbdate1.BackColor = System.Drawing.Color.Transparent;
  569. this.lbdate1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.lbdate1.Location = new System.Drawing.Point(71, 16);
  571. this.lbdate1.Name = "lbdate1";
  572. this.lbdate1.Size = new System.Drawing.Size(93, 19);
  573. this.lbdate1.TabIndex = 8;
  574. this.lbdate1.Text = "0000-00-00";
  575. //
  576. // gbUpload7
  577. //
  578. this.gbUpload7.BackColor = System.Drawing.Color.Red;
  579. this.gbUpload7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload7.BackImg")));
  580. this.gbUpload7.Bitmap = null;
  581. this.gbUpload7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  582. this.gbUpload7.ForeColor = System.Drawing.Color.White;
  583. this.gbUpload7.IsProhibitedResize = false;
  584. this.gbUpload7.Location = new System.Drawing.Point(768, 187);
  585. this.gbUpload7.Name = "gbUpload7";
  586. this.gbUpload7.Size = new System.Drawing.Size(80, 24);
  587. this.gbUpload7.TabIndex = 5;
  588. this.gbUpload7.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  589. this.gbUpload7.Text = "未备份";
  590. this.gbUpload7.ThisButton = false;
  591. //
  592. // gbCXP7
  593. //
  594. this.gbCXP7.BackColor = System.Drawing.Color.Red;
  595. this.gbCXP7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP7.BackImg")));
  596. this.gbCXP7.Bitmap = null;
  597. this.gbCXP7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  598. this.gbCXP7.ForeColor = System.Drawing.Color.White;
  599. this.gbCXP7.IsProhibitedResize = false;
  600. this.gbCXP7.Location = new System.Drawing.Point(768, 98);
  601. this.gbCXP7.Name = "gbCXP7";
  602. this.gbCXP7.Size = new System.Drawing.Size(80, 24);
  603. this.gbCXP7.TabIndex = 5;
  604. this.gbCXP7.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  605. this.gbCXP7.Text = "未备份";
  606. this.gbCXP7.ThisButton = false;
  607. //
  608. // gbSJP7
  609. //
  610. this.gbSJP7.BackColor = System.Drawing.Color.Red;
  611. this.gbSJP7.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP7.BackImg")));
  612. this.gbSJP7.Bitmap = null;
  613. this.gbSJP7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  614. this.gbSJP7.ForeColor = System.Drawing.Color.White;
  615. this.gbSJP7.IsProhibitedResize = false;
  616. this.gbSJP7.Location = new System.Drawing.Point(768, 157);
  617. this.gbSJP7.Name = "gbSJP7";
  618. this.gbSJP7.Size = new System.Drawing.Size(80, 24);
  619. this.gbSJP7.TabIndex = 5;
  620. this.gbSJP7.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  621. this.gbSJP7.Text = "未备份";
  622. this.gbSJP7.ThisButton = false;
  623. //
  624. // gbdata2
  625. //
  626. this.gbdata2.BackColor = System.Drawing.Color.Red;
  627. this.gbdata2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata2.BackImg")));
  628. this.gbdata2.Bitmap = null;
  629. this.gbdata2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  630. this.gbdata2.ForeColor = System.Drawing.Color.White;
  631. this.gbdata2.IsProhibitedResize = false;
  632. this.gbdata2.Location = new System.Drawing.Point(194, 41);
  633. this.gbdata2.Name = "gbdata2";
  634. this.gbdata2.Size = new System.Drawing.Size(80, 24);
  635. this.gbdata2.TabIndex = 5;
  636. this.gbdata2.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  637. this.gbdata2.Text = "未备份";
  638. this.gbdata2.ThisButton = false;
  639. //
  640. // gbYP2
  641. //
  642. this.gbYP2.BackColor = System.Drawing.Color.Red;
  643. this.gbYP2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP2.BackImg")));
  644. this.gbYP2.Bitmap = null;
  645. this.gbYP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  646. this.gbYP2.ForeColor = System.Drawing.Color.White;
  647. this.gbYP2.IsProhibitedResize = false;
  648. this.gbYP2.Location = new System.Drawing.Point(194, 70);
  649. this.gbYP2.Name = "gbYP2";
  650. this.gbYP2.Size = new System.Drawing.Size(80, 24);
  651. this.gbYP2.TabIndex = 5;
  652. this.gbYP2.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  653. this.gbYP2.Text = "未备份";
  654. this.gbYP2.ThisButton = false;
  655. //
  656. // gbJXP2
  657. //
  658. this.gbJXP2.BackColor = System.Drawing.Color.Red;
  659. this.gbJXP2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP2.BackImg")));
  660. this.gbJXP2.Bitmap = null;
  661. this.gbJXP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  662. this.gbJXP2.ForeColor = System.Drawing.Color.White;
  663. this.gbJXP2.IsProhibitedResize = false;
  664. this.gbJXP2.Location = new System.Drawing.Point(194, 129);
  665. this.gbJXP2.Name = "gbJXP2";
  666. this.gbJXP2.Size = new System.Drawing.Size(80, 24);
  667. this.gbJXP2.TabIndex = 5;
  668. this.gbJXP2.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  669. this.gbJXP2.Text = "未备份";
  670. this.gbJXP2.ThisButton = false;
  671. //
  672. // gbUpload2
  673. //
  674. this.gbUpload2.BackColor = System.Drawing.Color.Red;
  675. this.gbUpload2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload2.BackImg")));
  676. this.gbUpload2.Bitmap = null;
  677. this.gbUpload2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  678. this.gbUpload2.ForeColor = System.Drawing.Color.White;
  679. this.gbUpload2.IsProhibitedResize = false;
  680. this.gbUpload2.Location = new System.Drawing.Point(194, 188);
  681. this.gbUpload2.Name = "gbUpload2";
  682. this.gbUpload2.Size = new System.Drawing.Size(80, 24);
  683. this.gbUpload2.TabIndex = 5;
  684. this.gbUpload2.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  685. this.gbUpload2.Text = "未备份";
  686. this.gbUpload2.ThisButton = false;
  687. //
  688. // gbCXP2
  689. //
  690. this.gbCXP2.BackColor = System.Drawing.Color.Red;
  691. this.gbCXP2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP2.BackImg")));
  692. this.gbCXP2.Bitmap = null;
  693. this.gbCXP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  694. this.gbCXP2.ForeColor = System.Drawing.Color.White;
  695. this.gbCXP2.IsProhibitedResize = false;
  696. this.gbCXP2.Location = new System.Drawing.Point(194, 99);
  697. this.gbCXP2.Name = "gbCXP2";
  698. this.gbCXP2.Size = new System.Drawing.Size(80, 24);
  699. this.gbCXP2.TabIndex = 5;
  700. this.gbCXP2.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  701. this.gbCXP2.Text = "未备份";
  702. this.gbCXP2.ThisButton = false;
  703. //
  704. // gbSJP2
  705. //
  706. this.gbSJP2.BackColor = System.Drawing.Color.Red;
  707. this.gbSJP2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP2.BackImg")));
  708. this.gbSJP2.Bitmap = null;
  709. this.gbSJP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  710. this.gbSJP2.ForeColor = System.Drawing.Color.White;
  711. this.gbSJP2.IsProhibitedResize = false;
  712. this.gbSJP2.Location = new System.Drawing.Point(194, 158);
  713. this.gbSJP2.Name = "gbSJP2";
  714. this.gbSJP2.Size = new System.Drawing.Size(80, 24);
  715. this.gbSJP2.TabIndex = 5;
  716. this.gbSJP2.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  717. this.gbSJP2.Text = "未备份";
  718. this.gbSJP2.ThisButton = false;
  719. //
  720. // gbdata3
  721. //
  722. this.gbdata3.BackColor = System.Drawing.Color.Red;
  723. this.gbdata3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata3.BackImg")));
  724. this.gbdata3.Bitmap = null;
  725. this.gbdata3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  726. this.gbdata3.ForeColor = System.Drawing.Color.White;
  727. this.gbdata3.IsProhibitedResize = false;
  728. this.gbdata3.Location = new System.Drawing.Point(310, 41);
  729. this.gbdata3.Name = "gbdata3";
  730. this.gbdata3.Size = new System.Drawing.Size(80, 24);
  731. this.gbdata3.TabIndex = 5;
  732. this.gbdata3.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  733. this.gbdata3.Text = "未备份";
  734. this.gbdata3.ThisButton = false;
  735. //
  736. // gbYP3
  737. //
  738. this.gbYP3.BackColor = System.Drawing.Color.Red;
  739. this.gbYP3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP3.BackImg")));
  740. this.gbYP3.Bitmap = null;
  741. this.gbYP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  742. this.gbYP3.ForeColor = System.Drawing.Color.White;
  743. this.gbYP3.IsProhibitedResize = false;
  744. this.gbYP3.Location = new System.Drawing.Point(310, 70);
  745. this.gbYP3.Name = "gbYP3";
  746. this.gbYP3.Size = new System.Drawing.Size(80, 24);
  747. this.gbYP3.TabIndex = 5;
  748. this.gbYP3.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  749. this.gbYP3.Text = "未备份";
  750. this.gbYP3.ThisButton = false;
  751. //
  752. // gbJXP3
  753. //
  754. this.gbJXP3.BackColor = System.Drawing.Color.Red;
  755. this.gbJXP3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP3.BackImg")));
  756. this.gbJXP3.Bitmap = null;
  757. this.gbJXP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  758. this.gbJXP3.ForeColor = System.Drawing.Color.White;
  759. this.gbJXP3.IsProhibitedResize = false;
  760. this.gbJXP3.Location = new System.Drawing.Point(310, 129);
  761. this.gbJXP3.Name = "gbJXP3";
  762. this.gbJXP3.Size = new System.Drawing.Size(80, 24);
  763. this.gbJXP3.TabIndex = 5;
  764. this.gbJXP3.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  765. this.gbJXP3.Text = "未备份";
  766. this.gbJXP3.ThisButton = false;
  767. //
  768. // gbUpload5
  769. //
  770. this.gbUpload5.BackColor = System.Drawing.Color.Red;
  771. this.gbUpload5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload5.BackImg")));
  772. this.gbUpload5.Bitmap = null;
  773. this.gbUpload5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  774. this.gbUpload5.ForeColor = System.Drawing.Color.White;
  775. this.gbUpload5.IsProhibitedResize = false;
  776. this.gbUpload5.Location = new System.Drawing.Point(545, 187);
  777. this.gbUpload5.Name = "gbUpload5";
  778. this.gbUpload5.Size = new System.Drawing.Size(80, 24);
  779. this.gbUpload5.TabIndex = 5;
  780. this.gbUpload5.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  781. this.gbUpload5.Text = "未备份";
  782. this.gbUpload5.ThisButton = false;
  783. //
  784. // gbCXP3
  785. //
  786. this.gbCXP3.BackColor = System.Drawing.Color.Red;
  787. this.gbCXP3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP3.BackImg")));
  788. this.gbCXP3.Bitmap = null;
  789. this.gbCXP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  790. this.gbCXP3.ForeColor = System.Drawing.Color.White;
  791. this.gbCXP3.IsProhibitedResize = false;
  792. this.gbCXP3.Location = new System.Drawing.Point(310, 99);
  793. this.gbCXP3.Name = "gbCXP3";
  794. this.gbCXP3.Size = new System.Drawing.Size(80, 24);
  795. this.gbCXP3.TabIndex = 5;
  796. this.gbCXP3.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  797. this.gbCXP3.Text = "未备份";
  798. this.gbCXP3.ThisButton = false;
  799. //
  800. // gbUpload3
  801. //
  802. this.gbUpload3.BackColor = System.Drawing.Color.Red;
  803. this.gbUpload3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload3.BackImg")));
  804. this.gbUpload3.Bitmap = null;
  805. this.gbUpload3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  806. this.gbUpload3.ForeColor = System.Drawing.Color.White;
  807. this.gbUpload3.IsProhibitedResize = false;
  808. this.gbUpload3.Location = new System.Drawing.Point(310, 188);
  809. this.gbUpload3.Name = "gbUpload3";
  810. this.gbUpload3.Size = new System.Drawing.Size(80, 24);
  811. this.gbUpload3.TabIndex = 5;
  812. this.gbUpload3.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  813. this.gbUpload3.Text = "未备份";
  814. this.gbUpload3.ThisButton = false;
  815. //
  816. // gbSJP5
  817. //
  818. this.gbSJP5.BackColor = System.Drawing.Color.Red;
  819. this.gbSJP5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP5.BackImg")));
  820. this.gbSJP5.Bitmap = null;
  821. this.gbSJP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  822. this.gbSJP5.ForeColor = System.Drawing.Color.White;
  823. this.gbSJP5.IsProhibitedResize = false;
  824. this.gbSJP5.Location = new System.Drawing.Point(545, 157);
  825. this.gbSJP5.Name = "gbSJP5";
  826. this.gbSJP5.Size = new System.Drawing.Size(80, 24);
  827. this.gbSJP5.TabIndex = 5;
  828. this.gbSJP5.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  829. this.gbSJP5.Text = "未备份";
  830. this.gbSJP5.ThisButton = false;
  831. //
  832. // gbSJP3
  833. //
  834. this.gbSJP3.BackColor = System.Drawing.Color.Red;
  835. this.gbSJP3.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP3.BackImg")));
  836. this.gbSJP3.Bitmap = null;
  837. this.gbSJP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  838. this.gbSJP3.ForeColor = System.Drawing.Color.White;
  839. this.gbSJP3.IsProhibitedResize = false;
  840. this.gbSJP3.Location = new System.Drawing.Point(310, 158);
  841. this.gbSJP3.Name = "gbSJP3";
  842. this.gbSJP3.Size = new System.Drawing.Size(80, 24);
  843. this.gbSJP3.TabIndex = 5;
  844. this.gbSJP3.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  845. this.gbSJP3.Text = "未备份";
  846. this.gbSJP3.ThisButton = false;
  847. //
  848. // gbCXP5
  849. //
  850. this.gbCXP5.BackColor = System.Drawing.Color.Red;
  851. this.gbCXP5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP5.BackImg")));
  852. this.gbCXP5.Bitmap = null;
  853. this.gbCXP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  854. this.gbCXP5.ForeColor = System.Drawing.Color.White;
  855. this.gbCXP5.IsProhibitedResize = false;
  856. this.gbCXP5.Location = new System.Drawing.Point(545, 98);
  857. this.gbCXP5.Name = "gbCXP5";
  858. this.gbCXP5.Size = new System.Drawing.Size(80, 24);
  859. this.gbCXP5.TabIndex = 5;
  860. this.gbCXP5.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  861. this.gbCXP5.Text = "未备份";
  862. this.gbCXP5.ThisButton = false;
  863. //
  864. // gbdata6
  865. //
  866. this.gbdata6.BackColor = System.Drawing.Color.Red;
  867. this.gbdata6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata6.BackImg")));
  868. this.gbdata6.Bitmap = null;
  869. this.gbdata6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  870. this.gbdata6.ForeColor = System.Drawing.Color.White;
  871. this.gbdata6.IsProhibitedResize = false;
  872. this.gbdata6.Location = new System.Drawing.Point(657, 40);
  873. this.gbdata6.Name = "gbdata6";
  874. this.gbdata6.Size = new System.Drawing.Size(80, 24);
  875. this.gbdata6.TabIndex = 5;
  876. this.gbdata6.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  877. this.gbdata6.Text = "未备份";
  878. this.gbdata6.ThisButton = false;
  879. //
  880. // gbJXP5
  881. //
  882. this.gbJXP5.BackColor = System.Drawing.Color.Red;
  883. this.gbJXP5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP5.BackImg")));
  884. this.gbJXP5.Bitmap = null;
  885. this.gbJXP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  886. this.gbJXP5.ForeColor = System.Drawing.Color.White;
  887. this.gbJXP5.IsProhibitedResize = false;
  888. this.gbJXP5.Location = new System.Drawing.Point(545, 128);
  889. this.gbJXP5.Name = "gbJXP5";
  890. this.gbJXP5.Size = new System.Drawing.Size(80, 24);
  891. this.gbJXP5.TabIndex = 5;
  892. this.gbJXP5.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  893. this.gbJXP5.Text = "未备份";
  894. this.gbJXP5.ThisButton = false;
  895. //
  896. // gbYP6
  897. //
  898. this.gbYP6.BackColor = System.Drawing.Color.Red;
  899. this.gbYP6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP6.BackImg")));
  900. this.gbYP6.Bitmap = null;
  901. this.gbYP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  902. this.gbYP6.ForeColor = System.Drawing.Color.White;
  903. this.gbYP6.IsProhibitedResize = false;
  904. this.gbYP6.Location = new System.Drawing.Point(657, 69);
  905. this.gbYP6.Name = "gbYP6";
  906. this.gbYP6.Size = new System.Drawing.Size(80, 24);
  907. this.gbYP6.TabIndex = 5;
  908. this.gbYP6.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  909. this.gbYP6.Text = "未备份";
  910. this.gbYP6.ThisButton = false;
  911. //
  912. // gbYP5
  913. //
  914. this.gbYP5.BackColor = System.Drawing.Color.Red;
  915. this.gbYP5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbYP5.BackImg")));
  916. this.gbYP5.Bitmap = null;
  917. this.gbYP5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  918. this.gbYP5.ForeColor = System.Drawing.Color.White;
  919. this.gbYP5.IsProhibitedResize = false;
  920. this.gbYP5.Location = new System.Drawing.Point(545, 69);
  921. this.gbYP5.Name = "gbYP5";
  922. this.gbYP5.Size = new System.Drawing.Size(80, 24);
  923. this.gbYP5.TabIndex = 5;
  924. this.gbYP5.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  925. this.gbYP5.Text = "未备份";
  926. this.gbYP5.ThisButton = false;
  927. //
  928. // gbJXP6
  929. //
  930. this.gbJXP6.BackColor = System.Drawing.Color.Red;
  931. this.gbJXP6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbJXP6.BackImg")));
  932. this.gbJXP6.Bitmap = null;
  933. this.gbJXP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  934. this.gbJXP6.ForeColor = System.Drawing.Color.White;
  935. this.gbJXP6.IsProhibitedResize = false;
  936. this.gbJXP6.Location = new System.Drawing.Point(657, 128);
  937. this.gbJXP6.Name = "gbJXP6";
  938. this.gbJXP6.Size = new System.Drawing.Size(80, 24);
  939. this.gbJXP6.TabIndex = 5;
  940. this.gbJXP6.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  941. this.gbJXP6.Text = "未备份";
  942. this.gbJXP6.ThisButton = false;
  943. //
  944. // gbdata5
  945. //
  946. this.gbdata5.BackColor = System.Drawing.Color.Red;
  947. this.gbdata5.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbdata5.BackImg")));
  948. this.gbdata5.Bitmap = null;
  949. this.gbdata5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  950. this.gbdata5.ForeColor = System.Drawing.Color.White;
  951. this.gbdata5.IsProhibitedResize = false;
  952. this.gbdata5.Location = new System.Drawing.Point(545, 40);
  953. this.gbdata5.Name = "gbdata5";
  954. this.gbdata5.Size = new System.Drawing.Size(80, 24);
  955. this.gbdata5.TabIndex = 5;
  956. this.gbdata5.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  957. this.gbdata5.Text = "未备份";
  958. this.gbdata5.ThisButton = false;
  959. //
  960. // gbUpload6
  961. //
  962. this.gbUpload6.BackColor = System.Drawing.Color.Red;
  963. this.gbUpload6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbUpload6.BackImg")));
  964. this.gbUpload6.Bitmap = null;
  965. this.gbUpload6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  966. this.gbUpload6.ForeColor = System.Drawing.Color.White;
  967. this.gbUpload6.IsProhibitedResize = false;
  968. this.gbUpload6.Location = new System.Drawing.Point(657, 187);
  969. this.gbUpload6.Name = "gbUpload6";
  970. this.gbUpload6.Size = new System.Drawing.Size(80, 24);
  971. this.gbUpload6.TabIndex = 5;
  972. this.gbUpload6.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  973. this.gbUpload6.Text = "未备份";
  974. this.gbUpload6.ThisButton = false;
  975. //
  976. // gbCXP6
  977. //
  978. this.gbCXP6.BackColor = System.Drawing.Color.Red;
  979. this.gbCXP6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbCXP6.BackImg")));
  980. this.gbCXP6.Bitmap = null;
  981. this.gbCXP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  982. this.gbCXP6.ForeColor = System.Drawing.Color.White;
  983. this.gbCXP6.IsProhibitedResize = false;
  984. this.gbCXP6.Location = new System.Drawing.Point(657, 98);
  985. this.gbCXP6.Name = "gbCXP6";
  986. this.gbCXP6.Size = new System.Drawing.Size(80, 24);
  987. this.gbCXP6.TabIndex = 5;
  988. this.gbCXP6.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  989. this.gbCXP6.Text = "未备份";
  990. this.gbCXP6.ThisButton = false;
  991. //
  992. // gbSJP6
  993. //
  994. this.gbSJP6.BackColor = System.Drawing.Color.Red;
  995. this.gbSJP6.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbSJP6.BackImg")));
  996. this.gbSJP6.Bitmap = null;
  997. this.gbSJP6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  998. this.gbSJP6.ForeColor = System.Drawing.Color.White;
  999. this.gbSJP6.IsProhibitedResize = false;
  1000. this.gbSJP6.Location = new System.Drawing.Point(657, 157);
  1001. this.gbSJP6.Name = "gbSJP6";
  1002. this.gbSJP6.Size = new System.Drawing.Size(80, 24);
  1003. this.gbSJP6.TabIndex = 5;
  1004. this.gbSJP6.Tag = "SPS|show|LYFZ.Software.PhotoStudio.frmSystemAbout";
  1005. this.gbSJP6.Text = "未备份";
  1006. this.gbSJP6.ThisButton = false;
  1007. //
  1008. // groupBoxEx1
  1009. //
  1010. this.groupBoxEx1.Controls.Add(this.labelEx1);
  1011. this.groupBoxEx1.Location = new System.Drawing.Point(22, 9);
  1012. this.groupBoxEx1.Name = "groupBoxEx1";
  1013. this.groupBoxEx1.Size = new System.Drawing.Size(865, 125);
  1014. this.groupBoxEx1.TabIndex = 11;
  1015. this.groupBoxEx1.TabStop = false;
  1016. this.groupBoxEx1.Text = "说明";
  1017. //
  1018. // labelEx1
  1019. //
  1020. this.labelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  1021. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1022. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1023. this.labelEx1.Location = new System.Drawing.Point(3, 17);
  1024. this.labelEx1.Name = "labelEx1";
  1025. this.labelEx1.Size = new System.Drawing.Size(859, 105);
  1026. this.labelEx1.TabIndex = 0;
  1027. this.labelEx1.Text = "1. 数据库、各种相片和上传的资料文件如果未备份有严重的丢失风险\r\n2. 系统检测七天内的备份状态,备份正常是绿色,未备份为红色\r\n3. 请确保备份盘为单独的一块" +
  1028. "物理硬盘(与原保存位置不在同一块物理硬盘)\r\n4. 请及时通知公司负责人或技术人员解决,如有需要请与经销商联系\r\n5.资料文件为\"客人头像、礼服图片、产品图片和" +
  1029. "来电精灵录音等资料文件\"\r\n";
  1030. //
  1031. // lbGetInfo
  1032. //
  1033. this.lbGetInfo.AutoSize = true;
  1034. this.lbGetInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1035. this.lbGetInfo.ForeColor = System.Drawing.Color.Red;
  1036. this.lbGetInfo.Location = new System.Drawing.Point(28, 380);
  1037. this.lbGetInfo.Name = "lbGetInfo";
  1038. this.lbGetInfo.Size = new System.Drawing.Size(0, 22);
  1039. this.lbGetInfo.TabIndex = 12;
  1040. //
  1041. // frmBackupReminder
  1042. //
  1043. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1044. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1045. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1046. this.ClientSize = new System.Drawing.Size(910, 478);
  1047. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1048. this.ImeMode = System.Windows.Forms.ImeMode.On;
  1049. this.IsUserControlsSize = false;
  1050. this.MinimizeBox = false;
  1051. this.Name = "frmBackupReminder";
  1052. this.Text = "备份监测提醒";
  1053. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1054. this.plExMainContainer.ResumeLayout(false);
  1055. this.plExMainContainer.PerformLayout();
  1056. this.plFormMainContent.ResumeLayout(false);
  1057. this.gpBackupReminder.ResumeLayout(false);
  1058. this.gpBackupReminder.PerformLayout();
  1059. this.groupBoxEx1.ResumeLayout(false);
  1060. this.ResumeLayout(false);
  1061. }
  1062. #endregion
  1063. public ComponentLibrary.GroupBoxEx gpBackupReminder;
  1064. private System.Windows.Forms.Label label8;
  1065. public ComponentLibrary.GlassButton gbdata1;
  1066. public System.Windows.Forms.Label lbdate7;
  1067. public ComponentLibrary.GlassButton gbYP1;
  1068. public System.Windows.Forms.Label lbdate6;
  1069. public ComponentLibrary.GlassButton gbJXP1;
  1070. public System.Windows.Forms.Label lbdate3;
  1071. public ComponentLibrary.GlassButton gbCXP1;
  1072. public System.Windows.Forms.Label lbdate5;
  1073. public ComponentLibrary.GlassButton gbSJP1;
  1074. public System.Windows.Forms.Label lbdate2;
  1075. public ComponentLibrary.GlassButton gbdata4;
  1076. public System.Windows.Forms.Label lbdate4;
  1077. public ComponentLibrary.GlassButton gbYP4;
  1078. private System.Windows.Forms.Label label13;
  1079. public ComponentLibrary.GlassButton gbJXP4;
  1080. private System.Windows.Forms.Label label12;
  1081. public ComponentLibrary.GlassButton gbCXP4;
  1082. private System.Windows.Forms.Label label11;
  1083. public ComponentLibrary.GlassButton gbSJP4;
  1084. private System.Windows.Forms.Label label10;
  1085. public ComponentLibrary.GlassButton gbdata7;
  1086. private System.Windows.Forms.Label label9;
  1087. public ComponentLibrary.GlassButton gbYP7;
  1088. public ComponentLibrary.GlassButton gbJXP7;
  1089. public System.Windows.Forms.Label lbdate1;
  1090. public ComponentLibrary.GlassButton gbCXP7;
  1091. public ComponentLibrary.GlassButton gbSJP7;
  1092. public ComponentLibrary.GlassButton gbdata2;
  1093. public ComponentLibrary.GlassButton gbYP2;
  1094. public ComponentLibrary.GlassButton gbJXP2;
  1095. public ComponentLibrary.GlassButton gbCXP2;
  1096. public ComponentLibrary.GlassButton gbSJP2;
  1097. public ComponentLibrary.GlassButton gbdata3;
  1098. public ComponentLibrary.GlassButton gbYP3;
  1099. public ComponentLibrary.GlassButton gbJXP3;
  1100. public ComponentLibrary.GlassButton gbCXP3;
  1101. public ComponentLibrary.GlassButton gbSJP5;
  1102. public ComponentLibrary.GlassButton gbSJP3;
  1103. public ComponentLibrary.GlassButton gbCXP5;
  1104. public ComponentLibrary.GlassButton gbdata6;
  1105. public ComponentLibrary.GlassButton gbJXP5;
  1106. public ComponentLibrary.GlassButton gbYP6;
  1107. public ComponentLibrary.GlassButton gbYP5;
  1108. public ComponentLibrary.GlassButton gbJXP6;
  1109. public ComponentLibrary.GlassButton gbdata5;
  1110. public ComponentLibrary.GlassButton gbCXP6;
  1111. public ComponentLibrary.GlassButton gbSJP6;
  1112. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1113. private ComponentLibrary.LabelEx labelEx1;
  1114. public ComponentLibrary.GlassButton gbUpload1;
  1115. private System.Windows.Forms.Label label1;
  1116. public ComponentLibrary.GlassButton gbUpload4;
  1117. public ComponentLibrary.GlassButton gbUpload7;
  1118. public ComponentLibrary.GlassButton gbUpload2;
  1119. public ComponentLibrary.GlassButton gbUpload5;
  1120. public ComponentLibrary.GlassButton gbUpload3;
  1121. public ComponentLibrary.GlassButton gbUpload6;
  1122. public ComponentLibrary.LabelEx lbGetInfo;
  1123. }
  1124. }