782 lines
34 KiB
C#
782 lines
34 KiB
C#
|
|
namespace WindowsFormsCore
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnGenMotNr = new System.Windows.Forms.Button();
|
|
this.btnGenerate = new System.Windows.Forms.Button();
|
|
this.txtNr1 = new System.Windows.Forms.TextBox();
|
|
this.txtNr2 = new System.Windows.Forms.TextBox();
|
|
this.txtNr3 = new System.Windows.Forms.TextBox();
|
|
this.txtNr4 = new System.Windows.Forms.TextBox();
|
|
this.txtNr5 = new System.Windows.Forms.TextBox();
|
|
this.txtNr6 = new System.Windows.Forms.TextBox();
|
|
this.txtNr7 = new System.Windows.Forms.TextBox();
|
|
this.txtNr27 = new System.Windows.Forms.TextBox();
|
|
this.txtNr26 = new System.Windows.Forms.TextBox();
|
|
this.txtNr25 = new System.Windows.Forms.TextBox();
|
|
this.txtNr24 = new System.Windows.Forms.TextBox();
|
|
this.txtNr23 = new System.Windows.Forms.TextBox();
|
|
this.txtNr22 = new System.Windows.Forms.TextBox();
|
|
this.txtNr21 = new System.Windows.Forms.TextBox();
|
|
this.btnTest = new System.Windows.Forms.Button();
|
|
this.txtTestIn = new System.Windows.Forms.TextBox();
|
|
this.txtTestOut = new System.Windows.Forms.TextBox();
|
|
this.lblIndicator = new System.Windows.Forms.Label();
|
|
this.gpbInmata = new System.Windows.Forms.GroupBox();
|
|
this.chk35 = new System.Windows.Forms.CheckBox();
|
|
this.chk34 = new System.Windows.Forms.CheckBox();
|
|
this.chk33 = new System.Windows.Forms.CheckBox();
|
|
this.chk32 = new System.Windows.Forms.CheckBox();
|
|
this.chk31 = new System.Windows.Forms.CheckBox();
|
|
this.chk30 = new System.Windows.Forms.CheckBox();
|
|
this.chk29 = new System.Windows.Forms.CheckBox();
|
|
this.chk28 = new System.Windows.Forms.CheckBox();
|
|
this.chk27 = new System.Windows.Forms.CheckBox();
|
|
this.chk26 = new System.Windows.Forms.CheckBox();
|
|
this.chk25 = new System.Windows.Forms.CheckBox();
|
|
this.chk24 = new System.Windows.Forms.CheckBox();
|
|
this.chk23 = new System.Windows.Forms.CheckBox();
|
|
this.chk22 = new System.Windows.Forms.CheckBox();
|
|
this.chk21 = new System.Windows.Forms.CheckBox();
|
|
this.chk20 = new System.Windows.Forms.CheckBox();
|
|
this.chk19 = new System.Windows.Forms.CheckBox();
|
|
this.chk18 = new System.Windows.Forms.CheckBox();
|
|
this.chk17 = new System.Windows.Forms.CheckBox();
|
|
this.chk16 = new System.Windows.Forms.CheckBox();
|
|
this.chk15 = new System.Windows.Forms.CheckBox();
|
|
this.chk14 = new System.Windows.Forms.CheckBox();
|
|
this.chk13 = new System.Windows.Forms.CheckBox();
|
|
this.chk12 = new System.Windows.Forms.CheckBox();
|
|
this.chk11 = new System.Windows.Forms.CheckBox();
|
|
this.chk10 = new System.Windows.Forms.CheckBox();
|
|
this.chk09 = new System.Windows.Forms.CheckBox();
|
|
this.chk08 = new System.Windows.Forms.CheckBox();
|
|
this.chk07 = new System.Windows.Forms.CheckBox();
|
|
this.chk06 = new System.Windows.Forms.CheckBox();
|
|
this.chk05 = new System.Windows.Forms.CheckBox();
|
|
this.chk04 = new System.Windows.Forms.CheckBox();
|
|
this.chk03 = new System.Windows.Forms.CheckBox();
|
|
this.chk02 = new System.Windows.Forms.CheckBox();
|
|
this.chk01 = new System.Windows.Forms.CheckBox();
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
this.gpbInmata.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnGenMotNr
|
|
//
|
|
this.btnGenMotNr.Location = new System.Drawing.Point(46, 69);
|
|
this.btnGenMotNr.Name = "btnGenMotNr";
|
|
this.btnGenMotNr.Size = new System.Drawing.Size(89, 23);
|
|
this.btnGenMotNr.TabIndex = 0;
|
|
this.btnGenMotNr.Text = "Gen_mot_Nr";
|
|
this.btnGenMotNr.UseVisualStyleBackColor = true;
|
|
this.btnGenMotNr.Click += new System.EventHandler(this.btnGenMotNr_Click);
|
|
//
|
|
// btnGenerate
|
|
//
|
|
this.btnGenerate.Location = new System.Drawing.Point(46, 40);
|
|
this.btnGenerate.Name = "btnGenerate";
|
|
this.btnGenerate.Size = new System.Drawing.Size(89, 23);
|
|
this.btnGenerate.TabIndex = 1;
|
|
this.btnGenerate.Text = "Gen_Number";
|
|
this.btnGenerate.UseVisualStyleBackColor = true;
|
|
this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
|
|
//
|
|
// txtNr1
|
|
//
|
|
this.txtNr1.Location = new System.Drawing.Point(189, 41);
|
|
this.txtNr1.Name = "txtNr1";
|
|
this.txtNr1.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr1.TabIndex = 2;
|
|
//
|
|
// txtNr2
|
|
//
|
|
this.txtNr2.Location = new System.Drawing.Point(234, 41);
|
|
this.txtNr2.Name = "txtNr2";
|
|
this.txtNr2.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr2.TabIndex = 3;
|
|
//
|
|
// txtNr3
|
|
//
|
|
this.txtNr3.Location = new System.Drawing.Point(279, 41);
|
|
this.txtNr3.Name = "txtNr3";
|
|
this.txtNr3.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr3.TabIndex = 4;
|
|
//
|
|
// txtNr4
|
|
//
|
|
this.txtNr4.Location = new System.Drawing.Point(324, 41);
|
|
this.txtNr4.Name = "txtNr4";
|
|
this.txtNr4.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr4.TabIndex = 5;
|
|
//
|
|
// txtNr5
|
|
//
|
|
this.txtNr5.Location = new System.Drawing.Point(369, 40);
|
|
this.txtNr5.Name = "txtNr5";
|
|
this.txtNr5.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr5.TabIndex = 6;
|
|
//
|
|
// txtNr6
|
|
//
|
|
this.txtNr6.Location = new System.Drawing.Point(414, 41);
|
|
this.txtNr6.Name = "txtNr6";
|
|
this.txtNr6.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr6.TabIndex = 7;
|
|
//
|
|
// txtNr7
|
|
//
|
|
this.txtNr7.Location = new System.Drawing.Point(459, 40);
|
|
this.txtNr7.Name = "txtNr7";
|
|
this.txtNr7.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr7.TabIndex = 8;
|
|
//
|
|
// txtNr27
|
|
//
|
|
this.txtNr27.Location = new System.Drawing.Point(459, 69);
|
|
this.txtNr27.Name = "txtNr27";
|
|
this.txtNr27.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr27.TabIndex = 15;
|
|
//
|
|
// txtNr26
|
|
//
|
|
this.txtNr26.Location = new System.Drawing.Point(414, 70);
|
|
this.txtNr26.Name = "txtNr26";
|
|
this.txtNr26.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr26.TabIndex = 14;
|
|
//
|
|
// txtNr25
|
|
//
|
|
this.txtNr25.Location = new System.Drawing.Point(369, 69);
|
|
this.txtNr25.Name = "txtNr25";
|
|
this.txtNr25.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr25.TabIndex = 13;
|
|
//
|
|
// txtNr24
|
|
//
|
|
this.txtNr24.Location = new System.Drawing.Point(324, 70);
|
|
this.txtNr24.Name = "txtNr24";
|
|
this.txtNr24.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr24.TabIndex = 12;
|
|
//
|
|
// txtNr23
|
|
//
|
|
this.txtNr23.Location = new System.Drawing.Point(279, 70);
|
|
this.txtNr23.Name = "txtNr23";
|
|
this.txtNr23.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr23.TabIndex = 11;
|
|
//
|
|
// txtNr22
|
|
//
|
|
this.txtNr22.Location = new System.Drawing.Point(234, 70);
|
|
this.txtNr22.Name = "txtNr22";
|
|
this.txtNr22.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr22.TabIndex = 10;
|
|
//
|
|
// txtNr21
|
|
//
|
|
this.txtNr21.Location = new System.Drawing.Point(189, 70);
|
|
this.txtNr21.Name = "txtNr21";
|
|
this.txtNr21.Size = new System.Drawing.Size(39, 23);
|
|
this.txtNr21.TabIndex = 9;
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(12, 415);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(75, 23);
|
|
this.btnTest.TabIndex = 17;
|
|
this.btnTest.Text = "Test";
|
|
this.btnTest.UseVisualStyleBackColor = true;
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// txtTestIn
|
|
//
|
|
this.txtTestIn.Location = new System.Drawing.Point(13, 386);
|
|
this.txtTestIn.Name = "txtTestIn";
|
|
this.txtTestIn.Size = new System.Drawing.Size(74, 23);
|
|
this.txtTestIn.TabIndex = 18;
|
|
//
|
|
// txtTestOut
|
|
//
|
|
this.txtTestOut.Location = new System.Drawing.Point(94, 415);
|
|
this.txtTestOut.Name = "txtTestOut";
|
|
this.txtTestOut.Size = new System.Drawing.Size(528, 23);
|
|
this.txtTestOut.TabIndex = 19;
|
|
//
|
|
// lblIndicator
|
|
//
|
|
this.lblIndicator.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.lblIndicator.Location = new System.Drawing.Point(504, 69);
|
|
this.lblIndicator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
|
|
this.lblIndicator.Name = "lblIndicator";
|
|
this.lblIndicator.Size = new System.Drawing.Size(39, 23);
|
|
this.lblIndicator.TabIndex = 20;
|
|
this.lblIndicator.Text = " ";
|
|
//
|
|
// gpbInmata
|
|
//
|
|
this.gpbInmata.Controls.Add(this.chk35);
|
|
this.gpbInmata.Controls.Add(this.chk34);
|
|
this.gpbInmata.Controls.Add(this.chk33);
|
|
this.gpbInmata.Controls.Add(this.chk32);
|
|
this.gpbInmata.Controls.Add(this.chk31);
|
|
this.gpbInmata.Controls.Add(this.chk30);
|
|
this.gpbInmata.Controls.Add(this.chk29);
|
|
this.gpbInmata.Controls.Add(this.chk28);
|
|
this.gpbInmata.Controls.Add(this.chk27);
|
|
this.gpbInmata.Controls.Add(this.chk26);
|
|
this.gpbInmata.Controls.Add(this.chk25);
|
|
this.gpbInmata.Controls.Add(this.chk24);
|
|
this.gpbInmata.Controls.Add(this.chk23);
|
|
this.gpbInmata.Controls.Add(this.chk22);
|
|
this.gpbInmata.Controls.Add(this.chk21);
|
|
this.gpbInmata.Controls.Add(this.chk20);
|
|
this.gpbInmata.Controls.Add(this.chk19);
|
|
this.gpbInmata.Controls.Add(this.chk18);
|
|
this.gpbInmata.Controls.Add(this.chk17);
|
|
this.gpbInmata.Controls.Add(this.chk16);
|
|
this.gpbInmata.Controls.Add(this.chk15);
|
|
this.gpbInmata.Controls.Add(this.chk14);
|
|
this.gpbInmata.Controls.Add(this.chk13);
|
|
this.gpbInmata.Controls.Add(this.chk12);
|
|
this.gpbInmata.Controls.Add(this.chk11);
|
|
this.gpbInmata.Controls.Add(this.chk10);
|
|
this.gpbInmata.Controls.Add(this.chk09);
|
|
this.gpbInmata.Controls.Add(this.chk08);
|
|
this.gpbInmata.Controls.Add(this.chk07);
|
|
this.gpbInmata.Controls.Add(this.chk06);
|
|
this.gpbInmata.Controls.Add(this.chk05);
|
|
this.gpbInmata.Controls.Add(this.chk04);
|
|
this.gpbInmata.Controls.Add(this.chk03);
|
|
this.gpbInmata.Controls.Add(this.chk02);
|
|
this.gpbInmata.Controls.Add(this.chk01);
|
|
this.gpbInmata.Location = new System.Drawing.Point(549, 26);
|
|
this.gpbInmata.Name = "gpbInmata";
|
|
this.gpbInmata.Size = new System.Drawing.Size(196, 185);
|
|
this.gpbInmata.TabIndex = 21;
|
|
this.gpbInmata.TabStop = false;
|
|
this.gpbInmata.Text = "Inmatning";
|
|
//
|
|
// chk35
|
|
//
|
|
this.chk35.AutoSize = true;
|
|
this.chk35.Location = new System.Drawing.Point(155, 156);
|
|
this.chk35.Name = "chk35";
|
|
this.chk35.Size = new System.Drawing.Size(38, 19);
|
|
this.chk35.TabIndex = 34;
|
|
this.chk35.Text = "35";
|
|
this.chk35.UseVisualStyleBackColor = true;
|
|
this.chk35.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk34
|
|
//
|
|
this.chk34.AutoSize = true;
|
|
this.chk34.Location = new System.Drawing.Point(117, 155);
|
|
this.chk34.Name = "chk34";
|
|
this.chk34.Size = new System.Drawing.Size(38, 19);
|
|
this.chk34.TabIndex = 33;
|
|
this.chk34.Text = "34";
|
|
this.chk34.UseVisualStyleBackColor = true;
|
|
this.chk34.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk33
|
|
//
|
|
this.chk33.AutoSize = true;
|
|
this.chk33.Location = new System.Drawing.Point(79, 155);
|
|
this.chk33.Name = "chk33";
|
|
this.chk33.Size = new System.Drawing.Size(38, 19);
|
|
this.chk33.TabIndex = 32;
|
|
this.chk33.Text = "33";
|
|
this.chk33.UseVisualStyleBackColor = true;
|
|
this.chk33.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk32
|
|
//
|
|
this.chk32.AutoSize = true;
|
|
this.chk32.Location = new System.Drawing.Point(41, 155);
|
|
this.chk32.Name = "chk32";
|
|
this.chk32.Size = new System.Drawing.Size(38, 19);
|
|
this.chk32.TabIndex = 31;
|
|
this.chk32.Text = "32";
|
|
this.chk32.UseVisualStyleBackColor = true;
|
|
this.chk32.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk31
|
|
//
|
|
this.chk31.AutoSize = true;
|
|
this.chk31.Location = new System.Drawing.Point(6, 156);
|
|
this.chk31.Name = "chk31";
|
|
this.chk31.Size = new System.Drawing.Size(38, 19);
|
|
this.chk31.TabIndex = 30;
|
|
this.chk31.Text = "31";
|
|
this.chk31.UseVisualStyleBackColor = true;
|
|
this.chk31.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk30
|
|
//
|
|
this.chk30.AutoSize = true;
|
|
this.chk30.Location = new System.Drawing.Point(155, 132);
|
|
this.chk30.Name = "chk30";
|
|
this.chk30.Size = new System.Drawing.Size(38, 19);
|
|
this.chk30.TabIndex = 29;
|
|
this.chk30.Text = "30";
|
|
this.chk30.UseVisualStyleBackColor = true;
|
|
this.chk30.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk29
|
|
//
|
|
this.chk29.AutoSize = true;
|
|
this.chk29.Location = new System.Drawing.Point(117, 131);
|
|
this.chk29.Name = "chk29";
|
|
this.chk29.Size = new System.Drawing.Size(38, 19);
|
|
this.chk29.TabIndex = 28;
|
|
this.chk29.Text = "29";
|
|
this.chk29.UseVisualStyleBackColor = true;
|
|
this.chk29.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk28
|
|
//
|
|
this.chk28.AutoSize = true;
|
|
this.chk28.Location = new System.Drawing.Point(79, 131);
|
|
this.chk28.Name = "chk28";
|
|
this.chk28.Size = new System.Drawing.Size(38, 19);
|
|
this.chk28.TabIndex = 27;
|
|
this.chk28.Text = "28";
|
|
this.chk28.UseVisualStyleBackColor = true;
|
|
this.chk28.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk27
|
|
//
|
|
this.chk27.AutoSize = true;
|
|
this.chk27.Location = new System.Drawing.Point(41, 131);
|
|
this.chk27.Name = "chk27";
|
|
this.chk27.Size = new System.Drawing.Size(38, 19);
|
|
this.chk27.TabIndex = 26;
|
|
this.chk27.Text = "27";
|
|
this.chk27.UseVisualStyleBackColor = true;
|
|
this.chk27.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk26
|
|
//
|
|
this.chk26.AutoSize = true;
|
|
this.chk26.Location = new System.Drawing.Point(6, 132);
|
|
this.chk26.Name = "chk26";
|
|
this.chk26.Size = new System.Drawing.Size(38, 19);
|
|
this.chk26.TabIndex = 25;
|
|
this.chk26.Text = "26";
|
|
this.chk26.UseVisualStyleBackColor = true;
|
|
this.chk26.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk25
|
|
//
|
|
this.chk25.AutoSize = true;
|
|
this.chk25.Location = new System.Drawing.Point(155, 108);
|
|
this.chk25.Name = "chk25";
|
|
this.chk25.Size = new System.Drawing.Size(38, 19);
|
|
this.chk25.TabIndex = 24;
|
|
this.chk25.Text = "25";
|
|
this.chk25.UseVisualStyleBackColor = true;
|
|
this.chk25.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk24
|
|
//
|
|
this.chk24.AutoSize = true;
|
|
this.chk24.Location = new System.Drawing.Point(117, 107);
|
|
this.chk24.Name = "chk24";
|
|
this.chk24.Size = new System.Drawing.Size(38, 19);
|
|
this.chk24.TabIndex = 23;
|
|
this.chk24.Text = "24";
|
|
this.chk24.UseVisualStyleBackColor = true;
|
|
this.chk24.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk23
|
|
//
|
|
this.chk23.AutoSize = true;
|
|
this.chk23.Location = new System.Drawing.Point(79, 107);
|
|
this.chk23.Name = "chk23";
|
|
this.chk23.Size = new System.Drawing.Size(38, 19);
|
|
this.chk23.TabIndex = 22;
|
|
this.chk23.Text = "23";
|
|
this.chk23.UseVisualStyleBackColor = true;
|
|
this.chk23.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk22
|
|
//
|
|
this.chk22.AutoSize = true;
|
|
this.chk22.Location = new System.Drawing.Point(41, 107);
|
|
this.chk22.Name = "chk22";
|
|
this.chk22.Size = new System.Drawing.Size(38, 19);
|
|
this.chk22.TabIndex = 21;
|
|
this.chk22.Text = "22";
|
|
this.chk22.UseVisualStyleBackColor = true;
|
|
this.chk22.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk21
|
|
//
|
|
this.chk21.AutoSize = true;
|
|
this.chk21.Location = new System.Drawing.Point(6, 108);
|
|
this.chk21.Name = "chk21";
|
|
this.chk21.Size = new System.Drawing.Size(38, 19);
|
|
this.chk21.TabIndex = 20;
|
|
this.chk21.Text = "21";
|
|
this.chk21.UseVisualStyleBackColor = true;
|
|
this.chk21.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk20
|
|
//
|
|
this.chk20.AutoSize = true;
|
|
this.chk20.Location = new System.Drawing.Point(155, 87);
|
|
this.chk20.Name = "chk20";
|
|
this.chk20.Size = new System.Drawing.Size(38, 19);
|
|
this.chk20.TabIndex = 19;
|
|
this.chk20.Text = "20";
|
|
this.chk20.UseVisualStyleBackColor = true;
|
|
this.chk20.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk19
|
|
//
|
|
this.chk19.AutoSize = true;
|
|
this.chk19.Location = new System.Drawing.Point(117, 86);
|
|
this.chk19.Name = "chk19";
|
|
this.chk19.Size = new System.Drawing.Size(38, 19);
|
|
this.chk19.TabIndex = 18;
|
|
this.chk19.Text = "19";
|
|
this.chk19.UseVisualStyleBackColor = true;
|
|
this.chk19.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk18
|
|
//
|
|
this.chk18.AutoSize = true;
|
|
this.chk18.Location = new System.Drawing.Point(79, 86);
|
|
this.chk18.Name = "chk18";
|
|
this.chk18.Size = new System.Drawing.Size(38, 19);
|
|
this.chk18.TabIndex = 17;
|
|
this.chk18.Text = "18";
|
|
this.chk18.UseVisualStyleBackColor = true;
|
|
this.chk18.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk17
|
|
//
|
|
this.chk17.AutoSize = true;
|
|
this.chk17.Location = new System.Drawing.Point(41, 86);
|
|
this.chk17.Name = "chk17";
|
|
this.chk17.Size = new System.Drawing.Size(38, 19);
|
|
this.chk17.TabIndex = 16;
|
|
this.chk17.Text = "17";
|
|
this.chk17.UseVisualStyleBackColor = true;
|
|
this.chk17.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk16
|
|
//
|
|
this.chk16.AutoSize = true;
|
|
this.chk16.Location = new System.Drawing.Point(6, 87);
|
|
this.chk16.Name = "chk16";
|
|
this.chk16.Size = new System.Drawing.Size(38, 19);
|
|
this.chk16.TabIndex = 15;
|
|
this.chk16.Text = "16";
|
|
this.chk16.UseVisualStyleBackColor = true;
|
|
this.chk16.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk15
|
|
//
|
|
this.chk15.AutoSize = true;
|
|
this.chk15.Location = new System.Drawing.Point(155, 63);
|
|
this.chk15.Name = "chk15";
|
|
this.chk15.Size = new System.Drawing.Size(38, 19);
|
|
this.chk15.TabIndex = 14;
|
|
this.chk15.Text = "15";
|
|
this.chk15.UseVisualStyleBackColor = true;
|
|
this.chk15.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk14
|
|
//
|
|
this.chk14.AutoSize = true;
|
|
this.chk14.Location = new System.Drawing.Point(117, 62);
|
|
this.chk14.Name = "chk14";
|
|
this.chk14.Size = new System.Drawing.Size(38, 19);
|
|
this.chk14.TabIndex = 13;
|
|
this.chk14.Text = "14";
|
|
this.chk14.UseVisualStyleBackColor = true;
|
|
this.chk14.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk13
|
|
//
|
|
this.chk13.AutoSize = true;
|
|
this.chk13.Location = new System.Drawing.Point(79, 62);
|
|
this.chk13.Name = "chk13";
|
|
this.chk13.Size = new System.Drawing.Size(38, 19);
|
|
this.chk13.TabIndex = 12;
|
|
this.chk13.Text = "13";
|
|
this.chk13.UseVisualStyleBackColor = true;
|
|
this.chk13.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk12
|
|
//
|
|
this.chk12.AutoSize = true;
|
|
this.chk12.Location = new System.Drawing.Point(41, 62);
|
|
this.chk12.Name = "chk12";
|
|
this.chk12.Size = new System.Drawing.Size(38, 19);
|
|
this.chk12.TabIndex = 11;
|
|
this.chk12.Text = "12";
|
|
this.chk12.UseVisualStyleBackColor = true;
|
|
this.chk12.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk11
|
|
//
|
|
this.chk11.AutoSize = true;
|
|
this.chk11.Location = new System.Drawing.Point(6, 63);
|
|
this.chk11.Name = "chk11";
|
|
this.chk11.Size = new System.Drawing.Size(38, 19);
|
|
this.chk11.TabIndex = 10;
|
|
this.chk11.Text = "11";
|
|
this.chk11.UseVisualStyleBackColor = true;
|
|
this.chk11.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk10
|
|
//
|
|
this.chk10.AutoSize = true;
|
|
this.chk10.Location = new System.Drawing.Point(155, 39);
|
|
this.chk10.Name = "chk10";
|
|
this.chk10.Size = new System.Drawing.Size(38, 19);
|
|
this.chk10.TabIndex = 9;
|
|
this.chk10.Text = "10";
|
|
this.chk10.UseVisualStyleBackColor = true;
|
|
this.chk10.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk09
|
|
//
|
|
this.chk09.AutoSize = true;
|
|
this.chk09.Location = new System.Drawing.Point(117, 38);
|
|
this.chk09.Name = "chk09";
|
|
this.chk09.Size = new System.Drawing.Size(32, 19);
|
|
this.chk09.TabIndex = 8;
|
|
this.chk09.Text = "9";
|
|
this.chk09.UseVisualStyleBackColor = true;
|
|
this.chk09.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk08
|
|
//
|
|
this.chk08.AutoSize = true;
|
|
this.chk08.Location = new System.Drawing.Point(79, 38);
|
|
this.chk08.Name = "chk08";
|
|
this.chk08.Size = new System.Drawing.Size(32, 19);
|
|
this.chk08.TabIndex = 7;
|
|
this.chk08.Text = "8";
|
|
this.chk08.UseVisualStyleBackColor = true;
|
|
this.chk08.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk07
|
|
//
|
|
this.chk07.AutoSize = true;
|
|
this.chk07.Location = new System.Drawing.Point(41, 38);
|
|
this.chk07.Name = "chk07";
|
|
this.chk07.Size = new System.Drawing.Size(32, 19);
|
|
this.chk07.TabIndex = 6;
|
|
this.chk07.Text = "7";
|
|
this.chk07.UseVisualStyleBackColor = true;
|
|
this.chk07.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk06
|
|
//
|
|
this.chk06.AutoSize = true;
|
|
this.chk06.Location = new System.Drawing.Point(6, 39);
|
|
this.chk06.Name = "chk06";
|
|
this.chk06.Size = new System.Drawing.Size(32, 19);
|
|
this.chk06.TabIndex = 5;
|
|
this.chk06.Text = "6";
|
|
this.chk06.UseVisualStyleBackColor = true;
|
|
this.chk06.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk05
|
|
//
|
|
this.chk05.AutoSize = true;
|
|
this.chk05.Location = new System.Drawing.Point(155, 15);
|
|
this.chk05.Name = "chk05";
|
|
this.chk05.Size = new System.Drawing.Size(32, 19);
|
|
this.chk05.TabIndex = 4;
|
|
this.chk05.Text = "5";
|
|
this.chk05.UseVisualStyleBackColor = true;
|
|
this.chk05.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk04
|
|
//
|
|
this.chk04.AutoSize = true;
|
|
this.chk04.Location = new System.Drawing.Point(117, 14);
|
|
this.chk04.Name = "chk04";
|
|
this.chk04.Size = new System.Drawing.Size(32, 19);
|
|
this.chk04.TabIndex = 3;
|
|
this.chk04.Text = "4";
|
|
this.chk04.UseVisualStyleBackColor = true;
|
|
this.chk04.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk03
|
|
//
|
|
this.chk03.AutoSize = true;
|
|
this.chk03.Location = new System.Drawing.Point(79, 14);
|
|
this.chk03.Name = "chk03";
|
|
this.chk03.Size = new System.Drawing.Size(32, 19);
|
|
this.chk03.TabIndex = 2;
|
|
this.chk03.Text = "3";
|
|
this.chk03.UseVisualStyleBackColor = true;
|
|
this.chk03.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk02
|
|
//
|
|
this.chk02.AutoSize = true;
|
|
this.chk02.Location = new System.Drawing.Point(41, 14);
|
|
this.chk02.Name = "chk02";
|
|
this.chk02.Size = new System.Drawing.Size(32, 19);
|
|
this.chk02.TabIndex = 1;
|
|
this.chk02.Text = "2";
|
|
this.chk02.UseVisualStyleBackColor = true;
|
|
this.chk02.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// chk01
|
|
//
|
|
this.chk01.AutoSize = true;
|
|
this.chk01.Location = new System.Drawing.Point(6, 15);
|
|
this.chk01.Name = "chk01";
|
|
this.chk01.Size = new System.Drawing.Size(32, 19);
|
|
this.chk01.TabIndex = 0;
|
|
this.chk01.Text = "1";
|
|
this.chk01.UseVisualStyleBackColor = true;
|
|
this.chk01.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Location = new System.Drawing.Point(555, 218);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClear.TabIndex = 22;
|
|
this.btnClear.Text = "Rensa";
|
|
this.btnClear.UseVisualStyleBackColor = true;
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.btnClear);
|
|
this.Controls.Add(this.gpbInmata);
|
|
this.Controls.Add(this.lblIndicator);
|
|
this.Controls.Add(this.txtTestOut);
|
|
this.Controls.Add(this.txtTestIn);
|
|
this.Controls.Add(this.btnTest);
|
|
this.Controls.Add(this.txtNr27);
|
|
this.Controls.Add(this.txtNr26);
|
|
this.Controls.Add(this.txtNr25);
|
|
this.Controls.Add(this.txtNr24);
|
|
this.Controls.Add(this.txtNr23);
|
|
this.Controls.Add(this.txtNr22);
|
|
this.Controls.Add(this.txtNr21);
|
|
this.Controls.Add(this.txtNr7);
|
|
this.Controls.Add(this.txtNr6);
|
|
this.Controls.Add(this.txtNr5);
|
|
this.Controls.Add(this.txtNr4);
|
|
this.Controls.Add(this.txtNr3);
|
|
this.Controls.Add(this.txtNr2);
|
|
this.Controls.Add(this.txtNr1);
|
|
this.Controls.Add(this.btnGenerate);
|
|
this.Controls.Add(this.btnGenMotNr);
|
|
this.Name = "Form1";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Form1";
|
|
this.gpbInmata.ResumeLayout(false);
|
|
this.gpbInmata.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnGenMotNr;
|
|
private System.Windows.Forms.Button btnGenerate;
|
|
private System.Windows.Forms.TextBox txtNr1;
|
|
private System.Windows.Forms.TextBox txtNr2;
|
|
private System.Windows.Forms.TextBox txtNr3;
|
|
private System.Windows.Forms.TextBox txtNr4;
|
|
private System.Windows.Forms.TextBox txtNr5;
|
|
private System.Windows.Forms.TextBox txtNr6;
|
|
private System.Windows.Forms.TextBox txtNr7;
|
|
private System.Windows.Forms.TextBox txtNr27;
|
|
private System.Windows.Forms.TextBox txtNr26;
|
|
private System.Windows.Forms.TextBox txtNr25;
|
|
private System.Windows.Forms.TextBox txtNr24;
|
|
private System.Windows.Forms.TextBox txtNr23;
|
|
private System.Windows.Forms.TextBox txtNr22;
|
|
private System.Windows.Forms.TextBox txtNr21;
|
|
private System.Windows.Forms.Button btnTest;
|
|
private System.Windows.Forms.TextBox txtTestIn;
|
|
private System.Windows.Forms.TextBox txtTestOut;
|
|
private System.Windows.Forms.Label lblIndicator;
|
|
private System.Windows.Forms.GroupBox gpbInmata;
|
|
private System.Windows.Forms.CheckBox chk35;
|
|
private System.Windows.Forms.CheckBox chk34;
|
|
private System.Windows.Forms.CheckBox chk33;
|
|
private System.Windows.Forms.CheckBox chk32;
|
|
private System.Windows.Forms.CheckBox chk31;
|
|
private System.Windows.Forms.CheckBox chk30;
|
|
private System.Windows.Forms.CheckBox chk29;
|
|
private System.Windows.Forms.CheckBox chk28;
|
|
private System.Windows.Forms.CheckBox chk27;
|
|
private System.Windows.Forms.CheckBox chk26;
|
|
private System.Windows.Forms.CheckBox chk25;
|
|
private System.Windows.Forms.CheckBox chk24;
|
|
private System.Windows.Forms.CheckBox chk23;
|
|
private System.Windows.Forms.CheckBox chk22;
|
|
private System.Windows.Forms.CheckBox chk21;
|
|
private System.Windows.Forms.CheckBox chk20;
|
|
private System.Windows.Forms.CheckBox chk19;
|
|
private System.Windows.Forms.CheckBox chk18;
|
|
private System.Windows.Forms.CheckBox chk17;
|
|
private System.Windows.Forms.CheckBox chk16;
|
|
private System.Windows.Forms.CheckBox chk15;
|
|
private System.Windows.Forms.CheckBox chk14;
|
|
private System.Windows.Forms.CheckBox chk13;
|
|
private System.Windows.Forms.CheckBox chk12;
|
|
private System.Windows.Forms.CheckBox chk11;
|
|
private System.Windows.Forms.CheckBox chk10;
|
|
private System.Windows.Forms.CheckBox chk09;
|
|
private System.Windows.Forms.CheckBox chk08;
|
|
private System.Windows.Forms.CheckBox chk07;
|
|
private System.Windows.Forms.CheckBox chk06;
|
|
private System.Windows.Forms.CheckBox chk05;
|
|
private System.Windows.Forms.CheckBox chk04;
|
|
private System.Windows.Forms.CheckBox chk03;
|
|
private System.Windows.Forms.CheckBox chk02;
|
|
private System.Windows.Forms.CheckBox chk01;
|
|
private System.Windows.Forms.Button btnClear;
|
|
}
|
|
}
|
|
|