frmDDTJChart.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. namespace Core.StlMes.Client.BuyBillet
  2. {
  3. partial class frmDDTJChart
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("dept");
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plinename1");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plinename2");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plinecode");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plinename");
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
  49. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("dept");
  50. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("plinename1");
  51. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("plinename2");
  52. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("plinecode");
  53. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("plinename");
  54. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  55. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  56. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  57. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  58. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  59. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  60. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  61. System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  62. System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
  63. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  64. this.ucb1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  65. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.btn_month = new System.Windows.Forms.Button();
  68. this.label3 = new System.Windows.Forms.Label();
  69. this.startDate = new System.Windows.Forms.DateTimePicker();
  70. this.label2 = new System.Windows.Forms.Label();
  71. this.endDate = new System.Windows.Forms.DateTimePicker();
  72. this.label1 = new System.Windows.Forms.Label();
  73. this.timer1 = new System.Windows.Forms.Timer(this.components);
  74. this.panel1 = new System.Windows.Forms.Panel();
  75. this.Chart3 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  76. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  77. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  78. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  79. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  80. this.Chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  81. this.Chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  82. this.timer2 = new System.Windows.Forms.Timer(this.components);
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  84. this.ultraGroupBox1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.ucb1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  87. this.panel1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.Chart3)).BeginInit();
  89. this.contextMenuStrip1.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.Chart2)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.Chart1)).BeginInit();
  92. this.SuspendLayout();
  93. //
  94. // ultraGroupBox1
  95. //
  96. this.ultraGroupBox1.Controls.Add(this.ucb1);
  97. this.ultraGroupBox1.Controls.Add(this.label4);
  98. this.ultraGroupBox1.Controls.Add(this.btn_month);
  99. this.ultraGroupBox1.Controls.Add(this.label3);
  100. this.ultraGroupBox1.Controls.Add(this.startDate);
  101. this.ultraGroupBox1.Controls.Add(this.label2);
  102. this.ultraGroupBox1.Controls.Add(this.endDate);
  103. this.ultraGroupBox1.Controls.Add(this.label1);
  104. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  106. this.ultraGroupBox1.Name = "ultraGroupBox1";
  107. this.ultraGroupBox1.Size = new System.Drawing.Size(1190, 32);
  108. this.ultraGroupBox1.TabIndex = 4;
  109. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  110. //
  111. // ucb1
  112. //
  113. this.ucb1.CheckedListSettings.CheckStateMember = "";
  114. this.ucb1.DataSource = this.ultraDataSource1;
  115. appearance14.BackColor = System.Drawing.SystemColors.Window;
  116. appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  117. this.ucb1.DisplayLayout.Appearance = appearance14;
  118. appearance1.TextHAlignAsString = "Center";
  119. ultraGridColumn1.Header.Appearance = appearance1;
  120. ultraGridColumn1.Header.Caption = "部门";
  121. ultraGridColumn1.Header.TextOrientation = new Infragistics.Win.TextOrientationInfo(0, Infragistics.Win.TextFlowDirection.Horizontal);
  122. ultraGridColumn1.Header.VisiblePosition = 0;
  123. ultraGridColumn1.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  124. ultraGridColumn2.Header.Caption = "区域";
  125. ultraGridColumn2.Header.VisiblePosition = 1;
  126. ultraGridColumn2.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  127. ultraGridColumn3.Header.Caption = "产线";
  128. ultraGridColumn3.Header.VisiblePosition = 2;
  129. ultraGridColumn4.Header.VisiblePosition = 3;
  130. ultraGridColumn4.Hidden = true;
  131. ultraGridColumn5.Header.VisiblePosition = 4;
  132. ultraGridColumn5.Hidden = true;
  133. ultraGridBand1.Columns.AddRange(new object[] {
  134. ultraGridColumn1,
  135. ultraGridColumn2,
  136. ultraGridColumn3,
  137. ultraGridColumn4,
  138. ultraGridColumn5});
  139. this.ucb1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  140. this.ucb1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  141. this.ucb1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  142. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  143. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  144. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  145. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  146. this.ucb1.DisplayLayout.GroupByBox.Appearance = appearance2;
  147. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  148. this.ucb1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  149. this.ucb1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  150. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  151. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  152. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  153. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  154. this.ucb1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  155. this.ucb1.DisplayLayout.MaxColScrollRegions = 1;
  156. this.ucb1.DisplayLayout.MaxRowScrollRegions = 1;
  157. appearance7.BackColor = System.Drawing.SystemColors.Window;
  158. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  159. this.ucb1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  160. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  161. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  162. this.ucb1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  163. this.ucb1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  164. this.ucb1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  165. appearance12.BackColor = System.Drawing.SystemColors.Window;
  166. this.ucb1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  167. appearance8.BorderColor = System.Drawing.Color.Silver;
  168. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  169. this.ucb1.DisplayLayout.Override.CellAppearance = appearance8;
  170. this.ucb1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  171. this.ucb1.DisplayLayout.Override.CellPadding = 0;
  172. appearance6.BackColor = System.Drawing.SystemColors.Control;
  173. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  174. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  175. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  176. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  177. this.ucb1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  178. appearance5.TextHAlignAsString = "Left";
  179. this.ucb1.DisplayLayout.Override.HeaderAppearance = appearance5;
  180. this.ucb1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  181. this.ucb1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  182. appearance11.BackColor = System.Drawing.SystemColors.Window;
  183. appearance11.BorderColor = System.Drawing.Color.Silver;
  184. this.ucb1.DisplayLayout.Override.RowAppearance = appearance11;
  185. this.ucb1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  186. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  187. this.ucb1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  188. scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
  189. this.ucb1.DisplayLayout.ScrollBarLook = scrollBarLook1;
  190. this.ucb1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  191. this.ucb1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  192. this.ucb1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  193. this.ucb1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  194. this.ucb1.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  195. this.ucb1.Location = new System.Drawing.Point(436, 9);
  196. this.ucb1.MaxDropDownItems = 37;
  197. this.ucb1.Name = "ucb1";
  198. this.ucb1.Size = new System.Drawing.Size(191, 22);
  199. this.ucb1.TabIndex = 15;
  200. this.ucb1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ucb1_InitializeLayout);
  201. //
  202. // ultraDataSource1
  203. //
  204. this.ultraDataSource1.Band.Columns.AddRange(new object[] {
  205. ultraDataColumn1,
  206. ultraDataColumn2,
  207. ultraDataColumn3,
  208. ultraDataColumn4,
  209. ultraDataColumn5});
  210. //
  211. // label4
  212. //
  213. this.label4.AutoSize = true;
  214. this.label4.Location = new System.Drawing.Point(401, 12);
  215. this.label4.Name = "label4";
  216. this.label4.Size = new System.Drawing.Size(29, 12);
  217. this.label4.TabIndex = 13;
  218. this.label4.Text = "部门";
  219. //
  220. // btn_month
  221. //
  222. this.btn_month.Location = new System.Drawing.Point(350, 6);
  223. this.btn_month.Name = "btn_month";
  224. this.btn_month.Size = new System.Drawing.Size(44, 20);
  225. this.btn_month.TabIndex = 12;
  226. this.btn_month.Text = "月";
  227. this.btn_month.UseVisualStyleBackColor = true;
  228. this.btn_month.Click += new System.EventHandler(this.btn_month_Click);
  229. //
  230. // label3
  231. //
  232. this.label3.AutoSize = true;
  233. this.label3.Location = new System.Drawing.Point(339, 11);
  234. this.label3.Name = "label3";
  235. this.label3.Size = new System.Drawing.Size(11, 12);
  236. this.label3.TabIndex = 9;
  237. this.label3.Text = "|";
  238. //
  239. // startDate
  240. //
  241. this.startDate.CustomFormat = "yyyy-MM-dd";
  242. this.startDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  243. this.startDate.Location = new System.Drawing.Point(60, 6);
  244. this.startDate.Name = "startDate";
  245. this.startDate.Size = new System.Drawing.Size(107, 21);
  246. this.startDate.TabIndex = 8;
  247. //
  248. // label2
  249. //
  250. this.label2.AutoSize = true;
  251. this.label2.Location = new System.Drawing.Point(6, 12);
  252. this.label2.Name = "label2";
  253. this.label2.Size = new System.Drawing.Size(53, 12);
  254. this.label2.TabIndex = 7;
  255. this.label2.Text = "起始日期";
  256. //
  257. // endDate
  258. //
  259. this.endDate.CustomFormat = "yyyy-MM-dd";
  260. this.endDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  261. this.endDate.Location = new System.Drawing.Point(225, 6);
  262. this.endDate.Name = "endDate";
  263. this.endDate.Size = new System.Drawing.Size(107, 21);
  264. this.endDate.TabIndex = 6;
  265. //
  266. // label1
  267. //
  268. this.label1.AutoSize = true;
  269. this.label1.Location = new System.Drawing.Point(169, 12);
  270. this.label1.Name = "label1";
  271. this.label1.Size = new System.Drawing.Size(53, 12);
  272. this.label1.TabIndex = 5;
  273. this.label1.Text = "截止日期";
  274. //
  275. // timer1
  276. //
  277. this.timer1.Interval = 200;
  278. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  279. //
  280. // panel1
  281. //
  282. this.panel1.AutoScroll = true;
  283. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  284. this.panel1.Controls.Add(this.Chart3);
  285. this.panel1.Controls.Add(this.Chart2);
  286. this.panel1.Controls.Add(this.Chart1);
  287. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.panel1.Location = new System.Drawing.Point(0, 32);
  289. this.panel1.Name = "panel1";
  290. this.panel1.Size = new System.Drawing.Size(1190, 530);
  291. this.panel1.TabIndex = 5;
  292. //
  293. // Chart3
  294. //
  295. chartArea1.Name = "ChartArea1";
  296. this.Chart3.ChartAreas.Add(chartArea1);
  297. this.Chart3.ContextMenuStrip = this.contextMenuStrip1;
  298. this.Chart3.Dock = System.Windows.Forms.DockStyle.Left;
  299. legend1.Name = "Legend1";
  300. this.Chart3.Legends.Add(legend1);
  301. this.Chart3.Location = new System.Drawing.Point(1000, 0);
  302. this.Chart3.Name = "Chart3";
  303. series1.ChartArea = "ChartArea1";
  304. series1.Legend = "Legend1";
  305. series1.Name = "Series1";
  306. this.Chart3.Series.Add(series1);
  307. this.Chart3.Size = new System.Drawing.Size(300, 513);
  308. this.Chart3.TabIndex = 2;
  309. this.Chart3.Text = "chart3";
  310. //
  311. // contextMenuStrip1
  312. //
  313. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  314. this.toolStripMenuItem1,
  315. this.toolStripMenuItem3,
  316. this.toolStripMenuItem4});
  317. this.contextMenuStrip1.Name = "contextMenuStrip1";
  318. this.contextMenuStrip1.Size = new System.Drawing.Size(132, 70);
  319. this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
  320. //
  321. // toolStripMenuItem1
  322. //
  323. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  324. this.toolStripMenuItem1.Size = new System.Drawing.Size(131, 22);
  325. this.toolStripMenuItem1.Text = "Play/Stop";
  326. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  327. //
  328. // toolStripMenuItem3
  329. //
  330. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  331. this.toolStripMenuItem3.Size = new System.Drawing.Size(131, 22);
  332. this.toolStripMenuItem3.Text = "拷贝";
  333. this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  334. //
  335. // toolStripMenuItem4
  336. //
  337. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  338. this.toolStripMenuItem4.Size = new System.Drawing.Size(131, 22);
  339. this.toolStripMenuItem4.Text = "另存为";
  340. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  341. //
  342. // Chart2
  343. //
  344. chartArea2.Name = "ChartArea1";
  345. this.Chart2.ChartAreas.Add(chartArea2);
  346. this.Chart2.ContextMenuStrip = this.contextMenuStrip1;
  347. this.Chart2.Dock = System.Windows.Forms.DockStyle.Left;
  348. legend2.Name = "Legend1";
  349. this.Chart2.Legends.Add(legend2);
  350. this.Chart2.Location = new System.Drawing.Point(500, 0);
  351. this.Chart2.Name = "Chart2";
  352. series2.ChartArea = "ChartArea1";
  353. series2.Legend = "Legend1";
  354. series2.Name = "Series1";
  355. this.Chart2.Series.Add(series2);
  356. this.Chart2.Size = new System.Drawing.Size(500, 513);
  357. this.Chart2.TabIndex = 1;
  358. this.Chart2.Text = "chart2";
  359. //
  360. // Chart1
  361. //
  362. chartArea3.Name = "ChartArea1";
  363. this.Chart1.ChartAreas.Add(chartArea3);
  364. this.Chart1.ContextMenuStrip = this.contextMenuStrip1;
  365. this.Chart1.Dock = System.Windows.Forms.DockStyle.Left;
  366. legend3.Name = "Legend1";
  367. this.Chart1.Legends.Add(legend3);
  368. this.Chart1.Location = new System.Drawing.Point(0, 0);
  369. this.Chart1.Name = "Chart1";
  370. series3.ChartArea = "ChartArea1";
  371. series3.Legend = "Legend1";
  372. series3.Name = "Series1";
  373. this.Chart1.Series.Add(series3);
  374. this.Chart1.Size = new System.Drawing.Size(500, 513);
  375. this.Chart1.TabIndex = 0;
  376. this.Chart1.Text = "chart1";
  377. this.Chart1.GetToolTipText += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ToolTipEventArgs>(this.Chart1_GetToolTipText);
  378. //
  379. // timer2
  380. //
  381. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  382. //
  383. // frmDDTJChart
  384. //
  385. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  386. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  387. this.ClientSize = new System.Drawing.Size(1190, 562);
  388. this.Controls.Add(this.panel1);
  389. this.Controls.Add(this.ultraGroupBox1);
  390. this.Name = "frmDDTJChart";
  391. this.Text = "frmDDTJChart";
  392. this.Load += new System.EventHandler(this.frmDDTJChart_Load);
  393. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmDDTJChart_KeyDown);
  394. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.frmDDTJChart_KeyUp);
  395. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  396. this.ultraGroupBox1.ResumeLayout(false);
  397. this.ultraGroupBox1.PerformLayout();
  398. ((System.ComponentModel.ISupportInitialize)(this.ucb1)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  400. this.panel1.ResumeLayout(false);
  401. ((System.ComponentModel.ISupportInitialize)(this.Chart3)).EndInit();
  402. this.contextMenuStrip1.ResumeLayout(false);
  403. ((System.ComponentModel.ISupportInitialize)(this.Chart2)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.Chart1)).EndInit();
  405. this.ResumeLayout(false);
  406. }
  407. #endregion
  408. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  409. private System.Windows.Forms.Button btn_month;
  410. private System.Windows.Forms.Label label3;
  411. private System.Windows.Forms.DateTimePicker startDate;
  412. private System.Windows.Forms.Label label2;
  413. private System.Windows.Forms.DateTimePicker endDate;
  414. private System.Windows.Forms.Label label1;
  415. private System.Windows.Forms.Label label4;
  416. private Infragistics.Win.UltraWinGrid.UltraCombo ucb1;
  417. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  418. private System.Windows.Forms.Timer timer1;
  419. private System.Windows.Forms.Panel panel1;
  420. private System.Windows.Forms.DataVisualization.Charting.Chart Chart2;
  421. private System.Windows.Forms.DataVisualization.Charting.Chart Chart1;
  422. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  423. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  424. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  425. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  426. private System.Windows.Forms.DataVisualization.Charting.Chart Chart3;
  427. private System.Windows.Forms.Timer timer2;
  428. }
  429. }