lotrointerface.com
Search Downloads

LoTROInterface SVN BuildSkin

[/] [branches/] [newbeta/] [BuildSkin (beta)/] [mainWindow.Designer.cs] - Blame information for rev 25

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 Mevordel-4860
namespace BuildSkin
2 Mevordel-4860
{
3 Mevordel-4860
    partial class mainWindow
4 Mevordel-4860
    {
5 Mevordel-4860
        /// <summary>
6 Mevordel-4860
        /// Required designer variable.
7 Mevordel-4860
        /// </summary>
8 Mevordel-4860
        private System.ComponentModel.IContainer components = null;
9 Mevordel-4860
 
10 Mevordel-4860
        /// <summary>
11 Mevordel-4860
        /// Clean up any resources being used.
12 Mevordel-4860
        /// </summary>
13 Mevordel-4860
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 Mevordel-4860
        protected override void Dispose(bool disposing)
15 Mevordel-4860
        {
16 Mevordel-4860
            if (disposing && (components != null))
17 Mevordel-4860
            {
18 Mevordel-4860
                components.Dispose();
19 Mevordel-4860
            }
20 Mevordel-4860
            base.Dispose(disposing);
21 Mevordel-4860
        }
22 Mevordel-4860
 
23 Mevordel-4860
        #region Windows Form Designer generated code
24 Mevordel-4860
 
25 Mevordel-4860
        /// <summary>
26 Mevordel-4860
        /// Required method for Designer support - do not modify
27 Mevordel-4860
        /// the contents of this method with the code editor.
28 Mevordel-4860
        /// </summary>
29 Mevordel-4860
        private void InitializeComponent()
30 Mevordel-4860
        {
31 Mevordel-4860
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainWindow));
32 Mevordel-4860
            this.statusBar = new System.Windows.Forms.StatusStrip();
33 Mevordel-4860
            this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
34 Mevordel-4860
            this.statusProgress = new System.Windows.Forms.ToolStripProgressBar();
35 Mevordel-4860
            this.mainTabs = new System.Windows.Forms.TabControl();
36 Mevordel-4860
            this.tabPresets = new System.Windows.Forms.TabPage();
37 Mevordel-4860
            this.presetPreview = new System.Windows.Forms.WebBrowser();
38 Mevordel-4860
            this.presetList = new System.Windows.Forms.ListBox();
39 Mevordel-4860
            this.presetTopBox = new System.Windows.Forms.Panel();
40 Mevordel-4860
            this.presetAdd = new System.Windows.Forms.LinkLabel();
41 Mevordel-4860
            this.presetDelete = new System.Windows.Forms.LinkLabel();
42 Mevordel-4860
            this.presetRename = new System.Windows.Forms.LinkLabel();
43 Mevordel-4860
            this.presetCopy = new System.Windows.Forms.LinkLabel();
44 Mevordel-4860
            this.presetFilter = new System.Windows.Forms.TextBox();
45 Mevordel-4860
            this.tabCustom = new System.Windows.Forms.TabPage();
46 Mevordel-4860
            this.customDataGrid = new System.Windows.Forms.DataGridView();
47 Mevordel-4860
            this.customTopBox = new System.Windows.Forms.Panel();
48 Mevordel-4860
            this.customReload = new System.Windows.Forms.LinkLabel();
49 Mevordel-4860
            this.customSave = new System.Windows.Forms.LinkLabel();
50 Mevordel-4860
            this.customFilter = new System.Windows.Forms.TextBox();
51 Mevordel-4860
            this.tabAddons = new System.Windows.Forms.TabPage();
52 Mevordel-4860
            this.addonDataGrid = new System.Windows.Forms.DataGridView();
53 Mevordel-4860
            this.addonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
54 Mevordel-4860
            this.addonAuthor = new System.Windows.Forms.DataGridViewTextBoxColumn();
55 Mevordel-4860
            this.addonVersion = new System.Windows.Forms.DataGridViewTextBoxColumn();
56 Mevordel-4860
            this.addonInstalled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
57 Mevordel-4860
            this.addonActions = new System.Windows.Forms.DataGridViewLinkColumn();
58 Mevordel-4860
            this.addonTopBox = new System.Windows.Forms.Panel();
59 Mevordel-4860
            this.addonDeleteAll = new System.Windows.Forms.LinkLabel();
60 Mevordel-4860
            this.addonRefreshList = new System.Windows.Forms.LinkLabel();
61 Mevordel-4860
            this.addonUpdate = new System.Windows.Forms.LinkLabel();
62 Mevordel-4860
            this.addonFilter = new System.Windows.Forms.TextBox();
63 Mevordel-4860
            this.tabOptions = new System.Windows.Forms.TabPage();
64 Mevordel-4860
            this.optionTopBox = new System.Windows.Forms.Panel();
65 Mevordel-4860
            this.optionReload = new System.Windows.Forms.LinkLabel();
66 Mevordel-4860
            this.optionSave = new System.Windows.Forms.LinkLabel();
67 Mevordel-4860
            this.optionFilter = new System.Windows.Forms.TextBox();
68 Mevordel-4860
            this.optionReadOnly = new System.Windows.Forms.CheckBox();
69 Mevordel-4860
            this.optionEditorBrowse = new System.Windows.Forms.Button();
70 Mevordel-4860
            this.optionEditorLabel = new System.Windows.Forms.Label();
71 Mevordel-4860
            this.optionEditorPath = new System.Windows.Forms.TextBox();
72 Mevordel-4860
            this.optionAutoLoad = new System.Windows.Forms.CheckBox();
73 Mevordel-4860
            this.optionConfirmation = new System.Windows.Forms.CheckBox();
74 Mevordel-4860
            this.optionTransMax = new System.Windows.Forms.CheckBox();
75 Mevordel-4860
            this.optionTranslucent = new System.Windows.Forms.CheckBox();
76 Mevordel-4860
            this.optionDefResLabel = new System.Windows.Forms.Label();
77 Mevordel-4860
            this.optionDefaultRes = new System.Windows.Forms.ComboBox();
78 Mevordel-4860
            this.tabInfo = new System.Windows.Forms.TabPage();
79 Mevordel-4860
            this.mainContainer = new System.Windows.Forms.ToolStripContainer();
80 Mevordel-4860
            this.optionNoRecycle = new System.Windows.Forms.CheckBox();
81 Mevordel-4860
            this.customOption = new System.Windows.Forms.DataGridViewComboBoxColumn();
82 Mevordel-4860
            this.customName = new System.Windows.Forms.DataGridViewTextBoxColumn();
83 Mevordel-4860
            this.customCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
84 Mevordel-4860
            this.statusBar.SuspendLayout();
85 Mevordel-4860
            this.mainTabs.SuspendLayout();
86 Mevordel-4860
            this.tabPresets.SuspendLayout();
87 Mevordel-4860
            this.presetTopBox.SuspendLayout();
88 Mevordel-4860
            this.tabCustom.SuspendLayout();
89 Mevordel-4860
            ((System.ComponentModel.ISupportInitialize)(this.customDataGrid)).BeginInit();
90 Mevordel-4860
            this.customTopBox.SuspendLayout();
91 Mevordel-4860
            this.tabAddons.SuspendLayout();
92 Mevordel-4860
            ((System.ComponentModel.ISupportInitialize)(this.addonDataGrid)).BeginInit();
93 Mevordel-4860
            this.addonTopBox.SuspendLayout();
94 Mevordel-4860
            this.tabOptions.SuspendLayout();
95 Mevordel-4860
            this.optionTopBox.SuspendLayout();
96 Mevordel-4860
            this.mainContainer.BottomToolStripPanel.SuspendLayout();
97 Mevordel-4860
            this.mainContainer.ContentPanel.SuspendLayout();
98 Mevordel-4860
            this.mainContainer.SuspendLayout();
99 Mevordel-4860
            this.SuspendLayout();
100 Mevordel-4860
            //
101 Mevordel-4860
            // statusBar
102 Mevordel-4860
            //
103 Mevordel-4860
            this.statusBar.Dock = System.Windows.Forms.DockStyle.None;
104 Mevordel-4860
            this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
105 Mevordel-4860
            this.statusLabel,
106 Mevordel-4860
            this.statusProgress});
