Files
pressurediff/压差法气体渗透仪/TrendChart.Designer.cs
2026-02-07 10:07:45 +08:00

204 lines
11 KiB
C#

using Sunny.UI;
using System.Drawing;
using System.Windows.Forms;
namespace
{
partial class TrendChart
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
this.uiPanel3 = new Sunny.UI.UIPanel();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiPanel1 = new Sunny.UI.UIPanel();
this.plotView1 = new OxyPlot.WindowsForms.PlotView();
this.uiPanel2 = new Sunny.UI.UIPanel();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiTableLayoutPanel1.SuspendLayout();
this.uiPanel3.SuspendLayout();
this.uiPanel1.SuspendLayout();
this.uiPanel2.SuspendLayout();
this.SuspendLayout();
//
// uiTableLayoutPanel1
//
this.uiTableLayoutPanel1.ColumnCount = 1;
this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel3, 0, 2);
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel1, 0, 1);
this.uiTableLayoutPanel1.Controls.Add(this.uiPanel2, 0, 0);
this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 35);
this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
this.uiTableLayoutPanel1.RowCount = 3;
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1900, 965);
this.uiTableLayoutPanel1.TabIndex = 3;
this.uiTableLayoutPanel1.TagString = null;
//
// uiPanel3
//
this.uiPanel3.Controls.Add(this.uiButton1);
this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel3.FillColor = System.Drawing.Color.White;
this.uiPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel3.Location = new System.Drawing.Point(4, 872);
this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel3.Name = "uiPanel3";
this.uiPanel3.Padding = new System.Windows.Forms.Padding(5);
this.uiPanel3.RectColor = System.Drawing.Color.White;
this.uiPanel3.Size = new System.Drawing.Size(1892, 88);
this.uiPanel3.TabIndex = 2;
this.uiPanel3.Text = null;
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiButton1
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219)))));
this.uiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(128)))), ((int)(((byte)(185)))));
this.uiButton1.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(102)))), ((int)(((byte)(148)))));
this.uiButton1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Location = new System.Drawing.Point(864, 20);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Radius = 8;
this.uiButton1.RectColor = System.Drawing.Color.Transparent;
this.uiButton1.Size = new System.Drawing.Size(158, 53);
this.uiButton1.Style = Sunny.UI.UIStyle.Custom;
this.uiButton1.TabIndex = 0;
this.uiButton1.Text = "📊 导出图表";
this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// uiPanel1
//
this.uiPanel1.Controls.Add(this.plotView1);
this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel1.FillColor = System.Drawing.Color.White;
this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel1.Location = new System.Drawing.Point(4, 149);
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel1.Name = "uiPanel1";
this.uiPanel1.Padding = new System.Windows.Forms.Padding(100, 30, 100, 30);
this.uiPanel1.RectColor = System.Drawing.Color.White;
this.uiPanel1.Size = new System.Drawing.Size(1892, 713);
this.uiPanel1.TabIndex = 0;
this.uiPanel1.Text = null;
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// plotView1
//
this.plotView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.plotView1.Location = new System.Drawing.Point(100, 30);
this.plotView1.Name = "plotView1";
this.plotView1.PanCursor = System.Windows.Forms.Cursors.Hand;
this.plotView1.Size = new System.Drawing.Size(1692, 653);
this.plotView1.TabIndex = 0;
this.plotView1.Text = "plotView1";
this.plotView1.ZoomHorizontalCursor = System.Windows.Forms.Cursors.SizeWE;
this.plotView1.ZoomRectangleCursor = System.Windows.Forms.Cursors.SizeNWSE;
this.plotView1.ZoomVerticalCursor = System.Windows.Forms.Cursors.SizeNS;
//
// uiPanel2
//
this.uiPanel2.Controls.Add(this.uiLabel2);
this.uiPanel2.Controls.Add(this.uiLabel1);
this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel2.FillColor = System.Drawing.Color.White;
this.uiPanel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel2.Location = new System.Drawing.Point(4, 5);
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel2.Name = "uiPanel2";
this.uiPanel2.Padding = new System.Windows.Forms.Padding(5);
this.uiPanel2.RectColor = System.Drawing.Color.White;
this.uiPanel2.Size = new System.Drawing.Size(1892, 134);
this.uiPanel2.TabIndex = 1;
this.uiPanel2.Text = null;
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiLabel2
//
this.uiLabel2.BackColor = System.Drawing.Color.White;
this.uiLabel2.Dock = System.Windows.Forms.DockStyle.Right;
this.uiLabel2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel2.Location = new System.Drawing.Point(1620, 5);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(267, 124);
this.uiLabel2.TabIndex = 1;
this.uiLabel2.Text = "时间日期";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiLabel1
//
this.uiLabel1.BackColor = System.Drawing.Color.White;
this.uiLabel1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel1.Location = new System.Drawing.Point(713, 36);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(434, 75);
this.uiLabel1.TabIndex = 0;
this.uiLabel1.Text = "趋势图表";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TrendChart
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1900, 1000);
this.Controls.Add(this.uiTableLayoutPanel1);
this.Name = "TrendChart";
this.Text = "薄膜气体透过率测试仪";
this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TrendChart_FormClosing);
this.uiTableLayoutPanel1.ResumeLayout(false);
this.uiPanel3.ResumeLayout(false);
this.uiPanel1.ResumeLayout(false);
this.uiPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
private Sunny.UI.UIPanel uiPanel3;
private Sunny.UI.UIPanel uiPanel1;
private Sunny.UI.UIPanel uiPanel2;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UILabel uiLabel1;
private OxyPlot.WindowsForms.PlotView plotView1;
private Sunny.UI.UIButton uiButton1;
}
}