namespace CaoProvKEYENCEFSN40NUEP1.Sample { 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.L_IPADRESS = new System.Windows.Forms.Label(); this.T_IPADRESS = new System.Windows.Forms.TextBox(); this.T_CHANNEL = new System.Windows.Forms.TextBox(); this.L_CHANNEL = new System.Windows.Forms.Label(); this.B_CONNECT = new System.Windows.Forms.Button(); this.GROUP = new System.Windows.Forms.GroupBox(); this.T_EXECUTE = new System.Windows.Forms.TextBox(); this.T_VARIABLE = new System.Windows.Forms.TextBox(); this.C_VARIABLE = new System.Windows.Forms.ComboBox(); this.B_PUT = new System.Windows.Forms.Button(); this.B_GET = new System.Windows.Forms.Button(); this.L_VARIABLE = new System.Windows.Forms.Label(); this.B_SEND = new System.Windows.Forms.Button(); this.L_EXECUTE = new System.Windows.Forms.Label(); this.GROUP.SuspendLayout(); this.SuspendLayout(); // // L_IPADRESS // this.L_IPADRESS.AutoSize = true; this.L_IPADRESS.Location = new System.Drawing.Point(52, 51); this.L_IPADRESS.Name = "L_IPADRESS"; this.L_IPADRESS.Size = new System.Drawing.Size(65, 20); this.L_IPADRESS.TabIndex = 0; this.L_IPADRESS.Text = "IPAdress"; // // T_IPADRESS // this.T_IPADRESS.Location = new System.Drawing.Point(130, 48); this.T_IPADRESS.Name = "T_IPADRESS"; this.T_IPADRESS.Size = new System.Drawing.Size(161, 27); this.T_IPADRESS.TabIndex = 0; this.T_IPADRESS.Text = "192.168.0.21"; // // T_CHANNEL // this.T_CHANNEL.Location = new System.Drawing.Point(400, 48); this.T_CHANNEL.Name = "T_CHANNEL"; this.T_CHANNEL.Size = new System.Drawing.Size(49, 27); this.T_CHANNEL.TabIndex = 1; this.T_CHANNEL.Text = "1"; // // L_CHANNEL // this.L_CHANNEL.AutoSize = true; this.L_CHANNEL.Location = new System.Drawing.Point(325, 51); this.L_CHANNEL.Name = "L_CHANNEL"; this.L_CHANNEL.Size = new System.Drawing.Size(62, 20); this.L_CHANNEL.TabIndex = 0; this.L_CHANNEL.Text = "Channel"; // // B_CONNECT // this.B_CONNECT.Font = new System.Drawing.Font("Segoe UI Symbol", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.B_CONNECT.Location = new System.Drawing.Point(493, 49); this.B_CONNECT.Name = "B_CONNECT"; this.B_CONNECT.Size = new System.Drawing.Size(75, 25); this.B_CONNECT.TabIndex = 2; this.B_CONNECT.Text = "Connect"; this.B_CONNECT.UseVisualStyleBackColor = true; this.B_CONNECT.Click += new System.EventHandler(this.B_CONNECT_Click); // // GROUP // this.GROUP.Controls.Add(this.T_EXECUTE); this.GROUP.Controls.Add(this.T_VARIABLE); this.GROUP.Controls.Add(this.C_VARIABLE); this.GROUP.Controls.Add(this.B_PUT); this.GROUP.Controls.Add(this.B_GET); this.GROUP.Controls.Add(this.L_VARIABLE); this.GROUP.Controls.Add(this.B_SEND); this.GROUP.Controls.Add(this.L_EXECUTE); this.GROUP.Enabled = false; this.GROUP.Location = new System.Drawing.Point(44, 108); this.GROUP.Name = "GROUP"; this.GROUP.Size = new System.Drawing.Size(530, 142); this.GROUP.TabIndex = 3; this.GROUP.TabStop = false; this.GROUP.Text = "Execute/Variable"; // // T_EXECUTE // this.T_EXECUTE.Location = new System.Drawing.Point(79, 42); this.T_EXECUTE.Name = "T_EXECUTE"; this.T_EXECUTE.Size = new System.Drawing.Size(132, 27); this.T_EXECUTE.TabIndex = 0; // // T_VARIABLE // this.T_VARIABLE.Location = new System.Drawing.Point(227, 84); this.T_VARIABLE.Name = "T_VARIABLE"; this.T_VARIABLE.Size = new System.Drawing.Size(81, 27); this.T_VARIABLE.TabIndex = 3; // // C_VARIABLE // this.C_VARIABLE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.C_VARIABLE.FormattingEnabled = true; this.C_VARIABLE.Location = new System.Drawing.Point(79, 84); this.C_VARIABLE.Name = "C_VARIABLE"; this.C_VARIABLE.Size = new System.Drawing.Size(132, 28); this.C_VARIABLE.TabIndex = 2; this.C_VARIABLE.SelectedIndexChanged += new System.EventHandler(this.C_VARIABLE_SelectedIndexChanged); // // B_PUT // this.B_PUT.Font = new System.Drawing.Font("Segoe UI Symbol", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.B_PUT.Location = new System.Drawing.Point(443, 85); this.B_PUT.Name = "B_PUT"; this.B_PUT.Size = new System.Drawing.Size(75, 25); this.B_PUT.TabIndex = 5; this.B_PUT.Text = "Put"; this.B_PUT.UseVisualStyleBackColor = true; this.B_PUT.Click += new System.EventHandler(this.B_PUT_Click); // // B_GET // this.B_GET.Font = new System.Drawing.Font("Segoe UI Symbol", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.B_GET.Location = new System.Drawing.Point(356, 85); this.B_GET.Name = "B_GET"; this.B_GET.Size = new System.Drawing.Size(75, 25); this.B_GET.TabIndex = 4; this.B_GET.Text = "Get"; this.B_GET.UseVisualStyleBackColor = true; this.B_GET.Click += new System.EventHandler(this.B_GET_Click); // // L_VARIABLE // this.L_VARIABLE.AutoSize = true; this.L_VARIABLE.Location = new System.Drawing.Point(5, 87); this.L_VARIABLE.Name = "L_VARIABLE"; this.L_VARIABLE.Size = new System.Drawing.Size(64, 20); this.L_VARIABLE.TabIndex = 0; this.L_VARIABLE.Text = "Variable"; // // B_SEND // this.B_SEND.Font = new System.Drawing.Font("Segoe UI Symbol", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.B_SEND.Location = new System.Drawing.Point(356, 43); this.B_SEND.Name = "B_SEND"; this.B_SEND.Size = new System.Drawing.Size(75, 25); this.B_SEND.TabIndex = 1; this.B_SEND.Text = "Send"; this.B_SEND.UseVisualStyleBackColor = true; this.B_SEND.Click += new System.EventHandler(this.B_SEND_Click); // // L_EXECUTE // this.L_EXECUTE.AutoSize = true; this.L_EXECUTE.Location = new System.Drawing.Point(5, 45); this.L_EXECUTE.Name = "L_EXECUTE"; this.L_EXECUTE.Size = new System.Drawing.Size(60, 20); this.L_EXECUTE.TabIndex = 0; this.L_EXECUTE.Text = "Execute"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(617, 303); this.Controls.Add(this.GROUP); this.Controls.Add(this.B_CONNECT); this.Controls.Add(this.T_CHANNEL); this.Controls.Add(this.L_CHANNEL); this.Controls.Add(this.T_IPADRESS); this.Controls.Add(this.L_IPADRESS); this.Font = new System.Drawing.Font("Segoe UI Symbol", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.MaximizeBox = false; this.Name = "Form1"; this.Text = "CaoProvKEYENCEFSN40NUEP1.Sample"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.GROUP.ResumeLayout(false); this.GROUP.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label L_IPADRESS; private System.Windows.Forms.TextBox T_IPADRESS; private System.Windows.Forms.TextBox T_CHANNEL; private System.Windows.Forms.Label L_CHANNEL; private System.Windows.Forms.Button B_CONNECT; private System.Windows.Forms.GroupBox GROUP; private System.Windows.Forms.TextBox T_VARIABLE; private System.Windows.Forms.ComboBox C_VARIABLE; private System.Windows.Forms.Button B_PUT; private System.Windows.Forms.Button B_GET; private System.Windows.Forms.Label L_VARIABLE; private System.Windows.Forms.Button B_SEND; private System.Windows.Forms.Label L_EXECUTE; private System.Windows.Forms.TextBox T_EXECUTE; } }