NavChart.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. namespace DataManager
  2. {
  3. partial class NavChart
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.cmbBenchmark = new System.Windows.Forms.ComboBox();
  34. this.btnDateChanged = new System.Windows.Forms.Button();
  35. this.cmbTimePeriod = new System.Windows.Forms.ComboBox();
  36. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
  39. this.chtNav = new System.Windows.Forms.DataVisualization.Charting.Chart();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.chtNav)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.cmbBenchmark);
  47. this.panel1.Controls.Add(this.btnDateChanged);
  48. this.panel1.Controls.Add(this.cmbTimePeriod);
  49. this.panel1.Controls.Add(this.dtpEndDate);
  50. this.panel1.Controls.Add(this.label1);
  51. this.panel1.Controls.Add(this.dtpStartDate);
  52. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.panel1.Location = new System.Drawing.Point(0, 0);
  54. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  55. this.panel1.Name = "panel1";
  56. this.panel1.Size = new System.Drawing.Size(820, 64);
  57. this.panel1.TabIndex = 0;
  58. //
  59. // cmbBenchmark
  60. //
  61. this.cmbBenchmark.FormattingEnabled = true;
  62. this.cmbBenchmark.Location = new System.Drawing.Point(613, 16);
  63. this.cmbBenchmark.Name = "cmbBenchmark";
  64. this.cmbBenchmark.Size = new System.Drawing.Size(183, 25);
  65. this.cmbBenchmark.TabIndex = 5;
  66. this.cmbBenchmark.SelectedIndexChanged += new System.EventHandler(this.cmbBenchmark_SelectedIndexChanged);
  67. //
  68. // btnDateChanged
  69. //
  70. this.btnDateChanged.Location = new System.Drawing.Point(329, 16);
  71. this.btnDateChanged.Name = "btnDateChanged";
  72. this.btnDateChanged.Size = new System.Drawing.Size(75, 25);
  73. this.btnDateChanged.TabIndex = 4;
  74. this.btnDateChanged.Text = "OK";
  75. this.btnDateChanged.UseVisualStyleBackColor = true;
  76. this.btnDateChanged.Click += new System.EventHandler(this.btnDateChanged_Click);
  77. //
  78. // cmbTimePeriod
  79. //
  80. this.cmbTimePeriod.FormattingEnabled = true;
  81. this.cmbTimePeriod.Items.AddRange(new object[] {
  82. "成立以来",
  83. "近3月",
  84. "近1年",
  85. "近2年",
  86. "近3年",
  87. "近5年",
  88. "近10年"});
  89. this.cmbTimePeriod.Location = new System.Drawing.Point(448, 16);
  90. this.cmbTimePeriod.Name = "cmbTimePeriod";
  91. this.cmbTimePeriod.Size = new System.Drawing.Size(121, 25);
  92. this.cmbTimePeriod.TabIndex = 3;
  93. this.cmbTimePeriod.SelectedIndexChanged += new System.EventHandler(this.cmbTimePeriod_SelectedIndexChanged);
  94. //
  95. // dtpEndDate
  96. //
  97. this.dtpEndDate.Location = new System.Drawing.Point(182, 18);
  98. this.dtpEndDate.Margin = new System.Windows.Forms.Padding(4);
  99. this.dtpEndDate.Name = "dtpEndDate";
  100. this.dtpEndDate.ShowCheckBox = true;
  101. this.dtpEndDate.Size = new System.Drawing.Size(140, 23);
  102. this.dtpEndDate.TabIndex = 2;
  103. this.dtpEndDate.Leave += new System.EventHandler(this.dtpEndDate_Leave);
  104. //
  105. // label1
  106. //
  107. this.label1.AutoSize = true;
  108. this.label1.Location = new System.Drawing.Point(158, 21);
  109. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.label1.Name = "label1";
  111. this.label1.Size = new System.Drawing.Size(20, 17);
  112. this.label1.TabIndex = 1;
  113. this.label1.Text = "至";
  114. //
  115. // dtpStartDate
  116. //
  117. this.dtpStartDate.Location = new System.Drawing.Point(15, 18);
  118. this.dtpStartDate.Margin = new System.Windows.Forms.Padding(4);
  119. this.dtpStartDate.Name = "dtpStartDate";
  120. this.dtpStartDate.ShowCheckBox = true;
  121. this.dtpStartDate.Size = new System.Drawing.Size(140, 23);
  122. this.dtpStartDate.TabIndex = 0;
  123. //
  124. // chtNav
  125. //
  126. chartArea1.Name = "ChartArea1";
  127. this.chtNav.ChartAreas.Add(chartArea1);
  128. this.chtNav.Dock = System.Windows.Forms.DockStyle.Fill;
  129. legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
  130. legend1.Name = "Legend1";
  131. this.chtNav.Legends.Add(legend1);
  132. this.chtNav.Location = new System.Drawing.Point(0, 64);
  133. this.chtNav.Margin = new System.Windows.Forms.Padding(4);
  134. this.chtNav.Name = "chtNav";
  135. series1.ChartArea = "ChartArea1";
  136. series1.Legend = "Legend1";
  137. series1.Name = "fund";
  138. series2.ChartArea = "ChartArea1";
  139. series2.Legend = "Legend1";
  140. series2.Name = "index";
  141. this.chtNav.Series.Add(series1);
  142. this.chtNav.Series.Add(series2);
  143. this.chtNav.Size = new System.Drawing.Size(820, 401);
  144. this.chtNav.TabIndex = 1;
  145. //
  146. // NavChart
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(820, 465);
  151. this.Controls.Add(this.chtNav);
  152. this.Controls.Add(this.panel1);
  153. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.Margin = new System.Windows.Forms.Padding(4);
  155. this.Name = "NavChart";
  156. this.Text = "净值曲线";
  157. this.panel1.ResumeLayout(false);
  158. this.panel1.PerformLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.chtNav)).EndInit();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.Panel panel1;
  164. private System.Windows.Forms.Label label1;
  165. private System.Windows.Forms.DateTimePicker dtpStartDate;
  166. private System.Windows.Forms.DataVisualization.Charting.Chart chtNav;
  167. private System.Windows.Forms.DateTimePicker dtpEndDate;
  168. private System.Windows.Forms.ComboBox cmbTimePeriod;
  169. private System.Windows.Forms.Button btnDateChanged;
  170. private System.Windows.Forms.ComboBox cmbBenchmark;
  171. }
  172. }