This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.Designer.cs
159 lines (153 loc) · 7.22 KB
/
Settings.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
147
148
149
150
151
152
153
154
155
156
157
158
159
namespace ElvUIUpdate
{
partial class Settings
{
/// <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(Settings));
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.autostartCheckbox = new System.Windows.Forms.CheckBox();
this.startCheckonStartCheckbox = new System.Windows.Forms.CheckBox();
this.objDialog = new System.Windows.Forms.FolderBrowserDialog();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(119, 13);
this.label1.TabIndex = 0;
this.label1.Text = "World of Warcraft Path:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(137, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(234, 20);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "C:\\Program Files (x86)\\World of Warcraft";
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
this.textBox1.DoubleClick += new System.EventHandler(this.textBox1_DoubleClick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Update interval:";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(137, 49);
this.numericUpDown1.Maximum = new decimal(new int[] {
360,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 20);
this.numericUpDown1.TabIndex = 3;
this.numericUpDown1.Value = new decimal(new int[] {
60,
0,
0,
0});
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(263, 51);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(43, 13);
this.label3.TabIndex = 4;
this.label3.Text = "minutes";
//
// autostartCheckbox
//
this.autostartCheckbox.AutoSize = true;
this.autostartCheckbox.Location = new System.Drawing.Point(134, 85);
this.autostartCheckbox.Name = "autostartCheckbox";
this.autostartCheckbox.Size = new System.Drawing.Size(123, 17);
this.autostartCheckbox.TabIndex = 5;
this.autostartCheckbox.Text = "Autostart Application";
this.autostartCheckbox.UseVisualStyleBackColor = true;
this.autostartCheckbox.CheckedChanged += new System.EventHandler(this.autostartCheckbox_CheckedChanged);
//
// startCheckonStartCheckbox
//
this.startCheckonStartCheckbox.AutoSize = true;
this.startCheckonStartCheckbox.Location = new System.Drawing.Point(134, 108);
this.startCheckonStartCheckbox.Name = "startCheckonStartCheckbox";
this.startCheckonStartCheckbox.Size = new System.Drawing.Size(190, 17);
this.startCheckonStartCheckbox.TabIndex = 6;
this.startCheckonStartCheckbox.Text = "Start checking on Application Start";
this.startCheckonStartCheckbox.UseVisualStyleBackColor = true;
this.startCheckonStartCheckbox.CheckedChanged += new System.EventHandler(this.startCheckonStartCheckbox_CheckedChanged);
//
// Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(383, 138);
this.Controls.Add(this.startCheckonStartCheckbox);
this.Controls.Add(this.autostartCheckbox);
this.Controls.Add(this.label3);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(399, 177);
this.MinimumSize = new System.Drawing.Size(399, 177);
this.Name = "Settings";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Settings";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Settings_FormClosing);
this.Load += new System.EventHandler(this.Settings_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox autostartCheckbox;
private System.Windows.Forms.CheckBox startCheckonStartCheckbox;
private System.Windows.Forms.FolderBrowserDialog objDialog;
}
}