107 Mevordel-4860
            this.statusBar.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
108 Mevordel-4860
            this.statusBar.Location = new System.Drawing.Point(0, 0);
109 Mevordel-4860
            this.statusBar.Name = "statusBar";
110 Mevordel-4860
            this.statusBar.Size = new System.Drawing.Size(584, 22);
111 Mevordel-4860
            this.statusBar.TabIndex = 0;
112 Mevordel-4860
            this.statusBar.Text = "Status";
113 Mevordel-4860
            //
114 Mevordel-4860
            // statusLabel
115 Mevordel-4860
            //
116 Mevordel-4860
            this.statusLabel.Name = "statusLabel";
117 Mevordel-4860
            this.statusLabel.Size = new System.Drawing.Size(39, 17);
118 Mevordel-4860
            this.statusLabel.Text = "Ready";
119 Mevordel-4860
            //
120 Mevordel-4860
            // statusProgress
121 Mevordel-4860
            //
122 Mevordel-4860
            this.statusProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
123 Mevordel-4860
            this.statusProgress.Name = "statusProgress";
124 Mevordel-4860
            this.statusProgress.Size = new System.Drawing.Size(100, 16);
125 Mevordel-4860
            //
126 Mevordel-4860
            // mainTabs
127 Mevordel-4860
            //
128 Mevordel-4860
            this.mainTabs.Controls.Add(this.tabPresets);
129 Mevordel-4860
            this.mainTabs.Controls.Add(this.tabCustom);
130 Mevordel-4860
            this.mainTabs.Controls.Add(this.tabAddons);
131 Mevordel-4860
            this.mainTabs.Controls.Add(this.tabOptions);
132 Mevordel-4860
            this.mainTabs.Controls.Add(this.tabInfo);
133 Mevordel-4860
            this.mainTabs.Dock = System.Windows.Forms.DockStyle.Fill;
134 Mevordel-4860
            this.mainTabs.Location = new System.Drawing.Point(0, 0);
135 Mevordel-4860
            this.mainTabs.Name = "mainTabs";
136 Mevordel-4860
            this.mainTabs.SelectedIndex = 0;
137 Mevordel-4860
            this.mainTabs.Size = new System.Drawing.Size(584, 389);
138 Mevordel-4860
            this.mainTabs.TabIndex = 1;
139 Mevordel-4860
            //
140 Mevordel-4860
            // tabPresets
141 Mevordel-4860
            //
142 Mevordel-4860
            this.tabPresets.Controls.Add(this.presetPreview);
143 Mevordel-4860
            this.tabPresets.Controls.Add(this.presetList);
144 Mevordel-4860
            this.tabPresets.Controls.Add(this.presetTopBox);
145 Mevordel-4860
            this.tabPresets.Location = new System.Drawing.Point(4, 22);
146 Mevordel-4860
            this.tabPresets.Name = "tabPresets";
147 Mevordel-4860
            this.tabPresets.Size = new System.Drawing.Size(576, 363);
148 Mevordel-4860
            this.tabPresets.TabIndex = 0;
149 Mevordel-4860
            this.tabPresets.Text = "Presets";
150 Mevordel-4860
            this.tabPresets.UseVisualStyleBackColor = true;
151 Mevordel-4860
            //
152 Mevordel-4860
            // presetPreview
153 Mevordel-4860
            //
154 Mevordel-4860
            this.presetPreview.AllowNavigation = false;
155 Mevordel-4860
            this.presetPreview.AllowWebBrowserDrop = false;
156 Mevordel-4860
            this.presetPreview.Dock = System.Windows.Forms.DockStyle.Fill;
157 Mevordel-4860
            this.presetPreview.IsWebBrowserContextMenuEnabled = false;
158 Mevordel-4860
            this.presetPreview.Location = new System.Drawing.Point(228, 22);
159 Mevordel-4860
            this.presetPreview.MinimumSize = new System.Drawing.Size(20, 20);
160 Mevordel-4860
            this.presetPreview.Name = "presetPreview";
161 Mevordel-4860
            this.presetPreview.ScriptErrorsSuppressed = true;
162 Mevordel-4860
            this.presetPreview.ScrollBarsEnabled = false;
163 Mevordel-4860
            this.presetPreview.Size = new System.Drawing.Size(348, 341);
164 Mevordel-4860
            this.presetPreview.TabIndex = 5;
165 Mevordel-4860
            this.presetPreview.Url = new System.Uri("C:\\Users\\Samuel\\Documents\\Visual Studio 2010\\Projects\\BuildSkin (beta)\\BuildSkin " +
166 Mevordel-4860
                    "(beta)\\bin\\Release\\welcome.html", System.UriKind.Absolute);
167 Mevordel-4860
            //
168 Mevordel-4860
            // presetList
169 Mevordel-4860
            //
170 Mevordel-4860
            this.presetList.Dock = System.Windows.Forms.DockStyle.Left;
171 Mevordel-4860
            this.presetList.FormattingEnabled = true;
172 Mevordel-4860
            this.presetList.IntegralHeight = false;
173 Mevordel-4860
            this.presetList.Location = new System.Drawing.Point(0, 22);
174 Mevordel-4860
            this.presetList.Name = "presetList";
175 Mevordel-4860
            this.presetList.Size = new System.Drawing.Size(228, 341);
176 Mevordel-4860
            this.presetList.TabIndex = 4;
177 Mevordel-4860
            this.presetList.SelectedIndexChanged += new System.EventHandler(this.SelectPreset);
178 Mevordel-4860
            //
179 Mevordel-4860
            // presetTopBox
180 Mevordel-4860
            //
181 Mevordel-4860
            this.presetTopBox.Controls.Add(this.presetAdd);
182 Mevordel-4860
            this.presetTopBox.Controls.Add(this.presetDelete);
183 Mevordel-4860
            this.presetTopBox.Controls.Add(this.presetRename);
184 Mevordel-4860
            this.presetTopBox.Controls.Add(this.presetCopy);
185 Mevordel-4860
            this.presetTopBox.Controls.Add(this.presetFilter);
186 Mevordel-4860
            this.presetTopBox.Dock = System.Windows.Forms.DockStyle.Top;
187 Mevordel-4860
            this.presetTopBox.Location = new System.Drawing.Point(0, 0);
188 Mevordel-4860
            this.presetTopBox.Name = "presetTopBox";
189 Mevordel-4860
            this.presetTopBox.Size = new System.Drawing.Size(576, 22);
