AnalyzedOrderOperatingFormMain.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. namespace LYFZ.Software.UI.DecisionAssistant
  2. {
  3. partial class AnalyzedOrderOperatingFormMain
  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 chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  32. System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  33. System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedOrderOperatingFormMain));
  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.labelEx1 = 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.labelEx2 = 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.btnColseed = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.cbxStoredCard = new LYFZ.ComponentLibrary.CheckBoxEx();
  69. this.plExMainContainer.SuspendLayout();
  70. this.plFormMainContent.SuspendLayout();
  71. this.panelEx1.SuspendLayout();
  72. this.panelEx3.SuspendLayout();
  73. this.panelEx5.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  75. this.panelEx6.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
  77. this.panelEx4.SuspendLayout();
  78. this.panelEx2.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).BeginInit();
  80. this.flowLayoutPanel1.SuspendLayout();
  81. this.panelStoreName.SuspendLayout();
  82. this.panelQuery.SuspendLayout();
  83. this.panelComparedStartUp.SuspendLayout();
  84. this.panelQueryCompared.SuspendLayout();
  85. this.panelSaveAs.SuspendLayout();
  86. this.panelCloseed.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // plExMainContainer
  90. //
  91. this.plExMainContainer.Controls.Add(this.panelEx1);
  92. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  93. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  94. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  95. //
  96. // plFormMainContent
  97. //
  98. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  99. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  100. //
  101. // btnAppFormMaximize
  102. //
  103. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  104. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  105. //
  106. // btnAppFormExit
  107. //
  108. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  109. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  110. //
  111. // btnAppFormMinimize
  112. //
  113. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  114. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  115. //
  116. // panelEx1
  117. //
  118. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  119. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  120. this.panelEx1.BorderWidth = 1;
  121. this.panelEx1.Controls.Add(this.panelEx3);
  122. this.panelEx1.Controls.Add(this.panelEx2);
  123. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  124. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  126. this.panelEx1.Name = "panelEx1";
  127. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  128. this.panelEx1.Size = new System.Drawing.Size(940, 485);
  129. this.panelEx1.TabIndex = 0;
  130. //
  131. // panelEx3
  132. //
  133. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  134. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  135. this.panelEx3.BorderWidth = 1;
  136. this.panelEx3.Controls.Add(this.panelEx5);
  137. this.panelEx3.Controls.Add(this.panelEx6);
  138. this.panelEx3.Controls.Add(this.panelEx4);
  139. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.panelEx3.Location = new System.Drawing.Point(3, 398);
  141. this.panelEx3.Name = "panelEx3";
  142. this.panelEx3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 3);
  143. this.panelEx3.Size = new System.Drawing.Size(934, 84);
  144. this.panelEx3.TabIndex = 1;
  145. //
  146. // panelEx5
  147. //
  148. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  149. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  150. this.panelEx5.BorderWidth = 1;
  151. this.panelEx5.Controls.Add(this.chart1);
  152. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.panelEx5.Location = new System.Drawing.Point(3, 32);
  154. this.panelEx5.Name = "panelEx5";
  155. this.panelEx5.Padding = new System.Windows.Forms.Padding(1, 3, 10, 3);
  156. this.panelEx5.Size = new System.Drawing.Size(464, 49);
  157. this.panelEx5.TabIndex = 1;
  158. //
  159. // chart1
  160. //
  161. chartArea3.Name = "ChartArea1";
  162. this.chart1.ChartAreas.Add(chartArea3);
  163. this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. legend3.Name = "Legend1";
  165. this.chart1.Legends.Add(legend3);
  166. this.chart1.Location = new System.Drawing.Point(1, 3);
  167. this.chart1.Name = "chart1";
  168. series3.ChartArea = "ChartArea1";
  169. series3.Legend = "Legend1";
  170. series3.Name = "Series1";
  171. this.chart1.Series.Add(series3);
  172. this.chart1.Size = new System.Drawing.Size(453, 43);
  173. this.chart1.TabIndex = 5;
  174. this.chart1.Text = "chart1";
  175. //
  176. // panelEx6
  177. //
  178. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  179. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  180. this.panelEx6.BorderWidth = 1;
  181. this.panelEx6.Controls.Add(this.chart2);
  182. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Right;
  183. this.panelEx6.Location = new System.Drawing.Point(467, 32);
  184. this.panelEx6.Name = "panelEx6";
  185. this.panelEx6.Padding = new System.Windows.Forms.Padding(10, 3, 3, 3);
  186. this.panelEx6.Size = new System.Drawing.Size(464, 49);
  187. this.panelEx6.TabIndex = 2;
  188. //
  189. // chart2
  190. //
  191. chartArea4.Name = "ChartArea1";
  192. this.chart2.ChartAreas.Add(chartArea4);
  193. this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
  194. legend4.Name = "Legend1";
  195. this.chart2.Legends.Add(legend4);
  196. this.chart2.Location = new System.Drawing.Point(10, 3);
  197. this.chart2.Name = "chart2";
  198. series4.ChartArea = "ChartArea1";
  199. series4.Legend = "Legend1";
  200. series4.Name = "Series1";
  201. this.chart2.Series.Add(series4);
  202. this.chart2.Size = new System.Drawing.Size(451, 43);
  203. this.chart2.TabIndex = 5;
  204. this.chart2.Text = "chart2";
  205. //
  206. // panelEx4
  207. //
  208. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  209. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  210. this.panelEx4.BorderWidth = 1;
  211. this.panelEx4.Controls.Add(this.labelEx5);
  212. this.panelEx4.Controls.Add(this.cmbtreevDisplayMethod);
  213. this.panelEx4.Controls.Add(this.labelEx4);
  214. this.panelEx4.Controls.Add(this.cmbtreevDisplayItem);
  215. this.panelEx4.Controls.Add(this.labelEx3);
  216. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  217. this.panelEx4.Location = new System.Drawing.Point(3, 2);
  218. this.panelEx4.Name = "panelEx4";
  219. this.panelEx4.Size = new System.Drawing.Size(928, 30);
  220. this.panelEx4.TabIndex = 0;
  221. //
  222. // labelEx5
  223. //
  224. this.labelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  225. this.labelEx5.AutoSize = true;
  226. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  227. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  228. this.labelEx5.Location = new System.Drawing.Point(532, 7);
  229. this.labelEx5.Name = "labelEx5";
  230. this.labelEx5.Size = new System.Drawing.Size(395, 17);
  231. this.labelEx5.TabIndex = 281;
  232. this.labelEx5.Text = "均价 = 业绩 ÷ 消费次数; 增长率 =(对比前-对比后)÷ 对比后 × 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, 7);
  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, 8);
  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, 7);
  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, 8);
  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, 78);
  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, 320);
  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, 315);
  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.Controls.Add(this.cbxStoredCard);
  325. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  326. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  327. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  328. this.flowLayoutPanel1.Size = new System.Drawing.Size(934, 75);
  329. this.flowLayoutPanel1.TabIndex = 3;
  330. //
  331. // panelStoreName
  332. //
  333. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  334. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  335. this.panelStoreName.BorderWidth = 1;
  336. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  337. this.panelStoreName.Location = new System.Drawing.Point(1, 1);
  338. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1);
  339. this.panelStoreName.Name = "panelStoreName";
  340. this.panelStoreName.Size = new System.Drawing.Size(210, 32);
  341. this.panelStoreName.TabIndex = 211;
  342. //
  343. // cmbtreevStoreName
  344. //
  345. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  346. this.cmbtreevStoreName.DropDownHeight = 220;
  347. this.cmbtreevStoreName.DropDownShow = false;
  348. this.cmbtreevStoreName.FormattingEnabled = true;
  349. this.cmbtreevStoreName.IntegralHeight = false;
  350. this.cmbtreevStoreName.IsNodeMouseClick = true;
  351. this.cmbtreevStoreName.IsSelectParentNode = false;
  352. this.cmbtreevStoreName.Location = new System.Drawing.Point(4, 6);
  353. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  354. this.cmbtreevStoreName.ReadOnly = true;
  355. this.cmbtreevStoreName.SelectedNode = null;
  356. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  357. this.cmbtreevStoreName.StrGetName = "";
  358. this.cmbtreevStoreName.StrGetTagName = "";
  359. this.cmbtreevStoreName.StrKey = null;
  360. this.cmbtreevStoreName.TabIndex = 274;
  361. //
  362. // panelQuery
  363. //
  364. this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  365. this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  366. this.panelQuery.BorderWidth = 1;
  367. this.panelQuery.Controls.Add(this.dtDataTimeStart);
  368. this.panelQuery.Controls.Add(this.dtDataTimeEnd);
  369. this.panelQuery.Controls.Add(this.labelEx1);
  370. this.panelQuery.Controls.Add(this.btnQuery);
  371. this.panelQuery.Location = new System.Drawing.Point(213, 1);
  372. this.panelQuery.Margin = new System.Windows.Forms.Padding(1);
  373. this.panelQuery.Name = "panelQuery";
  374. this.panelQuery.Size = new System.Drawing.Size(325, 32);
  375. this.panelQuery.TabIndex = 27;
  376. //
  377. // dtDataTimeStart
  378. //
  379. this.dtDataTimeStart.CustomFormat = " ";
  380. this.dtDataTimeStart.DateValue = "";
  381. this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  382. this.dtDataTimeStart.IsShowTime = false;
  383. this.dtDataTimeStart.Location = new System.Drawing.Point(3, 6);
  384. this.dtDataTimeStart.Name = "dtDataTimeStart";
  385. this.dtDataTimeStart.Size = new System.Drawing.Size(100, 21);
  386. this.dtDataTimeStart.TabIndex = 26;
  387. //
  388. // dtDataTimeEnd
  389. //
  390. this.dtDataTimeEnd.CustomFormat = " ";
  391. this.dtDataTimeEnd.DateValue = "";
  392. this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  393. this.dtDataTimeEnd.IsShowTime = false;
  394. this.dtDataTimeEnd.Location = new System.Drawing.Point(126, 6);
  395. this.dtDataTimeEnd.Name = "dtDataTimeEnd";
  396. this.dtDataTimeEnd.Size = new System.Drawing.Size(100, 21);
  397. this.dtDataTimeEnd.TabIndex = 27;
  398. //
  399. // labelEx1
  400. //
  401. this.labelEx1.AutoSize = true;
  402. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  403. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  404. this.labelEx1.Location = new System.Drawing.Point(104, 7);
  405. this.labelEx1.Name = "labelEx1";
  406. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  407. this.labelEx1.TabIndex = 28;
  408. this.labelEx1.Text = "—";
  409. //
  410. // btnQuery
  411. //
  412. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  413. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  414. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  415. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  416. this.btnQuery.ForeColor = System.Drawing.Color.White;
  417. this.btnQuery.IsCustomBackImg = false;
  418. this.btnQuery.IsShowText = true;
  419. this.btnQuery.Location = new System.Drawing.Point(235, 2);
  420. this.btnQuery.Name = "btnQuery";
  421. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  422. this.btnQuery.TabIndex = 29;
  423. this.btnQuery.Text = " 查 询";
  424. this.btnQuery.UseVisualStyleBackColor = false;
  425. //
  426. // panelComparedStartUp
  427. //
  428. this.panelComparedStartUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  429. this.panelComparedStartUp.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  430. this.panelComparedStartUp.BorderWidth = 1;
  431. this.panelComparedStartUp.Controls.Add(this.chkComparedStartUp);
  432. this.panelComparedStartUp.Location = new System.Drawing.Point(540, 1);
  433. this.panelComparedStartUp.Margin = new System.Windows.Forms.Padding(1);
  434. this.panelComparedStartUp.Name = "panelComparedStartUp";
  435. this.panelComparedStartUp.Size = new System.Drawing.Size(95, 32);
  436. this.panelComparedStartUp.TabIndex = 27;
  437. //
  438. // chkComparedStartUp
  439. //
  440. this.chkComparedStartUp.AutoSize = true;
  441. this.chkComparedStartUp.BackColor = System.Drawing.Color.Transparent;
  442. this.chkComparedStartUp.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  443. this.chkComparedStartUp.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  444. this.chkComparedStartUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  445. this.chkComparedStartUp.Fourstates = false;
  446. this.chkComparedStartUp.IsGreenTick = false;
  447. this.chkComparedStartUp.Location = new System.Drawing.Point(4, 4);
  448. this.chkComparedStartUp.Name = "chkComparedStartUp";
  449. this.chkComparedStartUp.Size = new System.Drawing.Size(84, 24);
  450. this.chkComparedStartUp.TabIndex = 24;
  451. this.chkComparedStartUp.Text = "启动对比";
  452. this.chkComparedStartUp.UseVisualStyleBackColor = false;
  453. //
  454. // panelQueryCompared
  455. //
  456. this.panelQueryCompared.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  457. this.panelQueryCompared.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  458. this.panelQueryCompared.BorderWidth = 1;
  459. this.panelQueryCompared.Controls.Add(this.btnQueryCompared);
  460. this.panelQueryCompared.Controls.Add(this.labelEx2);
  461. this.panelQueryCompared.Controls.Add(this.dtDataTimeStartCompared);
  462. this.panelQueryCompared.Controls.Add(this.dtDateTimeEndCompared);
  463. this.panelQueryCompared.Location = new System.Drawing.Point(1, 35);
  464. this.panelQueryCompared.Margin = new System.Windows.Forms.Padding(1);
  465. this.panelQueryCompared.Name = "panelQueryCompared";
  466. this.panelQueryCompared.Size = new System.Drawing.Size(325, 32);
  467. this.panelQueryCompared.TabIndex = 25;
  468. //
  469. // btnQueryCompared
  470. //
  471. this.btnQueryCompared.BackColor = System.Drawing.Color.Transparent;
  472. this.btnQueryCompared.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryCompared.BackImg")));
  473. this.btnQueryCompared.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  474. this.btnQueryCompared.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  475. this.btnQueryCompared.ForeColor = System.Drawing.Color.White;
  476. this.btnQueryCompared.IsCustomBackImg = false;
  477. this.btnQueryCompared.IsShowText = true;
  478. this.btnQueryCompared.Location = new System.Drawing.Point(234, 2);
  479. this.btnQueryCompared.Name = "btnQueryCompared";
  480. this.btnQueryCompared.Size = new System.Drawing.Size(85, 28);
  481. this.btnQueryCompared.TabIndex = 9;
  482. this.btnQueryCompared.Text = " 查 询";
  483. this.btnQueryCompared.UseVisualStyleBackColor = false;
  484. //
  485. // labelEx2
  486. //
  487. this.labelEx2.AutoSize = true;
  488. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  489. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  490. this.labelEx2.Location = new System.Drawing.Point(103, 7);
  491. this.labelEx2.Name = "labelEx2";
  492. this.labelEx2.Size = new System.Drawing.Size(21, 17);
  493. this.labelEx2.TabIndex = 5;
  494. this.labelEx2.Text = "—";
  495. //
  496. // dtDataTimeStartCompared
  497. //
  498. this.dtDataTimeStartCompared.CustomFormat = " ";
  499. this.dtDataTimeStartCompared.DateValue = "";
  500. this.dtDataTimeStartCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  501. this.dtDataTimeStartCompared.IsShowTime = false;
  502. this.dtDataTimeStartCompared.Location = new System.Drawing.Point(1, 6);
  503. this.dtDataTimeStartCompared.Name = "dtDataTimeStartCompared";
  504. this.dtDataTimeStartCompared.Size = new System.Drawing.Size(100, 21);
  505. this.dtDataTimeStartCompared.TabIndex = 3;
  506. //
  507. // dtDateTimeEndCompared
  508. //
  509. this.dtDateTimeEndCompared.CustomFormat = " ";
  510. this.dtDateTimeEndCompared.DateValue = "";
  511. this.dtDateTimeEndCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  512. this.dtDateTimeEndCompared.IsShowTime = false;
  513. this.dtDateTimeEndCompared.Location = new System.Drawing.Point(125, 6);
  514. this.dtDateTimeEndCompared.Name = "dtDateTimeEndCompared";
  515. this.dtDateTimeEndCompared.Size = new System.Drawing.Size(100, 21);
  516. this.dtDateTimeEndCompared.TabIndex = 4;
  517. //
  518. // panelSaveAs
  519. //
  520. this.panelSaveAs.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  521. this.panelSaveAs.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  522. this.panelSaveAs.BorderWidth = 1;
  523. this.panelSaveAs.Controls.Add(this.btnSaveAs);
  524. this.panelSaveAs.Location = new System.Drawing.Point(328, 35);
  525. this.panelSaveAs.Margin = new System.Windows.Forms.Padding(1);
  526. this.panelSaveAs.Name = "panelSaveAs";
  527. this.panelSaveAs.Size = new System.Drawing.Size(93, 32);
  528. this.panelSaveAs.TabIndex = 29;
  529. //
  530. // btnSaveAs
  531. //
  532. this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
  533. this.btnSaveAs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAs.BackImg")));
  534. this.btnSaveAs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  535. this.btnSaveAs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  536. this.btnSaveAs.ForeColor = System.Drawing.Color.White;
  537. this.btnSaveAs.IsCustomBackImg = false;
  538. this.btnSaveAs.IsShowText = true;
  539. this.btnSaveAs.Location = new System.Drawing.Point(2, 2);
  540. this.btnSaveAs.Name = "btnSaveAs";
  541. this.btnSaveAs.Size = new System.Drawing.Size(85, 28);
  542. this.btnSaveAs.TabIndex = 30;
  543. this.btnSaveAs.Text = " 另存为";
  544. this.btnSaveAs.UseVisualStyleBackColor = false;
  545. //
  546. // panelCloseed
  547. //
  548. this.panelCloseed.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  549. this.panelCloseed.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  550. this.panelCloseed.BorderWidth = 1;
  551. this.panelCloseed.Controls.Add(this.btnColseed);
  552. this.panelCloseed.Location = new System.Drawing.Point(423, 35);
  553. this.panelCloseed.Margin = new System.Windows.Forms.Padding(1);
  554. this.panelCloseed.Name = "panelCloseed";
  555. this.panelCloseed.Size = new System.Drawing.Size(93, 32);
  556. this.panelCloseed.TabIndex = 212;
  557. //
  558. // btnColseed
  559. //
  560. this.btnColseed.BackColor = System.Drawing.Color.Transparent;
  561. this.btnColseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColseed.BackImg")));
  562. this.btnColseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  563. this.btnColseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  564. this.btnColseed.ForeColor = System.Drawing.Color.White;
  565. this.btnColseed.IsCustomBackImg = false;
  566. this.btnColseed.IsShowText = true;
  567. this.btnColseed.Location = new System.Drawing.Point(2, 2);
  568. this.btnColseed.Name = "btnColseed";
  569. this.btnColseed.Size = new System.Drawing.Size(85, 28);
  570. this.btnColseed.TabIndex = 30;
  571. this.btnColseed.Text = " 关 闭";
  572. this.btnColseed.UseVisualStyleBackColor = false;
  573. //
  574. // cbxStoredCard
  575. //
  576. this.cbxStoredCard.BackColor = System.Drawing.Color.Transparent;
  577. this.cbxStoredCard.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  578. this.cbxStoredCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  579. this.cbxStoredCard.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  580. this.cbxStoredCard.Fourstates = false;
  581. this.cbxStoredCard.IsGreenTick = false;
  582. this.cbxStoredCard.Location = new System.Drawing.Point(520, 37);
  583. this.cbxStoredCard.Name = "cbxStoredCard";
  584. this.cbxStoredCard.Size = new System.Drawing.Size(91, 30);
  585. this.cbxStoredCard.TabIndex = 4;
  586. this.cbxStoredCard.Text = "储值卡扣款";
  587. this.cbxStoredCard.UseVisualStyleBackColor = false;
  588. //
  589. // AnalyzedOrderOperatingFormMain
  590. //
  591. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  592. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  593. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  594. this.ClientSize = new System.Drawing.Size(950, 610);
  595. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  596. this.IsShowUcNavigationTool = true;
  597. this.IsUserControlsSize = false;
  598. this.Name = "AnalyzedOrderOperatingFormMain";
  599. this.Text = "营业分析";
  600. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  601. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  602. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  603. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  604. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  605. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  606. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  607. this.plExMainContainer.ResumeLayout(false);
  608. this.plFormMainContent.ResumeLayout(false);
  609. this.panelEx1.ResumeLayout(false);
  610. this.panelEx3.ResumeLayout(false);
  611. this.panelEx5.ResumeLayout(false);
  612. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  613. this.panelEx6.ResumeLayout(false);
  614. ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
  615. this.panelEx4.ResumeLayout(false);
  616. this.panelEx4.PerformLayout();
  617. this.panelEx2.ResumeLayout(false);
  618. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).EndInit();
  619. this.flowLayoutPanel1.ResumeLayout(false);
  620. this.panelStoreName.ResumeLayout(false);
  621. this.panelQuery.ResumeLayout(false);
  622. this.panelQuery.PerformLayout();
  623. this.panelComparedStartUp.ResumeLayout(false);
  624. this.panelComparedStartUp.PerformLayout();
  625. this.panelQueryCompared.ResumeLayout(false);
  626. this.panelQueryCompared.PerformLayout();
  627. this.panelSaveAs.ResumeLayout(false);
  628. this.panelCloseed.ResumeLayout(false);
  629. this.ResumeLayout(false);
  630. }
  631. #endregion
  632. private ComponentLibrary.PanelEx panelEx4;
  633. private ComponentLibrary.PanelEx panelEx5;
  634. protected internal System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  635. protected internal System.Windows.Forms.DataVisualization.Charting.Chart chart2;
  636. protected internal ComponentLibrary.PictureBoxEx PictImage;
  637. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDisplayMethod;
  638. private ComponentLibrary.LabelEx labelEx4;
  639. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDisplayItem;
  640. private ComponentLibrary.LabelEx labelEx3;
  641. protected internal ComponentLibrary.PanelEx panelEx1;
  642. protected internal ComponentLibrary.PanelEx panelEx3;
  643. protected internal ComponentLibrary.PanelEx panelEx6;
  644. protected internal ComponentLibrary.PanelEx panelEx2;
  645. private ComponentLibrary.LabelEx labelEx5;
  646. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  647. protected internal ComponentLibrary.PanelEx panelStoreName;
  648. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  649. protected internal ComponentLibrary.PanelEx panelQuery;
  650. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
  651. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
  652. private ComponentLibrary.LabelEx labelEx1;
  653. protected internal ComponentLibrary.ButtonEx btnQuery;
  654. protected internal ComponentLibrary.PanelEx panelComparedStartUp;
  655. protected internal ComponentLibrary.CheckBoxEx chkComparedStartUp;
  656. protected internal ComponentLibrary.PanelEx panelQueryCompared;
  657. protected internal ComponentLibrary.ButtonEx btnQueryCompared;
  658. private ComponentLibrary.LabelEx labelEx2;
  659. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStartCompared;
  660. protected internal ComponentLibrary.DateTimePickerEx dtDateTimeEndCompared;
  661. protected internal ComponentLibrary.PanelEx panelSaveAs;
  662. protected internal ComponentLibrary.ButtonEx btnSaveAs;
  663. protected internal ComponentLibrary.PanelEx panelCloseed;
  664. protected internal ComponentLibrary.ButtonEx btnColseed;
  665. protected internal ComponentLibrary.CheckBoxEx cbxStoredCard;
  666. }
  667. }