Filename copyable

This commit is contained in:
2015-09-24 14:12:42 +02:00
parent ddcdf92af3
commit fb2c721fce
3 changed files with 33 additions and 27 deletions

View File

@ -40,9 +40,11 @@
// lbWorkFiles
//
this.lbWorkFiles.FormattingEnabled = true;
this.lbWorkFiles.Location = new System.Drawing.Point(13, 13);
this.lbWorkFiles.ItemHeight = 16;
this.lbWorkFiles.Location = new System.Drawing.Point(17, 16);
this.lbWorkFiles.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lbWorkFiles.Name = "lbWorkFiles";
this.lbWorkFiles.Size = new System.Drawing.Size(198, 355);
this.lbWorkFiles.Size = new System.Drawing.Size(263, 436);
this.lbWorkFiles.TabIndex = 0;
this.lbWorkFiles.SelectedIndexChanged += new System.EventHandler(this.lbWorkFiles_SelectedIndexChanged);
//
@ -54,10 +56,11 @@
this.chDate,
this.chFileName,
this.chPath});
this.lvGenFiles.Location = new System.Drawing.Point(209, 13);
this.lvGenFiles.Location = new System.Drawing.Point(279, 16);
this.lvGenFiles.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lvGenFiles.MultiSelect = false;
this.lvGenFiles.Name = "lvGenFiles";
this.lvGenFiles.Size = new System.Drawing.Size(568, 355);
this.lvGenFiles.Size = new System.Drawing.Size(756, 436);
this.lvGenFiles.TabIndex = 1;
this.lvGenFiles.UseCompatibleStateImageBehavior = false;
this.lvGenFiles.View = System.Windows.Forms.View.Details;
@ -85,22 +88,24 @@
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(706, 374);
this.btnClose.Location = new System.Drawing.Point(941, 460);
this.btnClose.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.Size = new System.Drawing.Size(100, 28);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "Stäng";
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// CheckWorkItems
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(789, 408);
this.ClientSize = new System.Drawing.Size(1052, 502);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.lvGenFiles);
this.Controls.Add(this.lbWorkFiles);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "CheckWorkItems";
this.Text = "CheckWorkItems";
this.Load += new System.EventHandler(this.CheckWorkItems_Load);