PageChartManage.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace Scada.Page
  2. {
  3. partial class PageChartManage
  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. btn_QueryData = new Sunny.UI.UISymbolButton();
  29. dtp_End = new Sunny.UI.UIDatePicker();
  30. dtp_Start = new Sunny.UI.UIDatePicker();
  31. uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
  32. uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
  33. lc_Chart = new Sunny.UI.UILineChart();
  34. SuspendLayout();
  35. //
  36. // btn_QueryData
  37. //
  38. btn_QueryData.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  39. btn_QueryData.Location = new Point(751, 20);
  40. btn_QueryData.MinimumSize = new Size(1, 1);
  41. btn_QueryData.Name = "btn_QueryData";
  42. btn_QueryData.Size = new Size(131, 36);
  43. btn_QueryData.Symbol = 559520;
  44. btn_QueryData.TabIndex = 9;
  45. btn_QueryData.Text = "查询数据";
  46. btn_QueryData.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  47. btn_QueryData.Click += btn_QueryData_Click;
  48. //
  49. // dtp_End
  50. //
  51. dtp_End.FillColor = Color.White;
  52. dtp_End.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  53. dtp_End.Location = new Point(506, 20);
  54. dtp_End.Margin = new Padding(4, 5, 4, 5);
  55. dtp_End.MaxLength = 10;
  56. dtp_End.MinimumSize = new Size(63, 0);
  57. dtp_End.Name = "dtp_End";
  58. dtp_End.Padding = new Padding(0, 0, 30, 2);
  59. dtp_End.Size = new Size(219, 36);
  60. dtp_End.SymbolDropDown = 61555;
  61. dtp_End.SymbolNormal = 61555;
  62. dtp_End.SymbolSize = 24;
  63. dtp_End.TabIndex = 8;
  64. dtp_End.Text = "2025-06-06";
  65. dtp_End.TextAlignment = ContentAlignment.MiddleLeft;
  66. dtp_End.Value = new DateTime(2025, 6, 6, 9, 19, 19, 219);
  67. dtp_End.Watermark = "";
  68. //
  69. // dtp_Start
  70. //
  71. dtp_Start.FillColor = Color.White;
  72. dtp_Start.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  73. dtp_Start.Location = new Point(146, 20);
  74. dtp_Start.Margin = new Padding(4, 5, 4, 5);
  75. dtp_Start.MaxLength = 10;
  76. dtp_Start.MinimumSize = new Size(63, 0);
  77. dtp_Start.Name = "dtp_Start";
  78. dtp_Start.Padding = new Padding(0, 0, 30, 2);
  79. dtp_Start.Size = new Size(219, 36);
  80. dtp_Start.SymbolDropDown = 61555;
  81. dtp_Start.SymbolNormal = 61555;
  82. dtp_Start.SymbolSize = 24;
  83. dtp_Start.TabIndex = 7;
  84. dtp_Start.Text = "2025-06-06";
  85. dtp_Start.TextAlignment = ContentAlignment.MiddleLeft;
  86. dtp_Start.Value = new DateTime(2025, 6, 6, 0, 0, 0, 0);
  87. dtp_Start.Watermark = "";
  88. //
  89. // uiSymbolLabel2
  90. //
  91. uiSymbolLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  92. uiSymbolLabel2.Location = new Point(372, 12);
  93. uiSymbolLabel2.MinimumSize = new Size(1, 1);
  94. uiSymbolLabel2.Name = "uiSymbolLabel2";
  95. uiSymbolLabel2.Size = new Size(127, 44);
  96. uiSymbolLabel2.Symbol = 62067;
  97. uiSymbolLabel2.TabIndex = 6;
  98. uiSymbolLabel2.Text = "结束时间";
  99. //
  100. // uiSymbolLabel1
  101. //
  102. uiSymbolLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  103. uiSymbolLabel1.Location = new Point(12, 12);
  104. uiSymbolLabel1.MinimumSize = new Size(1, 1);
  105. uiSymbolLabel1.Name = "uiSymbolLabel1";
  106. uiSymbolLabel1.Size = new Size(127, 44);
  107. uiSymbolLabel1.Symbol = 62067;
  108. uiSymbolLabel1.TabIndex = 5;
  109. uiSymbolLabel1.Text = "开始时间";
  110. //
  111. // lc_Chart
  112. //
  113. lc_Chart.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  114. lc_Chart.LegendFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  115. lc_Chart.Location = new Point(12, 64);
  116. lc_Chart.MinimumSize = new Size(1, 1);
  117. lc_Chart.MouseDownType = Sunny.UI.UILineChartMouseDownType.Zoom;
  118. lc_Chart.Name = "lc_Chart";
  119. lc_Chart.Size = new Size(1043, 468);
  120. lc_Chart.SubFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  121. lc_Chart.TabIndex = 10;
  122. lc_Chart.Text = "曲线图表";
  123. //
  124. // PageChartManage
  125. //
  126. AutoScaleMode = AutoScaleMode.None;
  127. ClientSize = new Size(1067, 544);
  128. Controls.Add(lc_Chart);
  129. Controls.Add(btn_QueryData);
  130. Controls.Add(dtp_End);
  131. Controls.Add(dtp_Start);
  132. Controls.Add(uiSymbolLabel2);
  133. Controls.Add(uiSymbolLabel1);
  134. Name = "PageChartManage";
  135. Text = "图表管理";
  136. Load += PageChartManage_Load;
  137. ResumeLayout(false);
  138. }
  139. #endregion
  140. private Sunny.UI.UISymbolButton btn_QueryData;
  141. private Sunny.UI.UIDatePicker dtp_End;
  142. private Sunny.UI.UIDatePicker dtp_Start;
  143. private Sunny.UI.UISymbolLabel uiSymbolLabel2;
  144. private Sunny.UI.UISymbolLabel uiSymbolLabel1;
  145. private Sunny.UI.UILineChart lc_Chart;
  146. }
  147. }