Subversion Repositories Code-Repo

Rev

Rev 48 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
46 Kevin 1
namespace SWAT_Office_App
2
{
3
    partial class DriveLogger_Form
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Windows Form Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.listView_Drives = new System.Windows.Forms.ListView();
32
            this.SuspendLayout();
33
            // 
34
            // listView_Drives
35
            // 
36
            this.listView_Drives.AutoArrange = false;
37
            this.listView_Drives.Dock = System.Windows.Forms.DockStyle.Fill;
38
            this.listView_Drives.FullRowSelect = true;
39
            this.listView_Drives.GridLines = true;
40
            this.listView_Drives.LabelEdit = true;
41
            this.listView_Drives.Location = new System.Drawing.Point(0, 0);
42
            this.listView_Drives.MultiSelect = false;
43
            this.listView_Drives.Name = "listView_Drives";
44
            this.listView_Drives.Size = new System.Drawing.Size(548, 111);
45
            this.listView_Drives.TabIndex = 0;
46
            this.listView_Drives.UseCompatibleStateImageBehavior = false;
47
            this.listView_Drives.View = System.Windows.Forms.View.Details;
48
            // 
49
            // DriveLogger_Form
50
            // 
51
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
52
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
53
            this.ClientSize = new System.Drawing.Size(548, 111);
54
            this.Controls.Add(this.listView_Drives);
55
            this.MaximizeBox = false;
56
            this.Name = "DriveLogger_Form";
57
            this.ShowIcon = false;
58
            this.ShowInTaskbar = false;
59
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
60
            this.Text = "SWAT DriveLogger";
61
            this.ResumeLayout(false);
62
 
63
        }
64
 
65
        #endregion
66
 
67
        private System.Windows.Forms.ListView listView_Drives;
68
    }
69
}