Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/SWAT DriveLogger/trunk/DriveLogger/MainForm.Designer.cs
38,10 → 38,11
this.listView_Drives.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView_Drives.FullRowSelect = true;
this.listView_Drives.GridLines = true;
this.listView_Drives.LabelEdit = true;
this.listView_Drives.Location = new System.Drawing.Point(0, 0);
this.listView_Drives.MultiSelect = false;
this.listView_Drives.Name = "listView_Drives";
this.listView_Drives.Size = new System.Drawing.Size(338, 111);
this.listView_Drives.Size = new System.Drawing.Size(488, 111);
this.listView_Drives.TabIndex = 0;
this.listView_Drives.UseCompatibleStateImageBehavior = false;
this.listView_Drives.View = System.Windows.Forms.View.Details;
50,7 → 51,7
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(338, 111);
this.ClientSize = new System.Drawing.Size(488, 111);
this.ControlBox = false;
this.Controls.Add(this.listView_Drives);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));