ThreeDimensionalFigure.Designer.cs 4.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. 
  2. namespace Uestc.Auto6.Dso.U2
  3. {
  4. partial class ThreeDimensionalFigure
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ThreeDimensionalFigure));
  30. this.ThreeDimensionSurfacePlot = new CSharpGL.SurfacePlot.SurfacePlot();
  31. ((System.ComponentModel.ISupportInitialize)(this.ThreeDimensionSurfacePlot)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // surfacePlot1
  35. //
  36. this.ThreeDimensionSurfacePlot.AccumAlphaBits = ((byte)(0));
  37. this.ThreeDimensionSurfacePlot.AccumBits = ((byte)(0));
  38. this.ThreeDimensionSurfacePlot.AccumBlueBits = ((byte)(0));
  39. this.ThreeDimensionSurfacePlot.AccumGreenBits = ((byte)(0));
  40. this.ThreeDimensionSurfacePlot.AccumRedBits = ((byte)(0));
  41. this.ThreeDimensionSurfacePlot.AxisColor = System.Drawing.Color.Blue;
  42. this.ThreeDimensionSurfacePlot.AxisLineWidth = 1F;
  43. this.ThreeDimensionSurfacePlot.BackColor = System.Drawing.Color.Black;
  44. this.ThreeDimensionSurfacePlot.ColorHeight = 400;
  45. this.ThreeDimensionSurfacePlot.ColorWidth = 24;
  46. this.ThreeDimensionSurfacePlot.EnbleFPS = true;
  47. this.ThreeDimensionSurfacePlot.FirstColor = ((System.ValueTuple<float, System.Drawing.Color>)(resources.GetObject("surfacePlot1.FirstColor")));
  48. this.ThreeDimensionSurfacePlot.Grid = true;
  49. this.ThreeDimensionSurfacePlot.GridColor = System.Drawing.Color.Gray;
  50. this.ThreeDimensionSurfacePlot.LableColor = System.Drawing.Color.Blue;
  51. this.ThreeDimensionSurfacePlot.LastColor = ((System.ValueTuple<float, System.Drawing.Color>)(resources.GetObject("surfacePlot1.LastColor")));
  52. this.ThreeDimensionSurfacePlot.Location = new System.Drawing.Point(0, 40);
  53. this.ThreeDimensionSurfacePlot.MaxCount = 300;
  54. this.ThreeDimensionSurfacePlot.MaxX = 100F;
  55. this.ThreeDimensionSurfacePlot.MaxY = 30F;
  56. this.ThreeDimensionSurfacePlot.MiddleColor = ((System.ValueTuple<float, System.Drawing.Color>)(resources.GetObject("surfacePlot1.MiddleColor")));
  57. this.ThreeDimensionSurfacePlot.MinX = 0F;
  58. this.ThreeDimensionSurfacePlot.MinY = -200F;
  59. this.ThreeDimensionSurfacePlot.Name = "surfacePlot1";
  60. this.ThreeDimensionSurfacePlot.PlotWidth = 1F;
  61. this.ThreeDimensionSurfacePlot.RenderTrigger = CSharpGL.RenderTrigger.Manual;
  62. this.ThreeDimensionSurfacePlot.SelectedIndex = -1;
  63. this.ThreeDimensionSurfacePlot.ShowColor = true;
  64. this.ThreeDimensionSurfacePlot.ShowLable = true;
  65. this.ThreeDimensionSurfacePlot.Size = new System.Drawing.Size(1000, 679);
  66. this.ThreeDimensionSurfacePlot.StencilBits = ((byte)(0));
  67. this.ThreeDimensionSurfacePlot.TabIndex = 5;
  68. this.ThreeDimensionSurfacePlot.TimerTriggerInterval = 40;
  69. this.ThreeDimensionSurfacePlot.UpdateContextVersion = true;
  70. this.ThreeDimensionSurfacePlot.XScale = 1.777778F;
  71. this.ThreeDimensionSurfacePlot.XTitle = "X轴";
  72. this.ThreeDimensionSurfacePlot.YTitle = "Y轴";
  73. //
  74. // _3DViewForm
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(1000, 800);
  79. this.Controls.Add(this.ThreeDimensionSurfacePlot);
  80. this.Name = "ThreeDimViewForm";
  81. this.Text = "3D";
  82. this.Title = "3D";
  83. this.TitleIconSize = new System.Drawing.Size(0, 0);
  84. this.TitleIconWidth = 0;
  85. this.Controls.SetChildIndex(this.ThreeDimensionSurfacePlot, 0);
  86. ((System.ComponentModel.ISupportInitialize)(this.ThreeDimensionSurfacePlot)).EndInit();
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private CSharpGL.SurfacePlot.SurfacePlot ThreeDimensionSurfacePlot;
  91. }
  92. }