namespace Panel { partial class Form1 { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.cmdConnect = new System.Windows.Forms.Button(); this.cmdWriteVar1 = new System.Windows.Forms.Button(); this.cmdWriteVar2 = new System.Windows.Forms.Button(); this.lblVar1 = new System.Windows.Forms.Label(); this.lblVar2 = new System.Windows.Forms.Label(); this.cmdDisconnect = new System.Windows.Forms.Button(); this.pnlConn = new System.Windows.Forms.Panel(); this.pnlCmd = new System.Windows.Forms.Panel(); this.lblShowVar5 = new System.Windows.Forms.Label(); this.lblShowVar4 = new System.Windows.Forms.Label(); this.cmdRefresh = new System.Windows.Forms.Button(); this.lblShowVar6 = new System.Windows.Forms.Label(); this.lblVar6 = new System.Windows.Forms.Label(); this.lblVar5 = new System.Windows.Forms.Label(); this.txtVar3 = new System.Windows.Forms.TextBox(); this.txtVar2 = new System.Windows.Forms.TextBox(); this.cmdWriteVar3 = new System.Windows.Forms.Button(); this.lblVar4 = new System.Windows.Forms.Label(); this.lblVar3 = new System.Windows.Forms.Label(); this.txtVar1 = new System.Windows.Forms.TextBox(); this.Title = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pnlConn.SuspendLayout(); this.pnlCmd.SuspendLayout(); this.SuspendLayout(); // // cmdConnect // this.cmdConnect.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.cmdConnect.Location = new System.Drawing.Point(12, 18); this.cmdConnect.Name = "cmdConnect"; this.cmdConnect.Size = new System.Drawing.Size(168, 39); this.cmdConnect.TabIndex = 4; this.cmdConnect.Text = "Connect"; this.cmdConnect.UseVisualStyleBackColor = true; this.cmdConnect.Click += new System.EventHandler(this.cmdConnectRobot_Click); // // cmdWriteVar1 // this.cmdWriteVar1.Cursor = System.Windows.Forms.Cursors.Default; this.cmdWriteVar1.Enabled = false; this.cmdWriteVar1.Location = new System.Drawing.Point(291, 80); this.cmdWriteVar1.Name = "cmdWriteVar1"; this.cmdWriteVar1.Size = new System.Drawing.Size(73, 23); this.cmdWriteVar1.TabIndex = 5; this.cmdWriteVar1.Text = "Write"; this.cmdWriteVar1.UseVisualStyleBackColor = true; this.cmdWriteVar1.Click += new System.EventHandler(this.cmdWriteVar1_Click); // // cmdWriteVar2 // this.cmdWriteVar2.Cursor = System.Windows.Forms.Cursors.Default; this.cmdWriteVar2.Enabled = false; this.cmdWriteVar2.Location = new System.Drawing.Point(291, 109); this.cmdWriteVar2.Name = "cmdWriteVar2"; this.cmdWriteVar2.Size = new System.Drawing.Size(73, 23); this.cmdWriteVar2.TabIndex = 8; this.cmdWriteVar2.Text = "Write"; this.cmdWriteVar2.UseVisualStyleBackColor = true; this.cmdWriteVar2.Click += new System.EventHandler(this.cmdWriteVar2_Click); // // lblVar1 // this.lblVar1.AutoSize = true; this.lblVar1.Location = new System.Drawing.Point(20, 85); this.lblVar1.Name = "lblVar1"; this.lblVar1.Size = new System.Drawing.Size(55, 12); this.lblVar1.TabIndex = 21; this.lblVar1.Text = "Variable1:"; // // lblVar2 // this.lblVar2.AutoSize = true; this.lblVar2.Location = new System.Drawing.Point(20, 114); this.lblVar2.Name = "lblVar2"; this.lblVar2.Size = new System.Drawing.Size(55, 12); this.lblVar2.TabIndex = 22; this.lblVar2.Text = "Variable2:"; // // cmdDisconnect // this.cmdDisconnect.Enabled = false; this.cmdDisconnect.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.cmdDisconnect.Location = new System.Drawing.Point(208, 18); this.cmdDisconnect.Name = "cmdDisconnect"; this.cmdDisconnect.Size = new System.Drawing.Size(168, 39); this.cmdDisconnect.TabIndex = 32; this.cmdDisconnect.Text = "Disconnect"; this.cmdDisconnect.UseVisualStyleBackColor = true; this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnectRobot_Click); // // pnlConn // this.pnlConn.BackColor = System.Drawing.Color.Lime; this.pnlConn.Controls.Add(this.cmdDisconnect); this.pnlConn.Controls.Add(this.cmdConnect); this.pnlConn.Location = new System.Drawing.Point(12, 45); this.pnlConn.Name = "pnlConn"; this.pnlConn.Size = new System.Drawing.Size(388, 73); this.pnlConn.TabIndex = 0; // // pnlCmd // this.pnlCmd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.pnlCmd.Controls.Add(this.lblShowVar5); this.pnlCmd.Controls.Add(this.lblShowVar4); this.pnlCmd.Controls.Add(this.cmdRefresh); this.pnlCmd.Controls.Add(this.lblShowVar6); this.pnlCmd.Controls.Add(this.lblVar6); this.pnlCmd.Controls.Add(this.lblVar5); this.pnlCmd.Controls.Add(this.txtVar3); this.pnlCmd.Controls.Add(this.txtVar2); this.pnlCmd.Controls.Add(this.cmdWriteVar3); this.pnlCmd.Controls.Add(this.lblVar4); this.pnlCmd.Controls.Add(this.lblVar3); this.pnlCmd.Controls.Add(this.txtVar1); this.pnlCmd.Controls.Add(this.lblVar2); this.pnlCmd.Controls.Add(this.lblVar1); this.pnlCmd.Controls.Add(this.cmdWriteVar2); this.pnlCmd.Controls.Add(this.cmdWriteVar1); this.pnlCmd.Location = new System.Drawing.Point(12, 124); this.pnlCmd.Name = "pnlCmd"; this.pnlCmd.Size = new System.Drawing.Size(388, 260); this.pnlCmd.TabIndex = 31; // // lblShowVar5 // this.lblShowVar5.BackColor = System.Drawing.Color.WhiteSmoke; this.lblShowVar5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblShowVar5.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblShowVar5.Location = new System.Drawing.Point(84, 196); this.lblShowVar5.Name = "lblShowVar5"; this.lblShowVar5.Size = new System.Drawing.Size(280, 20); this.lblShowVar5.TabIndex = 53; this.lblShowVar5.Text = " --MANUAL-- "; // // lblShowVar4 // this.lblShowVar4.BackColor = System.Drawing.Color.WhiteSmoke; this.lblShowVar4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblShowVar4.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblShowVar4.Location = new System.Drawing.Point(84, 167); this.lblShowVar4.Name = "lblShowVar4"; this.lblShowVar4.Size = new System.Drawing.Size(280, 20); this.lblShowVar4.TabIndex = 51; this.lblShowVar4.Text = " ON "; // // cmdRefresh // this.cmdRefresh.Enabled = false; this.cmdRefresh.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.cmdRefresh.Location = new System.Drawing.Point(111, 16); this.cmdRefresh.Name = "cmdRefresh"; this.cmdRefresh.Size = new System.Drawing.Size(168, 39); this.cmdRefresh.TabIndex = 63; this.cmdRefresh.Text = "Refresh"; this.cmdRefresh.UseVisualStyleBackColor = true; this.cmdRefresh.Click += new System.EventHandler(this.cmdRefresh_Click); // // lblShowVar6 // this.lblShowVar6.BackColor = System.Drawing.Color.WhiteSmoke; this.lblShowVar6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblShowVar6.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblShowVar6.Location = new System.Drawing.Point(84, 225); this.lblShowVar6.Name = "lblShowVar6"; this.lblShowVar6.Size = new System.Drawing.Size(280, 20); this.lblShowVar6.TabIndex = 52; this.lblShowVar6.Text = " <> "; // // lblVar6 // this.lblVar6.AutoSize = true; this.lblVar6.Location = new System.Drawing.Point(20, 231); this.lblVar6.Name = "lblVar6"; this.lblVar6.Size = new System.Drawing.Size(55, 12); this.lblVar6.TabIndex = 62; this.lblVar6.Text = "Variable6:"; // // lblVar5 // this.lblVar5.AutoSize = true; this.lblVar5.Location = new System.Drawing.Point(20, 202); this.lblVar5.Name = "lblVar5"; this.lblVar5.Size = new System.Drawing.Size(55, 12); this.lblVar5.TabIndex = 60; this.lblVar5.Text = "Variable5:"; // // txtVar3 // this.txtVar3.Location = new System.Drawing.Point(84, 140); this.txtVar3.Name = "txtVar3"; this.txtVar3.Size = new System.Drawing.Size(195, 19); this.txtVar3.TabIndex = 57; // // txtVar2 // this.txtVar2.Location = new System.Drawing.Point(84, 111); this.txtVar2.Name = "txtVar2"; this.txtVar2.Size = new System.Drawing.Size(195, 19); this.txtVar2.TabIndex = 56; // // cmdWriteVar3 // this.cmdWriteVar3.Cursor = System.Windows.Forms.Cursors.Default; this.cmdWriteVar3.Enabled = false; this.cmdWriteVar3.Location = new System.Drawing.Point(291, 138); this.cmdWriteVar3.Name = "cmdWriteVar3"; this.cmdWriteVar3.Size = new System.Drawing.Size(73, 23); this.cmdWriteVar3.TabIndex = 55; this.cmdWriteVar3.Text = "Write"; this.cmdWriteVar3.UseVisualStyleBackColor = true; this.cmdWriteVar3.Click += new System.EventHandler(this.cmdWriteVar3_Click); // // lblVar4 // this.lblVar4.AutoSize = true; this.lblVar4.Location = new System.Drawing.Point(20, 173); this.lblVar4.Name = "lblVar4"; this.lblVar4.Size = new System.Drawing.Size(55, 12); this.lblVar4.TabIndex = 53; this.lblVar4.Text = "Variable4:"; // // lblVar3 // this.lblVar3.AutoSize = true; this.lblVar3.Location = new System.Drawing.Point(20, 143); this.lblVar3.Name = "lblVar3"; this.lblVar3.Size = new System.Drawing.Size(55, 12); this.lblVar3.TabIndex = 52; this.lblVar3.Text = "Variable3:"; // // txtVar1 // this.txtVar1.Location = new System.Drawing.Point(84, 82); this.txtVar1.Name = "txtVar1"; this.txtVar1.Size = new System.Drawing.Size(195, 19); this.txtVar1.TabIndex = 51; // // Title // this.Title.AutoSize = true; this.Title.Font = new System.Drawing.Font("MS UI Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.Title.Location = new System.Drawing.Point(92, 9); this.Title.Name = "Title"; this.Title.Size = new System.Drawing.Size(235, 24); this.Title.TabIndex = 50; this.Title.Text = "CaoProv.Dummy.Panel"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(415, 397); this.Controls.Add(this.Title); this.Controls.Add(this.pnlCmd); this.Controls.Add(this.pnlConn); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form1"; this.Text = "Panel"; this.Load += new System.EventHandler(this.Form1_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.pnlConn.ResumeLayout(false); this.pnlCmd.ResumeLayout(false); this.pnlCmd.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cmdConnect; private System.Windows.Forms.Button cmdWriteVar1; private System.Windows.Forms.Button cmdWriteVar2; private System.Windows.Forms.Label lblVar1; private System.Windows.Forms.Label lblVar2; private System.Windows.Forms.Button cmdDisconnect; private System.Windows.Forms.Panel pnlConn; private System.Windows.Forms.Panel pnlCmd; private System.Windows.Forms.Label Title; private System.Windows.Forms.TextBox txtVar1; private System.Windows.Forms.Label lblVar4; private System.Windows.Forms.Label lblVar3; private System.Windows.Forms.Button cmdWriteVar3; private System.Windows.Forms.TextBox txtVar3; private System.Windows.Forms.TextBox txtVar2; private System.Windows.Forms.Label lblVar5; private System.Windows.Forms.Label lblVar6; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button cmdRefresh; private System.Windows.Forms.Label lblShowVar4; private System.Windows.Forms.Label lblShowVar6; private System.Windows.Forms.Label lblShowVar5; } }