190 Mevordel-4860
            this.presetTopBox.TabIndex = 3;
191 Mevordel-4860
            //
192 Mevordel-4860
            // presetAdd
193 Mevordel-4860
            //
194 Mevordel-4860
            this.presetAdd.AutoSize = true;
195 Mevordel-4860
            this.presetAdd.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
196 Mevordel-4860
            this.presetAdd.Location = new System.Drawing.Point(234, 4);
197 Mevordel-4860
            this.presetAdd.Name = "presetAdd";
198 Mevordel-4860
            this.presetAdd.Size = new System.Drawing.Size(26, 13);
199 Mevordel-4860
            this.presetAdd.TabIndex = 14;
200 Mevordel-4860
            this.presetAdd.TabStop = true;
201 Mevordel-4860
            this.presetAdd.Text = "&Add";
202 Mevordel-4860
            this.presetAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.AddPreset);
203 Mevordel-4860
            //
204 Mevordel-4860
            // presetDelete
205 Mevordel-4860
            //
206 Mevordel-4860
            this.presetDelete.AutoSize = true;
207 Mevordel-4860
            this.presetDelete.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
208 Mevordel-4860
            this.presetDelete.Location = new System.Drawing.Point(266, 4);
209 Mevordel-4860
            this.presetDelete.Name = "presetDelete";
210 Mevordel-4860
            this.presetDelete.Size = new System.Drawing.Size(38, 13);
211 Mevordel-4860
            this.presetDelete.TabIndex = 13;
212 Mevordel-4860
            this.presetDelete.TabStop = true;
213 Mevordel-4860
            this.presetDelete.Text = "&Delete";
214 Mevordel-4860
            this.presetDelete.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DeletePreset);
215 Mevordel-4860
            //
216 Mevordel-4860
            // presetRename
217 Mevordel-4860
            //
218 Mevordel-4860
            this.presetRename.AutoSize = true;
219 Mevordel-4860
            this.presetRename.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
220 Mevordel-4860
            this.presetRename.Location = new System.Drawing.Point(310, 4);
221 Mevordel-4860
            this.presetRename.Name = "presetRename";
222 Mevordel-4860
            this.presetRename.Size = new System.Drawing.Size(47, 13);
223 Mevordel-4860
            this.presetRename.TabIndex = 12;
224 Mevordel-4860
            this.presetRename.TabStop = true;
225 Mevordel-4860
            this.presetRename.Text = "&Rename";
226 Mevordel-4860
            this.presetRename.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.RenamePreset);
227 Mevordel-4860
            //
228 Mevordel-4860
            // presetCopy
229 Mevordel-4860
            //
230 Mevordel-4860
            this.presetCopy.AutoSize = true;
231 Mevordel-4860
            this.presetCopy.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
232 Mevordel-4860
            this.presetCopy.Location = new System.Drawing.Point(363, 4);
233 Mevordel-4860
            this.presetCopy.Name = "presetCopy";
234 Mevordel-4860
            this.presetCopy.Size = new System.Drawing.Size(31, 13);
235 Mevordel-4860
            this.presetCopy.TabIndex = 11;
236 Mevordel-4860
            this.presetCopy.TabStop = true;
237 Mevordel-4860
            this.presetCopy.Text = "&Copy";
238 Mevordel-4860
            this.presetCopy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.CopyPreset);
239 Mevordel-4860
            //
240 Mevordel-4860
            // presetFilter
241 Mevordel-4860
            //
242 Mevordel-4860
            this.presetFilter.Location = new System.Drawing.Point(0, 1);
243 Mevordel-4860
            this.presetFilter.Name = "presetFilter";
244 Mevordel-4860
            this.presetFilter.Size = new System.Drawing.Size(228, 20);
245 Mevordel-4860
            this.presetFilter.TabIndex = 9;
246 Mevordel-4860
            this.presetFilter.TextChanged += new System.EventHandler(this.FilterPresets);
247 Mevordel-4860
            //
248 Mevordel-4860
            // tabCustom
249 Mevordel-4860
            //
250 Mevordel-4860
            this.tabCustom.Controls.Add(this.customDataGrid);
251 Mevordel-4860
            this.tabCustom.Controls.Add(this.customTopBox);
252 Mevordel-4860
            this.tabCustom.Location = new System.Drawing.Point(4, 22);
253 Mevordel-4860
            this.tabCustom.Name = "tabCustom";
254 Mevordel-4860
            this.tabCustom.Size = new System.Drawing.Size(576, 363);
255 Mevordel-4860
            this.tabCustom.TabIndex = 1;
256 Mevordel-4860
            this.tabCustom.Text = "Customize";
257 Mevordel-4860
            this.tabCustom.UseVisualStyleBackColor = true;
258 Mevordel-4860
            //
259 Mevordel-4860
            // customDataGrid
260 Mevordel-4860
            //
261 Mevordel-4860
            this.customDataGrid.AllowUserToDeleteRows = false;
262 Mevordel-4860
            this.customDataGrid.AllowUserToResizeColumns = false;
263 Mevordel-4860
            this.customDataGrid.AllowUserToResizeRows = false;
264 Mevordel-4860
            this.customDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
265 Mevordel-4860
            this.customDataGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
266 Mevordel-4860
            this.customDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
267 Mevordel-4860
            this.customDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
268 Mevordel-4860
            this.customCategory,
269 Mevordel-4860
            this.customName,
270 Mevordel-4860
            this.customOption});
271 Mevordel-4860
            this.customDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
272 Mevordel-4860
            this.customDataGrid.EnableHeadersVisualStyles = false;
273 Mevordel-4860
            this.customDataGrid.Location = new System.Drawing.Point(0, 22);
274 Mevordel-4860
            this.customDataGrid.Name = "customDataGrid";
275 Mevordel-4860
            this.customDataGrid.RowHeadersVisible = false;
276 Mevordel-4860
            this.customDataGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
277 Mevordel-4860
            this.customDataGrid.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
278 Mevordel-4860
            this.customDataGrid.Size = new System.Drawing.Size(576, 341);
279 Mevordel-4860
            this.customDataGrid.TabIndex = 3;
280 Mevordel-4860
            //
281 Mevordel-4860
            // customTopBox
282 Mevordel-4860
            //
283 Mevordel-4860
            this.customTopBox.Controls.Add(this.customReload);
284 Mevordel-4860
            this.customTopBox.Controls.Add(this.customSave);
285 Mevordel-4860
            this.customTopBox.Controls.Add(this.customFilter);
286 Mevordel-4860
            this.customTopBox.Dock = System.Windows.Forms.DockStyle.Top;
287 Mevordel-4860
            this.customTopBox.Location = new System.Drawing.Point(0, 0);
288 Mevordel-4860
            this.customTopBox.Name = "customTopBox";
289 Mevordel-4860
            this.customTopBox.Size = new System.Drawing.Size(576, 22);
290 Mevordel-4860
            this.customTopBox.TabIndex = 1;
291 Mevordel-4860
            //
292 Mevordel-4860
            // customReload
293 Mevordel-4860
            //
294 Mevordel-4860
            this.customReload.AutoSize = true;
295 Mevordel-4860
            this.customReload.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
296 Mevordel-4860
            this.customReload.Location = new System.Drawing.Point(234, 4);
