| Line 36... |
Line 36... |
| 36 |
//
|
36 |
//
|
| 37 |
this.listView_Drives.AutoArrange = false;
|
37 |
this.listView_Drives.AutoArrange = false;
|
| 38 |
this.listView_Drives.Dock = System.Windows.Forms.DockStyle.Fill;
|
38 |
this.listView_Drives.Dock = System.Windows.Forms.DockStyle.Fill;
|
| 39 |
this.listView_Drives.FullRowSelect = true;
|
39 |
this.listView_Drives.FullRowSelect = true;
|
| 40 |
this.listView_Drives.GridLines = true;
|
40 |
this.listView_Drives.GridLines = true;
|
| - |
|
41 |
this.listView_Drives.LabelEdit = true;
|
| 41 |
this.listView_Drives.Location = new System.Drawing.Point(0, 0);
|
42 |
this.listView_Drives.Location = new System.Drawing.Point(0, 0);
|
| 42 |
this.listView_Drives.MultiSelect = false;
|
43 |
this.listView_Drives.MultiSelect = false;
|
| 43 |
this.listView_Drives.Name = "listView_Drives";
|
44 |
this.listView_Drives.Name = "listView_Drives";
|
| 44 |
this.listView_Drives.Size = new System.Drawing.Size(338, 111);
|
45 |
this.listView_Drives.Size = new System.Drawing.Size(488, 111);
|
| 45 |
this.listView_Drives.TabIndex = 0;
|
46 |
this.listView_Drives.TabIndex = 0;
|
| 46 |
this.listView_Drives.UseCompatibleStateImageBehavior = false;
|
47 |
this.listView_Drives.UseCompatibleStateImageBehavior = false;
|
| 47 |
this.listView_Drives.View = System.Windows.Forms.View.Details;
|
48 |
this.listView_Drives.View = System.Windows.Forms.View.Details;
|
| 48 |
//
|
49 |
//
|
| 49 |
// MainForm
|
50 |
// MainForm
|
| 50 |
//
|
51 |
//
|
| 51 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
52 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
| 52 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
53 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
| 53 |
this.ClientSize = new System.Drawing.Size(338, 111);
|
54 |
this.ClientSize = new System.Drawing.Size(488, 111);
|
| 54 |
this.ControlBox = false;
|
55 |
this.ControlBox = false;
|
| 55 |
this.Controls.Add(this.listView_Drives);
|
56 |
this.Controls.Add(this.listView_Drives);
|
| 56 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
57 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
| 57 |
this.MaximizeBox = false;
|
58 |
this.MaximizeBox = false;
|
| 58 |
this.Name = "MainForm";
|
59 |
this.Name = "MainForm";
|