namespace WCS
{
partial class Form2
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.button20 = new System.Windows.Forms.Button();
this.tb_rackCount = new System.Windows.Forms.TextBox();
this.tb_crnCount = new System.Windows.Forms.TextBox();
this.tb_stnCount = new System.Windows.Forms.TextBox();
this.tb_mapName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label7 = new System.Windows.Forms.Label();
this.tb_minBay = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tb_floors = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.lb_desc16 = new System.Windows.Forms.Label();
this.rack4 = new System.Windows.Forms.Panel();
this.rack1 = new System.Windows.Forms.Panel();
this.rack2 = new System.Windows.Forms.Panel();
this.lb_crn4 = new DevComponents.DotNetBar.LabelX();
this.lb_track1 = new System.Windows.Forms.Label();
this.rack3 = new System.Windows.Forms.Panel();
this.rack8 = new System.Windows.Forms.Panel();
this.rack5 = new System.Windows.Forms.Panel();
this.rack6 = new System.Windows.Forms.Panel();
this.lb_crn3 = new DevComponents.DotNetBar.LabelX();
this.lb_track2 = new System.Windows.Forms.Label();
this.rack7 = new System.Windows.Forms.Panel();
this.rack12 = new System.Windows.Forms.Panel();
this.rack9 = new System.Windows.Forms.Panel();
this.rack10 = new System.Windows.Forms.Panel();
this.lb_crn2 = new DevComponents.DotNetBar.LabelX();
this.lb_track5 = new System.Windows.Forms.Label();
this.rack11 = new System.Windows.Forms.Panel();
this.rack16 = new System.Windows.Forms.Panel();
this.rack13 = new System.Windows.Forms.Panel();
this.rack15 = new System.Windows.Forms.Panel();
this.lb_desc1 = new System.Windows.Forms.Label();
this.lb_track4 = new System.Windows.Forms.Label();
this.rack14 = new System.Windows.Forms.Panel();
this.lb_crn1 = new DevComponents.DotNetBar.LabelX();
this.tabControl_floor1 = new System.Windows.Forms.TabControl();
this.page_floor1 = new System.Windows.Forms.TabPage();
this.lb_trCart21 = new System.Windows.Forms.Label();
this.lb_trCart22 = new System.Windows.Forms.Label();
this.stn016 = new DevComponents.DotNetBar.LabelX();
this.stn015 = new DevComponents.DotNetBar.LabelX();
this.stn014 = new DevComponents.DotNetBar.LabelX();
this.stn013 = new DevComponents.DotNetBar.LabelX();
this.stn012 = new DevComponents.DotNetBar.LabelX();
this.stn011 = new DevComponents.DotNetBar.LabelX();
this.stn010 = new DevComponents.DotNetBar.LabelX();
this.stn009 = new DevComponents.DotNetBar.LabelX();
this.stn008 = new DevComponents.DotNetBar.LabelX();
this.stn007 = new DevComponents.DotNetBar.LabelX();
this.stn006 = new DevComponents.DotNetBar.LabelX();
this.stn005 = new DevComponents.DotNetBar.LabelX();
this.stn004 = new DevComponents.DotNetBar.LabelX();
this.stn003 = new DevComponents.DotNetBar.LabelX();
this.stn002 = new DevComponents.DotNetBar.LabelX();
this.stn001 = new DevComponents.DotNetBar.LabelX();
this.groupBox1.SuspendLayout();
this.tabControl_floor1.SuspendLayout();
this.page_floor1.SuspendLayout();
this.SuspendLayout();
//
// button20
//
this.button20.Location = new System.Drawing.Point(1199, 36);
this.button20.Name = "button20";
this.button20.Size = new System.Drawing.Size(75, 23);
this.button20.TabIndex = 1686;
this.button20.Text = "生成JSON";
this.button20.UseVisualStyleBackColor = true;
this.button20.Click += new System.EventHandler(this.button20_Click);
//
// tb_rackCount
//
this.tb_rackCount.Location = new System.Drawing.Point(142, 37);
this.tb_rackCount.Name = "tb_rackCount";
this.tb_rackCount.Size = new System.Drawing.Size(100, 21);
this.tb_rackCount.TabIndex = 1687;
this.tb_rackCount.Text = "16";
//
// tb_crnCount
//
this.tb_crnCount.Location = new System.Drawing.Point(265, 37);
this.tb_crnCount.Name = "tb_crnCount";
this.tb_crnCount.Size = new System.Drawing.Size(100, 21);
this.tb_crnCount.TabIndex = 1688;
this.tb_crnCount.Text = "4";
//
// tb_stnCount
//
this.tb_stnCount.Location = new System.Drawing.Point(390, 37);
this.tb_stnCount.Name = "tb_stnCount";
this.tb_stnCount.Size = new System.Drawing.Size(100, 21);
this.tb_stnCount.TabIndex = 1689;
this.tb_stnCount.Text = "16";
//
// tb_mapName
//
this.tb_mapName.Location = new System.Drawing.Point(22, 37);
this.tb_mapName.Name = "tb_mapName";
this.tb_mapName.Size = new System.Drawing.Size(100, 21);
this.tb_mapName.TabIndex = 1690;
this.tb_mapName.Text = "STWCS";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1691;
this.label1.Text = "项目名称";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(142, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1692;
this.label2.Text = "货架数量";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(268, 15);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 1693;
this.label5.Text = "堆垛机数量";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(388, 15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 1694;
this.label6.Text = "站点数量";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Location = new System.Drawing.Point(505, 16);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(145, 56);
this.groupBox1.TabIndex = 1695;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "原点方向";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(90, 23);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(47, 16);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "右侧";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(17, 22);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(47, 16);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "左侧";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(682, 15);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(89, 12);
this.label7.TabIndex = 1697;
this.label7.Text = "库位列号起始值";
//
// tb_minBay
//
this.tb_minBay.Location = new System.Drawing.Point(684, 37);
this.tb_minBay.Name = "tb_minBay";
this.tb_minBay.Size = new System.Drawing.Size(65, 21);
this.tb_minBay.TabIndex = 1696;
this.tb_minBay.Text = "2";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(816, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 1700;
this.label3.Text = "楼层数";
//
// tb_floors
//
this.tb_floors.Location = new System.Drawing.Point(818, 38);
this.tb_floors.Name = "tb_floors";
this.tb_floors.Size = new System.Drawing.Size(65, 21);
this.tb_floors.TabIndex = 1699;
this.tb_floors.Text = "1";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(682, 70);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(143, 12);
this.label4.TabIndex = 1701;
this.label4.Text = "列最大值在货架Tag中设置";
//
// lb_desc16
//
this.lb_desc16.AutoSize = true;
this.lb_desc16.BackColor = System.Drawing.Color.Transparent;
this.lb_desc16.Font = new System.Drawing.Font("Georgia", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_desc16.Location = new System.Drawing.Point(1228, 664);
this.lb_desc16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lb_desc16.Name = "lb_desc16";
this.lb_desc16.Size = new System.Drawing.Size(30, 23);
this.lb_desc16.TabIndex = 1780;
this.lb_desc16.Text = "#1";
//
// rack4
//
this.rack4.AccessibleDescription = "";
this.rack4.BackColor = System.Drawing.Color.Tomato;
this.rack4.Location = new System.Drawing.Point(412, 549);
this.rack4.Margin = new System.Windows.Forms.Padding(2);
this.rack4.Name = "rack4";
this.rack4.Size = new System.Drawing.Size(846, 20);
this.rack4.TabIndex = 1779;
this.rack4.Tag = "31";
//
// rack1
//
this.rack1.AccessibleDescription = "";
this.rack1.BackColor = System.Drawing.Color.Tomato;
this.rack1.Location = new System.Drawing.Point(413, 642);
this.rack1.Margin = new System.Windows.Forms.Padding(2);
this.rack1.Name = "rack1";
this.rack1.Size = new System.Drawing.Size(846, 20);
this.rack1.TabIndex = 1775;
this.rack1.Tag = "31";
//
// rack2
//
this.rack2.AccessibleDescription = "";
this.rack2.BackColor = System.Drawing.Color.Tomato;
this.rack2.Location = new System.Drawing.Point(413, 619);
this.rack2.Margin = new System.Windows.Forms.Padding(2);
this.rack2.Name = "rack2";
this.rack2.Size = new System.Drawing.Size(846, 20);
this.rack2.TabIndex = 1776;
this.rack2.Tag = "31";
//
// lb_crn4
//
this.lb_crn4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lb_crn4.BackgroundImage")));
this.lb_crn4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lb_crn4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lb_crn4.Location = new System.Drawing.Point(501, 252);
this.lb_crn4.Name = "lb_crn4";
this.lb_crn4.Size = new System.Drawing.Size(93, 22);
this.lb_crn4.TabIndex = 1778;
this.lb_crn4.Tag = "-4";
this.lb_crn4.Text = "4";
this.lb_crn4.Click += new System.EventHandler(this.lb_crn4_Click_1);
//
// lb_track1
//
this.lb_track1.BackColor = System.Drawing.Color.Black;
this.lb_track1.Location = new System.Drawing.Point(332, 605);
this.lb_track1.Name = "lb_track1";
this.lb_track1.Size = new System.Drawing.Size(971, 2);
this.lb_track1.TabIndex = 1777;
//
// rack3
//
this.rack3.AccessibleDescription = "";
this.rack3.BackColor = System.Drawing.Color.Tomato;
this.rack3.Location = new System.Drawing.Point(412, 571);
this.rack3.Margin = new System.Windows.Forms.Padding(2);
this.rack3.Name = "rack3";
this.rack3.Size = new System.Drawing.Size(846, 20);
this.rack3.TabIndex = 1774;
this.rack3.Tag = "31";
//
// rack8
//
this.rack8.AccessibleDescription = "";
this.rack8.BackColor = System.Drawing.Color.Tomato;
this.rack8.Location = new System.Drawing.Point(412, 435);
this.rack8.Margin = new System.Windows.Forms.Padding(2);
this.rack8.Name = "rack8";
this.rack8.Size = new System.Drawing.Size(846, 20);
this.rack8.TabIndex = 1773;
this.rack8.Tag = "31";
//
// rack5
//
this.rack5.AccessibleDescription = "";
this.rack5.BackColor = System.Drawing.Color.Tomato;
this.rack5.Location = new System.Drawing.Point(412, 527);
this.rack5.Margin = new System.Windows.Forms.Padding(2);
this.rack5.Name = "rack5";
this.rack5.Size = new System.Drawing.Size(846, 20);
this.rack5.TabIndex = 1769;
this.rack5.Tag = "31";
//
// rack6
//
this.rack6.AccessibleDescription = "";
this.rack6.BackColor = System.Drawing.Color.Tomato;
this.rack6.Location = new System.Drawing.Point(412, 505);
this.rack6.Margin = new System.Windows.Forms.Padding(2);
this.rack6.Name = "rack6";
this.rack6.Size = new System.Drawing.Size(846, 20);
this.rack6.TabIndex = 1770;
this.rack6.Tag = "31";
//
// lb_crn3
//
this.lb_crn3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lb_crn3.BackgroundImage")));
this.lb_crn3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lb_crn3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lb_crn3.Location = new System.Drawing.Point(512, 367);
this.lb_crn3.Name = "lb_crn3";
this.lb_crn3.Size = new System.Drawing.Size(93, 22);
this.lb_crn3.TabIndex = 1772;
this.lb_crn3.Tag = "-3";
this.lb_crn3.Text = "3";
//
// lb_track2
//
this.lb_track2.BackColor = System.Drawing.Color.Black;
this.lb_track2.Location = new System.Drawing.Point(332, 489);
this.lb_track2.Name = "lb_track2";
this.lb_track2.Size = new System.Drawing.Size(972, 2);
this.lb_track2.TabIndex = 1771;
this.lb_track2.Click += new System.EventHandler(this.lb_track2_Click_1);
//
// rack7
//
this.rack7.AccessibleDescription = "";
this.rack7.BackColor = System.Drawing.Color.Tomato;
this.rack7.Location = new System.Drawing.Point(412, 457);
this.rack7.Margin = new System.Windows.Forms.Padding(2);
this.rack7.Name = "rack7";
this.rack7.Size = new System.Drawing.Size(846, 20);
this.rack7.TabIndex = 1768;
this.rack7.Tag = "31";
//
// rack12
//
this.rack12.AccessibleDescription = "";
this.rack12.BackColor = System.Drawing.Color.Tomato;
this.rack12.Location = new System.Drawing.Point(412, 322);
this.rack12.Margin = new System.Windows.Forms.Padding(2);
this.rack12.Name = "rack12";
this.rack12.Size = new System.Drawing.Size(846, 20);
this.rack12.TabIndex = 1767;
this.rack12.Tag = "31";
//
// rack9
//
this.rack9.AccessibleDescription = "";
this.rack9.BackColor = System.Drawing.Color.Tomato;
this.rack9.Location = new System.Drawing.Point(412, 413);
this.rack9.Margin = new System.Windows.Forms.Padding(2);
this.rack9.Name = "rack9";
this.rack9.Size = new System.Drawing.Size(846, 20);
this.rack9.TabIndex = 1763;
this.rack9.Tag = "31";
//
// rack10
//
this.rack10.AccessibleDescription = "";
this.rack10.BackColor = System.Drawing.Color.Tomato;
this.rack10.Location = new System.Drawing.Point(412, 391);
this.rack10.Margin = new System.Windows.Forms.Padding(2);
this.rack10.Name = "rack10";
this.rack10.Size = new System.Drawing.Size(846, 20);
this.rack10.TabIndex = 1764;
this.rack10.Tag = "31";
//
// lb_crn2
//
this.lb_crn2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lb_crn2.BackgroundImage")));
this.lb_crn2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lb_crn2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lb_crn2.Location = new System.Drawing.Point(501, 481);
this.lb_crn2.Name = "lb_crn2";
this.lb_crn2.Size = new System.Drawing.Size(93, 22);
this.lb_crn2.TabIndex = 1766;
this.lb_crn2.Tag = "-2";
this.lb_crn2.Text = "2";
//
// lb_track5
//
this.lb_track5.BackColor = System.Drawing.Color.Black;
this.lb_track5.Location = new System.Drawing.Point(333, 376);
this.lb_track5.Name = "lb_track5";
this.lb_track5.Size = new System.Drawing.Size(974, 2);
this.lb_track5.TabIndex = 1765;
//
// rack11
//
this.rack11.AccessibleDescription = "";
this.rack11.BackColor = System.Drawing.Color.Tomato;
this.rack11.Location = new System.Drawing.Point(412, 344);
this.rack11.Margin = new System.Windows.Forms.Padding(2);
this.rack11.Name = "rack11";
this.rack11.Size = new System.Drawing.Size(846, 20);
this.rack11.TabIndex = 1762;
this.rack11.Tag = "31";
//
// rack16
//
this.rack16.AccessibleDescription = "";
this.rack16.BackColor = System.Drawing.Color.Tomato;
this.rack16.Location = new System.Drawing.Point(412, 206);
this.rack16.Margin = new System.Windows.Forms.Padding(2);
this.rack16.Name = "rack16";
this.rack16.Size = new System.Drawing.Size(846, 20);
this.rack16.TabIndex = 1756;
this.rack16.Tag = "31";
//
// rack13
//
this.rack13.AccessibleDescription = "";
this.rack13.BackColor = System.Drawing.Color.Tomato;
this.rack13.Location = new System.Drawing.Point(412, 300);
this.rack13.Margin = new System.Windows.Forms.Padding(2);
this.rack13.Name = "rack13";
this.rack13.Size = new System.Drawing.Size(846, 20);
this.rack13.TabIndex = 1758;
this.rack13.Tag = "31";
//
// rack15
//
this.rack15.AccessibleDescription = "";
this.rack15.BackColor = System.Drawing.Color.Tomato;
this.rack15.Location = new System.Drawing.Point(412, 228);
this.rack15.Margin = new System.Windows.Forms.Padding(2);
this.rack15.Name = "rack15";
this.rack15.Size = new System.Drawing.Size(846, 20);
this.rack15.TabIndex = 1755;
this.rack15.Tag = "31";
//
// lb_desc1
//
this.lb_desc1.AutoSize = true;
this.lb_desc1.BackColor = System.Drawing.Color.Transparent;
this.lb_desc1.Font = new System.Drawing.Font("Georgia", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lb_desc1.Location = new System.Drawing.Point(1217, 181);
this.lb_desc1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lb_desc1.Name = "lb_desc1";
this.lb_desc1.Size = new System.Drawing.Size(41, 23);
this.lb_desc1.TabIndex = 1757;
this.lb_desc1.Text = "#16";
//
// lb_track4
//
this.lb_track4.BackColor = System.Drawing.Color.Black;
this.lb_track4.Location = new System.Drawing.Point(335, 260);
this.lb_track4.Name = "lb_track4";
this.lb_track4.Size = new System.Drawing.Size(975, 2);
this.lb_track4.TabIndex = 1760;
this.lb_track4.Click += new System.EventHandler(this.lb_track4_Click_1);
//
// rack14
//
this.rack14.AccessibleDescription = "";
this.rack14.BackColor = System.Drawing.Color.Tomato;
this.rack14.Location = new System.Drawing.Point(412, 278);
this.rack14.Margin = new System.Windows.Forms.Padding(2);
this.rack14.Name = "rack14";
this.rack14.Size = new System.Drawing.Size(846, 20);
this.rack14.TabIndex = 1759;
this.rack14.Tag = "31";
//
// lb_crn1
//
this.lb_crn1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lb_crn1.BackgroundImage")));
this.lb_crn1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.lb_crn1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lb_crn1.Location = new System.Drawing.Point(501, 595);
this.lb_crn1.Name = "lb_crn1";
this.lb_crn1.Size = new System.Drawing.Size(93, 22);
this.lb_crn1.TabIndex = 1761;
this.lb_crn1.Tag = "-1";
this.lb_crn1.Text = "1";
//
// tabControl_floor1
//
this.tabControl_floor1.Alignment = System.Windows.Forms.TabAlignment.Left;
this.tabControl_floor1.Controls.Add(this.page_floor1);
this.tabControl_floor1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.tabControl_floor1.Location = new System.Drawing.Point(80, 68);
this.tabControl_floor1.Multiline = true;
this.tabControl_floor1.Name = "tabControl_floor1";
this.tabControl_floor1.SelectedIndex = 0;
this.tabControl_floor1.Size = new System.Drawing.Size(1320, 744);
this.tabControl_floor1.TabIndex = 1785;
//
// page_floor1
//
this.page_floor1.Controls.Add(this.lb_trCart21);
this.page_floor1.Controls.Add(this.lb_trCart22);
this.page_floor1.Controls.Add(this.stn016);
this.page_floor1.Controls.Add(this.stn015);
this.page_floor1.Controls.Add(this.stn014);
this.page_floor1.Controls.Add(this.stn013);
this.page_floor1.Controls.Add(this.stn012);
this.page_floor1.Controls.Add(this.stn011);
this.page_floor1.Controls.Add(this.stn010);
this.page_floor1.Controls.Add(this.stn009);
this.page_floor1.Controls.Add(this.stn008);
this.page_floor1.Controls.Add(this.stn007);
this.page_floor1.Controls.Add(this.stn006);
this.page_floor1.Controls.Add(this.stn005);
this.page_floor1.Controls.Add(this.stn004);
this.page_floor1.Controls.Add(this.stn003);
this.page_floor1.Controls.Add(this.stn002);
this.page_floor1.Controls.Add(this.stn001);
this.page_floor1.Location = new System.Drawing.Point(22, 4);
this.page_floor1.Name = "page_floor1";
this.page_floor1.Padding = new System.Windows.Forms.Padding(3);
this.page_floor1.Size = new System.Drawing.Size(1294, 736);
this.page_floor1.TabIndex = 0;
this.page_floor1.Text = "1F";
this.page_floor1.UseVisualStyleBackColor = true;
//
// lb_trCart21
//
this.lb_trCart21.BackColor = System.Drawing.Color.Black;
this.lb_trCart21.Location = new System.Drawing.Point(141, 21);
this.lb_trCart21.Name = "lb_trCart21";
this.lb_trCart21.Size = new System.Drawing.Size(6, 569);
this.lb_trCart21.TabIndex = 1748;
//
// lb_trCart22
//
this.lb_trCart22.BackColor = System.Drawing.Color.Black;
this.lb_trCart22.Location = new System.Drawing.Point(195, 21);
this.lb_trCart22.Name = "lb_trCart22";
this.lb_trCart22.Size = new System.Drawing.Size(6, 569);
this.lb_trCart22.TabIndex = 1747;
//
// stn016
//
this.stn016.BackColor = System.Drawing.Color.Gray;
this.stn016.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn016.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn016.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn016.ForeColor = System.Drawing.Color.White;
this.stn016.Location = new System.Drawing.Point(137, 385);
this.stn016.Name = "stn016";
this.stn016.Size = new System.Drawing.Size(69, 20);
this.stn016.TabIndex = 1743;
this.stn016.Tag = "016";
this.stn016.Text = "016";
this.stn016.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn015
//
this.stn015.BackColor = System.Drawing.Color.Gray;
this.stn015.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn015.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn015.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn015.ForeColor = System.Drawing.Color.White;
this.stn015.Location = new System.Drawing.Point(208, 21);
this.stn015.Name = "stn015";
this.stn015.Size = new System.Drawing.Size(100, 20);
this.stn015.TabIndex = 1742;
this.stn015.Tag = "015";
this.stn015.Text = "015";
this.stn015.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn014
//
this.stn014.BackColor = System.Drawing.Color.Gray;
this.stn014.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn014.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn014.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn014.ForeColor = System.Drawing.Color.White;
this.stn014.Location = new System.Drawing.Point(311, 21);
this.stn014.Name = "stn014";
this.stn014.Size = new System.Drawing.Size(92, 20);
this.stn014.TabIndex = 1741;
this.stn014.Tag = "014";
this.stn014.Text = "014";
this.stn014.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn013
//
this.stn013.BackColor = System.Drawing.Color.Gray;
this.stn013.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn013.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn013.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn013.ForeColor = System.Drawing.Color.White;
this.stn013.Location = new System.Drawing.Point(311, 43);
this.stn013.Name = "stn013";
this.stn013.Size = new System.Drawing.Size(92, 20);
this.stn013.TabIndex = 1740;
this.stn013.Tag = "013";
this.stn013.Text = "013";
this.stn013.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn012
//
this.stn012.BackColor = System.Drawing.Color.Gray;
this.stn012.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn012.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn012.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn012.ForeColor = System.Drawing.Color.White;
this.stn012.Location = new System.Drawing.Point(311, 66);
this.stn012.Name = "stn012";
this.stn012.Size = new System.Drawing.Size(92, 20);
this.stn012.TabIndex = 1739;
this.stn012.Tag = "012";
this.stn012.Text = "012";
this.stn012.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn011
//
this.stn011.BackColor = System.Drawing.Color.Gray;
this.stn011.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn011.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn011.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn011.ForeColor = System.Drawing.Color.White;
this.stn011.Location = new System.Drawing.Point(311, 88);
this.stn011.Name = "stn011";
this.stn011.Size = new System.Drawing.Size(92, 20);
this.stn011.TabIndex = 1738;
this.stn011.Tag = "011";
this.stn011.Text = "011";
this.stn011.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn010
//
this.stn010.BackColor = System.Drawing.Color.Gray;
this.stn010.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn010.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn010.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn010.ForeColor = System.Drawing.Color.White;
this.stn010.Location = new System.Drawing.Point(311, 111);
this.stn010.Name = "stn010";
this.stn010.Size = new System.Drawing.Size(92, 20);
this.stn010.TabIndex = 1737;
this.stn010.Tag = "010";
this.stn010.Text = "010";
this.stn010.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn009
//
this.stn009.BackColor = System.Drawing.Color.Gray;
this.stn009.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn009.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn009.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn009.ForeColor = System.Drawing.Color.White;
this.stn009.Location = new System.Drawing.Point(208, 111);
this.stn009.Name = "stn009";
this.stn009.Size = new System.Drawing.Size(100, 20);
this.stn009.TabIndex = 1736;
this.stn009.Tag = "009";
this.stn009.Text = "009";
this.stn009.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn008
//
this.stn008.BackColor = System.Drawing.Color.Gray;
this.stn008.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn008.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn008.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn008.ForeColor = System.Drawing.Color.White;
this.stn008.Location = new System.Drawing.Point(208, 156);
this.stn008.Name = "stn008";
this.stn008.Size = new System.Drawing.Size(100, 20);
this.stn008.TabIndex = 1735;
this.stn008.Tag = "008";
this.stn008.Text = "008";
this.stn008.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn007
//
this.stn007.BackColor = System.Drawing.Color.Gray;
this.stn007.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn007.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn007.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn007.ForeColor = System.Drawing.Color.White;
this.stn007.Location = new System.Drawing.Point(209, 206);
this.stn007.Name = "stn007";
this.stn007.Size = new System.Drawing.Size(100, 20);
this.stn007.TabIndex = 1734;
this.stn007.Tag = "007";
this.stn007.Text = "007";
this.stn007.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn006
//
this.stn006.BackColor = System.Drawing.Color.Gray;
this.stn006.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn006.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn006.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn006.ForeColor = System.Drawing.Color.White;
this.stn006.Location = new System.Drawing.Point(209, 272);
this.stn006.Name = "stn006";
this.stn006.Size = new System.Drawing.Size(100, 20);
this.stn006.TabIndex = 1733;
this.stn006.Tag = "006";
this.stn006.Text = "006";
this.stn006.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn005
//
this.stn005.BackColor = System.Drawing.Color.Gray;
this.stn005.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn005.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn005.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn005.ForeColor = System.Drawing.Color.White;
this.stn005.Location = new System.Drawing.Point(209, 319);
this.stn005.Name = "stn005";
this.stn005.Size = new System.Drawing.Size(100, 20);
this.stn005.TabIndex = 1732;
this.stn005.Tag = "005";
this.stn005.Text = "005";
this.stn005.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn004
//
this.stn004.BackColor = System.Drawing.Color.Gray;
this.stn004.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn004.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn004.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn004.ForeColor = System.Drawing.Color.White;
this.stn004.Location = new System.Drawing.Point(209, 385);
this.stn004.Name = "stn004";
this.stn004.Size = new System.Drawing.Size(100, 20);
this.stn004.TabIndex = 1731;
this.stn004.Tag = "004";
this.stn004.Text = "004";
this.stn004.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn003
//
this.stn003.BackColor = System.Drawing.Color.Gray;
this.stn003.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn003.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn003.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn003.ForeColor = System.Drawing.Color.White;
this.stn003.Location = new System.Drawing.Point(209, 433);
this.stn003.Name = "stn003";
this.stn003.Size = new System.Drawing.Size(100, 20);
this.stn003.TabIndex = 1730;
this.stn003.Tag = "003";
this.stn003.Text = "003";
this.stn003.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn002
//
this.stn002.BackColor = System.Drawing.Color.Gray;
this.stn002.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn002.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn002.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn002.ForeColor = System.Drawing.Color.White;
this.stn002.Location = new System.Drawing.Point(209, 499);
this.stn002.Name = "stn002";
this.stn002.Size = new System.Drawing.Size(100, 20);
this.stn002.TabIndex = 1729;
this.stn002.Tag = "002";
this.stn002.Text = "002";
this.stn002.TextAlignment = System.Drawing.StringAlignment.Center;
//
// stn001
//
this.stn001.BackColor = System.Drawing.Color.Gray;
this.stn001.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
//
//
//
this.stn001.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.stn001.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stn001.ForeColor = System.Drawing.Color.White;
this.stn001.Location = new System.Drawing.Point(209, 547);
this.stn001.Name = "stn001";
this.stn001.Size = new System.Drawing.Size(100, 20);
this.stn001.TabIndex = 1663;
this.stn001.Tag = "001";
this.stn001.Text = "001";
this.stn001.TextAlignment = System.Drawing.StringAlignment.Center;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1607, 800);
this.Controls.Add(this.lb_desc16);
this.Controls.Add(this.rack4);
this.Controls.Add(this.rack1);
this.Controls.Add(this.rack2);
this.Controls.Add(this.lb_crn4);
this.Controls.Add(this.lb_track1);
this.Controls.Add(this.rack3);
this.Controls.Add(this.rack8);
this.Controls.Add(this.rack5);
this.Controls.Add(this.rack6);
this.Controls.Add(this.lb_crn3);
this.Controls.Add(this.lb_track2);
this.Controls.Add(this.rack7);
this.Controls.Add(this.rack12);
this.Controls.Add(this.rack9);
this.Controls.Add(this.rack10);
this.Controls.Add(this.lb_crn2);
this.Controls.Add(this.lb_track5);
this.Controls.Add(this.rack11);
this.Controls.Add(this.rack16);
this.Controls.Add(this.rack13);
this.Controls.Add(this.rack15);
this.Controls.Add(this.lb_desc1);
this.Controls.Add(this.lb_track4);
this.Controls.Add(this.rack14);
this.Controls.Add(this.lb_crn1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.tb_floors);
this.Controls.Add(this.label7);
this.Controls.Add(this.tb_minBay);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tb_mapName);
this.Controls.Add(this.tb_stnCount);
this.Controls.Add(this.tb_crnCount);
this.Controls.Add(this.tb_rackCount);
this.Controls.Add(this.button20);
this.Controls.Add(this.tabControl_floor1);
this.Name = "Form2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "WCS监控地图编辑器 V20220526";
this.Load += new System.EventHandler(this.Form2_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabControl_floor1.ResumeLayout(false);
this.page_floor1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button20;
private System.Windows.Forms.TextBox tb_rackCount;
private System.Windows.Forms.TextBox tb_crnCount;
private System.Windows.Forms.TextBox tb_stnCount;
private System.Windows.Forms.TextBox tb_mapName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tb_minBay;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tb_floors;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lb_desc16;
private System.Windows.Forms.Panel rack4;
private System.Windows.Forms.Panel rack1;
private System.Windows.Forms.Panel rack2;
private DevComponents.DotNetBar.LabelX lb_crn4;
private System.Windows.Forms.Label lb_track1;
private System.Windows.Forms.Panel rack3;
private System.Windows.Forms.Panel rack8;
private System.Windows.Forms.Panel rack5;
private System.Windows.Forms.Panel rack6;
private DevComponents.DotNetBar.LabelX lb_crn3;
private System.Windows.Forms.Label lb_track2;
private System.Windows.Forms.Panel rack7;
private System.Windows.Forms.Panel rack12;
private System.Windows.Forms.Panel rack9;
private System.Windows.Forms.Panel rack10;
private DevComponents.DotNetBar.LabelX lb_crn2;
private System.Windows.Forms.Label lb_track5;
private System.Windows.Forms.Panel rack11;
private System.Windows.Forms.Panel rack16;
private System.Windows.Forms.Panel rack13;
private System.Windows.Forms.Panel rack15;
private System.Windows.Forms.Label lb_desc1;
private System.Windows.Forms.Label lb_track4;
private System.Windows.Forms.Panel rack14;
private DevComponents.DotNetBar.LabelX lb_crn1;
private System.Windows.Forms.TabControl tabControl_floor1;
private System.Windows.Forms.TabPage page_floor1;
private System.Windows.Forms.Label lb_trCart21;
private System.Windows.Forms.Label lb_trCart22;
private DevComponents.DotNetBar.LabelX stn016;
private DevComponents.DotNetBar.LabelX stn015;
private DevComponents.DotNetBar.LabelX stn014;
private DevComponents.DotNetBar.LabelX stn013;
private DevComponents.DotNetBar.LabelX stn012;
private DevComponents.DotNetBar.LabelX stn011;
private DevComponents.DotNetBar.LabelX stn010;
private DevComponents.DotNetBar.LabelX stn009;
private DevComponents.DotNetBar.LabelX stn008;
private DevComponents.DotNetBar.LabelX stn007;
private DevComponents.DotNetBar.LabelX stn006;
private DevComponents.DotNetBar.LabelX stn005;
private DevComponents.DotNetBar.LabelX stn004;
private DevComponents.DotNetBar.LabelX stn003;
private DevComponents.DotNetBar.LabelX stn002;
private DevComponents.DotNetBar.LabelX stn001;
}
}