Infört lista

This commit is contained in:
2020-12-10 23:42:03 +01:00
parent 95dedf9732
commit 756256f03c
7 changed files with 530 additions and 1 deletions

View File

@ -29,6 +29,7 @@ namespace WindowsFormsCore
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.btnGenMotNr = new System.Windows.Forms.Button();
this.btnGenerate = new System.Windows.Forms.Button();
this.txtNr1 = new System.Windows.Forms.TextBox();
@ -86,6 +87,16 @@ namespace WindowsFormsCore
this.chk02 = new System.Windows.Forms.CheckBox();
this.chk01 = new System.Windows.Forms.CheckBox();
this.btnClear = new System.Windows.Forms.Button();
this.lvRows = new System.Windows.Forms.ListView();
this.colNum1 = new System.Windows.Forms.ColumnHeader();
this.colNum2 = new System.Windows.Forms.ColumnHeader();
this.colNum3 = new System.Windows.Forms.ColumnHeader();
this.colNum4 = new System.Windows.Forms.ColumnHeader();
this.colNum5 = new System.Windows.Forms.ColumnHeader();
this.colNum6 = new System.Windows.Forms.ColumnHeader();
this.colNum7 = new System.Windows.Forms.ColumnHeader();
this.btnDwn = new System.Windows.Forms.Button();
this.btnDown2 = new System.Windows.Forms.Button();
this.gpbInmata.SuspendLayout();
this.SuspendLayout();
//
@ -115,6 +126,8 @@ namespace WindowsFormsCore
this.txtNr1.Name = "txtNr1";
this.txtNr1.Size = new System.Drawing.Size(39, 23);
this.txtNr1.TabIndex = 2;
this.txtNr1.TextChanged += new System.EventHandler(this.Text_TextChanged);
this.txtNr1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Text_TextChanged);
//
// txtNr2
//
@ -122,6 +135,7 @@ namespace WindowsFormsCore
this.txtNr2.Name = "txtNr2";
this.txtNr2.Size = new System.Drawing.Size(39, 23);
this.txtNr2.TabIndex = 3;
this.txtNr2.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr3
//
@ -129,6 +143,7 @@ namespace WindowsFormsCore
this.txtNr3.Name = "txtNr3";
this.txtNr3.Size = new System.Drawing.Size(39, 23);
this.txtNr3.TabIndex = 4;
this.txtNr3.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr4
//
@ -136,6 +151,7 @@ namespace WindowsFormsCore
this.txtNr4.Name = "txtNr4";
this.txtNr4.Size = new System.Drawing.Size(39, 23);
this.txtNr4.TabIndex = 5;
this.txtNr4.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr5
//
@ -143,6 +159,7 @@ namespace WindowsFormsCore
this.txtNr5.Name = "txtNr5";
this.txtNr5.Size = new System.Drawing.Size(39, 23);
this.txtNr5.TabIndex = 6;
this.txtNr5.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr6
//
@ -150,6 +167,7 @@ namespace WindowsFormsCore
this.txtNr6.Name = "txtNr6";
this.txtNr6.Size = new System.Drawing.Size(39, 23);
this.txtNr6.TabIndex = 7;
this.txtNr6.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr7
//
@ -157,6 +175,7 @@ namespace WindowsFormsCore
this.txtNr7.Name = "txtNr7";
this.txtNr7.Size = new System.Drawing.Size(39, 23);
this.txtNr7.TabIndex = 8;
this.txtNr7.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr27
//
@ -164,6 +183,7 @@ namespace WindowsFormsCore
this.txtNr27.Name = "txtNr27";
this.txtNr27.Size = new System.Drawing.Size(39, 23);
this.txtNr27.TabIndex = 15;
this.txtNr27.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr26
//
@ -171,6 +191,7 @@ namespace WindowsFormsCore
this.txtNr26.Name = "txtNr26";
this.txtNr26.Size = new System.Drawing.Size(39, 23);
this.txtNr26.TabIndex = 14;
this.txtNr26.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr25
//
@ -178,6 +199,7 @@ namespace WindowsFormsCore
this.txtNr25.Name = "txtNr25";
this.txtNr25.Size = new System.Drawing.Size(39, 23);
this.txtNr25.TabIndex = 13;
this.txtNr25.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr24
//
@ -185,6 +207,7 @@ namespace WindowsFormsCore
this.txtNr24.Name = "txtNr24";
this.txtNr24.Size = new System.Drawing.Size(39, 23);
this.txtNr24.TabIndex = 12;
this.txtNr24.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr23
//
@ -192,6 +215,7 @@ namespace WindowsFormsCore
this.txtNr23.Name = "txtNr23";
this.txtNr23.Size = new System.Drawing.Size(39, 23);
this.txtNr23.TabIndex = 11;
this.txtNr23.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr22
//
@ -199,6 +223,7 @@ namespace WindowsFormsCore
this.txtNr22.Name = "txtNr22";
this.txtNr22.Size = new System.Drawing.Size(39, 23);
this.txtNr22.TabIndex = 10;
this.txtNr22.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// txtNr21
//
@ -206,6 +231,7 @@ namespace WindowsFormsCore
this.txtNr21.Name = "txtNr21";
this.txtNr21.Size = new System.Drawing.Size(39, 23);
this.txtNr21.TabIndex = 9;
this.txtNr21.TextChanged += new System.EventHandler(this.Text_TextChanged);
//
// btnTest
//
@ -680,11 +706,94 @@ namespace WindowsFormsCore
this.btnClear.UseVisualStyleBackColor = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// lvRows
//
this.lvRows.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colNum1,
this.colNum2,
this.colNum3,
this.colNum4,
this.colNum5,
this.colNum6,
this.colNum7});
this.lvRows.HideSelection = false;
this.lvRows.Location = new System.Drawing.Point(191, 114);
this.lvRows.Name = "lvRows";
this.lvRows.Size = new System.Drawing.Size(306, 176);
this.lvRows.TabIndex = 23;
this.lvRows.UseCompatibleStateImageBehavior = false;
this.lvRows.View = System.Windows.Forms.View.Details;
//
// colNum1
//
this.colNum1.Name = "colNum1";
this.colNum1.Text = "Nr 1";
this.colNum1.Width = 43;
//
// colNum2
//
this.colNum2.Name = "colNum2";
this.colNum2.Text = "Nr 2";
this.colNum2.Width = 43;
//
// colNum3
//
this.colNum3.Name = "colNum3";
this.colNum3.Text = "Nr 3";
this.colNum3.Width = 43;
//
// colNum4
//
this.colNum4.Name = "colNum4";
this.colNum4.Text = "Nr 4";
this.colNum4.Width = 43;
//
// colNum5
//
this.colNum5.Name = "colNum5";
this.colNum5.Text = "Nr 5";
this.colNum5.Width = 43;
//
// colNum6
//
this.colNum6.Name = "colNum6";
this.colNum6.Text = "Nr 6";
this.colNum6.Width = 43;
//
// colNum7
//
this.colNum7.Name = "colNum7";
this.colNum7.Text = "Nr 7";
this.colNum7.Width = 43;
//
// btnDwn
//
this.btnDwn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDwn.BackgroundImage")));
this.btnDwn.Location = new System.Drawing.Point(141, 41);
this.btnDwn.Name = "btnDwn";
this.btnDwn.Size = new System.Drawing.Size(22, 23);
this.btnDwn.TabIndex = 24;
this.btnDwn.UseVisualStyleBackColor = true;
this.btnDwn.Click += new System.EventHandler(this.btnDwn_Click);
//
// btnDown2
//
this.btnDown2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown2.BackgroundImage")));
this.btnDown2.Location = new System.Drawing.Point(141, 70);
this.btnDown2.Name = "btnDown2";
this.btnDown2.Size = new System.Drawing.Size(22, 23);
this.btnDown2.TabIndex = 25;
this.btnDown2.UseVisualStyleBackColor = true;
this.btnDown2.Click += new System.EventHandler(this.btnDown2_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.btnDown2);
this.Controls.Add(this.btnDwn);
this.Controls.Add(this.lvRows);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.gpbInmata);
this.Controls.Add(this.lblIndicator);
@ -776,6 +885,16 @@ namespace WindowsFormsCore
private System.Windows.Forms.CheckBox chk02;
private System.Windows.Forms.CheckBox chk01;
private System.Windows.Forms.Button btnClear;
private System.Windows.Forms.ListView lvRows;
private System.Windows.Forms.ColumnHeader colNum1;
private System.Windows.Forms.ColumnHeader colNum2;
private System.Windows.Forms.ColumnHeader colNum3;
private System.Windows.Forms.ColumnHeader colNum4;
private System.Windows.Forms.ColumnHeader colNum5;
private System.Windows.Forms.ColumnHeader colNum6;
private System.Windows.Forms.ColumnHeader colNum7;
private System.Windows.Forms.Button btnDwn;
private System.Windows.Forms.Button btnDown2;
}
}