namespace FDProvSample
{
partial class Sample
{
///
/// 必要なデザイナー変数です。
///
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonDisconnect = new System.Windows.Forms.Button();
this.buttonConnect = new System.Windows.Forms.Button();
this.numericUpDownReadPort = new System.Windows.Forms.NumericUpDown();
this.numericUpDownPort = new System.Windows.Forms.NumericUpDown();
this.numericUpDownTimeout = new System.Windows.Forms.NumericUpDown();
this.comboBoxFormat = new System.Windows.Forms.ComboBox();
this.comboBoxTrigger = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBoxIP = new System.Windows.Forms.TextBox();
this.buttonOneShot = new System.Windows.Forms.Button();
this.groupBoxOneShot = new System.Windows.Forms.GroupBox();
this.label12 = 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.textBoxSymbol = new System.Windows.Forms.TextBox();
this.textBoxReadStable = new System.Windows.Forms.TextBox();
this.textBoxScannerID = new System.Windows.Forms.TextBox();
this.textBoxReadData = new System.Windows.Forms.TextBox();
this.textBoxReadData_Mes = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.groupBoxOnMessage = new System.Windows.Forms.GroupBox();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.textBoxSymbol_Mes = new System.Windows.Forms.TextBox();
this.textBoxReadStable_Mes = new System.Windows.Forms.TextBox();
this.textBoxScannerID_Mes = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownReadPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPort)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeout)).BeginInit();
this.groupBoxOneShot.SuspendLayout();
this.groupBoxOnMessage.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.numericUpDownReadPort);
this.groupBox1.Controls.Add(this.numericUpDownPort);
this.groupBox1.Controls.Add(this.numericUpDownTimeout);
this.groupBox1.Controls.Add(this.comboBoxFormat);
this.groupBox1.Controls.Add(this.comboBoxTrigger);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.textBoxIP);
this.groupBox1.Location = new System.Drawing.Point(13, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(542, 71);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "AddController";
//
// buttonDisconnect
//
this.buttonDisconnect.Location = new System.Drawing.Point(572, 55);
this.buttonDisconnect.Name = "buttonDisconnect";
this.buttonDisconnect.Size = new System.Drawing.Size(120, 25);
this.buttonDisconnect.TabIndex = 5;
this.buttonDisconnect.Text = "Disconnect";
this.buttonDisconnect.UseVisualStyleBackColor = true;
this.buttonDisconnect.Click += new System.EventHandler(this.button1_Click);
//
// buttonConnect
//
this.buttonConnect.Location = new System.Drawing.Point(572, 27);
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Size = new System.Drawing.Size(120, 25);
this.buttonConnect.TabIndex = 5;
this.buttonConnect.Text = "Connect";
this.buttonConnect.UseVisualStyleBackColor = true;
this.buttonConnect.Click += new System.EventHandler(this.buttonAddCtrl_Click);
//
// numericUpDownReadPort
//
this.numericUpDownReadPort.Location = new System.Drawing.Point(234, 18);
this.numericUpDownReadPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownReadPort.Name = "numericUpDownReadPort";
this.numericUpDownReadPort.Size = new System.Drawing.Size(121, 19);
this.numericUpDownReadPort.TabIndex = 4;
this.numericUpDownReadPort.Value = new decimal(new int[] {
50010,
0,
0,
0});
//
// numericUpDownPort
//
this.numericUpDownPort.Location = new System.Drawing.Point(43, 42);
this.numericUpDownPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownPort.Name = "numericUpDownPort";
this.numericUpDownPort.Size = new System.Drawing.Size(100, 19);
this.numericUpDownPort.TabIndex = 4;
this.numericUpDownPort.Value = new decimal(new int[] {
50001,
0,
0,
0});
//
// numericUpDownTimeout
//
this.numericUpDownTimeout.Location = new System.Drawing.Point(413, 18);
this.numericUpDownTimeout.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDownTimeout.Name = "numericUpDownTimeout";
this.numericUpDownTimeout.Size = new System.Drawing.Size(120, 19);
this.numericUpDownTimeout.TabIndex = 3;
this.numericUpDownTimeout.Value = new decimal(new int[] {
500,
0,
0,
0});
//
// comboBoxFormat
//
this.comboBoxFormat.FormattingEnabled = true;
this.comboBoxFormat.Items.AddRange(new object[] {
"No symbol quality",
"Symbol quality English",
"Symbol quality Numeric"});
this.comboBoxFormat.Location = new System.Drawing.Point(413, 41);
this.comboBoxFormat.Name = "comboBoxFormat";
this.comboBoxFormat.Size = new System.Drawing.Size(121, 20);
this.comboBoxFormat.TabIndex = 2;
//
// comboBoxTrigger
//
this.comboBoxTrigger.FormattingEnabled = true;
this.comboBoxTrigger.Items.AddRange(new object[] {
"Event",
"Command"});
this.comboBoxTrigger.Location = new System.Drawing.Point(234, 41);
this.comboBoxTrigger.Name = "comboBoxTrigger";
this.comboBoxTrigger.Size = new System.Drawing.Size(121, 20);
this.comboBoxTrigger.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(172, 44);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 1;
this.label5.Text = "Trigger";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(361, 42);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 1;
this.label7.Text = "Format";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(361, 18);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(46, 12);
this.label6.TabIndex = 1;
this.label6.Text = "Timeout";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(172, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 12);
this.label4.TabIndex = 1;
this.label4.Text = "Read Port";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(172, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 12);
this.label3.TabIndex = 1;
this.label3.Text = "Read Port";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Port";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(15, 12);
this.label1.TabIndex = 1;
this.label1.Text = "IP";
//
// textBoxIP
//
this.textBoxIP.Location = new System.Drawing.Point(43, 18);
this.textBoxIP.Name = "textBoxIP";
this.textBoxIP.Size = new System.Drawing.Size(100, 19);
this.textBoxIP.TabIndex = 0;
this.textBoxIP.Text = "192.168.0.10";
//
// buttonOneShot
//
this.buttonOneShot.Location = new System.Drawing.Point(6, 18);
this.buttonOneShot.Name = "buttonOneShot";
this.buttonOneShot.Size = new System.Drawing.Size(75, 23);
this.buttonOneShot.TabIndex = 1;
this.buttonOneShot.Text = "OneShot";
this.buttonOneShot.UseVisualStyleBackColor = true;
this.buttonOneShot.Click += new System.EventHandler(this.buttonOneShot_Click);
//
// groupBoxOneShot
//
this.groupBoxOneShot.Controls.Add(this.label12);
this.groupBoxOneShot.Controls.Add(this.label10);
this.groupBoxOneShot.Controls.Add(this.label9);
this.groupBoxOneShot.Controls.Add(this.label8);
this.groupBoxOneShot.Controls.Add(this.textBoxSymbol);
this.groupBoxOneShot.Controls.Add(this.textBoxReadStable);
this.groupBoxOneShot.Controls.Add(this.textBoxScannerID);
this.groupBoxOneShot.Controls.Add(this.textBoxReadData);
this.groupBoxOneShot.Controls.Add(this.buttonOneShot);
this.groupBoxOneShot.Location = new System.Drawing.Point(13, 90);
this.groupBoxOneShot.Name = "groupBoxOneShot";
this.groupBoxOneShot.Size = new System.Drawing.Size(685, 121);
this.groupBoxOneShot.TabIndex = 2;
this.groupBoxOneShot.TabStop = false;
this.groupBoxOneShot.Text = "OneShot";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(87, 96);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(84, 12);
this.label12.TabIndex = 3;
this.label12.Text = "Symbol Quality:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(87, 71);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 12);
this.label10.TabIndex = 3;
this.label10.Text = "Read Stable:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(87, 46);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(63, 12);
this.label9.TabIndex = 3;
this.label9.Text = "Scanner ID:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(87, 23);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(61, 12);
this.label8.TabIndex = 3;
this.label8.Text = "Read Data:";
//
// textBoxSymbol
//
this.textBoxSymbol.Location = new System.Drawing.Point(174, 93);
this.textBoxSymbol.Name = "textBoxSymbol";
this.textBoxSymbol.Size = new System.Drawing.Size(505, 19);
this.textBoxSymbol.TabIndex = 2;
//
// textBoxReadStable
//
this.textBoxReadStable.Location = new System.Drawing.Point(174, 68);
this.textBoxReadStable.Name = "textBoxReadStable";
this.textBoxReadStable.Size = new System.Drawing.Size(505, 19);
this.textBoxReadStable.TabIndex = 2;
//
// textBoxScannerID
//
this.textBoxScannerID.Location = new System.Drawing.Point(174, 43);
this.textBoxScannerID.Name = "textBoxScannerID";
this.textBoxScannerID.Size = new System.Drawing.Size(505, 19);
this.textBoxScannerID.TabIndex = 2;
//
// textBoxReadData
//
this.textBoxReadData.Location = new System.Drawing.Point(174, 18);
this.textBoxReadData.Name = "textBoxReadData";
this.textBoxReadData.Size = new System.Drawing.Size(505, 19);
this.textBoxReadData.TabIndex = 2;
//
// textBoxReadData_Mes
//
this.textBoxReadData_Mes.Location = new System.Drawing.Point(174, 18);
this.textBoxReadData_Mes.Name = "textBoxReadData_Mes";
this.textBoxReadData_Mes.Size = new System.Drawing.Size(505, 19);
this.textBoxReadData_Mes.TabIndex = 2;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(87, 23);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(61, 12);
this.label11.TabIndex = 3;
this.label11.Text = "Read Data:";
//
// groupBoxOnMessage
//
this.groupBoxOnMessage.Controls.Add(this.label13);
this.groupBoxOnMessage.Controls.Add(this.label14);
this.groupBoxOnMessage.Controls.Add(this.label15);
this.groupBoxOnMessage.Controls.Add(this.textBoxSymbol_Mes);
this.groupBoxOnMessage.Controls.Add(this.textBoxReadStable_Mes);
this.groupBoxOnMessage.Controls.Add(this.textBoxScannerID_Mes);
this.groupBoxOnMessage.Controls.Add(this.label11);
this.groupBoxOnMessage.Controls.Add(this.textBoxReadData_Mes);
this.groupBoxOnMessage.Location = new System.Drawing.Point(13, 217);
this.groupBoxOnMessage.Name = "groupBoxOnMessage";
this.groupBoxOnMessage.Size = new System.Drawing.Size(685, 125);
this.groupBoxOnMessage.TabIndex = 2;
this.groupBoxOnMessage.TabStop = false;
this.groupBoxOnMessage.Text = "OnMessage";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(87, 98);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(84, 12);
this.label13.TabIndex = 7;
this.label13.Text = "Symbol Quality:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(87, 73);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(69, 12);
this.label14.TabIndex = 8;
this.label14.Text = "Read Stable:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(87, 48);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(63, 12);
this.label15.TabIndex = 9;
this.label15.Text = "Scanner ID:";
//
// textBoxSymbol_Mes
//
this.textBoxSymbol_Mes.Location = new System.Drawing.Point(174, 95);
this.textBoxSymbol_Mes.Name = "textBoxSymbol_Mes";
this.textBoxSymbol_Mes.Size = new System.Drawing.Size(505, 19);
this.textBoxSymbol_Mes.TabIndex = 5;
//
// textBoxReadStable_Mes
//
this.textBoxReadStable_Mes.Location = new System.Drawing.Point(174, 70);
this.textBoxReadStable_Mes.Name = "textBoxReadStable_Mes";
this.textBoxReadStable_Mes.Size = new System.Drawing.Size(505, 19);
this.textBoxReadStable_Mes.TabIndex = 4;
//
// textBoxScannerID_Mes
//
this.textBoxScannerID_Mes.Location = new System.Drawing.Point(174, 45);
this.textBoxScannerID_Mes.Name = "textBoxScannerID_Mes";
this.textBoxScannerID_Mes.Size = new System.Drawing.Size(505, 19);
this.textBoxScannerID_Mes.TabIndex = 6;
//
// Sample
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(710, 346);
this.Controls.Add(this.buttonDisconnect);
this.Controls.Add(this.groupBoxOnMessage);
this.Controls.Add(this.buttonConnect);
this.Controls.Add(this.groupBoxOneShot);
this.Controls.Add(this.groupBox1);
this.Name = "Sample";
this.Text = "Sample";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownReadPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownPort)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownTimeout)).EndInit();
this.groupBoxOneShot.ResumeLayout(false);
this.groupBoxOneShot.PerformLayout();
this.groupBoxOnMessage.ResumeLayout(false);
this.groupBoxOnMessage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.NumericUpDown numericUpDownReadPort;
private System.Windows.Forms.NumericUpDown numericUpDownPort;
private System.Windows.Forms.NumericUpDown numericUpDownTimeout;
private System.Windows.Forms.ComboBox comboBoxFormat;
private System.Windows.Forms.ComboBox comboBoxTrigger;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxIP;
private System.Windows.Forms.Button buttonOneShot;
private System.Windows.Forms.GroupBox groupBoxOneShot;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBoxReadData;
private System.Windows.Forms.Button buttonConnect;
private System.Windows.Forms.TextBox textBoxReadData_Mes;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.GroupBox groupBoxOnMessage;
private System.Windows.Forms.Button buttonDisconnect;
private System.Windows.Forms.TextBox textBoxReadStable;
private System.Windows.Forms.TextBox textBoxScannerID;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBoxSymbol;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBoxSymbol_Mes;
private System.Windows.Forms.TextBox textBoxReadStable_Mes;
private System.Windows.Forms.TextBox textBoxScannerID_Mes;
}
}