~ldc-team/lildiskcleaner/devel

« back to all changes in this revision

Viewing changes to Little Disk Cleaner/Misc/AddExcludeFileType.Designer.cs

  • Committer: ub3rst4r
  • Date: 2010-06-15 05:57:47 UTC
  • Revision ID: ub3rst4r@users.sourceforge.net-20100615055747-l85hso24tt3dm4l9
finished draft of options

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Little_Disk_Cleaner
 
2
{
 
3
    partial class AddExcludeFileType
 
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
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddExcludeFileType));
 
32
            this.label1 = new System.Windows.Forms.Label();
 
33
            this.label2 = new System.Windows.Forms.Label();
 
34
            this.textBox1 = new System.Windows.Forms.TextBox();
 
35
            this.buttonCancel = new System.Windows.Forms.Button();
 
36
            this.buttonOk = new System.Windows.Forms.Button();
 
37
            this.SuspendLayout();
 
38
            // 
 
39
            // label1
 
40
            // 
 
41
            this.label1.AutoSize = true;
 
42
            this.label1.Location = new System.Drawing.Point(12, 9);
 
43
            this.label1.Name = "label1";
 
44
            this.label1.Size = new System.Drawing.Size(263, 65);
 
45
            this.label1.TabIndex = 0;
 
46
            this.label1.Text = resources.GetString("label1.Text");
 
47
            // 
 
48
            // label2
 
49
            // 
 
50
            this.label2.AutoSize = true;
 
51
            this.label2.Location = new System.Drawing.Point(12, 78);
 
52
            this.label2.Name = "label2";
 
53
            this.label2.Size = new System.Drawing.Size(53, 13);
 
54
            this.label2.TabIndex = 1;
 
55
            this.label2.Text = "File Type:";
 
56
            // 
 
57
            // textBox1
 
58
            // 
 
59
            this.textBox1.Location = new System.Drawing.Point(65, 75);
 
60
            this.textBox1.Name = "textBox1";
 
61
            this.textBox1.Size = new System.Drawing.Size(207, 20);
 
62
            this.textBox1.TabIndex = 2;
 
63
            // 
 
64
            // buttonCancel
 
65
            // 
 
66
            this.buttonCancel.Location = new System.Drawing.Point(223, 101);
 
67
            this.buttonCancel.Name = "buttonCancel";
 
68
            this.buttonCancel.Size = new System.Drawing.Size(49, 23);
 
69
            this.buttonCancel.TabIndex = 3;
 
70
            this.buttonCancel.Text = "Cancel";
 
71
            this.buttonCancel.UseVisualStyleBackColor = true;
 
72
            // 
 
73
            // buttonOk
 
74
            // 
 
75
            this.buttonOk.Location = new System.Drawing.Point(183, 101);
 
76
            this.buttonOk.Name = "buttonOk";
 
77
            this.buttonOk.Size = new System.Drawing.Size(34, 23);
 
78
            this.buttonOk.TabIndex = 4;
 
79
            this.buttonOk.Text = "OK";
 
80
            this.buttonOk.UseVisualStyleBackColor = true;
 
81
            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
 
82
            // 
 
83
            // AddExcludeFileType
 
84
            // 
 
85
            this.AcceptButton = this.buttonOk;
 
86
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
87
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
88
            this.CancelButton = this.buttonCancel;
 
89
            this.ClientSize = new System.Drawing.Size(284, 128);
 
90
            this.Controls.Add(this.buttonOk);
 
91
            this.Controls.Add(this.buttonCancel);
 
92
            this.Controls.Add(this.textBox1);
 
93
            this.Controls.Add(this.label2);
 
94
            this.Controls.Add(this.label1);
 
95
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 
96
            this.MaximizeBox = false;
 
97
            this.MinimizeBox = false;
 
98
            this.Name = "AddExcludeFileType";
 
99
            this.ShowIcon = false;
 
100
            this.ShowInTaskbar = false;
 
101
            this.Text = "Little Disk Cleaner - Exclude File Type";
 
102
            this.ResumeLayout(false);
 
103
            this.PerformLayout();
 
104
 
 
105
        }
 
106
 
 
107
        #endregion
 
108
 
 
109
        private System.Windows.Forms.Label label1;
 
110
        private System.Windows.Forms.Label label2;
 
111
        private System.Windows.Forms.TextBox textBox1;
 
112
        private System.Windows.Forms.Button buttonCancel;
 
113
        private System.Windows.Forms.Button buttonOk;
 
114
    }
 
115
}
 
 
b'\\ No newline at end of file'