297 Mevordel-4860
            this.customReload.Name = "customReload";
298 Mevordel-4860
            this.customReload.Size = new System.Drawing.Size(41, 13);
299 Mevordel-4860
            this.customReload.TabIndex = 12;
300 Mevordel-4860
            this.customReload.TabStop = true;
301 Mevordel-4860
            this.customReload.Text = "&Reload";
302 Mevordel-4860
            this.customReload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LoadCustom);
303 Mevordel-4860
            //
304 Mevordel-4860
            // customSave
305 Mevordel-4860
            //
306 Mevordel-4860
            this.customSave.AutoSize = true;
307 Mevordel-4860
            this.customSave.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
308 Mevordel-4860
            this.customSave.Location = new System.Drawing.Point(281, 4);
309 Mevordel-4860
            this.customSave.Name = "customSave";
310 Mevordel-4860
            this.customSave.Size = new System.Drawing.Size(32, 13);
311 Mevordel-4860
            this.customSave.TabIndex = 11;
312 Mevordel-4860
            this.customSave.TabStop = true;
313 Mevordel-4860
            this.customSave.Text = "&Save";
314 Mevordel-4860
            this.customSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SaveCustom);
315 Mevordel-4860
            //
316 Mevordel-4860
            // customFilter
317 Mevordel-4860
            //
318 Mevordel-4860
            this.customFilter.Location = new System.Drawing.Point(0, 1);
319 Mevordel-4860
            this.customFilter.Name = "customFilter";
320 Mevordel-4860
            this.customFilter.Size = new System.Drawing.Size(228, 20);
321 Mevordel-4860
            this.customFilter.TabIndex = 9;
322 Mevordel-4860
            this.customFilter.TextChanged += new System.EventHandler(this.FilterElements);
323 Mevordel-4860
            //
324 Mevordel-4860
            // tabAddons
325 Mevordel-4860
            //
326 Mevordel-4860
            this.tabAddons.Controls.Add(this.addonDataGrid);
327 Mevordel-4860
            this.tabAddons.Controls.Add(this.addonTopBox);
328 Mevordel-4860
            this.tabAddons.Location = new System.Drawing.Point(4, 22);
329 Mevordel-4860
            this.tabAddons.Name = "tabAddons";
330 Mevordel-4860
            this.tabAddons.Size = new System.Drawing.Size(576, 363);
331 Mevordel-4860
            this.tabAddons.TabIndex = 2;
332 Mevordel-4860
            this.tabAddons.Text = "Manage Addons";
333 Mevordel-4860
            this.tabAddons.UseVisualStyleBackColor = true;
334 Mevordel-4860
            //
335 Mevordel-4860
            // addonDataGrid
336 Mevordel-4860
            //
337 Mevordel-4860
            this.addonDataGrid.AllowUserToDeleteRows = false;
338 Mevordel-4860
            this.addonDataGrid.AllowUserToResizeRows = false;
339 Mevordel-4860
            this.addonDataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
340 Mevordel-4860
            this.addonDataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
341 Mevordel-4860
            this.addonDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
342 Mevordel-4860
            this.addonName,
343 Mevordel-4860
            this.addonAuthor,
344 Mevordel-4860
            this.addonVersion,
345 Mevordel-4860
            this.addonInstalled,
346 Mevordel-4860
            this.addonActions});
347 Mevordel-4860
            this.addonDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
348 Mevordel-4860
            this.addonDataGrid.EnableHeadersVisualStyles = false;
349 Mevordel-4860
            this.addonDataGrid.Location = new System.Drawing.Point(0, 22);
350 Mevordel-4860
            this.addonDataGrid.MultiSelect = false;
351 Mevordel-4860
            this.addonDataGrid.Name = "addonDataGrid";
352 Mevordel-4860
            this.addonDataGrid.RowHeadersVisible = false;
353 Mevordel-4860
            this.addonDataGrid.Size = new System.Drawing.Size(576, 341);
354 Mevordel-4860
            this.addonDataGrid.TabIndex = 3;
355 Mevordel-4860
            //
356 Mevordel-4860
            // addonName
357 Mevordel-4860
            //
358 Mevordel-4860
            this.addonName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
359 Mevordel-4860
            this.addonName.FillWeight = 110F;
360 Mevordel-4860
            this.addonName.HeaderText = "Name";
361 Mevordel-4860
            this.addonName.Name = "addonName";
362 Mevordel-4860
            this.addonName.ReadOnly = true;
363 Mevordel-4860
            this.addonName.Width = 227;
364 Mevordel-4860
            //
365 Mevordel-4860
            // addonAuthor
366 Mevordel-4860
            //
367 Mevordel-4860
            this.addonAuthor.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
368 Mevordel-4860
            this.addonAuthor.HeaderText = "Author";
369 Mevordel-4860
            this.addonAuthor.Name = "addonAuthor";
370 Mevordel-4860
            this.addonAuthor.ReadOnly = true;
371 Mevordel-4860
            //
372 Mevordel-4860
            // addonVersion
373 Mevordel-4860
            //
374 Mevordel-4860
            this.addonVersion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
375 Mevordel-4860
            this.addonVersion.HeaderText = "Version";
376 Mevordel-4860
            this.addonVersion.Name = "addonVersion";
377 Mevordel-4860
            this.addonVersion.ReadOnly = true;
378 Mevordel-4860
            this.addonVersion.Width = 21;
379 Mevordel-4860
            //
380 Mevordel-4860
            // addonInstalled
381 Mevordel-4860
            //
382 Mevordel-4860
            this.addonInstalled.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
383 Mevordel-4860
            this.addonInstalled.HeaderText = "Installed";
384 Mevordel-4860
            this.addonInstalled.Name = "addonInstalled";
385 Mevordel-4860
            this.addonInstalled.ReadOnly = true;
386 Mevordel-4860
            this.addonInstalled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
387 Mevordel-4860
            this.addonInstalled.Width = 21;
388 Mevordel-4860
            //
389 Mevordel-4860
            // addonActions
390 Mevordel-4860
            //
391 Mevordel-4860
            this.addonActions.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
392 Mevordel-4860
            this.addonActions.HeaderText = "Actions";
393 Mevordel-4860
            this.addonActions.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
394 Mevordel-4860
            this.addonActions.Name = "addonActions";
395 Mevordel-4860
            this.addonActions.ReadOnly = true;
396 Mevordel-4860
            this.addonActions.Width = 48;
397 Mevordel-4860
            //
398 Mevordel-4860
            // addonTopBox
399 Mevordel-4860
            //
400 Mevordel-4860
            this.addonTopBox.Controls.Add(this.addonDeleteAll);
401 Mevordel-4860
            this.addonTopBox.Controls.Add(this.addonRefreshList);
402 Mevordel-4860
            this.addonTopBox.Controls.Add(this.addonUpdate);
403 Mevordel-4860
            this.addonTopBox.Controls.Add(this.addonFilter);
404 Mevordel-4860
            this.addonTopBox.Dock = System.Windows.Forms.DockStyle.Top;
405 Mevordel-4860
            this.addonTopBox.Location = new System.Drawing.Point(0, 0);
406 Mevordel-4860
            this.addonTopBox.Name = "addonTopBox";
407 Mevordel-4860
            this.addonTopBox.Size = new System.Drawing.Size(576, 22);
