Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 45 → Rev 46

/SWAT Office App/trunk/SWAT Office App/DriveLogger_Form.Designer.cs
0,0 → 1,70
namespace SWAT_Office_App
{
partial class DriveLogger_Form
{
/// <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.listView_Drives = new System.Windows.Forms.ListView();
this.SuspendLayout();
//
// listView_Drives
//
this.listView_Drives.AutoArrange = false;
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(548, 111);
this.listView_Drives.TabIndex = 0;
this.listView_Drives.UseCompatibleStateImageBehavior = false;
this.listView_Drives.View = System.Windows.Forms.View.Details;
//
// DriveLogger_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(548, 111);
this.ControlBox = false;
this.Controls.Add(this.listView_Drives);
this.MaximizeBox = false;
this.Name = "DriveLogger_Form";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SWAT DriveLogger";
this.ResumeLayout(false);
 
}
 
#endregion
 
private System.Windows.Forms.ListView listView_Drives;
}
}