namespace LaserMarkerSample { 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._nudCom = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this._nudConnectTimeout = new System.Windows.Forms.NumericUpDown(); this._btnConnect = new System.Windows.Forms.Button(); this._btnDisconnect = new System.Windows.Forms.Button(); this._gbxConnection = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this._nudData = new System.Windows.Forms.NumericUpDown(); this._btnGet = new System.Windows.Forms.Button(); this._gbxSetting = new System.Windows.Forms.GroupBox(); this._btnDelete = new System.Windows.Forms.Button(); this._btnAdd = new System.Windows.Forms.Button(); this._nudRegisterAddress = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this._cmbRegisterDevice = new System.Windows.Forms.ComboBox(); this._cmbSize = new System.Windows.Forms.ComboBox(); this._cmbRelayDevice = new System.Windows.Forms.ComboBox(); this._nudRelayAddress = new System.Windows.Forms.NumericUpDown(); this._rbnRelay = new System.Windows.Forms.RadioButton(); this._rbtRegister = new System.Windows.Forms.RadioButton(); this._gbxGetAndPut = new System.Windows.Forms.GroupBox(); this._btnPut = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this._nudCom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._nudConnectTimeout)).BeginInit(); this._gbxConnection.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._nudData)).BeginInit(); this._gbxSetting.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this._nudRegisterAddress)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this._nudRelayAddress)).BeginInit(); this._gbxGetAndPut.SuspendLayout(); this.SuspendLayout(); // // _nudCom // this._nudCom.Location = new System.Drawing.Point(62, 24); this._nudCom.Maximum = new decimal(new int[] { 256, 0, 0, 0}); this._nudCom.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this._nudCom.Name = "_nudCom"; this._nudCom.Size = new System.Drawing.Size(81, 19); this._nudCom.TabIndex = 4; this._nudCom.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 12); this.label2.TabIndex = 5; this.label2.Text = "Timeout"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(149, 69); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(20, 12); this.label3.TabIndex = 6; this.label3.Text = "ms"; // // _nudConnectTimeout // this._nudConnectTimeout.Location = new System.Drawing.Point(62, 67); this._nudConnectTimeout.Maximum = new decimal(new int[] { -1, 0, 0, 0}); this._nudConnectTimeout.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this._nudConnectTimeout.Name = "_nudConnectTimeout"; this._nudConnectTimeout.Size = new System.Drawing.Size(81, 19); this._nudConnectTimeout.TabIndex = 5; this._nudConnectTimeout.Value = new decimal(new int[] { 500, 0, 0, 0}); // // _btnConnect // this._btnConnect.Location = new System.Drawing.Point(222, 22); this._btnConnect.Name = "_btnConnect"; this._btnConnect.Size = new System.Drawing.Size(75, 23); this._btnConnect.TabIndex = 6; this._btnConnect.Text = "Connect"; this._btnConnect.UseVisualStyleBackColor = true; this._btnConnect.Click += new System.EventHandler(this._btnConnect_Click); // // _btnDisconnect // this._btnDisconnect.Location = new System.Drawing.Point(222, 63); this._btnDisconnect.Name = "_btnDisconnect"; this._btnDisconnect.Size = new System.Drawing.Size(75, 23); this._btnDisconnect.TabIndex = 7; this._btnDisconnect.Text = "Disconnect"; this._btnDisconnect.UseVisualStyleBackColor = true; this._btnDisconnect.Click += new System.EventHandler(this._btnDisconnect_Click); // // _gbxConnection // this._gbxConnection.Controls.Add(this.label1); this._gbxConnection.Controls.Add(this._btnDisconnect); this._gbxConnection.Controls.Add(this._nudCom); this._gbxConnection.Controls.Add(this._btnConnect); this._gbxConnection.Controls.Add(this._nudConnectTimeout); this._gbxConnection.Controls.Add(this.label3); this._gbxConnection.Controls.Add(this.label2); this._gbxConnection.Location = new System.Drawing.Point(20, 12); this._gbxConnection.Name = "_gbxConnection"; this._gbxConnection.Size = new System.Drawing.Size(317, 101); this._gbxConnection.TabIndex = 10; this._gbxConnection.TabStop = false; this._gbxConnection.Text = "Connection"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(30, 12); this.label1.TabIndex = 8; this.label1.Text = "COM"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(18, 23); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 6; this.label6.Text = "Data"; // // _nudData // this._nudData.Hexadecimal = true; this._nudData.Location = new System.Drawing.Point(80, 20); this._nudData.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this._nudData.Name = "_nudData"; this._nudData.Size = new System.Drawing.Size(116, 19); this._nudData.TabIndex = 0; this._nudData.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // _btnGet // this._btnGet.Location = new System.Drawing.Point(74, 55); this._btnGet.Name = "_btnGet"; this._btnGet.Size = new System.Drawing.Size(75, 23); this._btnGet.TabIndex = 1; this._btnGet.Text = "Get"; this._btnGet.UseVisualStyleBackColor = true; this._btnGet.Click += new System.EventHandler(this._btnGet_Click); // // _gbxSetting // this._gbxSetting.Controls.Add(this._btnDelete); this._gbxSetting.Controls.Add(this._btnAdd); this._gbxSetting.Controls.Add(this._nudRegisterAddress); this._gbxSetting.Controls.Add(this.label7); this._gbxSetting.Controls.Add(this.label5); this._gbxSetting.Controls.Add(this.label4); this._gbxSetting.Controls.Add(this._cmbRegisterDevice); this._gbxSetting.Controls.Add(this._cmbSize); this._gbxSetting.Controls.Add(this._cmbRelayDevice); this._gbxSetting.Controls.Add(this._nudRelayAddress); this._gbxSetting.Controls.Add(this._rbnRelay); this._gbxSetting.Controls.Add(this._rbtRegister); this._gbxSetting.Location = new System.Drawing.Point(21, 119); this._gbxSetting.Name = "_gbxSetting"; this._gbxSetting.Size = new System.Drawing.Size(316, 154); this._gbxSetting.TabIndex = 15; this._gbxSetting.TabStop = false; this._gbxSetting.Text = "Setting"; // // _btnDelete // this._btnDelete.Location = new System.Drawing.Point(176, 125); this._btnDelete.Name = "_btnDelete"; this._btnDelete.Size = new System.Drawing.Size(75, 23); this._btnDelete.TabIndex = 8; this._btnDelete.Text = "Delete"; this._btnDelete.UseVisualStyleBackColor = true; this._btnDelete.Click += new System.EventHandler(this._btnReset_Click); // // _btnAdd // this._btnAdd.Location = new System.Drawing.Point(74, 125); this._btnAdd.Name = "_btnAdd"; this._btnAdd.Size = new System.Drawing.Size(75, 23); this._btnAdd.TabIndex = 7; this._btnAdd.Text = "Add"; this._btnAdd.UseVisualStyleBackColor = true; this._btnAdd.Click += new System.EventHandler(this._btnSet_Click); // // _nudRegisterAddress // this._nudRegisterAddress.Hexadecimal = true; this._nudRegisterAddress.Location = new System.Drawing.Point(144, 85); this._nudRegisterAddress.Maximum = new decimal(new int[] { 4095, 0, 0, 0}); this._nudRegisterAddress.Name = "_nudRegisterAddress"; this._nudRegisterAddress.Size = new System.Drawing.Size(56, 19); this._nudRegisterAddress.TabIndex = 6; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(243, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(26, 12); this.label7.TabIndex = 8; this.label7.Text = "Size"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(149, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 12); this.label5.TabIndex = 8; this.label5.Text = "Address"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(83, 24); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 12); this.label4.TabIndex = 8; this.label4.Text = "Device"; // // _cmbRegisterDevice // this._cmbRegisterDevice.FormattingEnabled = true; this._cmbRegisterDevice.Items.AddRange(new object[] { "D", "P", "V"}); this._cmbRegisterDevice.Location = new System.Drawing.Point(80, 84); this._cmbRegisterDevice.Name = "_cmbRegisterDevice"; this._cmbRegisterDevice.Size = new System.Drawing.Size(43, 20); this._cmbRegisterDevice.TabIndex = 5; // // _cmbSize // this._cmbSize.FormattingEnabled = true; this._cmbSize.Items.AddRange(new object[] { "1 Bit", "2 Byte", "1 Byte(H)", "1 Byte(L)"}); this._cmbSize.Location = new System.Drawing.Point(221, 49); this._cmbSize.Name = "_cmbSize"; this._cmbSize.Size = new System.Drawing.Size(75, 20); this._cmbSize.TabIndex = 4; // // _cmbRelayDevice // this._cmbRelayDevice.FormattingEnabled = true; this._cmbRelayDevice.Items.AddRange(new object[] { "X", "Y", "Z", "R", "E", "L", "T", "C", "A"}); this._cmbRelayDevice.Location = new System.Drawing.Point(80, 49); this._cmbRelayDevice.Name = "_cmbRelayDevice"; this._cmbRelayDevice.Size = new System.Drawing.Size(43, 20); this._cmbRelayDevice.TabIndex = 2; // // _nudRelayAddress // this._nudRelayAddress.Hexadecimal = true; this._nudRelayAddress.Location = new System.Drawing.Point(144, 50); this._nudRelayAddress.Maximum = new decimal(new int[] { 4095, 0, 0, 0}); this._nudRelayAddress.Name = "_nudRelayAddress"; this._nudRelayAddress.Size = new System.Drawing.Size(56, 19); this._nudRelayAddress.TabIndex = 3; // // _rbnRelay // this._rbnRelay.AutoSize = true; this._rbnRelay.Location = new System.Drawing.Point(15, 51); this._rbnRelay.Name = "_rbnRelay"; this._rbnRelay.Size = new System.Drawing.Size(52, 16); this._rbnRelay.TabIndex = 0; this._rbnRelay.TabStop = true; this._rbnRelay.Text = "Relay"; this._rbnRelay.UseVisualStyleBackColor = true; this._rbnRelay.CheckedChanged += new System.EventHandler(this._rbnRelay_CheckedChanged); // // _rbtRegister // this._rbtRegister.AutoSize = true; this._rbtRegister.Location = new System.Drawing.Point(15, 86); this._rbtRegister.Name = "_rbtRegister"; this._rbtRegister.Size = new System.Drawing.Size(66, 16); this._rbtRegister.TabIndex = 1; this._rbtRegister.TabStop = true; this._rbtRegister.Text = "Register"; this._rbtRegister.UseVisualStyleBackColor = true; this._rbtRegister.CheckedChanged += new System.EventHandler(this._rbtRegister_CheckedChanged); // // _gbxGetAndPut // this._gbxGetAndPut.Controls.Add(this._nudData); this._gbxGetAndPut.Controls.Add(this.label6); this._gbxGetAndPut.Controls.Add(this._btnPut); this._gbxGetAndPut.Controls.Add(this._btnGet); this._gbxGetAndPut.Location = new System.Drawing.Point(21, 279); this._gbxGetAndPut.Name = "_gbxGetAndPut"; this._gbxGetAndPut.Size = new System.Drawing.Size(316, 96); this._gbxGetAndPut.TabIndex = 16; this._gbxGetAndPut.TabStop = false; this._gbxGetAndPut.Text = "Get/Put"; // // _btnPut // this._btnPut.Location = new System.Drawing.Point(176, 55); this._btnPut.Name = "_btnPut"; this._btnPut.Size = new System.Drawing.Size(75, 23); this._btnPut.TabIndex = 2; this._btnPut.Text = "Put"; this._btnPut.UseVisualStyleBackColor = true; this._btnPut.Click += new System.EventHandler(this._btnPut_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(351, 387); this.Controls.Add(this._gbxGetAndPut); this.Controls.Add(this._gbxSetting); this.Controls.Add(this._gbxConnection); this.Name = "Form1"; this.Text = "TCminiSample"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); ((System.ComponentModel.ISupportInitialize)(this._nudCom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._nudConnectTimeout)).EndInit(); this._gbxConnection.ResumeLayout(false); this._gbxConnection.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._nudData)).EndInit(); this._gbxSetting.ResumeLayout(false); this._gbxSetting.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this._nudRegisterAddress)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this._nudRelayAddress)).EndInit(); this._gbxGetAndPut.ResumeLayout(false); this._gbxGetAndPut.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NumericUpDown _nudCom; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown _nudConnectTimeout; private System.Windows.Forms.Button _btnConnect; private System.Windows.Forms.Button _btnDisconnect; private System.Windows.Forms.GroupBox _gbxConnection; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown _nudData; private System.Windows.Forms.Button _btnGet; private System.Windows.Forms.GroupBox _gbxSetting; private System.Windows.Forms.GroupBox _gbxGetAndPut; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button _btnAdd; private System.Windows.Forms.NumericUpDown _nudRegisterAddress; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox _cmbRegisterDevice; private System.Windows.Forms.ComboBox _cmbRelayDevice; private System.Windows.Forms.NumericUpDown _nudRelayAddress; private System.Windows.Forms.RadioButton _rbnRelay; private System.Windows.Forms.RadioButton _rbtRegister; private System.Windows.Forms.Button _btnPut; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox _cmbSize; private System.Windows.Forms.Button _btnDelete; } }