408 Mevordel-4860
            this.addonTopBox.TabIndex = 2;
409 Mevordel-4860
            //
410 Mevordel-4860
            // addonDeleteAll
411 Mevordel-4860
            //
412 Mevordel-4860
            this.addonDeleteAll.AutoSize = true;
413 Mevordel-4860
            this.addonDeleteAll.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
414 Mevordel-4860
            this.addonDeleteAll.Location = new System.Drawing.Point(332, 4);
415 Mevordel-4860
            this.addonDeleteAll.Name = "addonDeleteAll";
416 Mevordel-4860
            this.addonDeleteAll.Size = new System.Drawing.Size(52, 13);
417 Mevordel-4860
            this.addonDeleteAll.TabIndex = 13;
418 Mevordel-4860
            this.addonDeleteAll.TabStop = true;
419 Mevordel-4860
            this.addonDeleteAll.Text = "&Delete All";
420 Mevordel-4860
            this.addonDeleteAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DeleteAllAddons);
421 Mevordel-4860
            //
422 Mevordel-4860
            // addonRefreshList
423 Mevordel-4860
            //
424 Mevordel-4860
            this.addonRefreshList.AutoSize = true;
425 Mevordel-4860
            this.addonRefreshList.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
426 Mevordel-4860
            this.addonRefreshList.Location = new System.Drawing.Point(234, 4);
427 Mevordel-4860
            this.addonRefreshList.Name = "addonRefreshList";
428 Mevordel-4860
            this.addonRefreshList.Size = new System.Drawing.Size(44, 13);
429 Mevordel-4860
            this.addonRefreshList.TabIndex = 12;
430 Mevordel-4860
            this.addonRefreshList.TabStop = true;
431 Mevordel-4860
            this.addonRefreshList.Text = "&Refresh";
432 Mevordel-4860
            this.addonRefreshList.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.RefreshAddons);
433 Mevordel-4860
            //
434 Mevordel-4860
            // addonUpdate
435 Mevordel-4860
            //
436 Mevordel-4860
            this.addonUpdate.AutoSize = true;
437 Mevordel-4860
            this.addonUpdate.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
438 Mevordel-4860
            this.addonUpdate.Location = new System.Drawing.Point(284, 4);
439 Mevordel-4860
            this.addonUpdate.Name = "addonUpdate";
440 Mevordel-4860
            this.addonUpdate.Size = new System.Drawing.Size(42, 13);
441 Mevordel-4860
            this.addonUpdate.TabIndex = 11;
442 Mevordel-4860
            this.addonUpdate.TabStop = true;
443 Mevordel-4860
            this.addonUpdate.Text = "&Update";
444 Mevordel-4860
            this.addonUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.UpdateAddons);
445 Mevordel-4860
            //
446 Mevordel-4860
            // addonFilter
447 Mevordel-4860
            //
448 Mevordel-4860
            this.addonFilter.Location = new System.Drawing.Point(0, 1);
449 Mevordel-4860
            this.addonFilter.Name = "addonFilter";
450 Mevordel-4860
            this.addonFilter.Size = new System.Drawing.Size(228, 20);
451 Mevordel-4860
            this.addonFilter.TabIndex = 9;
452 Mevordel-4860
            this.addonFilter.TextChanged += new System.EventHandler(this.FilterAddons);
453 Mevordel-4860
            //
454 Mevordel-4860
            // tabOptions
455 Mevordel-4860
            //
456 Mevordel-4860
            this.tabOptions.AutoScroll = true;
457 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionNoRecycle);
458 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionTopBox);
459 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionReadOnly);
460 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionEditorBrowse);
461 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionEditorLabel);
462 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionEditorPath);
463 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionAutoLoad);
464 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionConfirmation);
465 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionTransMax);
466 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionTranslucent);
467 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionDefResLabel);
468 Mevordel-4860
            this.tabOptions.Controls.Add(this.optionDefaultRes);
469 Mevordel-4860
            this.tabOptions.Location = new System.Drawing.Point(4, 22);
470 Mevordel-4860
            this.tabOptions.Name = "tabOptions";
471 Mevordel-4860
            this.tabOptions.Size = new System.Drawing.Size(576, 363);
472 Mevordel-4860
            this.tabOptions.TabIndex = 4;
473 Mevordel-4860
            this.tabOptions.Text = "Settings";
474 Mevordel-4860
            this.tabOptions.UseVisualStyleBackColor = true;
475 Mevordel-4860
            //
476 Mevordel-4860
            // optionTopBox
477 Mevordel-4860
            //
478 Mevordel-4860
            this.optionTopBox.Controls.Add(this.optionReload);
479 Mevordel-4860
            this.optionTopBox.Controls.Add(this.optionSave);
480 Mevordel-4860
            this.optionTopBox.Controls.Add(this.optionFilter);
481 Mevordel-4860
            this.optionTopBox.Dock = System.Windows.Forms.DockStyle.Top;
482 Mevordel-4860
            this.optionTopBox.Location = new System.Drawing.Point(0, 0);
483 Mevordel-4860
            this.optionTopBox.Name = "optionTopBox";
484 Mevordel-4860
            this.optionTopBox.Size = new System.Drawing.Size(576, 22);
485 Mevordel-4860
            this.optionTopBox.TabIndex = 15;
486 Mevordel-4860
            //
487 Mevordel-4860
            // optionReload
488 Mevordel-4860
            //
489 Mevordel-4860
            this.optionReload.AutoSize = true;
490 Mevordel-4860
            this.optionReload.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
491 Mevordel-4860
            this.optionReload.Location = new System.Drawing.Point(234, 4);
492 Mevordel-4860
            this.optionReload.Name = "optionReload";
493 Mevordel-4860
            this.optionReload.Size = new System.Drawing.Size(41, 13);
494 Mevordel-4860
            this.optionReload.TabIndex = 12;
495 Mevordel-4860
            this.optionReload.TabStop = true;
496 Mevordel-4860
            this.optionReload.Text = "&Reload";
497 Mevordel-4860
            this.optionReload.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ReloadSettings);
498 Mevordel-4860
            //
499 Mevordel-4860
            // optionSave
500 Mevordel-4860
            //
501 Mevordel-4860
            this.optionSave.AutoSize = true;
502 Mevordel-4860
            this.optionSave.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
503 Mevordel-4860
            this.optionSave.Location = new System.Drawing.Point(281, 4);
504 Mevordel-4860
            this.optionSave.Name = "optionSave";
505 Mevordel-4860
            this.optionSave.Size = new System.Drawing.Size(32, 13);
506 Mevordel-4860
            this.optionSave.TabIndex = 11;
507 Mevordel-4860
            this.optionSave.TabStop = true;
508 Mevordel-4860
            this.optionSave.Text = "&Save";
509 Mevordel-4860
            this.optionSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SaveSettings);
510 Mevordel-4860
            //
511 Mevordel-4860
            // optionFilter
512 Mevordel-4860
            //
513 Mevordel-4860
            this.optionFilter.Location = new System.Drawing.Point(0, 1);
514 Mevordel-4860
            this.optionFilter.Name = "optionFilter";
515 Mevordel-4860
            this.optionFilter.Size = new System.Drawing.Size(228, 20);
516 Mevordel-4860
            this.optionFilter.TabIndex = 9;
517 Mevordel-4860
            //
