frmWelcomeForm.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmWelcomeForm
  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(frmWelcomeForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.lbTest = new LYFZ.ComponentLibrary.LabelEx();
  31. this.lbUserName = new LYFZ.ComponentLibrary.LabelEx();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.picAvatar = new LYFZ.ComponentLibrary.PictureBoxEx();
  34. this.lbAccount = new LYFZ.ComponentLibrary.LabelEx();
  35. this.lbLoginTime = new LYFZ.ComponentLibrary.LabelEx();
  36. this.picAPPDowload = new LYFZ.ComponentLibrary.PictureBoxEx();
  37. this.picQrCodeImage = new LYFZ.ComponentLibrary.PictureBoxEx();
  38. this.gbtnmyWork = new LYFZ.ComponentLibrary.GlassButton();
  39. this.gbtnQujianbiao = new LYFZ.ComponentLibrary.GlassButton();
  40. this.gbtnProcessOverview = new LYFZ.ComponentLibrary.GlassButton();
  41. this.txtEssays = new System.Windows.Forms.TextBox();
  42. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  43. this.gbtnYuangongjiangfa = new LYFZ.ComponentLibrary.GlassButton();
  44. this.gbtnGonggao = new LYFZ.ComponentLibrary.GlassButton();
  45. this.gbtnDaYing = new LYFZ.ComponentLibrary.GlassButton();
  46. this.gbtnHelp = new LYFZ.ComponentLibrary.GlassButton();
  47. this.gbtnAbut = new LYFZ.ComponentLibrary.GlassButton();
  48. this.gbtnSmsSend = new LYFZ.ComponentLibrary.GlassButton();
  49. this.glassButton12 = new LYFZ.ComponentLibrary.GlassButton();
  50. this.gbtnIntentionCustomer = new LYFZ.ComponentLibrary.GlassButton();
  51. this.gbtnShopInfo = new LYFZ.ComponentLibrary.GlassButton();
  52. this.gbtnUpdatePass = new LYFZ.ComponentLibrary.GlassButton();
  53. this.gbtnOrderCustomer = new LYFZ.ComponentLibrary.GlassButton();
  54. this.gbtnOrdTable = new LYFZ.ComponentLibrary.GlassButton();
  55. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.picAPPDowload)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.picQrCodeImage)).BeginInit();
  63. this.groupBoxEx1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.AutoScroll = true;
  69. this.plExMainContainer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  70. this.plExMainContainer.Controls.Add(this.labelEx2);
  71. this.plExMainContainer.Controls.Add(this.picAPPDowload);
  72. this.plExMainContainer.Controls.Add(this.picQrCodeImage);
  73. this.plExMainContainer.Controls.Add(this.labelEx1);
  74. this.plExMainContainer.Controls.Add(this.lbTest);
  75. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  76. this.plExMainContainer.Controls.Add(this.glassButton12);
  77. this.plExMainContainer.Controls.Add(this.gbtnOrdTable);
  78. this.plExMainContainer.Controls.Add(this.gbtnHelp);
  79. this.plExMainContainer.Controls.Add(this.gbtnSmsSend);
  80. this.plExMainContainer.Controls.Add(this.gbtnOrderCustomer);
  81. this.plExMainContainer.Controls.Add(this.gbtnDaYing);
  82. this.plExMainContainer.Controls.Add(this.gbtnUpdatePass);
  83. this.plExMainContainer.Controls.Add(this.gbtnProcessOverview);
  84. this.plExMainContainer.Controls.Add(this.gbtnShopInfo);
  85. this.plExMainContainer.Controls.Add(this.gbtnAbut);
  86. this.plExMainContainer.Controls.Add(this.gbtnGonggao);
  87. this.plExMainContainer.Controls.Add(this.gbtnIntentionCustomer);
  88. this.plExMainContainer.Controls.Add(this.gbtnQujianbiao);
  89. this.plExMainContainer.Controls.Add(this.gbtnYuangongjiangfa);
  90. this.plExMainContainer.Controls.Add(this.gbtnmyWork);
  91. this.plExMainContainer.Controls.Add(this.panelEx2);
  92. this.plExMainContainer.Controls.Add(this.panelEx1);
  93. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  94. this.plExMainContainer.Size = new System.Drawing.Size(980, 755);
  95. //
  96. // plFormMainContent
  97. //
  98. this.plFormMainContent.Size = new System.Drawing.Size(980, 795);
  99. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  100. //
  101. // btnAppFormMaximize
  102. //
  103. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  104. this.btnAppFormMaximize.Location = new System.Drawing.Point(921, 0);
  105. //
  106. // btnAppFormExit
  107. //
  108. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  109. this.btnAppFormExit.Location = new System.Drawing.Point(948, 0);
  110. //
  111. // btnAppFormMinimize
  112. //
  113. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  114. this.btnAppFormMinimize.Location = new System.Drawing.Point(894, 0);
  115. //
  116. // panelEx1
  117. //
  118. this.panelEx1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  119. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  120. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  121. this.panelEx1.BorderWidth = 1;
  122. this.panelEx1.Location = new System.Drawing.Point(12, 31);
  123. this.panelEx1.Name = "panelEx1";
  124. this.panelEx1.Size = new System.Drawing.Size(334, 500);
  125. this.panelEx1.TabIndex = 0;
  126. //
  127. // lbTest
  128. //
  129. this.lbTest.BackColor = System.Drawing.Color.Transparent;
  130. this.lbTest.Font = new System.Drawing.Font("楷体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.lbTest.ForeColor = System.Drawing.Color.Red;
  132. this.lbTest.Location = new System.Drawing.Point(12, 576);
  133. this.lbTest.Name = "lbTest";
  134. this.lbTest.Size = new System.Drawing.Size(863, 160);
  135. this.lbTest.TabIndex = 1;
  136. this.lbTest.Text = "欢迎体验使用利亚方舟影楼管理系统!\r\n当前软件为体验版,只适用于新客户体验学习,不可用于生产使用。\r\n体验版数据将不定期清理,体验过程中发现部分订单数据没有被存档" +
  137. "为正常现象。\r\n体验版导入相片只能导到客户端设置的本地目录中。\r\n如需正式使用正版软件,请联系:0752-2398865 利亚方舟客服人员";
  138. this.lbTest.Visible = false;
  139. //
  140. // lbUserName
  141. //
  142. this.lbUserName.AutoSize = true;
  143. this.lbUserName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.lbUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  145. this.lbUserName.Location = new System.Drawing.Point(112, 21);
  146. this.lbUserName.Name = "lbUserName";
  147. this.lbUserName.Size = new System.Drawing.Size(83, 20);
  148. this.lbUserName.TabIndex = 1;
  149. this.lbUserName.Text = "欢迎您:{$}";
  150. //
  151. // panelEx2
  152. //
  153. this.panelEx2.BackColor = System.Drawing.Color.White;
  154. this.panelEx2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  155. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  156. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  157. this.panelEx2.BorderWidth = 1;
  158. this.panelEx2.Controls.Add(this.picAvatar);
  159. this.panelEx2.Controls.Add(this.lbAccount);
  160. this.panelEx2.Controls.Add(this.lbLoginTime);
  161. this.panelEx2.Controls.Add(this.lbUserName);
  162. this.panelEx2.Location = new System.Drawing.Point(365, 31);
  163. this.panelEx2.Name = "panelEx2";
  164. this.panelEx2.Size = new System.Drawing.Size(512, 132);
  165. this.panelEx2.TabIndex = 0;
  166. //
  167. // picAvatar
  168. //
  169. this.picAvatar.BackColor = System.Drawing.Color.Transparent;
  170. this.picAvatar.Location = new System.Drawing.Point(9, 16);
  171. this.picAvatar.Name = "picAvatar";
  172. this.picAvatar.Size = new System.Drawing.Size(100, 100);
  173. this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  174. this.picAvatar.TabIndex = 13;
  175. this.picAvatar.TabStop = false;
  176. //
  177. // lbAccount
  178. //
  179. this.lbAccount.AutoSize = true;
  180. this.lbAccount.Cursor = System.Windows.Forms.Cursors.Hand;
  181. this.lbAccount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.lbAccount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  183. this.lbAccount.Location = new System.Drawing.Point(113, 59);
  184. this.lbAccount.Name = "lbAccount";
  185. this.lbAccount.Size = new System.Drawing.Size(104, 17);
  186. this.lbAccount.TabIndex = 1;
  187. this.lbAccount.Text = "帐号[标识ID]:{$}";
  188. //
  189. // lbLoginTime
  190. //
  191. this.lbLoginTime.AutoSize = true;
  192. this.lbLoginTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lbLoginTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  194. this.lbLoginTime.Location = new System.Drawing.Point(110, 86);
  195. this.lbLoginTime.Name = "lbLoginTime";
  196. this.lbLoginTime.Size = new System.Drawing.Size(107, 17);
  197. this.lbLoginTime.TabIndex = 1;
  198. this.lbLoginTime.Text = "上次登录时间:{$}";
  199. //
  200. // picAPPDowload
  201. //
  202. this.picAPPDowload.BackColor = System.Drawing.Color.Transparent;
  203. this.picAPPDowload.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  204. this.picAPPDowload.Cursor = System.Windows.Forms.Cursors.Hand;
  205. this.picAPPDowload.Image = global::LYFZ.Software.Properties.Resources.APP;
  206. this.picAPPDowload.Location = new System.Drawing.Point(844, 70);
  207. this.picAPPDowload.Name = "picAPPDowload";
  208. this.picAPPDowload.Size = new System.Drawing.Size(28, 28);
  209. this.picAPPDowload.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  210. this.picAPPDowload.TabIndex = 13;
  211. this.picAPPDowload.TabStop = false;
  212. //
  213. // picQrCodeImage
  214. //
  215. this.picQrCodeImage.BackColor = System.Drawing.Color.Transparent;
  216. this.picQrCodeImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  217. this.picQrCodeImage.Cursor = System.Windows.Forms.Cursors.Hand;
  218. this.picQrCodeImage.Location = new System.Drawing.Point(844, 37);
  219. this.picQrCodeImage.Name = "picQrCodeImage";
  220. this.picQrCodeImage.Size = new System.Drawing.Size(28, 28);
  221. this.picQrCodeImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  222. this.picQrCodeImage.TabIndex = 13;
  223. this.picQrCodeImage.TabStop = false;
  224. //
  225. // gbtnmyWork
  226. //
  227. this.gbtnmyWork.BackColor = System.Drawing.Color.Red;
  228. this.gbtnmyWork.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnmyWork.BackImg")));
  229. this.gbtnmyWork.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T01;
  230. this.gbtnmyWork.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  231. this.gbtnmyWork.ForeColor = System.Drawing.Color.White;
  232. this.gbtnmyWork.IsProhibitedResize = false;
  233. this.gbtnmyWork.Location = new System.Drawing.Point(365, 170);
  234. this.gbtnmyWork.Name = "gbtnmyWork";
  235. this.gbtnmyWork.Size = new System.Drawing.Size(166, 75);
  236. this.gbtnmyWork.TabIndex = 5;
  237. this.gbtnmyWork.Tag = "SUMB|Show|LYFZ.Software.MainBusiness.CameraControlBook.MyWorkRemindFormMain";
  238. this.gbtnmyWork.Text = "我的工作";
  239. this.gbtnmyWork.ThisButton = false;
  240. //
  241. // gbtnQujianbiao
  242. //
  243. this.gbtnQujianbiao.BackColor = System.Drawing.Color.ForestGreen;
  244. this.gbtnQujianbiao.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnQujianbiao.BackImg")));
  245. this.gbtnQujianbiao.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T07;
  246. this.gbtnQujianbiao.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  247. this.gbtnQujianbiao.ForeColor = System.Drawing.Color.White;
  248. this.gbtnQujianbiao.IsProhibitedResize = false;
  249. this.gbtnQujianbiao.Location = new System.Drawing.Point(709, 251);
  250. this.gbtnQujianbiao.Name = "gbtnQujianbiao";
  251. this.gbtnQujianbiao.Size = new System.Drawing.Size(80, 156);
  252. this.gbtnQujianbiao.TabIndex = 5;
  253. this.gbtnQujianbiao.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.DoorCityProcess.TotakePieceFormMain";
  254. this.gbtnQujianbiao.Text = "取件表";
  255. this.gbtnQujianbiao.ThisButton = false;
  256. //
  257. // gbtnProcessOverview
  258. //
  259. this.gbtnProcessOverview.BackColor = System.Drawing.Color.Orange;
  260. this.gbtnProcessOverview.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnProcessOverview.BackImg")));
  261. this.gbtnProcessOverview.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T03;
  262. this.gbtnProcessOverview.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  263. this.gbtnProcessOverview.ForeColor = System.Drawing.Color.White;
  264. this.gbtnProcessOverview.IsProhibitedResize = true;
  265. this.gbtnProcessOverview.Location = new System.Drawing.Point(709, 170);
  266. this.gbtnProcessOverview.Name = "gbtnProcessOverview";
  267. this.gbtnProcessOverview.Size = new System.Drawing.Size(80, 75);
  268. this.gbtnProcessOverview.TabIndex = 5;
  269. this.gbtnProcessOverview.Tag = "SUMB|show|LYFZ.Software.MainBusiness.CameraControlBook.SmallForm.CameraControlBoo" +
  270. "kOverviewSmallForm";
  271. this.gbtnProcessOverview.Text = "流程总览";
  272. this.gbtnProcessOverview.ThisButton = false;
  273. //
  274. // txtEssays
  275. //
  276. this.txtEssays.BackColor = System.Drawing.Color.White;
  277. this.txtEssays.BorderStyle = System.Windows.Forms.BorderStyle.None;
  278. this.txtEssays.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.txtEssays.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.txtEssays.Location = new System.Drawing.Point(3, 19);
  281. this.txtEssays.MaxLength = 460;
  282. this.txtEssays.Multiline = true;
  283. this.txtEssays.Name = "txtEssays";
  284. this.txtEssays.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  285. this.txtEssays.Size = new System.Drawing.Size(506, 98);
  286. this.txtEssays.TabIndex = 6;
  287. //
  288. // groupBoxEx1
  289. //
  290. this.groupBoxEx1.Controls.Add(this.txtEssays);
  291. this.groupBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.groupBoxEx1.Location = new System.Drawing.Point(365, 412);
  293. this.groupBoxEx1.Name = "groupBoxEx1";
  294. this.groupBoxEx1.Size = new System.Drawing.Size(512, 120);
  295. this.groupBoxEx1.TabIndex = 7;
  296. this.groupBoxEx1.TabStop = false;
  297. this.groupBoxEx1.Text = "工作随笔";
  298. //
  299. // gbtnYuangongjiangfa
  300. //
  301. this.gbtnYuangongjiangfa.BackColor = System.Drawing.Color.Orange;
  302. this.gbtnYuangongjiangfa.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnYuangongjiangfa.BackImg")));
  303. this.gbtnYuangongjiangfa.Bitmap = ((System.Drawing.Bitmap)(resources.GetObject("gbtnYuangongjiangfa.Bitmap")));
  304. this.gbtnYuangongjiangfa.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  305. this.gbtnYuangongjiangfa.ForeColor = System.Drawing.Color.White;
  306. this.gbtnYuangongjiangfa.IsProhibitedResize = true;
  307. this.gbtnYuangongjiangfa.Location = new System.Drawing.Point(451, 332);
  308. this.gbtnYuangongjiangfa.Name = "gbtnYuangongjiangfa";
  309. this.gbtnYuangongjiangfa.Size = new System.Drawing.Size(80, 75);
  310. this.gbtnYuangongjiangfa.TabIndex = 5;
  311. this.gbtnYuangongjiangfa.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.FinancialManagement.FrmStaffAwardPun" +
  312. "ish";
  313. this.gbtnYuangongjiangfa.Text = "员工奖罚";
  314. this.gbtnYuangongjiangfa.ThisButton = false;
  315. //
  316. // gbtnGonggao
  317. //
  318. this.gbtnGonggao.BackColor = System.Drawing.Color.ForestGreen;
  319. this.gbtnGonggao.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnGonggao.BackImg")));
  320. this.gbtnGonggao.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T02;
  321. this.gbtnGonggao.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  322. this.gbtnGonggao.ForeColor = System.Drawing.Color.White;
  323. this.gbtnGonggao.IsProhibitedResize = true;
  324. this.gbtnGonggao.Location = new System.Drawing.Point(451, 251);
  325. this.gbtnGonggao.Name = "gbtnGonggao";
  326. this.gbtnGonggao.Size = new System.Drawing.Size(80, 75);
  327. this.gbtnGonggao.TabIndex = 5;
  328. this.gbtnGonggao.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.OAShopManagement.frmBulletinBoard";
  329. this.gbtnGonggao.Text = "公告栏";
  330. this.gbtnGonggao.ThisButton = false;
  331. //
  332. // gbtnDaYing
  333. //
  334. this.gbtnDaYing.BackColor = System.Drawing.Color.Turquoise;
  335. this.gbtnDaYing.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnDaYing.BackImg")));
  336. this.gbtnDaYing.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T14;
  337. this.gbtnDaYing.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  338. this.gbtnDaYing.ForeColor = System.Drawing.Color.White;
  339. this.gbtnDaYing.IsProhibitedResize = true;
  340. this.gbtnDaYing.Location = new System.Drawing.Point(795, 251);
  341. this.gbtnDaYing.Name = "gbtnDaYing";
  342. this.gbtnDaYing.Size = new System.Drawing.Size(80, 75);
  343. this.gbtnDaYing.TabIndex = 5;
  344. this.gbtnDaYing.Tag = "SUMB|show|LYFZ.Software.MainBusiness.StudioDataSet.PrinterSetFormMain";
  345. this.gbtnDaYing.Text = "打印设置";
  346. this.gbtnDaYing.ThisButton = false;
  347. //
  348. // gbtnHelp
  349. //
  350. this.gbtnHelp.BackColor = System.Drawing.Color.SteelBlue;
  351. this.gbtnHelp.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnHelp.BackImg")));
  352. this.gbtnHelp.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T09;
  353. this.gbtnHelp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  354. this.gbtnHelp.ForeColor = System.Drawing.Color.White;
  355. this.gbtnHelp.IsProhibitedResize = true;
  356. this.gbtnHelp.Location = new System.Drawing.Point(795, 170);
  357. this.gbtnHelp.Name = "gbtnHelp";
  358. this.gbtnHelp.Size = new System.Drawing.Size(80, 75);
  359. this.gbtnHelp.TabIndex = 5;
  360. this.gbtnHelp.Tag = "SPS|Run|http://www.lyfz.net/";
  361. this.gbtnHelp.Text = "帮助信息";
  362. this.gbtnHelp.ThisButton = false;
  363. //
  364. // gbtnAbut
  365. //
  366. this.gbtnAbut.BackColor = System.Drawing.Color.ForestGreen;
  367. this.gbtnAbut.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnAbut.BackImg")));
  368. this.gbtnAbut.Bitmap = global::LYFZ.Software.UI.Properties.Resources.drive_48px;
  369. this.gbtnAbut.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  370. this.gbtnAbut.ForeColor = System.Drawing.Color.White;
  371. this.gbtnAbut.IsProhibitedResize = true;
  372. this.gbtnAbut.Location = new System.Drawing.Point(795, 332);
  373. this.gbtnAbut.Name = "gbtnAbut";
  374. this.gbtnAbut.Size = new System.Drawing.Size(80, 75);
  375. this.gbtnAbut.TabIndex = 5;
  376. this.gbtnAbut.Tag = "SPS|ShowDialog|LYFZ.Software.PhotoStudio.frmBackupReminder";
  377. this.gbtnAbut.Text = "备份监测";
  378. this.gbtnAbut.ThisButton = false;
  379. //
  380. // gbtnSmsSend
  381. //
  382. this.gbtnSmsSend.BackColor = System.Drawing.Color.Turquoise;
  383. this.gbtnSmsSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnSmsSend.BackImg")));
  384. this.gbtnSmsSend.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T11;
  385. this.gbtnSmsSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  386. this.gbtnSmsSend.ForeColor = System.Drawing.Color.White;
  387. this.gbtnSmsSend.IsProhibitedResize = true;
  388. this.gbtnSmsSend.Location = new System.Drawing.Point(365, 332);
  389. this.gbtnSmsSend.Name = "gbtnSmsSend";
  390. this.gbtnSmsSend.Size = new System.Drawing.Size(80, 75);
  391. this.gbtnSmsSend.TabIndex = 5;
  392. this.gbtnSmsSend.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.SMSManagement.FrmSendRecords";
  393. this.gbtnSmsSend.Text = "短信记录";
  394. this.gbtnSmsSend.ThisButton = false;
  395. //
  396. // glassButton12
  397. //
  398. this.glassButton12.BackColor = System.Drawing.Color.SteelBlue;
  399. this.glassButton12.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("glassButton12.BackImg")));
  400. this.glassButton12.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T06;
  401. this.glassButton12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  402. this.glassButton12.ForeColor = System.Drawing.Color.White;
  403. this.glassButton12.IsProhibitedResize = true;
  404. this.glassButton12.Location = new System.Drawing.Point(365, 251);
  405. this.glassButton12.Name = "glassButton12";
  406. this.glassButton12.Size = new System.Drawing.Size(80, 75);
  407. this.glassButton12.TabIndex = 5;
  408. this.glassButton12.Tag = "SUMB|Show|LYFZ.Software.MainBusiness.InitialSet.FrmPersonalCenter";
  409. this.glassButton12.Text = "个人信息";
  410. this.glassButton12.ThisButton = false;
  411. //
  412. // gbtnIntentionCustomer
  413. //
  414. this.gbtnIntentionCustomer.BackColor = System.Drawing.Color.SteelBlue;
  415. this.gbtnIntentionCustomer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnIntentionCustomer.BackImg")));
  416. this.gbtnIntentionCustomer.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T12;
  417. this.gbtnIntentionCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  418. this.gbtnIntentionCustomer.ForeColor = System.Drawing.Color.White;
  419. this.gbtnIntentionCustomer.IsProhibitedResize = false;
  420. this.gbtnIntentionCustomer.Location = new System.Drawing.Point(537, 251);
  421. this.gbtnIntentionCustomer.Name = "gbtnIntentionCustomer";
  422. this.gbtnIntentionCustomer.Size = new System.Drawing.Size(80, 156);
  423. this.gbtnIntentionCustomer.TabIndex = 5;
  424. this.gbtnIntentionCustomer.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.Customers.Interestedbuyers";
  425. this.gbtnIntentionCustomer.Text = "意向客户";
  426. this.gbtnIntentionCustomer.ThisButton = false;
  427. //
  428. // gbtnShopInfo
  429. //
  430. this.gbtnShopInfo.BackColor = System.Drawing.Color.Turquoise;
  431. this.gbtnShopInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnShopInfo.BackImg")));
  432. this.gbtnShopInfo.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T04;
  433. this.gbtnShopInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  434. this.gbtnShopInfo.ForeColor = System.Drawing.Color.White;
  435. this.gbtnShopInfo.IsProhibitedResize = true;
  436. this.gbtnShopInfo.Location = new System.Drawing.Point(537, 170);
  437. this.gbtnShopInfo.Name = "gbtnShopInfo";
  438. this.gbtnShopInfo.Size = new System.Drawing.Size(80, 75);
  439. this.gbtnShopInfo.TabIndex = 5;
  440. this.gbtnShopInfo.Tag = "SUMB|show|LYFZ.Software.MainBusiness.StudioDataSet.ShopMessageSetFormMain";
  441. this.gbtnShopInfo.Text = "本店信息";
  442. this.gbtnShopInfo.ThisButton = false;
  443. //
  444. // gbtnUpdatePass
  445. //
  446. this.gbtnUpdatePass.BackColor = System.Drawing.Color.Red;
  447. this.gbtnUpdatePass.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnUpdatePass.BackImg")));
  448. this.gbtnUpdatePass.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T13;
  449. this.gbtnUpdatePass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  450. this.gbtnUpdatePass.ForeColor = System.Drawing.Color.White;
  451. this.gbtnUpdatePass.IsProhibitedResize = true;
  452. this.gbtnUpdatePass.Location = new System.Drawing.Point(623, 332);
  453. this.gbtnUpdatePass.Name = "gbtnUpdatePass";
  454. this.gbtnUpdatePass.Size = new System.Drawing.Size(80, 75);
  455. this.gbtnUpdatePass.TabIndex = 5;
  456. this.gbtnUpdatePass.Tag = "SUMB|show|LYFZ.Software.MainBusiness.SystemSettings.FrmChangePassword";
  457. this.gbtnUpdatePass.Text = "修改密码";
  458. this.gbtnUpdatePass.ThisButton = false;
  459. //
  460. // gbtnOrderCustomer
  461. //
  462. this.gbtnOrderCustomer.BackColor = System.Drawing.Color.SteelBlue;
  463. this.gbtnOrderCustomer.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnOrderCustomer.BackImg")));
  464. this.gbtnOrderCustomer.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T06;
  465. this.gbtnOrderCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  466. this.gbtnOrderCustomer.ForeColor = System.Drawing.Color.White;
  467. this.gbtnOrderCustomer.IsProhibitedResize = true;
  468. this.gbtnOrderCustomer.Location = new System.Drawing.Point(623, 251);
  469. this.gbtnOrderCustomer.Name = "gbtnOrderCustomer";
  470. this.gbtnOrderCustomer.Size = new System.Drawing.Size(80, 75);
  471. this.gbtnOrderCustomer.TabIndex = 5;
  472. this.gbtnOrderCustomer.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.Customers.FrmOrdersCustomer";
  473. this.gbtnOrderCustomer.Text = "订单客户";
  474. this.gbtnOrderCustomer.ThisButton = false;
  475. //
  476. // gbtnOrdTable
  477. //
  478. this.gbtnOrdTable.BackColor = System.Drawing.Color.ForestGreen;
  479. this.gbtnOrdTable.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("gbtnOrdTable.BackImg")));
  480. this.gbtnOrdTable.Bitmap = global::LYFZ.Software.UI.Properties.Resources.T05;
  481. this.gbtnOrdTable.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  482. this.gbtnOrdTable.ForeColor = System.Drawing.Color.White;
  483. this.gbtnOrdTable.IsProhibitedResize = true;
  484. this.gbtnOrdTable.Location = new System.Drawing.Point(623, 170);
  485. this.gbtnOrdTable.Name = "gbtnOrdTable";
  486. this.gbtnOrdTable.Size = new System.Drawing.Size(80, 75);
  487. this.gbtnOrdTable.TabIndex = 5;
  488. this.gbtnOrdTable.Tag = "SUMB|ShowEmbedded|LYFZ.Software.MainBusiness.CameraControlBook.OrderReportFormMai" +
  489. "n";
  490. this.gbtnOrdTable.Text = "订单报表";
  491. this.gbtnOrdTable.ThisButton = false;
  492. //
  493. // labelEx1
  494. //
  495. this.labelEx1.AutoSize = true;
  496. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  497. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  499. this.labelEx1.Location = new System.Drawing.Point(15, 5);
  500. this.labelEx1.Name = "labelEx1";
  501. this.labelEx1.Size = new System.Drawing.Size(317, 20);
  502. this.labelEx1.TabIndex = 1;
  503. this.labelEx1.Text = "欢迎使用利亚方舟影楼管理系统,祝您使用愉快!";
  504. //
  505. // labelEx2
  506. //
  507. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  508. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.labelEx2.ForeColor = System.Drawing.Color.Green;
  510. this.labelEx2.Location = new System.Drawing.Point(15, 540);
  511. this.labelEx2.Name = "labelEx2";
  512. this.labelEx2.Size = new System.Drawing.Size(953, 22);
  513. this.labelEx2.TabIndex = 1;
  514. this.labelEx2.Text = "系统最低要求:32位系统 2GB内存 2GB储存空间 推荐配置:64位系统 8GB内存以上 100GB储存空间以上";
  515. //
  516. // frmWelcomeForm
  517. //
  518. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  519. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  520. this.ClientSize = new System.Drawing.Size(980, 860);
  521. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  522. this.IsShowUcNavigationTool = true;
  523. this.Name = "frmWelcomeForm";
  524. this.Text = "欢迎使用利亚方舟影楼管理软件";
  525. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  526. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  527. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  528. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  529. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  530. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  531. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  532. this.plExMainContainer.ResumeLayout(false);
  533. this.plExMainContainer.PerformLayout();
  534. this.plFormMainContent.ResumeLayout(false);
  535. this.panelEx2.ResumeLayout(false);
  536. this.panelEx2.PerformLayout();
  537. ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.picAPPDowload)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.picQrCodeImage)).EndInit();
  540. this.groupBoxEx1.ResumeLayout(false);
  541. this.groupBoxEx1.PerformLayout();
  542. this.ResumeLayout(false);
  543. }
  544. #endregion
  545. private ComponentLibrary.PanelEx panelEx2;
  546. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  547. protected internal ComponentLibrary.PictureBoxEx picAvatar;
  548. protected internal ComponentLibrary.LabelEx lbUserName;
  549. protected internal System.Windows.Forms.TextBox txtEssays;
  550. protected internal ComponentLibrary.LabelEx lbAccount;
  551. protected internal ComponentLibrary.LabelEx lbLoginTime;
  552. protected internal ComponentLibrary.GlassButton gbtnProcessOverview;
  553. protected internal ComponentLibrary.GlassButton gbtnQujianbiao;
  554. protected internal ComponentLibrary.GlassButton gbtnmyWork;
  555. protected internal ComponentLibrary.GlassButton glassButton12;
  556. protected internal ComponentLibrary.GlassButton gbtnHelp;
  557. protected internal ComponentLibrary.GlassButton gbtnSmsSend;
  558. protected internal ComponentLibrary.GlassButton gbtnDaYing;
  559. protected internal ComponentLibrary.GlassButton gbtnAbut;
  560. protected internal ComponentLibrary.GlassButton gbtnGonggao;
  561. protected internal ComponentLibrary.GlassButton gbtnYuangongjiangfa;
  562. protected internal ComponentLibrary.GlassButton gbtnOrdTable;
  563. protected internal ComponentLibrary.GlassButton gbtnOrderCustomer;
  564. protected internal ComponentLibrary.GlassButton gbtnUpdatePass;
  565. protected internal ComponentLibrary.GlassButton gbtnShopInfo;
  566. protected internal ComponentLibrary.GlassButton gbtnIntentionCustomer;
  567. public ComponentLibrary.LabelEx lbTest;
  568. public ComponentLibrary.LabelEx labelEx1;
  569. public ComponentLibrary.PanelEx panelEx1;
  570. protected internal ComponentLibrary.PictureBoxEx picQrCodeImage;
  571. protected internal ComponentLibrary.PictureBoxEx picAPPDowload;
  572. public ComponentLibrary.LabelEx labelEx2;
  573. }
  574. }