AnalyzedOrderRetakeFormMain.Designer.cs 34 KB

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