518 Mevordel-4860
            // optionReadOnly
519 Mevordel-4860
            //
520 Mevordel-4860
            this.optionReadOnly.AutoSize = true;
521 Mevordel-4860
            this.optionReadOnly.Checked = true;
522 Mevordel-4860
            this.optionReadOnly.CheckState = System.Windows.Forms.CheckState.Checked;
523 Mevordel-4860
            this.optionReadOnly.Location = new System.Drawing.Point(8, 123);
524 Mevordel-4860
            this.optionReadOnly.Name = "optionReadOnly";
525 Mevordel-4860
            this.optionReadOnly.Size = new System.Drawing.Size(217, 17);
526 Mevordel-4860
            this.optionReadOnly.TabIndex = 14;
527 Mevordel-4860
            this.optionReadOnly.Text = "Prevent changes to downloaded presets";
528 Mevordel-4860
            this.optionReadOnly.UseVisualStyleBackColor = true;
529 Mevordel-4860
            //
530 Mevordel-4860
            // optionEditorBrowse
531 Mevordel-4860
            //
532 Mevordel-4860
            this.optionEditorBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
533 Mevordel-4860
            this.optionEditorBrowse.Location = new System.Drawing.Point(513, 95);
534 Mevordel-4860
            this.optionEditorBrowse.Name = "optionEditorBrowse";
535 Mevordel-4860
            this.optionEditorBrowse.Size = new System.Drawing.Size(55, 24);
536 Mevordel-4860
            this.optionEditorBrowse.TabIndex = 13;
537 Mevordel-4860
            this.optionEditorBrowse.Text = "Browse";
538 Mevordel-4860
            this.optionEditorBrowse.UseVisualStyleBackColor = true;
539 Mevordel-4860
            this.optionEditorBrowse.Click += new System.EventHandler(this.BrowseForEditor);
540 Mevordel-4860
            //
541 Mevordel-4860
            // optionEditorLabel
542 Mevordel-4860
            //
543 Mevordel-4860
            this.optionEditorLabel.AutoSize = true;
544 Mevordel-4860
            this.optionEditorLabel.Location = new System.Drawing.Point(229, 78);
545 Mevordel-4860
            this.optionEditorLabel.Name = "optionEditorLabel";
546 Mevordel-4860
            this.optionEditorLabel.Size = new System.Drawing.Size(80, 13);
547 Mevordel-4860
            this.optionEditorLabel.TabIndex = 12;
548 Mevordel-4860
            this.optionEditorLabel.Text = "Preferred Editor";
549 Mevordel-4860
            //
550 Mevordel-4860
            // optionEditorPath
551 Mevordel-4860
            //
552 Mevordel-4860
            this.optionEditorPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
553 Mevordel-4860
                        | System.Windows.Forms.AnchorStyles.Right)));
554 Mevordel-4860
            this.optionEditorPath.Location = new System.Drawing.Point(232, 98);
555 Mevordel-4860
            this.optionEditorPath.Name = "optionEditorPath";
556 Mevordel-4860
            this.optionEditorPath.Size = new System.Drawing.Size(275, 20);
557 Mevordel-4860
            this.optionEditorPath.TabIndex = 11;
558 Mevordel-4860
            this.optionEditorPath.Text = "C:\\Windows\\Notepad.exe";
559 Mevordel-4860
            //
560 Mevordel-4860
            // optionAutoLoad
561 Mevordel-4860
            //
562 Mevordel-4860
            this.optionAutoLoad.AutoSize = true;
563 Mevordel-4860
            this.optionAutoLoad.Location = new System.Drawing.Point(8, 100);
564 Mevordel-4860
            this.optionAutoLoad.Name = "optionAutoLoad";
565 Mevordel-4860
            this.optionAutoLoad.Size = new System.Drawing.Size(152, 17);
566 Mevordel-4860
            this.optionAutoLoad.TabIndex = 10;
567 Mevordel-4860
            this.optionAutoLoad.Text = "Automatically load last skin";
568 Mevordel-4860
            this.optionAutoLoad.UseVisualStyleBackColor = true;
569 Mevordel-4860
            //
570 Mevordel-4860
            // optionConfirmation
571 Mevordel-4860
            //
572 Mevordel-4860
            this.optionConfirmation.AutoSize = true;
573 Mevordel-4860
            this.optionConfirmation.Checked = true;
574 Mevordel-4860
            this.optionConfirmation.CheckState = System.Windows.Forms.CheckState.Checked;
575 Mevordel-4860
            this.optionConfirmation.Location = new System.Drawing.Point(8, 77);
576 Mevordel-4860
            this.optionConfirmation.Name = "optionConfirmation";
577 Mevordel-4860
            this.optionConfirmation.Size = new System.Drawing.Size(176, 17);
578 Mevordel-4860
            this.optionConfirmation.TabIndex = 9;
579 Mevordel-4860
            this.optionConfirmation.Text = "Confirm deleting and overwriting";
580 Mevordel-4860
            this.optionConfirmation.UseVisualStyleBackColor = true;
581 Mevordel-4860
            //
582 Mevordel-4860
            // optionTransMax
583 Mevordel-4860
            //
584 Mevordel-4860
            this.optionTransMax.AutoSize = true;
585 Mevordel-4860
            this.optionTransMax.Location = new System.Drawing.Point(28, 54);
586 Mevordel-4860
            this.optionTransMax.Name = "optionTransMax";
587 Mevordel-4860
            this.optionTransMax.Size = new System.Drawing.Size(131, 17);
588 Mevordel-4860
            this.optionTransMax.TabIndex = 8;
589 Mevordel-4860
            this.optionTransMax.Text = "Even when maximized";
590 Mevordel-4860
            this.optionTransMax.UseVisualStyleBackColor = true;
591 Mevordel-4860
            this.optionTransMax.CheckedChanged += new System.EventHandler(this.UpdateTransparency);
592 Mevordel-4860
            //
593 Mevordel-4860
            // optionTranslucent
594 Mevordel-4860
            //
595 Mevordel-4860
            this.optionTranslucent.AutoSize = true;
596 Mevordel-4860
            this.optionTranslucent.Checked = true;
597 Mevordel-4860
            this.optionTranslucent.CheckState = System.Windows.Forms.CheckState.Checked;
598 Mevordel-4860
            this.optionTranslucent.Location = new System.Drawing.Point(8, 31);
599 Mevordel-4860
            this.optionTranslucent.Name = "optionTranslucent";
600 Mevordel-4860
            this.optionTranslucent.Size = new System.Drawing.Size(121, 17);
601 Mevordel-4860
            this.optionTranslucent.TabIndex = 7;
602 Mevordel-4860
            this.optionTranslucent.Text = "Translucent window";
603 Mevordel-4860
            this.optionTranslucent.UseVisualStyleBackColor = true;
604 Mevordel-4860
            this.optionTranslucent.CheckedChanged += new System.EventHandler(this.UpdateTransparency);
605 Mevordel-4860
            //
606 Mevordel-4860
            // optionDefResLabel
607 Mevordel-4860
            //
608 Mevordel-4860
            this.optionDefResLabel.AutoSize = true;
609 Mevordel-4860
            this.optionDefResLabel.Location = new System.Drawing.Point(229, 32);
610 Mevordel-4860
            this.optionDefResLabel.Name = "optionDefResLabel";
