namespace SysmacStudioTester { 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.gbAddController = new System.Windows.Forms.GroupBox(); this.btDisconnect = new System.Windows.Forms.Button(); this.btConnect = new System.Windows.Forms.Button(); this.tbConOption = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.gbAddVariable = new System.Windows.Forms.GroupBox(); this.btDestroy = new System.Windows.Forms.Button(); this.btCreate = new System.Windows.Forms.Button(); this.tbVarOption = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.gbGetPutValue = new System.Windows.Forms.GroupBox(); this.btPut = new System.Windows.Forms.Button(); this.btGet = new System.Windows.Forms.Button(); this.tbValue = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.gbExecute1 = new System.Windows.Forms.GroupBox(); this.tbASyncReadMem = new System.Windows.Forms.TextBox(); this.btASyncReadMem = new System.Windows.Forms.Button(); this.btASyncWriteMem = new System.Windows.Forms.Button(); this.tbASyncWriteMem = new System.Windows.Forms.TextBox(); this.btGetVarAddr = new System.Windows.Forms.Button(); this.tbGetVarAddr = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.gbExecute2 = new System.Windows.Forms.GroupBox(); this.cmbState = new System.Windows.Forms.ComboBox(); this.cmbSetScanExec = new System.Windows.Forms.ComboBox(); this.tbCheckScanState = new System.Windows.Forms.TextBox(); this.tbGetMode = new System.Windows.Forms.TextBox(); this.btCheckScanState = new System.Windows.Forms.Button(); this.btSetScanExec = new System.Windows.Forms.Button(); this.btGetMode = new System.Windows.Forms.Button(); this.btSetMode = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.gbAddController.SuspendLayout(); this.gbAddVariable.SuspendLayout(); this.gbGetPutValue.SuspendLayout(); this.gbExecute1.SuspendLayout(); this.gbExecute2.SuspendLayout(); this.SuspendLayout(); // // gbAddController // this.gbAddController.BackColor = System.Drawing.SystemColors.Control; this.gbAddController.Controls.Add(this.btDisconnect); this.gbAddController.Controls.Add(this.btConnect); this.gbAddController.Controls.Add(this.tbConOption); this.gbAddController.Controls.Add(this.label1); this.gbAddController.Location = new System.Drawing.Point(13, 13); this.gbAddController.Name = "gbAddController"; this.gbAddController.Size = new System.Drawing.Size(332, 83); this.gbAddController.TabIndex = 0; this.gbAddController.TabStop = false; this.gbAddController.Text = "AddController"; // // btDisconnect // this.btDisconnect.Enabled = false; this.btDisconnect.Location = new System.Drawing.Point(202, 50); this.btDisconnect.Name = "btDisconnect"; this.btDisconnect.Size = new System.Drawing.Size(100, 23); this.btDisconnect.TabIndex = 3; this.btDisconnect.Text = "Disconnect"; this.btDisconnect.UseVisualStyleBackColor = true; this.btDisconnect.Click += new System.EventHandler(this.btDisconnect_Click); // // btConnect // this.btConnect.Location = new System.Drawing.Point(70, 50); this.btConnect.Name = "btConnect"; this.btConnect.Size = new System.Drawing.Size(100, 23); this.btConnect.TabIndex = 2; this.btConnect.Text = "Connect"; this.btConnect.UseVisualStyleBackColor = true; this.btConnect.Click += new System.EventHandler(this.btConnect_Click); // // tbConOption // this.tbConOption.Location = new System.Drawing.Point(70, 19); this.tbConOption.Name = "tbConOption"; this.tbConOption.Size = new System.Drawing.Size(242, 19); this.tbConOption.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 12); this.label1.TabIndex = 0; this.label1.Text = "Option:"; // // gbAddVariable // this.gbAddVariable.Controls.Add(this.btDestroy); this.gbAddVariable.Controls.Add(this.btCreate); this.gbAddVariable.Controls.Add(this.tbVarOption); this.gbAddVariable.Controls.Add(this.label2); this.gbAddVariable.Enabled = false; this.gbAddVariable.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.gbAddVariable.Location = new System.Drawing.Point(13, 107); this.gbAddVariable.Name = "gbAddVariable"; this.gbAddVariable.Size = new System.Drawing.Size(332, 95); this.gbAddVariable.TabIndex = 1; this.gbAddVariable.TabStop = false; this.gbAddVariable.Text = "AddVariable"; // // btDestroy // this.btDestroy.Enabled = false; this.btDestroy.Location = new System.Drawing.Point(202, 58); this.btDestroy.Name = "btDestroy"; this.btDestroy.Size = new System.Drawing.Size(100, 23); this.btDestroy.TabIndex = 6; this.btDestroy.Text = "Destroy"; this.btDestroy.UseVisualStyleBackColor = true; this.btDestroy.Click += new System.EventHandler(this.btDestroy_Click); // // btCreate // this.btCreate.Enabled = false; this.btCreate.Location = new System.Drawing.Point(70, 58); this.btCreate.Name = "btCreate"; this.btCreate.Size = new System.Drawing.Size(100, 23); this.btCreate.TabIndex = 5; this.btCreate.Text = "Create"; this.btCreate.UseVisualStyleBackColor = true; this.btCreate.Click += new System.EventHandler(this.btCreate_Click); // // tbVarOption // this.tbVarOption.Location = new System.Drawing.Point(70, 25); this.tbVarOption.Name = "tbVarOption"; this.tbVarOption.Size = new System.Drawing.Size(244, 19); this.tbVarOption.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(24, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 12); this.label2.TabIndex = 0; this.label2.Text = "Option:"; // // gbGetPutValue // this.gbGetPutValue.Controls.Add(this.btPut); this.gbGetPutValue.Controls.Add(this.btGet); this.gbGetPutValue.Controls.Add(this.tbValue); this.gbGetPutValue.Controls.Add(this.label3); this.gbGetPutValue.Enabled = false; this.gbGetPutValue.Location = new System.Drawing.Point(13, 223); this.gbGetPutValue.Name = "gbGetPutValue"; this.gbGetPutValue.Size = new System.Drawing.Size(332, 89); this.gbGetPutValue.TabIndex = 2; this.gbGetPutValue.TabStop = false; this.gbGetPutValue.Text = "Get/Put Value"; // // btPut // this.btPut.Enabled = false; this.btPut.Location = new System.Drawing.Point(202, 56); this.btPut.Name = "btPut"; this.btPut.Size = new System.Drawing.Size(100, 23); this.btPut.TabIndex = 9; this.btPut.Text = "Put"; this.btPut.UseVisualStyleBackColor = true; this.btPut.Click += new System.EventHandler(this.btPut_Click); // // btGet // this.btGet.Enabled = false; this.btGet.Location = new System.Drawing.Point(70, 56); this.btGet.Name = "btGet"; this.btGet.Size = new System.Drawing.Size(100, 23); this.btGet.TabIndex = 8; this.btGet.Text = "Get"; this.btGet.UseVisualStyleBackColor = true; this.btGet.Click += new System.EventHandler(this.btGet_Click); // // tbValue // this.tbValue.Location = new System.Drawing.Point(70, 24); this.tbValue.Name = "tbValue"; this.tbValue.Size = new System.Drawing.Size(247, 19); this.tbValue.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(24, 27); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(36, 12); this.label3.TabIndex = 0; this.label3.Text = "Value:"; // // gbExecute1 // this.gbExecute1.Controls.Add(this.tbASyncReadMem); this.gbExecute1.Controls.Add(this.btASyncReadMem); this.gbExecute1.Controls.Add(this.btASyncWriteMem); this.gbExecute1.Controls.Add(this.tbASyncWriteMem); this.gbExecute1.Controls.Add(this.btGetVarAddr); this.gbExecute1.Controls.Add(this.tbGetVarAddr); this.gbExecute1.Controls.Add(this.label7); this.gbExecute1.Controls.Add(this.label6); this.gbExecute1.Controls.Add(this.label4); this.gbExecute1.Enabled = false; this.gbExecute1.Location = new System.Drawing.Point(376, 13); this.gbExecute1.Name = "gbExecute1"; this.gbExecute1.Size = new System.Drawing.Size(330, 125); this.gbExecute1.TabIndex = 3; this.gbExecute1.TabStop = false; this.gbExecute1.Text = "Execute1"; // // tbASyncReadMem // this.tbASyncReadMem.Location = new System.Drawing.Point(83, 92); this.tbASyncReadMem.Name = "tbASyncReadMem"; this.tbASyncReadMem.ReadOnly = true; this.tbASyncReadMem.Size = new System.Drawing.Size(100, 19); this.tbASyncReadMem.TabIndex = 14; // // btASyncReadMem // this.btASyncReadMem.Location = new System.Drawing.Point(216, 88); this.btASyncReadMem.Name = "btASyncReadMem"; this.btASyncReadMem.Size = new System.Drawing.Size(102, 23); this.btASyncReadMem.TabIndex = 15; this.btASyncReadMem.Text = "ASyncReadMem"; this.btASyncReadMem.UseVisualStyleBackColor = true; this.btASyncReadMem.Click += new System.EventHandler(this.btASyncReadMem_Click); // // btASyncWriteMem // this.btASyncWriteMem.Location = new System.Drawing.Point(216, 56); this.btASyncWriteMem.Name = "btASyncWriteMem"; this.btASyncWriteMem.Size = new System.Drawing.Size(102, 23); this.btASyncWriteMem.TabIndex = 13; this.btASyncWriteMem.Text = "ASyncWriteMem"; this.btASyncWriteMem.UseVisualStyleBackColor = true; this.btASyncWriteMem.Click += new System.EventHandler(this.btASyncWriteMem_Click); // // tbASyncWriteMem // this.tbASyncWriteMem.Location = new System.Drawing.Point(83, 58); this.tbASyncWriteMem.Name = "tbASyncWriteMem"; this.tbASyncWriteMem.Size = new System.Drawing.Size(100, 19); this.tbASyncWriteMem.TabIndex = 12; // // btGetVarAddr // this.btGetVarAddr.Location = new System.Drawing.Point(216, 22); this.btGetVarAddr.Name = "btGetVarAddr"; this.btGetVarAddr.Size = new System.Drawing.Size(102, 23); this.btGetVarAddr.TabIndex = 11; this.btGetVarAddr.Text = "GetVarAddr"; this.btGetVarAddr.UseVisualStyleBackColor = true; this.btGetVarAddr.Click += new System.EventHandler(this.btGetVarAddr_Click); // // tbGetVarAddr // this.tbGetVarAddr.Location = new System.Drawing.Point(83, 24); this.tbGetVarAddr.Name = "tbGetVarAddr"; this.tbGetVarAddr.Size = new System.Drawing.Size(100, 19); this.tbGetVarAddr.TabIndex = 10; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(20, 95); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(36, 12); this.label7.TabIndex = 2; this.label7.Text = "Value:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(20, 61); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 12); this.label6.TabIndex = 1; this.label6.Text = "Value:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(20, 27); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(30, 12); this.label4.TabIndex = 0; this.label4.Text = "Path:"; // // gbExecute2 // this.gbExecute2.Controls.Add(this.cmbState); this.gbExecute2.Controls.Add(this.cmbSetScanExec); this.gbExecute2.Controls.Add(this.tbCheckScanState); this.gbExecute2.Controls.Add(this.tbGetMode); this.gbExecute2.Controls.Add(this.btCheckScanState); this.gbExecute2.Controls.Add(this.btSetScanExec); this.gbExecute2.Controls.Add(this.btGetMode); this.gbExecute2.Controls.Add(this.btSetMode); this.gbExecute2.Controls.Add(this.label11); this.gbExecute2.Controls.Add(this.label10); this.gbExecute2.Controls.Add(this.label9); this.gbExecute2.Controls.Add(this.label8); this.gbExecute2.Enabled = false; this.gbExecute2.Location = new System.Drawing.Point(376, 155); this.gbExecute2.Name = "gbExecute2"; this.gbExecute2.Size = new System.Drawing.Size(330, 157); this.gbExecute2.TabIndex = 4; this.gbExecute2.TabStop = false; this.gbExecute2.Text = "Execute2"; // // cmbState // this.cmbState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbState.FormattingEnabled = true; this.cmbState.Items.AddRange(new object[] { "run", "program"}); this.cmbState.Location = new System.Drawing.Point(79, 22); this.cmbState.Name = "cmbState"; this.cmbState.Size = new System.Drawing.Size(100, 20); this.cmbState.TabIndex = 29; // // cmbSetScanExec // this.cmbSetScanExec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSetScanExec.FormattingEnabled = true; this.cmbSetScanExec.Items.AddRange(new object[] { "0", "1"}); this.cmbSetScanExec.Location = new System.Drawing.Point(79, 91); this.cmbSetScanExec.Name = "cmbSetScanExec"; this.cmbSetScanExec.Size = new System.Drawing.Size(100, 20); this.cmbSetScanExec.TabIndex = 33; // // tbCheckScanState // this.tbCheckScanState.Location = new System.Drawing.Point(79, 126); this.tbCheckScanState.Name = "tbCheckScanState"; this.tbCheckScanState.ReadOnly = true; this.tbCheckScanState.Size = new System.Drawing.Size(100, 19); this.tbCheckScanState.TabIndex = 35; // // tbGetMode // this.tbGetMode.Location = new System.Drawing.Point(79, 57); this.tbGetMode.Name = "tbGetMode"; this.tbGetMode.ReadOnly = true; this.tbGetMode.Size = new System.Drawing.Size(100, 19); this.tbGetMode.TabIndex = 31; // // btCheckScanState // this.btCheckScanState.Location = new System.Drawing.Point(212, 124); this.btCheckScanState.Name = "btCheckScanState"; this.btCheckScanState.Size = new System.Drawing.Size(102, 23); this.btCheckScanState.TabIndex = 36; this.btCheckScanState.Text = "CheckScanState"; this.btCheckScanState.UseVisualStyleBackColor = true; this.btCheckScanState.Click += new System.EventHandler(this.btCheckScanState_Click); // // btSetScanExec // this.btSetScanExec.Location = new System.Drawing.Point(212, 88); this.btSetScanExec.Name = "btSetScanExec"; this.btSetScanExec.Size = new System.Drawing.Size(102, 23); this.btSetScanExec.TabIndex = 34; this.btSetScanExec.Text = "SetScanExec"; this.btSetScanExec.UseVisualStyleBackColor = true; this.btSetScanExec.Click += new System.EventHandler(this.btSetScanExec_Click); // // btGetMode // this.btGetMode.Location = new System.Drawing.Point(212, 55); this.btGetMode.Name = "btGetMode"; this.btGetMode.Size = new System.Drawing.Size(102, 23); this.btGetMode.TabIndex = 32; this.btGetMode.Text = "GetMode"; this.btGetMode.UseVisualStyleBackColor = true; this.btGetMode.Click += new System.EventHandler(this.btGetMode_Click); // // btSetMode // this.btSetMode.Location = new System.Drawing.Point(212, 19); this.btSetMode.Name = "btSetMode"; this.btSetMode.Size = new System.Drawing.Size(102, 23); this.btSetMode.TabIndex = 30; this.btSetMode.Text = "SetMode"; this.btSetMode.UseVisualStyleBackColor = true; this.btSetMode.Click += new System.EventHandler(this.btSetMode_Click); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(16, 129); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(34, 12); this.label11.TabIndex = 25; this.label11.Text = "State:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(16, 95); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(36, 12); this.label10.TabIndex = 26; this.label10.Text = "Value:"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(16, 60); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(34, 12); this.label9.TabIndex = 27; this.label9.Text = "State:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(16, 26); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(34, 12); this.label8.TabIndex = 28; this.label8.Text = "State:"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(718, 328); this.Controls.Add(this.gbExecute2); this.Controls.Add(this.gbExecute1); this.Controls.Add(this.gbGetPutValue); this.Controls.Add(this.gbAddVariable); this.Controls.Add(this.gbAddController); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Form1"; this.Text = "SysmacStudioSample"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.gbAddController.ResumeLayout(false); this.gbAddController.PerformLayout(); this.gbAddVariable.ResumeLayout(false); this.gbAddVariable.PerformLayout(); this.gbGetPutValue.ResumeLayout(false); this.gbGetPutValue.PerformLayout(); this.gbExecute1.ResumeLayout(false); this.gbExecute1.PerformLayout(); this.gbExecute2.ResumeLayout(false); this.gbExecute2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox gbAddController; private System.Windows.Forms.Button btDisconnect; private System.Windows.Forms.Button btConnect; private System.Windows.Forms.TextBox tbConOption; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox gbAddVariable; private System.Windows.Forms.Button btDestroy; private System.Windows.Forms.Button btCreate; private System.Windows.Forms.TextBox tbVarOption; private System.Windows.Forms.Label label2; private System.Windows.Forms.GroupBox gbGetPutValue; private System.Windows.Forms.Button btPut; private System.Windows.Forms.Button btGet; private System.Windows.Forms.TextBox tbValue; private System.Windows.Forms.Label label3; private System.Windows.Forms.GroupBox gbExecute1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbASyncReadMem; private System.Windows.Forms.Button btASyncReadMem; private System.Windows.Forms.Button btASyncWriteMem; private System.Windows.Forms.TextBox tbASyncWriteMem; private System.Windows.Forms.Button btGetVarAddr; private System.Windows.Forms.TextBox tbGetVarAddr; private System.Windows.Forms.GroupBox gbExecute2; private System.Windows.Forms.ComboBox cmbState; private System.Windows.Forms.ComboBox cmbSetScanExec; private System.Windows.Forms.TextBox tbCheckScanState; private System.Windows.Forms.TextBox tbGetMode; private System.Windows.Forms.Button btCheckScanState; private System.Windows.Forms.Button btSetScanExec; private System.Windows.Forms.Button btGetMode; private System.Windows.Forms.Button btSetMode; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; } }