-
Notifications
You must be signed in to change notification settings - Fork 0
/
DTSettings.designer.cs
146 lines (140 loc) · 6.45 KB
/
DTSettings.designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
namespace DeReplaysManager
{
partial class DTSettings
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DTSettings));
this.panel1 = new System.Windows.Forms.Panel();
this.rsbak = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.crbak = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.fltypes = new System.Windows.Forms.RichTextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.rsbak);
this.panel1.Controls.Add(this.crbak);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.fltypes);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(360, 167);
this.panel1.TabIndex = 0;
//
// rsbak
//
this.rsbak.AutoSize = true;
this.rsbak.Location = new System.Drawing.Point(236, 119);
this.rsbak.Name = "rsbak";
this.rsbak.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.SparkleBlue;
this.rsbak.Size = new System.Drawing.Size(95, 24);
this.rsbak.TabIndex = 13;
this.rsbak.Values.Text = "Restore Backup";
this.rsbak.Click += new System.EventHandler(this.rsbak_Click);
//
// crbak
//
this.crbak.AutoSize = true;
this.crbak.Location = new System.Drawing.Point(141, 119);
this.crbak.Name = "crbak";
this.crbak.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Blue;
this.crbak.Size = new System.Drawing.Size(89, 24);
this.crbak.TabIndex = 12;
this.crbak.Values.Text = "Create Backup";
this.crbak.Click += new System.EventHandler(this.crbak_Click);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(284, 54);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
this.pictureBox1.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(14, 122);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(121, 16);
this.label2.TabIndex = 5;
this.label2.Text = "Hotkeys Backup";
//
// fltypes
//
this.fltypes.Location = new System.Drawing.Point(17, 37);
this.fltypes.Name = "fltypes";
this.fltypes.Size = new System.Drawing.Size(228, 72);
this.fltypes.TabIndex = 3;
this.fltypes.Text = "";
this.fltypes.TextChanged += new System.EventHandler(this.fltypes_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(14, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(137, 16);
this.label1.TabIndex = 2;
this.label1.Text = "Exclude FileTypes";
//
// DTSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(360, 167);
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DTSettings";
this.Text = "Settings - Downgrade Tool";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RichTextBox fltypes;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private ComponentFactory.Krypton.Toolkit.KryptonButton rsbak;
private ComponentFactory.Krypton.Toolkit.KryptonButton crbak;
}
}