611 Mevordel-4860
            this.optionDefResLabel.Size = new System.Drawing.Size(94, 13);
612 Mevordel-4860
            this.optionDefResLabel.TabIndex = 6;
613 Mevordel-4860
            this.optionDefResLabel.Text = "Default Resolution";
614 Mevordel-4860
            //
615 Mevordel-4860
            // optionDefaultRes
616 Mevordel-4860
            //
617 Mevordel-4860
            this.optionDefaultRes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
618 Mevordel-4860
                        | System.Windows.Forms.AnchorStyles.Right)));
619 Mevordel-4860
            this.optionDefaultRes.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
620 Mevordel-4860
            this.optionDefaultRes.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
621 Mevordel-4860
            this.optionDefaultRes.FormattingEnabled = true;
622 Mevordel-4860
            this.optionDefaultRes.Items.AddRange(new object[] {
623 Mevordel-4860
            "800x600",
624 Mevordel-4860
            "1024x768",
625 Mevordel-4860
            "1280x800",
626 Mevordel-4860
            "1280x960",
627 Mevordel-4860
            "1280x1024",
628 Mevordel-4860
            "1360x768",
629 Mevordel-4860
            "1366x768",
630 Mevordel-4860
            "1440x900",
631 Mevordel-4860
            "1600x900",
632 Mevordel-4860
            "1920x1080",
633 Mevordel-4860
            "1920x1200"});
634 Mevordel-4860
            this.optionDefaultRes.Location = new System.Drawing.Point(232, 52);
635 Mevordel-4860
            this.optionDefaultRes.Name = "optionDefaultRes";
636 Mevordel-4860
            this.optionDefaultRes.Size = new System.Drawing.Size(336, 21);
637 Mevordel-4860
            this.optionDefaultRes.TabIndex = 5;
638 Mevordel-4860
            //
639 Mevordel-4860
            // tabInfo
640 Mevordel-4860
            //
641 Mevordel-4860
            this.tabInfo.Location = new System.Drawing.Point(4, 22);
642 Mevordel-4860
            this.tabInfo.Name = "tabInfo";
643 Mevordel-4860
            this.tabInfo.Size = new System.Drawing.Size(576, 363);
644 Mevordel-4860
            this.tabInfo.TabIndex = 3;
645 Mevordel-4860
            this.tabInfo.Text = "Information";
646 Mevordel-4860
            this.tabInfo.UseVisualStyleBackColor = true;
647 Mevordel-4860
            //
648 Mevordel-4860
            // mainContainer
649 Mevordel-4860
            //
650 Mevordel-4860
            //
651 Mevordel-4860
            // mainContainer.BottomToolStripPanel
652 Mevordel-4860
            //
653 Mevordel-4860
            this.mainContainer.BottomToolStripPanel.BackColor = System.Drawing.SystemColors.Menu;
654 Mevordel-4860
            this.mainContainer.BottomToolStripPanel.Controls.Add(this.statusBar);
655 Mevordel-4860
            //
656 Mevordel-4860
            // mainContainer.ContentPanel
657 Mevordel-4860
            //
658 Mevordel-4860
            this.mainContainer.ContentPanel.AutoScroll = true;
659 Mevordel-4860
            this.mainContainer.ContentPanel.Controls.Add(this.mainTabs);
660 Mevordel-4860
            this.mainContainer.ContentPanel.Size = new System.Drawing.Size(584, 389);
661 Mevordel-4860
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
662 Mevordel-4860
            //
663 Mevordel-4860
            // mainContainer.LeftToolStripPanel
664 Mevordel-4860
            //
665 Mevordel-4860
            this.mainContainer.LeftToolStripPanel.BackColor = System.Drawing.SystemColors.Menu;
666 Mevordel-4860
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
667 Mevordel-4860
            this.mainContainer.Name = "mainContainer";
668 Mevordel-4860
            //
669 Mevordel-4860
            // mainContainer.RightToolStripPanel
670 Mevordel-4860
            //
671 Mevordel-4860
            this.mainContainer.RightToolStripPanel.BackColor = System.Drawing.SystemColors.Menu;
672 Mevordel-4860
            this.mainContainer.Size = new System.Drawing.Size(584, 411);
673 Mevordel-4860
            this.mainContainer.TabIndex = 2;
674 Mevordel-4860
            this.mainContainer.Text = "toolStripContainer1";
675 Mevordel-4860
            //
676 Mevordel-4860
            // mainContainer.TopToolStripPanel
677 Mevordel-4860
            //
678 Mevordel-4860
            this.mainContainer.TopToolStripPanel.BackColor = System.Drawing.SystemColors.Menu;
679 Mevordel-4860
            //
680 Mevordel-4860
            // optionNoRecycle
681 Mevordel-4860
            //
682 Mevordel-4860
            this.optionNoRecycle.AutoSize = true;
683 Mevordel-4860
            this.optionNoRecycle.Location = new System.Drawing.Point(232, 123);
684 Mevordel-4860
            this.optionNoRecycle.Name = "optionNoRecycle";
685 Mevordel-4860
            this.optionNoRecycle.Size = new System.Drawing.Size(120, 17);
686 Mevordel-4860
            this.optionNoRecycle.TabIndex = 16;
687 Mevordel-4860
            this.optionNoRecycle.Text = "Bypass Recycle Bin";
688 Mevordel-4860
            this.optionNoRecycle.UseVisualStyleBackColor = true;
689 Mevordel-4860
            //
690 Mevordel-4860
            // customOption
691 Mevordel-4860
            //
692 Mevordel-4860
            this.customOption.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
693 Mevordel-4860
            this.customOption.FillWeight = 100.2105F;
694 Mevordel-4860
            this.customOption.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
695 Mevordel-4860
            this.customOption.HeaderText = "Option";
696 Mevordel-4860
            this.customOption.Name = "customOption";
697 Mevordel-4860
            this.customOption.Resizable = System.Windows.Forms.DataGridViewTriState.False;
698 Mevordel-4860
            //
699 Mevordel-4860
            // customName
700 Mevordel-4860
            //
701 Mevordel-4860
            this.customName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
702 Mevordel-4860
            this.customName.FillWeight = 99.78947F;
703 Mevordel-4860
            this.customName.HeaderText = "Element Name";
704 Mevordel-4860
            this.customName.Name = "customName";
705 Mevordel-4860
            this.customName.ReadOnly = true;
706 Mevordel-4860
            this.customName.Width = 127;
707 Mevordel-4860
            //
708 Mevordel-4860
            // customCategory
709 Mevordel-4860
            //
710 Mevordel-4860
            this.customCategory.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
711 Mevordel-4860
            this.customCategory.HeaderText = "Category";
712 Mevordel-4860
            this.customCategory.Name = "customCategory";
713 Mevordel-4860
            this.customCategory.ReadOnly = true;
714 Mevordel-4860
            //
715 Mevordel-4860
            // mainWindow
716 Mevordel-4860
            //
717 Mevordel-4860
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
718 Mevordel-4860
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
719 Mevordel-4860
            this.ClientSize = new System.Drawing.Size(584, 411);
720 Mevordel-4860
            this.Controls.Add(this.mainContainer);
721 Mevordel-4860
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
722 Mevordel-4860
            this.MinimumSize = new System.Drawing.Size(500, 230);
