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._rdbIp = new System.Windows.Forms.RadioButton();
this._rdbCom = new System.Windows.Forms.RadioButton();
this._txbIp = new System.Windows.Forms.TextBox();
this._nudCom = new System.Windows.Forms.NumericUpDown();
this._nudPort = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
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.label4 = new System.Windows.Forms.Label();
this._txbReady = new System.Windows.Forms.TextBox();
this._btnGetReady = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this._gbxConnection = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this._nudMarkingTimeout = new System.Windows.Forms.NumericUpDown();
this._btnMarkingStart = new System.Windows.Forms.Button();
this._nudProgramNo = new System.Windows.Forms.NumericUpDown();
this._btnGetProgramNo = new System.Windows.Forms.Button();
this._btnSetProgramNo = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this._gbxStatus = new System.Windows.Forms.GroupBox();
this._gbxStartMarking = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this._nudCom)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._nudPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._nudConnectTimeout)).BeginInit();
this._gbxConnection.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this._nudMarkingTimeout)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this._nudProgramNo)).BeginInit();
this._gbxStatus.SuspendLayout();
this._gbxStartMarking.SuspendLayout();
this.SuspendLayout();
//
// _rdbIp
//
this._rdbIp.AutoSize = true;
this._rdbIp.Location = new System.Drawing.Point(10, 19);
this._rdbIp.Name = "_rdbIp";
this._rdbIp.Size = new System.Drawing.Size(33, 16);
this._rdbIp.TabIndex = 0;
this._rdbIp.TabStop = true;
this._rdbIp.Text = "IP";
this._rdbIp.UseVisualStyleBackColor = true;
//
// _rdbCom
//
this._rdbCom.AutoSize = true;
this._rdbCom.Location = new System.Drawing.Point(10, 54);
this._rdbCom.Name = "_rdbCom";
this._rdbCom.Size = new System.Drawing.Size(48, 16);
this._rdbCom.TabIndex = 1;
this._rdbCom.TabStop = true;
this._rdbCom.Text = "COM";
this._rdbCom.UseVisualStyleBackColor = true;
//
// _txbIp
//
this._txbIp.Location = new System.Drawing.Point(67, 18);
this._txbIp.Name = "_txbIp";
this._txbIp.Size = new System.Drawing.Size(81, 19);
this._txbIp.TabIndex = 2;
this._txbIp.Text = "192.168.0.20";
//
// _nudCom
//
this._nudCom.Location = new System.Drawing.Point(64, 53);
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});
//
// _nudPort
//
this._nudPort.Location = new System.Drawing.Point(224, 18);
this._nudPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this._nudPort.Name = "_nudPort";
this._nudPort.Size = new System.Drawing.Size(81, 19);
this._nudPort.TabIndex = 3;
this._nudPort.Value = new decimal(new int[] {
50002,
0,
0,
0});
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(193, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(26, 12);
this.label1.TabIndex = 5;
this.label1.Text = "Port";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 96);
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(151, 95);
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(64, 93);
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[] {
3000,
0,
0,
0});
//
// _btnConnect
//
this._btnConnect.Location = new System.Drawing.Point(224, 54);
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(224, 89);
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);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 12);
this.label4.TabIndex = 6;
this.label4.Text = "Ready";
//
// _txbReady
//
this._txbReady.Location = new System.Drawing.Point(52, 22);
this._txbReady.Name = "_txbReady";
this._txbReady.ReadOnly = true;
this._txbReady.Size = new System.Drawing.Size(81, 19);
this._txbReady.TabIndex = 5;
this._txbReady.TabStop = false;
//
// _btnGetReady
//
this._btnGetReady.Location = new System.Drawing.Point(36, 56);
this._btnGetReady.Name = "_btnGetReady";
this._btnGetReady.Size = new System.Drawing.Size(75, 23);
this._btnGetReady.TabIndex = 0;
this._btnGetReady.Text = "Get";
this._btnGetReady.UseVisualStyleBackColor = true;
this._btnGetReady.Click += new System.EventHandler(this._btnGetReady_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(151, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(172, 60);
this.label5.TabIndex = 6;
this.label5.Text = "0 … Print-ready status\r\n\r\n1 … Error occurring\r\n\r\n2 … Printing or sending program";
//
// _gbxConnection
//
this._gbxConnection.Controls.Add(this._txbIp);
this._gbxConnection.Controls.Add(this._rdbIp);
this._gbxConnection.Controls.Add(this._rdbCom);
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._nudPort);
this._gbxConnection.Controls.Add(this.label1);
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(337, 131);
this._gbxConnection.TabIndex = 10;
this._gbxConnection.TabStop = false;
this._gbxConnection.Text = "Connection";
//
// 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(46, 12);
this.label6.TabIndex = 6;
this.label6.Text = "Timeout";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(164, 23);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(20, 12);
this.label7.TabIndex = 6;
this.label7.Text = "ms";
//
// _nudMarkingTimeout
//
this._nudMarkingTimeout.Location = new System.Drawing.Point(80, 20);
this._nudMarkingTimeout.Maximum = new decimal(new int[] {
-1,
0,
0,
0});
this._nudMarkingTimeout.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this._nudMarkingTimeout.Name = "_nudMarkingTimeout";
this._nudMarkingTimeout.Size = new System.Drawing.Size(81, 19);
this._nudMarkingTimeout.TabIndex = 0;
this._nudMarkingTimeout.Value = new decimal(new int[] {
3000,
0,
0,
0});
//
// _btnMarkingStart
//
this._btnMarkingStart.Location = new System.Drawing.Point(208, 18);
this._btnMarkingStart.Name = "_btnMarkingStart";
this._btnMarkingStart.Size = new System.Drawing.Size(75, 23);
this._btnMarkingStart.TabIndex = 1;
this._btnMarkingStart.Text = "Start";
this._btnMarkingStart.UseVisualStyleBackColor = true;
this._btnMarkingStart.Click += new System.EventHandler(this._btnMarkingStart_Click);
//
// _nudProgramNo
//
this._nudProgramNo.Location = new System.Drawing.Point(80, 111);
this._nudProgramNo.Maximum = new decimal(new int[] {
1999,
0,
0,
0});
this._nudProgramNo.Name = "_nudProgramNo";
this._nudProgramNo.Size = new System.Drawing.Size(81, 19);
this._nudProgramNo.TabIndex = 1;
//
// _btnGetProgramNo
//
this._btnGetProgramNo.Location = new System.Drawing.Point(167, 109);
this._btnGetProgramNo.Name = "_btnGetProgramNo";
this._btnGetProgramNo.Size = new System.Drawing.Size(75, 23);
this._btnGetProgramNo.TabIndex = 2;
this._btnGetProgramNo.Text = "Get";
this._btnGetProgramNo.UseVisualStyleBackColor = true;
this._btnGetProgramNo.Click += new System.EventHandler(this._btnGetProgramNo_Click);
//
// _btnSetProgramNo
//
this._btnSetProgramNo.Location = new System.Drawing.Point(248, 109);
this._btnSetProgramNo.Name = "_btnSetProgramNo";
this._btnSetProgramNo.Size = new System.Drawing.Size(75, 23);
this._btnSetProgramNo.TabIndex = 3;
this._btnSetProgramNo.Text = "Set";
this._btnSetProgramNo.UseVisualStyleBackColor = true;
this._btnSetProgramNo.Click += new System.EventHandler(this._btnSetProgramNo_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 114);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(61, 12);
this.label8.TabIndex = 14;
this.label8.Text = "ProgramNo";
//
// _gbxStatus
//
this._gbxStatus.Controls.Add(this._nudProgramNo);
this._gbxStatus.Controls.Add(this.label8);
this._gbxStatus.Controls.Add(this.label4);
this._gbxStatus.Controls.Add(this._btnSetProgramNo);
this._gbxStatus.Controls.Add(this.label5);
this._gbxStatus.Controls.Add(this._btnGetProgramNo);
this._gbxStatus.Controls.Add(this._txbReady);
this._gbxStatus.Controls.Add(this._btnGetReady);
this._gbxStatus.Location = new System.Drawing.Point(21, 159);
this._gbxStatus.Name = "_gbxStatus";
this._gbxStatus.Size = new System.Drawing.Size(337, 154);
this._gbxStatus.TabIndex = 15;
this._gbxStatus.TabStop = false;
this._gbxStatus.Text = "Status&&Setting";
//
// _gbxStartMarking
//
this._gbxStartMarking.Controls.Add(this._nudMarkingTimeout);
this._gbxStartMarking.Controls.Add(this.label6);
this._gbxStartMarking.Controls.Add(this.label7);
this._gbxStartMarking.Controls.Add(this._btnMarkingStart);
this._gbxStartMarking.Location = new System.Drawing.Point(21, 333);
this._gbxStartMarking.Name = "_gbxStartMarking";
this._gbxStartMarking.Size = new System.Drawing.Size(336, 52);
this._gbxStartMarking.TabIndex = 16;
this._gbxStartMarking.TabStop = false;
this._gbxStartMarking.Text = "StartMarking";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(379, 406);
this.Controls.Add(this._gbxStartMarking);
this.Controls.Add(this._gbxStatus);
this.Controls.Add(this._gbxConnection);
this.Name = "Form1";
this.Text = "LaserMarkerSample";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
((System.ComponentModel.ISupportInitialize)(this._nudCom)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._nudPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._nudConnectTimeout)).EndInit();
this._gbxConnection.ResumeLayout(false);
this._gbxConnection.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this._nudMarkingTimeout)).EndInit();
((System.ComponentModel.ISupportInitialize)(this._nudProgramNo)).EndInit();
this._gbxStatus.ResumeLayout(false);
this._gbxStatus.PerformLayout();
this._gbxStartMarking.ResumeLayout(false);
this._gbxStartMarking.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RadioButton _rdbIp;
private System.Windows.Forms.RadioButton _rdbCom;
private System.Windows.Forms.TextBox _txbIp;
private System.Windows.Forms.NumericUpDown _nudCom;
private System.Windows.Forms.NumericUpDown _nudPort;
private System.Windows.Forms.Label label1;
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.Label label4;
private System.Windows.Forms.TextBox _txbReady;
private System.Windows.Forms.Button _btnGetReady;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox _gbxConnection;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown _nudMarkingTimeout;
private System.Windows.Forms.Button _btnMarkingStart;
private System.Windows.Forms.NumericUpDown _nudProgramNo;
private System.Windows.Forms.Button _btnGetProgramNo;
private System.Windows.Forms.Button _btnSetProgramNo;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox _gbxStatus;
private System.Windows.Forms.GroupBox _gbxStartMarking;
}
}