Form1.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace UAS_MES
  2. {
  3. partial class Form1
  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. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.ct_coll = new System.Windows.Forms.DataVisualization.Charting.Chart();
  34. this.numOnlyTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  35. this.blurSearch1 = new UAS_MES.CustomControl.TextBoxWithIcon.BlurSearch();
  36. this.TestDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.ct_coll)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.TestDGV)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // button1
  42. //
  43. this.button1.Location = new System.Drawing.Point(255, 181);
  44. this.button1.Margin = new System.Windows.Forms.Padding(4);
  45. this.button1.Name = "button1";
  46. this.button1.Size = new System.Drawing.Size(100, 29);
  47. this.button1.TabIndex = 0;
  48. this.button1.Text = "button1";
  49. this.button1.UseVisualStyleBackColor = true;
  50. //
  51. // button2
  52. //
  53. this.button2.Location = new System.Drawing.Point(416, 181);
  54. this.button2.Margin = new System.Windows.Forms.Padding(4);
  55. this.button2.Name = "button2";
  56. this.button2.Size = new System.Drawing.Size(100, 29);
  57. this.button2.TabIndex = 1;
  58. this.button2.Text = "button2";
  59. this.button2.UseVisualStyleBackColor = true;
  60. //
  61. // ct_coll
  62. //
  63. this.ct_coll.BackColor = System.Drawing.SystemColors.Control;
  64. this.ct_coll.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.Cross;
  65. this.ct_coll.BackImageTransparentColor = System.Drawing.SystemColors.Control;
  66. this.ct_coll.BorderlineColor = System.Drawing.SystemColors.Control;
  67. chartArea1.Name = "ChartArea1";
  68. this.ct_coll.ChartAreas.Add(chartArea1);
  69. legend1.Enabled = false;
  70. legend1.Name = "Legend1";
  71. this.ct_coll.Legends.Add(legend1);
  72. this.ct_coll.Location = new System.Drawing.Point(709, 83);
  73. this.ct_coll.Name = "ct_coll";
  74. this.ct_coll.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
  75. series1.ChartArea = "ChartArea1";
  76. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
  77. series1.IsXValueIndexed = true;
  78. series1.Label = "#PERCENT#VALX :#VAL";
  79. series1.Legend = "Legend1";
  80. series1.LegendText = "#VALX";
  81. series1.Name = "Series1";
  82. this.ct_coll.Series.Add(series1);
  83. this.ct_coll.Size = new System.Drawing.Size(394, 398);
  84. this.ct_coll.TabIndex = 5;
  85. this.ct_coll.Text = "chart1";
  86. //
  87. // numOnlyTextBox1
  88. //
  89. this.numOnlyTextBox1.AllPower = null;
  90. this.numOnlyTextBox1.BackColor = System.Drawing.Color.White;
  91. this.numOnlyTextBox1.ID = null;
  92. this.numOnlyTextBox1.Location = new System.Drawing.Point(324, 58);
  93. this.numOnlyTextBox1.Name = "numOnlyTextBox1";
  94. this.numOnlyTextBox1.Negative = false;
  95. this.numOnlyTextBox1.Power = null;
  96. this.numOnlyTextBox1.Size = new System.Drawing.Size(196, 25);
  97. this.numOnlyTextBox1.Str = null;
  98. this.numOnlyTextBox1.Str1 = null;
  99. this.numOnlyTextBox1.Str2 = null;
  100. this.numOnlyTextBox1.TabIndex = 8;
  101. //
  102. // blurSearch1
  103. //
  104. this.blurSearch1.Field = null;
  105. this.blurSearch1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.blurSearch1.Location = new System.Drawing.Point(45, 58);
  107. this.blurSearch1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.blurSearch1.Name = "blurSearch1";
  109. this.blurSearch1.Size = new System.Drawing.Size(205, 34);
  110. this.blurSearch1.TabIndex = 0;
  111. this.blurSearch1.TableName = null;
  112. //
  113. // TestDGV
  114. //
  115. this.TestDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  116. this.TestDGV.Location = new System.Drawing.Point(215, 204);
  117. this.TestDGV.Name = "TestDGV";
  118. this.TestDGV.RowTemplate.Height = 27;
  119. this.TestDGV.Size = new System.Drawing.Size(240, 150);
  120. this.TestDGV.TabIndex = 9;
  121. //
  122. // Form1
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.ClientSize = new System.Drawing.Size(1239, 737);
  127. this.Controls.Add(this.TestDGV);
  128. this.Controls.Add(this.numOnlyTextBox1);
  129. this.Controls.Add(this.ct_coll);
  130. this.Controls.Add(this.blurSearch1);
  131. this.Margin = new System.Windows.Forms.Padding(4);
  132. this.Name = "Form1";
  133. this.Tag = "123123";
  134. this.Text = "Form1";
  135. this.Load += new System.EventHandler(this.Form1_Load);
  136. ((System.ComponentModel.ISupportInitialize)(this.ct_coll)).EndInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.TestDGV)).EndInit();
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140. }
  141. #endregion
  142. private System.Windows.Forms.Button button1;
  143. private System.Windows.Forms.Button button2;
  144. private CustomControl.ButtonUtil.NormalButton normalButton1;
  145. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox1;
  146. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  147. private CustomControl.TextBoxWithIcon.BlurSearch blurSearch1;
  148. private System.Windows.Forms.DataVisualization.Charting.Chart ct_coll;
  149. private CustomControl.TextBoxWithIcon.NumOnlyTextBox numOnlyTextBox1;
  150. private CustomControl.DataGrid_View.DataGridViewWithCheckBox TestDGV;
  151. }
  152. }