AnalyzedOrderSourceAbilityFormMain.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. namespace LYFZ.Software.UI.DecisionAssistant
  2. {
  3. partial class AnalyzedOrderSourceAbilityFormMain
  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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  32. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  33. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedOrderSourceAbilityFormMain));
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  39. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  41. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.cmbtreevDisplayMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  44. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.cmbtreevDisplayItem = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.PictImage = new LYFZ.ComponentLibrary.PictureBoxEx();
  49. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  50. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  51. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  52. this.panelQuery = new LYFZ.ComponentLibrary.PanelEx();
  53. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  55. this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  56. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.cmbtreevOrdersPerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  58. this.panelComparedStartUp = new LYFZ.ComponentLibrary.PanelEx();
  59. this.chkComparedStartUp = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.panelQueryCompared = new LYFZ.ComponentLibrary.PanelEx();
  61. this.btnQueryCompared = new LYFZ.ComponentLibrary.ButtonEx();
  62. this.cmbtreevOrdersPersonCompared = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  63. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.dtDataTimeStartCompared = new LYFZ.ComponentLibrary.DateTimePickerEx();
  65. this.dtDateTimeEndCompared = new LYFZ.ComponentLibrary.DateTimePickerEx();
  66. this.panelSaveAs = new LYFZ.ComponentLibrary.PanelEx();
  67. this.btnSaveAs = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.panelCloseed = new LYFZ.ComponentLibrary.PanelEx();
  69. this.btnColseed = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.plExMainContainer.SuspendLayout();
  71. this.plFormMainContent.SuspendLayout();
  72. this.panelEx1.SuspendLayout();
  73. this.panelEx3.SuspendLayout();
  74. this.panelEx5.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  76. this.panelEx6.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
  78. this.panelEx4.SuspendLayout();
  79. this.panelEx2.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).BeginInit();
  81. this.flowLayoutPanel1.SuspendLayout();
  82. this.panelStoreName.SuspendLayout();
  83. this.panelQuery.SuspendLayout();
  84. this.panelComparedStartUp.SuspendLayout();
  85. this.panelQueryCompared.SuspendLayout();
  86. this.panelSaveAs.SuspendLayout();
  87. this.panelCloseed.SuspendLayout();
  88. this.SuspendLayout();
  89. //
  90. // plExMainContainer
  91. //
  92. this.plExMainContainer.Controls.Add(this.panelEx1);
  93. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  94. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  95. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  96. //
  97. // plFormMainContent
  98. //
  99. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  100. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  101. //
  102. // btnAppFormMaximize
  103. //
  104. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  105. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  106. //
  107. // btnAppFormExit
  108. //
  109. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  110. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  111. //
  112. // btnAppFormMinimize
  113. //
  114. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  115. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  116. //
  117. // panelEx1
  118. //
  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.Controls.Add(this.panelEx3);
  123. this.panelEx1.Controls.Add(this.panelEx2);
  124. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  125. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  127. this.panelEx1.Name = "panelEx1";
  128. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  129. this.panelEx1.Size = new System.Drawing.Size(940, 485);
  130. this.panelEx1.TabIndex = 2;
  131. //
  132. // panelEx3
  133. //
  134. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  135. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  136. this.panelEx3.BorderWidth = 1;
  137. this.panelEx3.Controls.Add(this.panelEx5);
  138. this.panelEx3.Controls.Add(this.panelEx6);
  139. this.panelEx3.Controls.Add(this.panelEx4);
  140. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.panelEx3.Location = new System.Drawing.Point(3, 338);
  142. this.panelEx3.Name = "panelEx3";
  143. this.panelEx3.Padding = new System.Windows.Forms.Padding(3, 4, 3, 3);
  144. this.panelEx3.Size = new System.Drawing.Size(934, 144);
  145. this.panelEx3.TabIndex = 1;
  146. //
  147. // panelEx5
  148. //
  149. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  150. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  151. this.panelEx5.BorderWidth = 1;
  152. this.panelEx5.Controls.Add(this.chart1);
  153. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.panelEx5.Location = new System.Drawing.Point(3, 44);
  155. this.panelEx5.Name = "panelEx5";
  156. this.panelEx5.Padding = new System.Windows.Forms.Padding(1, 3, 10, 3);
  157. this.panelEx5.Size = new System.Drawing.Size(464, 97);
  158. this.panelEx5.TabIndex = 1;
  159. //
  160. // chart1
  161. //
  162. chartArea1.Name = "ChartArea1";
  163. this.chart1.ChartAreas.Add(chartArea1);
  164. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  165. legend1.Name = "Legend1";
  166. this.chart1.Legends.Add(legend1);
  167. this.chart1.Location = new System.Drawing.Point(1, 3);
  168. this.chart1.Name = "chart1";
  169. series1.ChartArea = "ChartArea1";
  170. series1.Legend = "Legend1";
  171. series1.Name = "Series1";
  172. this.chart1.Series.Add(series1);
  173. this.chart1.Size = new System.Drawing.Size(453, 91);
  174. this.chart1.TabIndex = 5;
  175. this.chart1.Text = "chart1";
  176. //
  177. // panelEx6
  178. //
  179. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  180. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  181. this.panelEx6.BorderWidth = 1;
  182. this.panelEx6.Controls.Add(this.chart2);
  183. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Right;
  184. this.panelEx6.Location = new System.Drawing.Point(467, 44);
  185. this.panelEx6.Name = "panelEx6";
  186. this.panelEx6.Padding = new System.Windows.Forms.Padding(10, 3, 3, 3);
  187. this.panelEx6.Size = new System.Drawing.Size(464, 97);
  188. this.panelEx6.TabIndex = 2;
  189. //
  190. // chart2
  191. //
  192. chartArea2.Name = "ChartArea1";
  193. this.chart2.ChartAreas.Add(chartArea2);
  194. this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
  195. legend2.Name = "Legend1";
  196. this.chart2.Legends.Add(legend2);
  197. this.chart2.Location = new System.Drawing.Point(10, 3);
  198. this.chart2.Name = "chart2";
  199. series2.ChartArea = "ChartArea1";
  200. series2.Legend = "Legend1";
  201. series2.Name = "Series1";
  202. this.chart2.Series.Add(series2);
  203. this.chart2.Size = new System.Drawing.Size(451, 91);
  204. this.chart2.TabIndex = 5;
  205. this.chart2.Text = "chart2";
  206. //
  207. // panelEx4
  208. //
  209. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  210. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  211. this.panelEx4.BorderWidth = 1;
  212. this.panelEx4.Controls.Add(this.labelEx5);
  213. this.panelEx4.Controls.Add(this.cmbtreevDisplayMethod);
  214. this.panelEx4.Controls.Add(this.labelEx4);
  215. this.panelEx4.Controls.Add(this.cmbtreevDisplayItem);
  216. this.panelEx4.Controls.Add(this.labelEx3);
  217. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  218. this.panelEx4.Location = new System.Drawing.Point(3, 4);
  219. this.panelEx4.Name = "panelEx4";
  220. this.panelEx4.Size = new System.Drawing.Size(928, 40);
  221. this.panelEx4.TabIndex = 0;
  222. //
  223. // labelEx5
  224. //
  225. this.labelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  226. this.labelEx5.AutoSize = true;
  227. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  228. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  229. this.labelEx5.Location = new System.Drawing.Point(482, 3);
  230. this.labelEx5.Name = "labelEx5";
  231. this.labelEx5.Size = new System.Drawing.Size(445, 34);
  232. this.labelEx5.TabIndex = 284;
  233. this.labelEx5.Text = "成交率 = 成交数 ÷ 进店数 × 100; 溜单率 = 溜单数 ÷ 进店数 × 100;\r\n追回率 = 追回数 ÷ 进店数 × 100; 增长率 =(对比前" +
  234. "-对比后)÷ 对比后 × 100";
  235. //
  236. // cmbtreevDisplayMethod
  237. //
  238. this.cmbtreevDisplayMethod.AfterSelectLevelFirstNode = true;
  239. this.cmbtreevDisplayMethod.DropDownHeight = 220;
  240. this.cmbtreevDisplayMethod.DropDownShow = false;
  241. this.cmbtreevDisplayMethod.FormattingEnabled = true;
  242. this.cmbtreevDisplayMethod.IntegralHeight = false;
  243. this.cmbtreevDisplayMethod.IsNodeMouseClick = true;
  244. this.cmbtreevDisplayMethod.IsSelectParentNode = false;
  245. this.cmbtreevDisplayMethod.Location = new System.Drawing.Point(295, 13);
  246. this.cmbtreevDisplayMethod.Name = "cmbtreevDisplayMethod";
  247. this.cmbtreevDisplayMethod.ReadOnly = true;
  248. this.cmbtreevDisplayMethod.SelectedNode = null;
  249. this.cmbtreevDisplayMethod.Size = new System.Drawing.Size(133, 20);
  250. this.cmbtreevDisplayMethod.StrGetName = "";
  251. this.cmbtreevDisplayMethod.StrGetTagName = "";
  252. this.cmbtreevDisplayMethod.StrKey = null;
  253. this.cmbtreevDisplayMethod.TabIndex = 280;
  254. //
  255. // labelEx4
  256. //
  257. this.labelEx4.AutoSize = true;
  258. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  259. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  260. this.labelEx4.Location = new System.Drawing.Point(228, 14);
  261. this.labelEx4.Name = "labelEx4";
  262. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  263. this.labelEx4.TabIndex = 279;
  264. this.labelEx4.Text = "显示方式:";
  265. //
  266. // cmbtreevDisplayItem
  267. //
  268. this.cmbtreevDisplayItem.AfterSelectLevelFirstNode = true;
  269. this.cmbtreevDisplayItem.DropDownHeight = 220;
  270. this.cmbtreevDisplayItem.DropDownShow = false;
  271. this.cmbtreevDisplayItem.FormattingEnabled = true;
  272. this.cmbtreevDisplayItem.IntegralHeight = false;
  273. this.cmbtreevDisplayItem.IsNodeMouseClick = true;
  274. this.cmbtreevDisplayItem.IsSelectParentNode = false;
  275. this.cmbtreevDisplayItem.Location = new System.Drawing.Point(62, 13);
  276. this.cmbtreevDisplayItem.Name = "cmbtreevDisplayItem";
  277. this.cmbtreevDisplayItem.ReadOnly = true;
  278. this.cmbtreevDisplayItem.SelectedNode = null;
  279. this.cmbtreevDisplayItem.Size = new System.Drawing.Size(133, 20);
  280. this.cmbtreevDisplayItem.StrGetName = "";
  281. this.cmbtreevDisplayItem.StrGetTagName = "";
  282. this.cmbtreevDisplayItem.StrKey = null;
  283. this.cmbtreevDisplayItem.TabIndex = 278;
  284. //
  285. // labelEx3
  286. //
  287. this.labelEx3.AutoSize = true;
  288. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  289. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  290. this.labelEx3.Location = new System.Drawing.Point(20, 14);
  291. this.labelEx3.Name = "labelEx3";
  292. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  293. this.labelEx3.TabIndex = 277;
  294. this.labelEx3.Text = "项目:";
  295. //
  296. // panelEx2
  297. //
  298. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  299. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  300. this.panelEx2.BorderWidth = 1;
  301. this.panelEx2.Controls.Add(this.PictImage);
  302. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  303. this.panelEx2.Location = new System.Drawing.Point(3, 38);
  304. this.panelEx2.Name = "panelEx2";
  305. this.panelEx2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 2);
  306. this.panelEx2.Size = new System.Drawing.Size(934, 300);
  307. this.panelEx2.TabIndex = 0;
  308. //
  309. // PictImage
  310. //
  311. this.PictImage.Dock = System.Windows.Forms.DockStyle.Fill;
  312. this.PictImage.Location = new System.Drawing.Point(3, 3);
  313. this.PictImage.Name = "PictImage";
  314. this.PictImage.Size = new System.Drawing.Size(928, 295);
  315. this.PictImage.TabIndex = 3;
  316. this.PictImage.TabStop = false;
  317. //
  318. // flowLayoutPanel1
  319. //
  320. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  321. this.flowLayoutPanel1.Controls.Add(this.panelQuery);
  322. this.flowLayoutPanel1.Controls.Add(this.panelComparedStartUp);
  323. this.flowLayoutPanel1.Controls.Add(this.panelQueryCompared);
  324. this.flowLayoutPanel1.Controls.Add(this.panelSaveAs);
  325. this.flowLayoutPanel1.Controls.Add(this.panelCloseed);
  326. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  327. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  328. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  329. this.flowLayoutPanel1.Size = new System.Drawing.Size(934, 35);
  330. this.flowLayoutPanel1.TabIndex = 5;
  331. //
  332. // panelStoreName
  333. //
  334. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  335. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  336. this.panelStoreName.BorderWidth = 1;
  337. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  338. this.panelStoreName.Location = new System.Drawing.Point(1, 1);
  339. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1);
  340. this.panelStoreName.Name = "panelStoreName";
  341. this.panelStoreName.Size = new System.Drawing.Size(210, 32);
  342. this.panelStoreName.TabIndex = 215;
  343. //
  344. // cmbtreevStoreName
  345. //
  346. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  347. this.cmbtreevStoreName.DropDownHeight = 220;
  348. this.cmbtreevStoreName.DropDownShow = false;
  349. this.cmbtreevStoreName.FormattingEnabled = true;
  350. this.cmbtreevStoreName.IntegralHeight = false;
  351. this.cmbtreevStoreName.IsNodeMouseClick = true;
  352. this.cmbtreevStoreName.IsSelectParentNode = false;
  353. this.cmbtreevStoreName.Location = new System.Drawing.Point(4, 6);
  354. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  355. this.cmbtreevStoreName.ReadOnly = true;
  356. this.cmbtreevStoreName.SelectedNode = null;
  357. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  358. this.cmbtreevStoreName.StrGetName = "";
  359. this.cmbtreevStoreName.StrGetTagName = "";
  360. this.cmbtreevStoreName.StrKey = null;
  361. this.cmbtreevStoreName.TabIndex = 274;
  362. //
  363. // panelQuery
  364. //
  365. this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  366. this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  367. this.panelQuery.BorderWidth = 1;
  368. this.panelQuery.Controls.Add(this.btnQuery);
  369. this.panelQuery.Controls.Add(this.dtDataTimeStart);
  370. this.panelQuery.Controls.Add(this.dtDataTimeEnd);
  371. this.panelQuery.Controls.Add(this.labelEx1);
  372. this.panelQuery.Controls.Add(this.cmbtreevOrdersPerson);
  373. this.panelQuery.Location = new System.Drawing.Point(213, 1);
  374. this.panelQuery.Margin = new System.Windows.Forms.Padding(1);
  375. this.panelQuery.Name = "panelQuery";
  376. this.panelQuery.Size = new System.Drawing.Size(495, 32);
  377. this.panelQuery.TabIndex = 29;
  378. //
  379. // btnQuery
  380. //
  381. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  382. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  383. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  384. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  385. this.btnQuery.ForeColor = System.Drawing.Color.White;
  386. this.btnQuery.IsCustomBackImg = false;
  387. this.btnQuery.IsShowText = true;
  388. this.btnQuery.Location = new System.Drawing.Point(404, 2);
  389. this.btnQuery.Name = "btnQuery";
  390. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  391. this.btnQuery.TabIndex = 30;
  392. this.btnQuery.Text = " 查 询";
  393. this.btnQuery.UseVisualStyleBackColor = false;
  394. //
  395. // dtDataTimeStart
  396. //
  397. this.dtDataTimeStart.CustomFormat = " ";
  398. this.dtDataTimeStart.DateValue = "";
  399. this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  400. this.dtDataTimeStart.IsShowTime = false;
  401. this.dtDataTimeStart.Location = new System.Drawing.Point(3, 6);
  402. this.dtDataTimeStart.Name = "dtDataTimeStart";
  403. this.dtDataTimeStart.Size = new System.Drawing.Size(100, 21);
  404. this.dtDataTimeStart.TabIndex = 23;
  405. //
  406. // dtDataTimeEnd
  407. //
  408. this.dtDataTimeEnd.CustomFormat = " ";
  409. this.dtDataTimeEnd.DateValue = "";
  410. this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  411. this.dtDataTimeEnd.IsShowTime = false;
  412. this.dtDataTimeEnd.Location = new System.Drawing.Point(129, 6);
  413. this.dtDataTimeEnd.Name = "dtDataTimeEnd";
  414. this.dtDataTimeEnd.Size = new System.Drawing.Size(100, 21);
  415. this.dtDataTimeEnd.TabIndex = 24;
  416. //
  417. // labelEx1
  418. //
  419. this.labelEx1.AutoSize = true;
  420. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  421. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  422. this.labelEx1.Location = new System.Drawing.Point(106, 7);
  423. this.labelEx1.Name = "labelEx1";
  424. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  425. this.labelEx1.TabIndex = 25;
  426. this.labelEx1.Text = "—";
  427. //
  428. // cmbtreevOrdersPerson
  429. //
  430. this.cmbtreevOrdersPerson.AfterSelectLevelFirstNode = false;
  431. this.cmbtreevOrdersPerson.DropDownHeight = 220;
  432. this.cmbtreevOrdersPerson.DropDownShow = false;
  433. this.cmbtreevOrdersPerson.FormattingEnabled = true;
  434. this.cmbtreevOrdersPerson.IntegralHeight = false;
  435. this.cmbtreevOrdersPerson.IsNodeMouseClick = true;
  436. this.cmbtreevOrdersPerson.IsSelectParentNode = true;
  437. this.cmbtreevOrdersPerson.Location = new System.Drawing.Point(241, 6);
  438. this.cmbtreevOrdersPerson.Name = "cmbtreevOrdersPerson";
  439. this.cmbtreevOrdersPerson.ReadOnly = true;
  440. this.cmbtreevOrdersPerson.SelectedNode = null;
  441. this.cmbtreevOrdersPerson.Size = new System.Drawing.Size(151, 20);
  442. this.cmbtreevOrdersPerson.StrGetName = "";
  443. this.cmbtreevOrdersPerson.StrGetTagName = "";
  444. this.cmbtreevOrdersPerson.StrKey = null;
  445. this.cmbtreevOrdersPerson.TabIndex = 27;
  446. //
  447. // panelComparedStartUp
  448. //
  449. this.panelComparedStartUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  450. this.panelComparedStartUp.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  451. this.panelComparedStartUp.BorderWidth = 1;
  452. this.panelComparedStartUp.Controls.Add(this.chkComparedStartUp);
  453. this.panelComparedStartUp.Location = new System.Drawing.Point(710, 1);
  454. this.panelComparedStartUp.Margin = new System.Windows.Forms.Padding(1);
  455. this.panelComparedStartUp.Name = "panelComparedStartUp";
  456. this.panelComparedStartUp.Size = new System.Drawing.Size(95, 32);
  457. this.panelComparedStartUp.TabIndex = 29;
  458. //
  459. // chkComparedStartUp
  460. //
  461. this.chkComparedStartUp.AutoSize = true;
  462. this.chkComparedStartUp.BackColor = System.Drawing.Color.Transparent;
  463. this.chkComparedStartUp.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  464. this.chkComparedStartUp.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  465. this.chkComparedStartUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  466. this.chkComparedStartUp.Fourstates = false;
  467. this.chkComparedStartUp.IsGreenTick = false;
  468. this.chkComparedStartUp.Location = new System.Drawing.Point(4, 4);
  469. this.chkComparedStartUp.Name = "chkComparedStartUp";
  470. this.chkComparedStartUp.Size = new System.Drawing.Size(84, 24);
  471. this.chkComparedStartUp.TabIndex = 24;
  472. this.chkComparedStartUp.Text = "启动对比";
  473. this.chkComparedStartUp.UseVisualStyleBackColor = false;
  474. //
  475. // panelQueryCompared
  476. //
  477. this.panelQueryCompared.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  478. this.panelQueryCompared.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  479. this.panelQueryCompared.BorderWidth = 1;
  480. this.panelQueryCompared.Controls.Add(this.btnQueryCompared);
  481. this.panelQueryCompared.Controls.Add(this.cmbtreevOrdersPersonCompared);
  482. this.panelQueryCompared.Controls.Add(this.labelEx2);
  483. this.panelQueryCompared.Controls.Add(this.dtDataTimeStartCompared);
  484. this.panelQueryCompared.Controls.Add(this.dtDateTimeEndCompared);
  485. this.panelQueryCompared.Location = new System.Drawing.Point(1, 35);
  486. this.panelQueryCompared.Margin = new System.Windows.Forms.Padding(1);
  487. this.panelQueryCompared.Name = "panelQueryCompared";
  488. this.panelQueryCompared.Size = new System.Drawing.Size(495, 32);
  489. this.panelQueryCompared.TabIndex = 18;
  490. //
  491. // btnQueryCompared
  492. //
  493. this.btnQueryCompared.BackColor = System.Drawing.Color.Transparent;
  494. this.btnQueryCompared.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryCompared.BackImg")));
  495. this.btnQueryCompared.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  496. this.btnQueryCompared.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  497. this.btnQueryCompared.ForeColor = System.Drawing.Color.White;
  498. this.btnQueryCompared.IsCustomBackImg = false;
  499. this.btnQueryCompared.IsShowText = true;
  500. this.btnQueryCompared.Location = new System.Drawing.Point(404, 2);
  501. this.btnQueryCompared.Name = "btnQueryCompared";
  502. this.btnQueryCompared.Size = new System.Drawing.Size(85, 28);
  503. this.btnQueryCompared.TabIndex = 29;
  504. this.btnQueryCompared.Text = " 查 询";
  505. this.btnQueryCompared.UseVisualStyleBackColor = false;
  506. //
  507. // cmbtreevOrdersPersonCompared
  508. //
  509. this.cmbtreevOrdersPersonCompared.AfterSelectLevelFirstNode = false;
  510. this.cmbtreevOrdersPersonCompared.DropDownHeight = 220;
  511. this.cmbtreevOrdersPersonCompared.DropDownShow = false;
  512. this.cmbtreevOrdersPersonCompared.FormattingEnabled = true;
  513. this.cmbtreevOrdersPersonCompared.IntegralHeight = false;
  514. this.cmbtreevOrdersPersonCompared.IsNodeMouseClick = true;
  515. this.cmbtreevOrdersPersonCompared.IsSelectParentNode = true;
  516. this.cmbtreevOrdersPersonCompared.Location = new System.Drawing.Point(240, 6);
  517. this.cmbtreevOrdersPersonCompared.Name = "cmbtreevOrdersPersonCompared";
  518. this.cmbtreevOrdersPersonCompared.ReadOnly = false;
  519. this.cmbtreevOrdersPersonCompared.SelectedNode = null;
  520. this.cmbtreevOrdersPersonCompared.Size = new System.Drawing.Size(151, 20);
  521. this.cmbtreevOrdersPersonCompared.StrGetName = "";
  522. this.cmbtreevOrdersPersonCompared.StrGetTagName = "";
  523. this.cmbtreevOrdersPersonCompared.StrKey = null;
  524. this.cmbtreevOrdersPersonCompared.TabIndex = 28;
  525. //
  526. // labelEx2
  527. //
  528. this.labelEx2.AutoSize = true;
  529. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  530. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  531. this.labelEx2.Location = new System.Drawing.Point(106, 7);
  532. this.labelEx2.Name = "labelEx2";
  533. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  534. this.labelEx2.TabIndex = 5;
  535. this.labelEx2.Text = "—";
  536. //
  537. // dtDataTimeStartCompared
  538. //
  539. this.dtDataTimeStartCompared.CustomFormat = " ";
  540. this.dtDataTimeStartCompared.DateValue = "";
  541. this.dtDataTimeStartCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  542. this.dtDataTimeStartCompared.IsShowTime = false;
  543. this.dtDataTimeStartCompared.Location = new System.Drawing.Point(3, 6);
  544. this.dtDataTimeStartCompared.Name = "dtDataTimeStartCompared";
  545. this.dtDataTimeStartCompared.Size = new System.Drawing.Size(100, 21);
  546. this.dtDataTimeStartCompared.TabIndex = 3;
  547. //
  548. // dtDateTimeEndCompared
  549. //
  550. this.dtDateTimeEndCompared.CustomFormat = " ";
  551. this.dtDateTimeEndCompared.DateValue = "";
  552. this.dtDateTimeEndCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  553. this.dtDateTimeEndCompared.IsShowTime = false;
  554. this.dtDateTimeEndCompared.Location = new System.Drawing.Point(129, 6);
  555. this.dtDateTimeEndCompared.Name = "dtDateTimeEndCompared";
  556. this.dtDateTimeEndCompared.Size = new System.Drawing.Size(100, 21);
  557. this.dtDateTimeEndCompared.TabIndex = 4;
  558. //
  559. // panelSaveAs
  560. //
  561. this.panelSaveAs.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  562. this.panelSaveAs.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  563. this.panelSaveAs.BorderWidth = 1;
  564. this.panelSaveAs.Controls.Add(this.btnSaveAs);
  565. this.panelSaveAs.Location = new System.Drawing.Point(498, 35);
  566. this.panelSaveAs.Margin = new System.Windows.Forms.Padding(1);
  567. this.panelSaveAs.Name = "panelSaveAs";
  568. this.panelSaveAs.Size = new System.Drawing.Size(93, 32);
  569. this.panelSaveAs.TabIndex = 213;
  570. //
  571. // btnSaveAs
  572. //
  573. this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
  574. this.btnSaveAs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAs.BackImg")));
  575. this.btnSaveAs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  576. this.btnSaveAs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  577. this.btnSaveAs.ForeColor = System.Drawing.Color.White;
  578. this.btnSaveAs.IsCustomBackImg = false;
  579. this.btnSaveAs.IsShowText = true;
  580. this.btnSaveAs.Location = new System.Drawing.Point(2, 2);
  581. this.btnSaveAs.Name = "btnSaveAs";
  582. this.btnSaveAs.Size = new System.Drawing.Size(85, 28);
  583. this.btnSaveAs.TabIndex = 30;
  584. this.btnSaveAs.Text = " 另存为";
  585. this.btnSaveAs.UseVisualStyleBackColor = false;
  586. //
  587. // panelCloseed
  588. //
  589. this.panelCloseed.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  590. this.panelCloseed.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  591. this.panelCloseed.BorderWidth = 1;
  592. this.panelCloseed.Controls.Add(this.btnColseed);
  593. this.panelCloseed.Location = new System.Drawing.Point(593, 35);
  594. this.panelCloseed.Margin = new System.Windows.Forms.Padding(1);
  595. this.panelCloseed.Name = "panelCloseed";
  596. this.panelCloseed.Size = new System.Drawing.Size(93, 32);
  597. this.panelCloseed.TabIndex = 214;
  598. //
  599. // btnColseed
  600. //
  601. this.btnColseed.BackColor = System.Drawing.Color.Transparent;
  602. this.btnColseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColseed.BackImg")));
  603. this.btnColseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  604. this.btnColseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  605. this.btnColseed.ForeColor = System.Drawing.Color.White;
  606. this.btnColseed.IsCustomBackImg = false;
  607. this.btnColseed.IsShowText = true;
  608. this.btnColseed.Location = new System.Drawing.Point(2, 2);
  609. this.btnColseed.Name = "btnColseed";
  610. this.btnColseed.Size = new System.Drawing.Size(85, 28);
  611. this.btnColseed.TabIndex = 30;
  612. this.btnColseed.Text = " 关 闭";
  613. this.btnColseed.UseVisualStyleBackColor = false;
  614. //
  615. // AnalyzedOrderSourceAbilityFormMain
  616. //
  617. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  618. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  619. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  620. this.ClientSize = new System.Drawing.Size(950, 610);
  621. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  622. this.IsShowUcNavigationTool = true;
  623. this.IsUserControlsSize = false;
  624. this.Name = "AnalyzedOrderSourceAbilityFormMain";
  625. this.Text = "接单能力分析";
  626. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  627. this.plExMainContainer.ResumeLayout(false);
  628. this.plFormMainContent.ResumeLayout(false);
  629. this.panelEx1.ResumeLayout(false);
  630. this.panelEx3.ResumeLayout(false);
  631. this.panelEx5.ResumeLayout(false);
  632. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  633. this.panelEx6.ResumeLayout(false);
  634. ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
  635. this.panelEx4.ResumeLayout(false);
  636. this.panelEx4.PerformLayout();
  637. this.panelEx2.ResumeLayout(false);
  638. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).EndInit();
  639. this.flowLayoutPanel1.ResumeLayout(false);
  640. this.panelStoreName.ResumeLayout(false);
  641. this.panelQuery.ResumeLayout(false);
  642. this.panelQuery.PerformLayout();
  643. this.panelComparedStartUp.ResumeLayout(false);
  644. this.panelComparedStartUp.PerformLayout();
  645. this.panelQueryCompared.ResumeLayout(false);
  646. this.panelQueryCompared.PerformLayout();
  647. this.panelSaveAs.ResumeLayout(false);
  648. this.panelCloseed.ResumeLayout(false);
  649. this.ResumeLayout(false);
  650. }
  651. #endregion
  652. protected internal ComponentLibrary.PanelEx panelEx1;
  653. protected internal ComponentLibrary.PanelEx panelEx3;
  654. private ComponentLibrary.PanelEx panelEx5;
  655. protected internal System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  656. protected internal ComponentLibrary.PanelEx panelEx6;
  657. protected internal System.Windows.Forms.DataVisualization.Charting.Chart chart2;
  658. private ComponentLibrary.PanelEx panelEx4;
  659. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDisplayMethod;
  660. private ComponentLibrary.LabelEx labelEx4;
  661. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDisplayItem;
  662. private ComponentLibrary.LabelEx labelEx3;
  663. protected internal ComponentLibrary.PanelEx panelEx2;
  664. protected internal ComponentLibrary.PictureBoxEx PictImage;
  665. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
  666. private ComponentLibrary.LabelEx labelEx1;
  667. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
  668. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrdersPerson;
  669. protected internal ComponentLibrary.PanelEx panelQueryCompared;
  670. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevOrdersPersonCompared;
  671. private ComponentLibrary.LabelEx labelEx2;
  672. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStartCompared;
  673. protected internal ComponentLibrary.DateTimePickerEx dtDateTimeEndCompared;
  674. private ComponentLibrary.LabelEx labelEx5;
  675. protected internal ComponentLibrary.PanelEx panelQuery;
  676. protected internal ComponentLibrary.PanelEx panelComparedStartUp;
  677. protected internal ComponentLibrary.CheckBoxEx chkComparedStartUp;
  678. protected internal ComponentLibrary.PanelEx panelSaveAs;
  679. protected internal ComponentLibrary.ButtonEx btnSaveAs;
  680. protected internal ComponentLibrary.PanelEx panelCloseed;
  681. protected internal ComponentLibrary.ButtonEx btnColseed;
  682. protected internal ComponentLibrary.ButtonEx btnQuery;
  683. protected internal ComponentLibrary.ButtonEx btnQueryCompared;
  684. protected internal ComponentLibrary.PanelEx panelStoreName;
  685. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  686. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  687. }
  688. }