Form1.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. namespace ChartTest
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.textBox2 = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // chart1
  44. //
  45. chartArea2.Name = "ChartArea1";
  46. this.chart1.ChartAreas.Add(chartArea2);
  47. legend2.Name = "Legend1";
  48. this.chart1.Legends.Add(legend2);
  49. this.chart1.Location = new System.Drawing.Point(107, 108);
  50. this.chart1.Name = "chart1";
  51. series2.ChartArea = "ChartArea1";
  52. series2.Legend = "Legend1";
  53. series2.Name = "Series1";
  54. this.chart1.Series.Add(series2);
  55. this.chart1.Size = new System.Drawing.Size(703, 300);
  56. this.chart1.TabIndex = 0;
  57. this.chart1.Text = "chart1";
  58. //
  59. // button1
  60. //
  61. this.button1.Location = new System.Drawing.Point(207, 476);
  62. this.button1.Name = "button1";
  63. this.button1.Size = new System.Drawing.Size(156, 54);
  64. this.button1.TabIndex = 1;
  65. this.button1.Text = "启动";
  66. this.button1.UseVisualStyleBackColor = true;
  67. this.button1.Click += new System.EventHandler(this.button1_Click);
  68. //
  69. // button2
  70. //
  71. this.button2.Location = new System.Drawing.Point(504, 476);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(130, 54);
  74. this.button2.TabIndex = 2;
  75. this.button2.Text = "停止";
  76. this.button2.UseVisualStyleBackColor = true;
  77. this.button2.Click += new System.EventHandler(this.button2_Click);
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label1.Location = new System.Drawing.Point(104, 45);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(57, 19);
  86. this.label1.TabIndex = 3;
  87. this.label1.Text = "角度:";
  88. //
  89. // textBox1
  90. //
  91. this.textBox1.Location = new System.Drawing.Point(167, 35);
  92. this.textBox1.Name = "textBox1";
  93. this.textBox1.Size = new System.Drawing.Size(45, 25);
  94. this.textBox1.TabIndex = 4;
  95. this.textBox1.Text = "-45";
  96. //
  97. // textBox2
  98. //
  99. this.textBox2.Location = new System.Drawing.Point(294, 35);
  100. this.textBox2.Name = "textBox2";
  101. this.textBox2.Size = new System.Drawing.Size(69, 25);
  102. this.textBox2.TabIndex = 5;
  103. this.textBox2.Text = "225";
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label2.Location = new System.Drawing.Point(244, 41);
  110. this.label2.Name = "label2";
  111. this.label2.Size = new System.Drawing.Size(28, 19);
  112. this.label2.TabIndex = 6;
  113. this.label2.Text = "到";
  114. //
  115. // label3
  116. //
  117. this.label3.AutoSize = true;
  118. this.label3.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.label3.Location = new System.Drawing.Point(490, 41);
  120. this.label3.Name = "label3";
  121. this.label3.Size = new System.Drawing.Size(66, 19);
  122. this.label3.TabIndex = 7;
  123. this.label3.Text = "误差:";
  124. //
  125. // textBox3
  126. //
  127. this.textBox3.Location = new System.Drawing.Point(562, 35);
  128. this.textBox3.Name = "textBox3";
  129. this.textBox3.Size = new System.Drawing.Size(72, 25);
  130. this.textBox3.TabIndex = 8;
  131. this.textBox3.Text = "40";
  132. //
  133. // Form1
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.ClientSize = new System.Drawing.Size(871, 592);
  138. this.Controls.Add(this.textBox3);
  139. this.Controls.Add(this.label3);
  140. this.Controls.Add(this.label2);
  141. this.Controls.Add(this.textBox2);
  142. this.Controls.Add(this.textBox1);
  143. this.Controls.Add(this.label1);
  144. this.Controls.Add(this.button2);
  145. this.Controls.Add(this.button1);
  146. this.Controls.Add(this.chart1);
  147. this.Name = "Form1";
  148. this.Text = "Form1";
  149. ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
  150. this.ResumeLayout(false);
  151. this.PerformLayout();
  152. }
  153. #endregion
  154. private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
  155. private System.Windows.Forms.Button button1;
  156. private System.Windows.Forms.Button button2;
  157. private System.Windows.Forms.Label label1;
  158. private System.Windows.Forms.TextBox textBox1;
  159. private System.Windows.Forms.TextBox textBox2;
  160. private System.Windows.Forms.Label label2;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.TextBox textBox3;
  163. }
  164. }