AnalyzedOrderSourceFormMain.Designer.cs 37 KB

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