namespace DogAndArmControl { partial class Form1 { /// /// 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() { this.sidePanel1 = new DevExpress.XtraEditors.SidePanel(); this.ArmStatus = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.DogStatus = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.IpEdit = new DevExpress.XtraEditors.TextEdit(); this.PortEdit = new DevExpress.XtraEditors.TextEdit(); this.tabPane1 = new DevExpress.XtraBars.Navigation.TabPane(); this.tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.button1 = new System.Windows.Forms.Button(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.button2 = new System.Windows.Forms.Button(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.ArmPort = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.ArmIp = new DevExpress.XtraEditors.TextEdit(); this.ArmVideo = new System.Windows.Forms.PictureBox(); this.DogVideo = new System.Windows.Forms.PictureBox(); this.ModeLabel = new System.Windows.Forms.Label(); this.sidePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.IpEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PortEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).BeginInit(); this.tabPane1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ArmPort.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ArmIp.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ArmVideo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DogVideo)).BeginInit(); this.SuspendLayout(); // // sidePanel1 // this.sidePanel1.Appearance.BackColor = System.Drawing.Color.Silver; this.sidePanel1.Appearance.Options.UseBackColor = true; this.sidePanel1.Controls.Add(this.ArmStatus); this.sidePanel1.Controls.Add(this.labelControl5); this.sidePanel1.Controls.Add(this.DogStatus); this.sidePanel1.Controls.Add(this.labelControl3); this.sidePanel1.Location = new System.Drawing.Point(-1, 0); this.sidePanel1.Name = "sidePanel1"; this.sidePanel1.Size = new System.Drawing.Size(1212, 64); this.sidePanel1.TabIndex = 0; this.sidePanel1.Text = "sidePanel1"; // // ArmStatus // this.ArmStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.ArmStatus.Appearance.ForeColor = System.Drawing.Color.Red; this.ArmStatus.Appearance.Options.UseFont = true; this.ArmStatus.Appearance.Options.UseForeColor = true; this.ArmStatus.Location = new System.Drawing.Point(406, 31); this.ArmStatus.Name = "ArmStatus"; this.ArmStatus.Size = new System.Drawing.Size(39, 14); this.ArmStatus.TabIndex = 3; this.ArmStatus.Text = "未连接"; // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Location = new System.Drawing.Point(242, 27); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(158, 19); this.labelControl5.TabIndex = 2; this.labelControl5.Text = "机械臂连接状态:"; // // DogStatus // this.DogStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.DogStatus.Appearance.ForeColor = System.Drawing.Color.Red; this.DogStatus.Appearance.Options.UseFont = true; this.DogStatus.Appearance.Options.UseForeColor = true; this.DogStatus.Location = new System.Drawing.Point(177, 31); this.DogStatus.Name = "DogStatus"; this.DogStatus.Size = new System.Drawing.Size(39, 14); this.DogStatus.TabIndex = 1; this.DogStatus.Text = "未连接"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Location = new System.Drawing.Point(13, 27); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(158, 19); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "机械狗连接状态:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(55, 18); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(33, 14); this.labelControl1.TabIndex = 3; this.labelControl1.Text = "远程ip"; // // IpEdit // this.IpEdit.Location = new System.Drawing.Point(94, 15); this.IpEdit.Name = "IpEdit"; this.IpEdit.Size = new System.Drawing.Size(126, 20); this.IpEdit.TabIndex = 2; // // PortEdit // this.PortEdit.Location = new System.Drawing.Point(94, 47); this.PortEdit.Name = "PortEdit"; this.PortEdit.Size = new System.Drawing.Size(126, 20); this.PortEdit.TabIndex = 4; // // tabPane1 // this.tabPane1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.tabPane1.Appearance.Options.UseBackColor = true; this.tabPane1.Controls.Add(this.tabNavigationPage1); this.tabPane1.Controls.Add(this.tabNavigationPage2); this.tabPane1.Location = new System.Drawing.Point(-1, 70); this.tabPane1.Name = "tabPane1"; this.tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { this.tabNavigationPage1, this.tabNavigationPage2}); this.tabPane1.RegularSize = new System.Drawing.Size(537, 444); this.tabPane1.SelectedPage = this.tabNavigationPage1; this.tabPane1.Size = new System.Drawing.Size(537, 444); this.tabPane1.TabIndex = 1; this.tabPane1.Text = "tabPane1"; // // tabNavigationPage1 // this.tabNavigationPage1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.tabNavigationPage1.Appearance.Options.UseBackColor = true; this.tabNavigationPage1.Caption = "机械狗"; this.tabNavigationPage1.Controls.Add(this.panelControl1); this.tabNavigationPage1.Enabled = true; this.tabNavigationPage1.Name = "tabNavigationPage1"; this.tabNavigationPage1.Size = new System.Drawing.Size(537, 411); this.tabNavigationPage1.Paint += new System.Windows.Forms.PaintEventHandler(this.tabNavigationPage1_Paint); // // panelControl1 // this.panelControl1.Controls.Add(this.button1); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.PortEdit); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.IpEdit); this.panelControl1.Location = new System.Drawing.Point(3, 3); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(531, 76); this.panelControl1.TabIndex = 7; // // button1 // this.button1.BackColor = System.Drawing.Color.Blue; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(239, 18); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(97, 46); this.button1.TabIndex = 7; this.button1.Text = "连接"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(41, 50); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(47, 14); this.labelControl2.TabIndex = 6; this.labelControl2.Text = "远程Port"; // // tabNavigationPage2 // this.tabNavigationPage2.Appearance.BackColor = System.Drawing.Color.LightGray; this.tabNavigationPage2.Appearance.Options.UseBackColor = true; this.tabNavigationPage2.Caption = "机械臂"; this.tabNavigationPage2.Controls.Add(this.panelControl2); this.tabNavigationPage2.Enabled = true; this.tabNavigationPage2.Name = "tabNavigationPage2"; this.tabNavigationPage2.Size = new System.Drawing.Size(537, 411); this.tabNavigationPage2.Paint += new System.Windows.Forms.PaintEventHandler(this.tabNavigationPage2_Paint); // // panelControl2 // this.panelControl2.Controls.Add(this.button2); this.panelControl2.Controls.Add(this.labelControl4); this.panelControl2.Controls.Add(this.ArmPort); this.panelControl2.Controls.Add(this.labelControl6); this.panelControl2.Controls.Add(this.ArmIp); this.panelControl2.Location = new System.Drawing.Point(3, 3); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(531, 76); this.panelControl2.TabIndex = 8; // // button2 // this.button2.BackColor = System.Drawing.Color.Blue; this.button2.ForeColor = System.Drawing.Color.White; this.button2.Location = new System.Drawing.Point(239, 18); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(97, 46); this.button2.TabIndex = 8; this.button2.Text = "连接"; this.button2.UseVisualStyleBackColor = false; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(41, 50); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(47, 14); this.labelControl4.TabIndex = 6; this.labelControl4.Text = "远程Port"; // // ArmPort // this.ArmPort.Location = new System.Drawing.Point(94, 47); this.ArmPort.Name = "ArmPort"; this.ArmPort.Size = new System.Drawing.Size(126, 20); this.ArmPort.TabIndex = 4; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(55, 18); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(33, 14); this.labelControl6.TabIndex = 3; this.labelControl6.Text = "远程ip"; // // ArmIp // this.ArmIp.Location = new System.Drawing.Point(94, 15); this.ArmIp.Name = "ArmIp"; this.ArmIp.Size = new System.Drawing.Size(126, 20); this.ArmIp.TabIndex = 2; // // ArmVideo // this.ArmVideo.BackColor = System.Drawing.Color.Black; this.ArmVideo.Location = new System.Drawing.Point(539, 70); this.ArmVideo.Name = "ArmVideo"; this.ArmVideo.Size = new System.Drawing.Size(669, 444); this.ArmVideo.TabIndex = 2; this.ArmVideo.TabStop = false; // // DogVideo // this.DogVideo.BackColor = System.Drawing.Color.Black; this.DogVideo.Location = new System.Drawing.Point(444, 520); this.DogVideo.Name = "DogVideo"; this.DogVideo.Size = new System.Drawing.Size(764, 536); this.DogVideo.TabIndex = 3; this.DogVideo.TabStop = false; // // ModeLabel // this.ModeLabel.AutoSize = true; this.ModeLabel.Location = new System.Drawing.Point(476, 33); this.ModeLabel.Name = "ModeLabel"; this.ModeLabel.Size = new System.Drawing.Size(38, 14); this.ModeLabel.TabIndex = 4; this.ModeLabel.Text = "label1"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1231, 1068); this.Controls.Add(this.ModeLabel); this.Controls.Add(this.DogVideo); this.Controls.Add(this.ArmVideo); this.Controls.Add(this.tabPane1); this.Controls.Add(this.sidePanel1); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "Form1"; this.Text = "Form1"; this.sidePanel1.ResumeLayout(false); this.sidePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.IpEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PortEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabPane1)).EndInit(); this.tabPane1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ArmPort.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ArmIp.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ArmVideo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DogVideo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.SidePanel sidePanel1; private DevExpress.XtraBars.Navigation.TabPane tabPane1; private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1; private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit IpEdit; private DevExpress.XtraEditors.TextEdit PortEdit; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.Button button1; private DevExpress.XtraEditors.LabelControl ArmStatus; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl DogStatus; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.PanelControl panelControl2; private System.Windows.Forms.Button button2; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit ArmPort; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.TextEdit ArmIp; private System.Windows.Forms.PictureBox ArmVideo; private System.Windows.Forms.PictureBox DogVideo; private System.Windows.Forms.Label ModeLabel; } }