723 Mevordel-4860
            this.Name = "mainWindow";
724 Mevordel-4860
            this.Text = "BuildSkin BETA";
725 Mevordel-4860
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClose);
726 Mevordel-4860
            this.SizeChanged += new System.EventHandler(this.UpdateTransparency);
727 Mevordel-4860
            this.statusBar.ResumeLayout(false);
728 Mevordel-4860
            this.statusBar.PerformLayout();
729 Mevordel-4860
            this.mainTabs.ResumeLayout(false);
730 Mevordel-4860
            this.tabPresets.ResumeLayout(false);
731 Mevordel-4860
            this.presetTopBox.ResumeLayout(false);
732 Mevordel-4860
            this.presetTopBox.PerformLayout();
733 Mevordel-4860
            this.tabCustom.ResumeLayout(false);
734 Mevordel-4860
            ((System.ComponentModel.ISupportInitialize)(this.customDataGrid)).EndInit();
735 Mevordel-4860
            this.customTopBox.ResumeLayout(false);
736 Mevordel-4860
            this.customTopBox.PerformLayout();
737 Mevordel-4860
            this.tabAddons.ResumeLayout(false);
738 Mevordel-4860
            ((System.ComponentModel.ISupportInitialize)(this.addonDataGrid)).EndInit();
739 Mevordel-4860
            this.addonTopBox.ResumeLayout(false);
740 Mevordel-4860
            this.addonTopBox.PerformLayout();
741 Mevordel-4860
            this.tabOptions.ResumeLayout(false);
742 Mevordel-4860
            this.tabOptions.PerformLayout();
743 Mevordel-4860
            this.optionTopBox.ResumeLayout(false);
744 Mevordel-4860
            this.optionTopBox.PerformLayout();
745 Mevordel-4860
            this.mainContainer.BottomToolStripPanel.ResumeLayout(false);
746 Mevordel-4860
            this.mainContainer.BottomToolStripPanel.PerformLayout();
747 Mevordel-4860
            this.mainContainer.ContentPanel.ResumeLayout(false);
748 Mevordel-4860
            this.mainContainer.ResumeLayout(false);
749 Mevordel-4860
            this.mainContainer.PerformLayout();
750 Mevordel-4860
            this.ResumeLayout(false);
751 Mevordel-4860
 
752 Mevordel-4860
        }
753 Mevordel-4860
 
754 Mevordel-4860
        #endregion
755 Mevordel-4860
 
756 Mevordel-4860
        private System.Windows.Forms.StatusStrip statusBar;
757 Mevordel-4860
        private System.Windows.Forms.TabControl mainTabs;
758 Mevordel-4860
        private System.Windows.Forms.TabPage tabPresets;
759 Mevordel-4860
        private System.Windows.Forms.TabPage tabCustom;
760 Mevordel-4860
        private System.Windows.Forms.TabPage tabAddons;
761 Mevordel-4860
        private System.Windows.Forms.TabPage tabInfo;
762 Mevordel-4860
        private System.Windows.Forms.ToolStripContainer mainContainer;
763 Mevordel-4860
        private System.Windows.Forms.ToolStripProgressBar statusProgress;
764 Mevordel-4860
        private System.Windows.Forms.ToolStripStatusLabel statusLabel;
765 Mevordel-4860
        private System.Windows.Forms.TabPage tabOptions;
766 Mevordel-4860
        private System.Windows.Forms.Label optionDefResLabel;
767 Mevordel-4860
        private System.Windows.Forms.Button optionEditorBrowse;
768 Mevordel-4860
        private System.Windows.Forms.Label optionEditorLabel;
769 Mevordel-4860
        private System.Windows.Forms.Panel customTopBox;
770 Mevordel-4860
        private System.Windows.Forms.TextBox customFilter;
771 Mevordel-4860
        private System.Windows.Forms.DataGridView customDataGrid;
772 Mevordel-4860
        private System.Windows.Forms.LinkLabel customReload;
773 Mevordel-4860
        private System.Windows.Forms.LinkLabel customSave;
774 Mevordel-4860
        private System.Windows.Forms.Panel addonTopBox;
775 Mevordel-4860
        private System.Windows.Forms.LinkLabel addonRefreshList;
776 Mevordel-4860
        private System.Windows.Forms.LinkLabel addonUpdate;
777 Mevordel-4860
        private System.Windows.Forms.TextBox addonFilter;
778 Mevordel-4860
        private System.Windows.Forms.Panel optionTopBox;
779 Mevordel-4860
        private System.Windows.Forms.LinkLabel optionReload;
780 Mevordel-4860
        private System.Windows.Forms.LinkLabel optionSave;
781 Mevordel-4860
        private System.Windows.Forms.TextBox optionFilter;
782 Mevordel-4860
        private System.Windows.Forms.Panel presetTopBox;
783 Mevordel-4860
        private System.Windows.Forms.LinkLabel presetRename;
784 Mevordel-4860
        private System.Windows.Forms.LinkLabel presetCopy;
785 Mevordel-4860
        private System.Windows.Forms.TextBox presetFilter;
786 Mevordel-4860
        private System.Windows.Forms.LinkLabel presetAdd;
787 Mevordel-4860
        private System.Windows.Forms.LinkLabel presetDelete;
788 Mevordel-4860
        private System.Windows.Forms.WebBrowser presetPreview;
789 Mevordel-4860
        private System.Windows.Forms.ListBox presetList;
790 Mevordel-4860
        private System.Windows.Forms.LinkLabel addonDeleteAll;
791 Mevordel-4860
        private System.Windows.Forms.DataGridView addonDataGrid;
792 Mevordel-4860
        private System.Windows.Forms.DataGridViewTextBoxColumn addonName;
793 Mevordel-4860
        private System.Windows.Forms.DataGridViewTextBoxColumn addonAuthor;
794 Mevordel-4860
        private System.Windows.Forms.DataGridViewTextBoxColumn addonVersion;
795 Mevordel-4860
        private System.Windows.Forms.DataGridViewCheckBoxColumn addonInstalled;
796 Mevordel-4860
        private System.Windows.Forms.DataGridViewLinkColumn addonActions;
797 Mevordel-4860
        private System.Windows.Forms.ComboBox optionDefaultRes;
798 Mevordel-4860
        private System.Windows.Forms.CheckBox optionAutoLoad;
799 Mevordel-4860
        private System.Windows.Forms.CheckBox optionConfirmation;
800 Mevordel-4860
        private System.Windows.Forms.CheckBox optionTransMax;
801 Mevordel-4860
        private System.Windows.Forms.CheckBox optionTranslucent;
802 Mevordel-4860
        private System.Windows.Forms.TextBox optionEditorPath;
803 Mevordel-4860
        private System.Windows.Forms.CheckBox optionReadOnly;
804 Mevordel-4860
        private System.Windows.Forms.CheckBox optionNoRecycle;
805 Mevordel-4860
        private System.Windows.Forms.DataGridViewTextBoxColumn customCategory;
806 Mevordel-4860
        private System.Windows.Forms.DataGridViewTextBoxColumn customName;
807 Mevordel-4860
        private System.Windows.Forms.DataGridViewComboBoxColumn customOption;
808 Mevordel-4860
    }
809 Mevordel-4860
}
810 Mevordel-4860
 

All times are GMT -5. The time now is 04:27 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui