123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586 |
- namespace HRT_Measure
- {
- partial class FrmPLC_M03
- {
- /// <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.components = new System.ComponentModel.Container();
- this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.tabControlM03 = new Sunny.UI.UITabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.uiTableLayoutPanel整平工位 = new Sunny.UI.UITableLayoutPanel();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.uiTableLayoutPanel装冲工位 = new Sunny.UI.UITableLayoutPanel();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.uiTableLayoutPanel压合工位 = new Sunny.UI.UITableLayoutPanel();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.uiTableLayoutPanel清洗工位 = new Sunny.UI.UITableLayoutPanel();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.uiTableLayoutPanel下流线工位 = new Sunny.UI.UITableLayoutPanel();
- this.tabPage6 = new System.Windows.Forms.TabPage();
- this.uiTableLayoutPanel出料口工位 = new Sunny.UI.UITableLayoutPanel();
- this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
- this.tabControlAxis = new Sunny.UI.UITabControl();
- this.tabPage7 = new System.Windows.Forms.TabPage();
- this.uiSplitContainer取料X轴 = new Sunny.UI.UISplitContainer();
- this.panel取料X轴 = new System.Windows.Forms.Panel();
- this.uiTableLayoutPanel取料X轴Pos = new Sunny.UI.UITableLayoutPanel();
- this.tabPage8 = new System.Windows.Forms.TabPage();
- this.uiSplitContainer2 = new Sunny.UI.UISplitContainer();
- this.panel取料Y轴 = new System.Windows.Forms.Panel();
- this.uiTableLayoutPanel1取料Y轴Pos = new Sunny.UI.UITableLayoutPanel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
- this.uiSplitContainer1.Panel1.SuspendLayout();
- this.uiSplitContainer1.Panel2.SuspendLayout();
- this.uiSplitContainer1.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- this.tabControlM03.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- this.tabPage6.SuspendLayout();
- this.uiGroupBox2.SuspendLayout();
- this.tabControlAxis.SuspendLayout();
- this.tabPage7.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer取料X轴)).BeginInit();
- this.uiSplitContainer取料X轴.Panel1.SuspendLayout();
- this.uiSplitContainer取料X轴.Panel2.SuspendLayout();
- this.uiSplitContainer取料X轴.SuspendLayout();
- this.tabPage8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer2)).BeginInit();
- this.uiSplitContainer2.Panel1.SuspendLayout();
- this.uiSplitContainer2.Panel2.SuspendLayout();
- this.uiSplitContainer2.SuspendLayout();
- this.SuspendLayout();
- //
- // uiSplitContainer1
- //
- this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
- this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiSplitContainer1.Location = new System.Drawing.Point(0, 0);
- this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
- this.uiSplitContainer1.Name = "uiSplitContainer1";
- //
- // uiSplitContainer1.Panel1
- //
- this.uiSplitContainer1.Panel1.Controls.Add(this.uiGroupBox1);
- //
- // uiSplitContainer1.Panel2
- //
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiGroupBox2);
- this.uiSplitContainer1.Size = new System.Drawing.Size(1900, 1000);
- this.uiSplitContainer1.SplitterDistance = 658;
- this.uiSplitContainer1.SplitterWidth = 11;
- this.uiSplitContainer1.TabIndex = 0;
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Controls.Add(this.tabControlM03);
- this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(30, 5, 30, 5);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox1.Size = new System.Drawing.Size(658, 1000);
- this.uiGroupBox1.TabIndex = 0;
- this.uiGroupBox1.Text = "气缸";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // tabControlM03
- //
- this.tabControlM03.Controls.Add(this.tabPage1);
- this.tabControlM03.Controls.Add(this.tabPage2);
- this.tabControlM03.Controls.Add(this.tabPage3);
- this.tabControlM03.Controls.Add(this.tabPage4);
- this.tabControlM03.Controls.Add(this.tabPage5);
- this.tabControlM03.Controls.Add(this.tabPage6);
- this.tabControlM03.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlM03.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.tabControlM03.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControlM03.ItemSize = new System.Drawing.Size(150, 40);
- this.tabControlM03.Location = new System.Drawing.Point(0, 32);
- this.tabControlM03.MainPage = "";
- this.tabControlM03.Name = "tabControlM03";
- this.tabControlM03.SelectedIndex = 0;
- this.tabControlM03.Size = new System.Drawing.Size(658, 968);
- this.tabControlM03.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlM03.TabIndex = 28;
- this.tabControlM03.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControlM03.SelectedIndexChanged += new System.EventHandler(this.tabControlM03_SelectedIndexChanged);
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
- this.tabPage1.Controls.Add(this.uiTableLayoutPanel整平工位);
- this.tabPage1.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.tabPage1.Location = new System.Drawing.Point(0, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(658, 928);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "整平工位";
- //
- // uiTableLayoutPanel整平工位
- //
- this.uiTableLayoutPanel整平工位.ColumnCount = 2;
- this.uiTableLayoutPanel整平工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel整平工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel整平工位.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel整平工位.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel整平工位.Name = "uiTableLayoutPanel整平工位";
- this.uiTableLayoutPanel整平工位.RowCount = 11;
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel整平工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel整平工位.Size = new System.Drawing.Size(658, 928);
- this.uiTableLayoutPanel整平工位.TabIndex = 0;
- this.uiTableLayoutPanel整平工位.TagString = null;
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.AliceBlue;
- this.tabPage2.Controls.Add(this.uiTableLayoutPanel装冲工位);
- this.tabPage2.Location = new System.Drawing.Point(0, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(200, 60);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "装冲工位";
- //
- // uiTableLayoutPanel装冲工位
- //
- this.uiTableLayoutPanel装冲工位.ColumnCount = 2;
- this.uiTableLayoutPanel装冲工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel装冲工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel装冲工位.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel装冲工位.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel装冲工位.Name = "uiTableLayoutPanel装冲工位";
- this.uiTableLayoutPanel装冲工位.RowCount = 11;
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel装冲工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel装冲工位.Size = new System.Drawing.Size(200, 60);
- this.uiTableLayoutPanel装冲工位.TabIndex = 1;
- this.uiTableLayoutPanel装冲工位.TagString = null;
- //
- // tabPage3
- //
- this.tabPage3.BackColor = System.Drawing.Color.AliceBlue;
- this.tabPage3.Controls.Add(this.uiTableLayoutPanel压合工位);
- this.tabPage3.Location = new System.Drawing.Point(0, 40);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(200, 60);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "压合工位";
- //
- // uiTableLayoutPanel压合工位
- //
- this.uiTableLayoutPanel压合工位.ColumnCount = 2;
- this.uiTableLayoutPanel压合工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel压合工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel压合工位.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel压合工位.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel压合工位.Name = "uiTableLayoutPanel压合工位";
- this.uiTableLayoutPanel压合工位.RowCount = 11;
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel压合工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel压合工位.Size = new System.Drawing.Size(200, 60);
- this.uiTableLayoutPanel压合工位.TabIndex = 1;
- this.uiTableLayoutPanel压合工位.TagString = null;
- //
- // tabPage4
- //
- this.tabPage4.BackColor = System.Drawing.Color.AliceBlue;
- this.tabPage4.Controls.Add(this.uiTableLayoutPanel清洗工位);
- this.tabPage4.Location = new System.Drawing.Point(0, 40);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(200, 60);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "清洗工位";
- //
- // uiTableLayoutPanel清洗工位
- //
- this.uiTableLayoutPanel清洗工位.ColumnCount = 2;
- this.uiTableLayoutPanel清洗工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel清洗工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel清洗工位.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel清洗工位.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel清洗工位.Name = "uiTableLayoutPanel清洗工位";
- this.uiTableLayoutPanel清洗工位.RowCount = 11;
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel清洗工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel清洗工位.Size = new System.Drawing.Size(200, 60);
- this.uiTableLayoutPanel清洗工位.TabIndex = 1;
- this.uiTableLayoutPanel清洗工位.TagString = null;
- //
- // tabPage5
- //
- this.tabPage5.BackColor = System.Drawing.Color.AliceBlue;
- this.tabPage5.Controls.Add(this.uiTableLayoutPanel下流线工位);
- this.tabPage5.Location = new System.Drawing.Point(0, 40);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(200, 60);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "下流线工位";
- //
- // uiTableLayoutPanel下流线工位
- //
- this.uiTableLayoutPanel下流线工位.ColumnCount = 2;
- this.uiTableLayoutPanel下流线工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel下流线工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel下流线工位.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel下流线工位.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel下流线工位.Name = "uiTableLayoutPanel下流线工位";
- this.uiTableLayoutPanel下流线工位.RowCount = 11;
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel下流线工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel下流线工位.Size = new System.Drawing.Size(200, 60);
- this.uiTableLayoutPanel下流线工位.TabIndex = 1;
- this.uiTableLayoutPanel下流线工位.TagString = null;
- //
- // tabPage6
- //
- this.tabPage6.BackColor = System.Drawing.Color.AliceBlue;
- this.tabPage6.Controls.Add(this.uiTableLayoutPanel出料口工位);
- this.tabPage6.Location = new System.Drawing.Point(0, 40);
- this.tabPage6.Name = "tabPage6";
- this.tabPage6.Size = new System.Drawing.Size(200, 60);
- this.tabPage6.TabIndex = 5;
- this.tabPage6.Text = "出料口工位";
- //
- // uiTableLayoutPanel出料口工位
- //
- this.uiTableLayoutPanel出料口工位.ColumnCount = 2;
- this.uiTableLayoutPanel出料口工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel出料口工位.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel出料口工位.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel出料口工位.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel出料口工位.Name = "uiTableLayoutPanel出料口工位";
- this.uiTableLayoutPanel出料口工位.RowCount = 11;
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel出料口工位.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel出料口工位.Size = new System.Drawing.Size(200, 60);
- this.uiTableLayoutPanel出料口工位.TabIndex = 2;
- this.uiTableLayoutPanel出料口工位.TagString = null;
- //
- // uiGroupBox2
- //
- this.uiGroupBox2.Controls.Add(this.tabControlAxis);
- this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox2.Name = "uiGroupBox2";
- this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox2.Size = new System.Drawing.Size(1231, 1000);
- this.uiGroupBox2.TabIndex = 0;
- this.uiGroupBox2.Text = "轴";
- this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // tabControlAxis
- //
- this.tabControlAxis.Controls.Add(this.tabPage7);
- this.tabControlAxis.Controls.Add(this.tabPage8);
- this.tabControlAxis.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlAxis.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.tabControlAxis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.tabControlAxis.ItemSize = new System.Drawing.Size(150, 40);
- this.tabControlAxis.Location = new System.Drawing.Point(0, 32);
- this.tabControlAxis.MainPage = "";
- this.tabControlAxis.Name = "tabControlAxis";
- this.tabControlAxis.SelectedIndex = 0;
- this.tabControlAxis.Size = new System.Drawing.Size(1231, 968);
- this.tabControlAxis.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlAxis.TabIndex = 1;
- this.tabControlAxis.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.tabControlAxis.SelectedIndexChanged += new System.EventHandler(this.tabControlAxis_SelectedIndexChanged);
- //
- // tabPage7
- //
- this.tabPage7.Controls.Add(this.uiSplitContainer取料X轴);
- this.tabPage7.Location = new System.Drawing.Point(0, 40);
- this.tabPage7.Name = "tabPage7";
- this.tabPage7.Size = new System.Drawing.Size(1231, 928);
- this.tabPage7.TabIndex = 0;
- this.tabPage7.Text = "压机流线伺服";
- this.tabPage7.UseVisualStyleBackColor = true;
- //
- // uiSplitContainer取料X轴
- //
- this.uiSplitContainer取料X轴.Cursor = System.Windows.Forms.Cursors.Default;
- this.uiSplitContainer取料X轴.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiSplitContainer取料X轴.Location = new System.Drawing.Point(0, 0);
- this.uiSplitContainer取料X轴.MinimumSize = new System.Drawing.Size(20, 20);
- this.uiSplitContainer取料X轴.Name = "uiSplitContainer取料X轴";
- this.uiSplitContainer取料X轴.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // uiSplitContainer取料X轴.Panel1
- //
- this.uiSplitContainer取料X轴.Panel1.Controls.Add(this.panel取料X轴);
- //
- // uiSplitContainer取料X轴.Panel2
- //
- this.uiSplitContainer取料X轴.Panel2.Controls.Add(this.uiTableLayoutPanel取料X轴Pos);
- this.uiSplitContainer取料X轴.Size = new System.Drawing.Size(1231, 928);
- this.uiSplitContainer取料X轴.SplitterDistance = 342;
- this.uiSplitContainer取料X轴.SplitterWidth = 11;
- this.uiSplitContainer取料X轴.TabIndex = 0;
- //
- // panel取料X轴
- //
- this.panel取料X轴.BackColor = System.Drawing.Color.AliceBlue;
- this.panel取料X轴.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel取料X轴.Location = new System.Drawing.Point(0, 0);
- this.panel取料X轴.Name = "panel取料X轴";
- this.panel取料X轴.Size = new System.Drawing.Size(1231, 342);
- this.panel取料X轴.TabIndex = 1;
- //
- // uiTableLayoutPanel取料X轴Pos
- //
- this.uiTableLayoutPanel取料X轴Pos.BackColor = System.Drawing.Color.AliceBlue;
- this.uiTableLayoutPanel取料X轴Pos.ColumnCount = 2;
- this.uiTableLayoutPanel取料X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel取料X轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel取料X轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel取料X轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
- this.uiTableLayoutPanel取料X轴Pos.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel取料X轴Pos.Name = "uiTableLayoutPanel取料X轴Pos";
- this.uiTableLayoutPanel取料X轴Pos.RowCount = 9;
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel取料X轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel取料X轴Pos.Size = new System.Drawing.Size(1231, 575);
- this.uiTableLayoutPanel取料X轴Pos.TabIndex = 2;
- this.uiTableLayoutPanel取料X轴Pos.TagString = null;
- //
- // tabPage8
- //
- this.tabPage8.Controls.Add(this.uiSplitContainer2);
- this.tabPage8.Location = new System.Drawing.Point(0, 40);
- this.tabPage8.Name = "tabPage8";
- this.tabPage8.Size = new System.Drawing.Size(200, 60);
- this.tabPage8.TabIndex = 1;
- this.tabPage8.Text = "压机前流线伺服";
- this.tabPage8.UseVisualStyleBackColor = true;
- //
- // uiSplitContainer2
- //
- this.uiSplitContainer2.Cursor = System.Windows.Forms.Cursors.Default;
- this.uiSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiSplitContainer2.Location = new System.Drawing.Point(0, 0);
- this.uiSplitContainer2.MinimumSize = new System.Drawing.Size(20, 20);
- this.uiSplitContainer2.Name = "uiSplitContainer2";
- this.uiSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // uiSplitContainer2.Panel1
- //
- this.uiSplitContainer2.Panel1.BackColor = System.Drawing.Color.AliceBlue;
- this.uiSplitContainer2.Panel1.Controls.Add(this.panel取料Y轴);
- //
- // uiSplitContainer2.Panel2
- //
- this.uiSplitContainer2.Panel2.Controls.Add(this.uiTableLayoutPanel1取料Y轴Pos);
- this.uiSplitContainer2.Size = new System.Drawing.Size(200, 60);
- this.uiSplitContainer2.SplitterDistance = 25;
- this.uiSplitContainer2.SplitterWidth = 11;
- this.uiSplitContainer2.TabIndex = 1;
- //
- // panel取料Y轴
- //
- this.panel取料Y轴.BackColor = System.Drawing.Color.AliceBlue;
- this.panel取料Y轴.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel取料Y轴.Location = new System.Drawing.Point(0, 0);
- this.panel取料Y轴.Name = "panel取料Y轴";
- this.panel取料Y轴.Size = new System.Drawing.Size(200, 25);
- this.panel取料Y轴.TabIndex = 2;
- //
- // uiTableLayoutPanel1取料Y轴Pos
- //
- this.uiTableLayoutPanel1取料Y轴Pos.BackColor = System.Drawing.Color.AliceBlue;
- this.uiTableLayoutPanel1取料Y轴Pos.ColumnCount = 2;
- this.uiTableLayoutPanel1取料Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel1取料Y轴Pos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel1取料Y轴Pos.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel1取料Y轴Pos.ForeColor = System.Drawing.Color.LightSkyBlue;
- this.uiTableLayoutPanel1取料Y轴Pos.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel1取料Y轴Pos.Name = "uiTableLayoutPanel1取料Y轴Pos";
- this.uiTableLayoutPanel1取料Y轴Pos.RowCount = 9;
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.09157F));
- this.uiTableLayoutPanel1取料Y轴Pos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.087934F));
- this.uiTableLayoutPanel1取料Y轴Pos.Size = new System.Drawing.Size(200, 25);
- this.uiTableLayoutPanel1取料Y轴Pos.TabIndex = 1;
- this.uiTableLayoutPanel1取料Y轴Pos.TagString = null;
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
- //
- // FrmPLC_M03
- //
- this.AllowShowTitle = false;
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1900, 1000);
- this.Controls.Add(this.uiSplitContainer1);
- this.Name = "FrmPLC_M03";
- this.Padding = new System.Windows.Forms.Padding(0);
- this.ShowTitle = false;
- this.Text = "PLC-M03";
- this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1115, 596);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPLC_FormClosing);
- this.Load += new System.EventHandler(this.FrmPLC_Load);
- this.uiSplitContainer1.Panel1.ResumeLayout(false);
- this.uiSplitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
- this.uiSplitContainer1.ResumeLayout(false);
- this.uiGroupBox1.ResumeLayout(false);
- this.tabControlM03.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.tabPage4.ResumeLayout(false);
- this.tabPage5.ResumeLayout(false);
- this.tabPage6.ResumeLayout(false);
- this.uiGroupBox2.ResumeLayout(false);
- this.tabControlAxis.ResumeLayout(false);
- this.tabPage7.ResumeLayout(false);
- this.uiSplitContainer取料X轴.Panel1.ResumeLayout(false);
- this.uiSplitContainer取料X轴.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer取料X轴)).EndInit();
- this.uiSplitContainer取料X轴.ResumeLayout(false);
- this.tabPage8.ResumeLayout(false);
- this.uiSplitContainer2.Panel1.ResumeLayout(false);
- this.uiSplitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer2)).EndInit();
- this.uiSplitContainer2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UISplitContainer uiSplitContainer1;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UIGroupBox uiGroupBox2;
- private System.Windows.Forms.Timer timer1;
- private Sunny.UI.UITabControl tabControlM03;
- private System.Windows.Forms.TabPage tabPage1;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel整平工位;
- private System.Windows.Forms.TabPage tabPage2;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel装冲工位;
- private System.Windows.Forms.TabPage tabPage3;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel压合工位;
- private System.Windows.Forms.TabPage tabPage4;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel清洗工位;
- private System.Windows.Forms.TabPage tabPage5;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel下流线工位;
- private System.Windows.Forms.TabPage tabPage6;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel出料口工位;
- private Sunny.UI.UITabControl tabControlAxis;
- private System.Windows.Forms.TabPage tabPage7;
- private Sunny.UI.UISplitContainer uiSplitContainer取料X轴;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel取料X轴Pos;
- private System.Windows.Forms.TabPage tabPage8;
- private Sunny.UI.UISplitContainer uiSplitContainer2;
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1取料Y轴Pos;
- private System.Windows.Forms.Panel panel取料X轴;
- private System.Windows.Forms.Panel panel取料Y轴;
- }
- }
|