AnalyzedOrderSourceReferralFormMain.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. namespace LYFZ.Software.UI.DecisionAssistant
  2. {
  3. partial class AnalyzedOrderSourceReferralFormMain
  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(AnalyzedOrderSourceReferralFormMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  33. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.PictImage = new LYFZ.ComponentLibrary.PictureBoxEx();
  39. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btnQuery2 = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  42. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.btn_export2xls = new LYFZ.ComponentLibrary.ButtonForm();
  44. this.plExMainContainer.SuspendLayout();
  45. this.plFormMainContent.SuspendLayout();
  46. this.panelEx1.SuspendLayout();
  47. this.panelEx3.SuspendLayout();
  48. this.panelEx5.SuspendLayout();
  49. this.panelEx4.SuspendLayout();
  50. this.panelEx2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).BeginInit();
  52. this.panelStoreName.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // plExMainContainer
  56. //
  57. this.plExMainContainer.Controls.Add(this.panelEx1);
  58. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  59. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  60. this.plExMainContainer.Size = new System.Drawing.Size(997, 505);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Controls.Add(this.panelStoreName);
  65. this.plFormMainContent.Size = new System.Drawing.Size(997, 545);
  66. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  67. this.plFormMainContent.Controls.SetChildIndex(this.panelStoreName, 0);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(938, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(965, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(911, 0);
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  87. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  88. this.panelEx1.BorderWidth = 1;
  89. this.panelEx1.Controls.Add(this.panelEx3);
  90. this.panelEx1.Controls.Add(this.panelEx2);
  91. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  93. this.panelEx1.Name = "panelEx1";
  94. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  95. this.panelEx1.Size = new System.Drawing.Size(987, 485);
  96. this.panelEx1.TabIndex = 2;
  97. //
  98. // panelEx3
  99. //
  100. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  101. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  102. this.panelEx3.BorderWidth = 1;
  103. this.panelEx3.Controls.Add(this.panelEx5);
  104. this.panelEx3.Controls.Add(this.panelEx4);
  105. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.panelEx3.Location = new System.Drawing.Point(3, 133);
  107. this.panelEx3.Name = "panelEx3";
  108. this.panelEx3.Padding = new System.Windows.Forms.Padding(3, 4, 3, 3);
  109. this.panelEx3.Size = new System.Drawing.Size(981, 349);
  110. this.panelEx3.TabIndex = 1;
  111. //
  112. // panelEx5
  113. //
  114. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  115. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  116. this.panelEx5.BorderWidth = 1;
  117. this.panelEx5.Controls.Add(this.listViewData);
  118. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.panelEx5.Location = new System.Drawing.Point(3, 39);
  120. this.panelEx5.Name = "panelEx5";
  121. this.panelEx5.Padding = new System.Windows.Forms.Padding(3);
  122. this.panelEx5.Size = new System.Drawing.Size(975, 307);
  123. this.panelEx5.TabIndex = 1;
  124. //
  125. // listViewData
  126. //
  127. this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.listViewData.FullRowSelect = true;
  129. this.listViewData.IsDefaultShowGroups = false;
  130. this.listViewData.Location = new System.Drawing.Point(3, 3);
  131. this.listViewData.Name = "listViewData";
  132. this.listViewData.Size = new System.Drawing.Size(969, 301);
  133. this.listViewData.TabIndex = 2;
  134. this.listViewData.UseCompatibleStateImageBehavior = false;
  135. //
  136. // panelEx4
  137. //
  138. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  139. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  140. this.panelEx4.BorderWidth = 1;
  141. this.panelEx4.Controls.Add(this.btn_export2xls);
  142. this.panelEx4.Controls.Add(this.labelEx5);
  143. this.panelEx4.Controls.Add(this.txtQuery);
  144. this.panelEx4.Controls.Add(this.btnQuery);
  145. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  146. this.panelEx4.Location = new System.Drawing.Point(3, 4);
  147. this.panelEx4.Name = "panelEx4";
  148. this.panelEx4.Size = new System.Drawing.Size(975, 35);
  149. this.panelEx4.TabIndex = 0;
  150. //
  151. // labelEx5
  152. //
  153. this.labelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  154. this.labelEx5.AutoSize = true;
  155. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  156. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  157. this.labelEx5.Location = new System.Drawing.Point(477, 11);
  158. this.labelEx5.Name = "labelEx5";
  159. this.labelEx5.Size = new System.Drawing.Size(496, 17);
  160. this.labelEx5.TabIndex = 283;
  161. this.labelEx5.Text = "转介绍率 = 转介绍客户数 ÷ 总订单数 × 100; 成交率 = 转介绍成交率 ÷ 总订单数 × 100";
  162. //
  163. // txtQuery
  164. //
  165. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  166. this.txtQuery.Icon = null;
  167. this.txtQuery.IconIsButton = false;
  168. this.txtQuery.IsPasswordChat = '\0';
  169. this.txtQuery.IsSystemPasswordChar = false;
  170. this.txtQuery.Lines = new string[0];
  171. this.txtQuery.Location = new System.Drawing.Point(5, 5);
  172. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  173. this.txtQuery.MaxLength = 32767;
  174. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 26);
  175. this.txtQuery.MouseBack = null;
  176. this.txtQuery.Multiline = false;
  177. this.txtQuery.Name = "txtQuery";
  178. this.txtQuery.NormlBack = null;
  179. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  180. this.txtQuery.ReadOnly = false;
  181. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  182. this.txtQuery.Size = new System.Drawing.Size(250, 26);
  183. this.txtQuery.TabIndex = 1;
  184. this.txtQuery.Tag = "";
  185. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  186. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  187. this.txtQuery.WaterText = "客户姓名、拼音、电话";
  188. this.txtQuery.WordWrap = true;
  189. //
  190. // btnQuery
  191. //
  192. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  193. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  194. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  195. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  196. this.btnQuery.ForeColor = System.Drawing.Color.White;
  197. this.btnQuery.IsCustomBackImg = false;
  198. this.btnQuery.IsShowText = true;
  199. this.btnQuery.Location = new System.Drawing.Point(264, 4);
  200. this.btnQuery.Name = "btnQuery";
  201. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  202. this.btnQuery.TabIndex = 0;
  203. this.btnQuery.Text = " 查 询";
  204. this.btnQuery.UseVisualStyleBackColor = false;
  205. //
  206. // panelEx2
  207. //
  208. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  209. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  210. this.panelEx2.BorderWidth = 1;
  211. this.panelEx2.Controls.Add(this.PictImage);
  212. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  213. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  214. this.panelEx2.Name = "panelEx2";
  215. this.panelEx2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 2);
  216. this.panelEx2.Size = new System.Drawing.Size(981, 130);
  217. this.panelEx2.TabIndex = 0;
  218. //
  219. // PictImage
  220. //
  221. this.PictImage.Dock = System.Windows.Forms.DockStyle.Fill;
  222. this.PictImage.Location = new System.Drawing.Point(3, 3);
  223. this.PictImage.Name = "PictImage";
  224. this.PictImage.Size = new System.Drawing.Size(975, 125);
  225. this.PictImage.TabIndex = 3;
  226. this.PictImage.TabStop = false;
  227. //
  228. // panelStoreName
  229. //
  230. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  231. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  232. this.panelStoreName.BorderWidth = 1;
  233. this.panelStoreName.Controls.Add(this.btnQuery2);
  234. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  235. this.panelStoreName.Controls.Add(this.labelEx1);
  236. this.panelStoreName.Location = new System.Drawing.Point(212, 4);
  237. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1);
  238. this.panelStoreName.Name = "panelStoreName";
  239. this.panelStoreName.Size = new System.Drawing.Size(350, 32);
  240. this.panelStoreName.TabIndex = 212;
  241. //
  242. // btnQuery2
  243. //
  244. this.btnQuery2.BackColor = System.Drawing.Color.Transparent;
  245. this.btnQuery2.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery2.BackImg")));
  246. this.btnQuery2.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  247. this.btnQuery2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  248. this.btnQuery2.ForeColor = System.Drawing.Color.White;
  249. this.btnQuery2.IsCustomBackImg = false;
  250. this.btnQuery2.IsShowText = true;
  251. this.btnQuery2.Location = new System.Drawing.Point(257, 2);
  252. this.btnQuery2.Name = "btnQuery2";
  253. this.btnQuery2.Size = new System.Drawing.Size(85, 28);
  254. this.btnQuery2.TabIndex = 275;
  255. this.btnQuery2.Text = " 查 询";
  256. this.btnQuery2.UseVisualStyleBackColor = false;
  257. //
  258. // cmbtreevStoreName
  259. //
  260. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  261. this.cmbtreevStoreName.DropDownHeight = 220;
  262. this.cmbtreevStoreName.DropDownShow = false;
  263. this.cmbtreevStoreName.FormattingEnabled = true;
  264. this.cmbtreevStoreName.IntegralHeight = false;
  265. this.cmbtreevStoreName.IsNodeMouseClick = true;
  266. this.cmbtreevStoreName.IsSelectParentNode = false;
  267. this.cmbtreevStoreName.Location = new System.Drawing.Point(46, 6);
  268. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  269. this.cmbtreevStoreName.ReadOnly = true;
  270. this.cmbtreevStoreName.SelectedNode = null;
  271. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  272. this.cmbtreevStoreName.StrGetName = "";
  273. this.cmbtreevStoreName.StrGetTagName = "";
  274. this.cmbtreevStoreName.StrKey = null;
  275. this.cmbtreevStoreName.TabIndex = 274;
  276. //
  277. // labelEx1
  278. //
  279. this.labelEx1.AutoSize = true;
  280. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  281. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  282. this.labelEx1.Location = new System.Drawing.Point(4, 7);
  283. this.labelEx1.Name = "labelEx1";
  284. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  285. this.labelEx1.TabIndex = 4;
  286. this.labelEx1.Text = "分店:";
  287. //
  288. // btn_export2xls
  289. //
  290. this.btn_export2xls.BackColor = System.Drawing.Color.Transparent;
  291. this.btn_export2xls.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_export2xls.BackImg")));
  292. this.btn_export2xls.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  293. this.btn_export2xls.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  294. this.btn_export2xls.ForeColor = System.Drawing.Color.White;
  295. this.btn_export2xls.IsCustomBackImg = false;
  296. this.btn_export2xls.IsShowText = true;
  297. this.btn_export2xls.Location = new System.Drawing.Point(355, 4);
  298. this.btn_export2xls.Name = "btn_export2xls";
  299. this.btn_export2xls.Size = new System.Drawing.Size(85, 28);
  300. this.btn_export2xls.TabIndex = 284;
  301. this.btn_export2xls.Text = "导出";
  302. this.btn_export2xls.UseVisualStyleBackColor = false;
  303. //
  304. // AnalyzedOrderSourceReferralFormMain
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  309. this.ClientSize = new System.Drawing.Size(997, 610);
  310. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  311. this.IsShowUcNavigationTool = true;
  312. this.IsUserControlsSize = false;
  313. this.Name = "AnalyzedOrderSourceReferralFormMain";
  314. this.Text = "转介绍分析";
  315. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  316. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  317. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  318. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  319. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  320. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  321. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  322. this.plExMainContainer.ResumeLayout(false);
  323. this.plFormMainContent.ResumeLayout(false);
  324. this.panelEx1.ResumeLayout(false);
  325. this.panelEx3.ResumeLayout(false);
  326. this.panelEx5.ResumeLayout(false);
  327. this.panelEx4.ResumeLayout(false);
  328. this.panelEx4.PerformLayout();
  329. this.panelEx2.ResumeLayout(false);
  330. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).EndInit();
  331. this.panelStoreName.ResumeLayout(false);
  332. this.panelStoreName.PerformLayout();
  333. this.ResumeLayout(false);
  334. }
  335. #endregion
  336. protected internal ComponentLibrary.PanelEx panelEx1;
  337. protected internal ComponentLibrary.PanelEx panelEx3;
  338. private ComponentLibrary.PanelEx panelEx4;
  339. protected internal ComponentLibrary.PanelEx panelEx2;
  340. protected internal ComponentLibrary.PictureBoxEx PictImage;
  341. private ComponentLibrary.PanelEx panelEx5;
  342. protected internal ComponentLibrary.TextBoxEx txtQuery;
  343. protected internal ComponentLibrary.ButtonEx btnQuery;
  344. protected internal ComponentLibrary.ListViewEx listViewData;
  345. private ComponentLibrary.LabelEx labelEx5;
  346. protected internal ComponentLibrary.PanelEx panelStoreName;
  347. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  348. private ComponentLibrary.LabelEx labelEx1;
  349. protected internal ComponentLibrary.ButtonEx btnQuery2;
  350. protected internal ComponentLibrary.ButtonForm btn_export2xls;
  351. }
  352. }