Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 73  →  ?path2? @ 75
/trunk/Winify/Settings/SettingsForm.Designer.cs
@@ -52,6 +52,9 @@
this.label13 = new System.Windows.Forms.Label();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.textBox4 = new System.Windows.Forms.TextBox();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
this.button7 = new System.Windows.Forms.Button();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
@@ -74,6 +77,7 @@
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
this.label16 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.appIdTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
@@ -80,6 +84,9 @@
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.label15 = new System.Windows.Forms.Label();
this.button8 = new System.Windows.Forms.Button();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.button4 = new System.Windows.Forms.Button();
@@ -100,8 +107,8 @@
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.globalChimeOpenFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.announcementsChimeOpenFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
@@ -114,6 +121,8 @@
this.groupBox8.SuspendLayout();
this.tableLayoutPanel14.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.groupBox9.SuspendLayout();
this.tableLayoutPanel15.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.groupBox1.SuspendLayout();
@@ -164,6 +173,7 @@
this.flowLayoutPanel2.Controls.Add(this.groupBox6);
this.flowLayoutPanel2.Controls.Add(this.groupBox7);
this.flowLayoutPanel2.Controls.Add(this.groupBox8);
this.flowLayoutPanel2.Controls.Add(this.groupBox9);
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
@@ -364,6 +374,40 @@
this.textBox4.Size = new System.Drawing.Size(145, 20);
this.textBox4.TabIndex = 2;
//
// groupBox9
//
this.groupBox9.Controls.Add(this.tableLayoutPanel15);
this.groupBox9.Location = new System.Drawing.Point(3, 146);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(160, 81);
this.groupBox9.TabIndex = 4;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "Chime";
//
// tableLayoutPanel15
//
this.tableLayoutPanel15.ColumnCount = 1;
this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel15.Controls.Add(this.button7, 0, 0);
this.tableLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel15.Name = "tableLayoutPanel15";
this.tableLayoutPanel15.RowCount = 1;
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel15.Size = new System.Drawing.Size(154, 62);
this.tableLayoutPanel15.TabIndex = 0;
//
// button7
//
this.button7.Anchor = System.Windows.Forms.AnchorStyles.None;
this.button7.Location = new System.Drawing.Point(39, 19);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23);
this.button7.TabIndex = 0;
this.button7.Text = "Set";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.tableLayoutPanel3);
@@ -619,6 +663,7 @@
this.tableLayoutPanel10.ColumnCount = 2;
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
this.tableLayoutPanel10.Controls.Add(this.label16, 0, 4);
this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
this.tableLayoutPanel10.Controls.Add(this.appIdTextBox, 1, 0);
this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
@@ -627,19 +672,31 @@
this.tableLayoutPanel10.Controls.Add(this.checkBox5, 1, 2);
this.tableLayoutPanel10.Controls.Add(this.checkBox6, 1, 3);
this.tableLayoutPanel10.Controls.Add(this.label15, 0, 3);
this.tableLayoutPanel10.Controls.Add(this.button8, 1, 4);
this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.tableLayoutPanel10.RowCount = 5;
this.tableLayoutPanel10.RowCount = 6;
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel10.Size = new System.Drawing.Size(257, 218);
this.tableLayoutPanel10.TabIndex = 4;
//
// label16
//
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(3, 119);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(58, 13);
this.label16.TabIndex = 7;
this.label16.Text = "Chime Clip";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
@@ -715,6 +772,39 @@
this.checkBox5.Text = "Enable";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(67, 89);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(187, 17);
this.checkBox6.TabIndex = 6;
this.checkBox6.Text = "Enable";
this.checkBox6.UseVisualStyleBackColor = true;
//
// label15
//
this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(3, 91);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(58, 13);
this.label15.TabIndex = 5;
this.label15.Text = "Chime";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// button8
//
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.button8.Location = new System.Drawing.Point(67, 115);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(187, 22);
this.button8.TabIndex = 8;
this.button8.Text = "Set";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 1;
@@ -952,27 +1042,13 @@
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.Button6_Click);
//
// label15
// globalChimeOpenFileDialog1
//
this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(3, 91);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(58, 13);
this.label15.TabIndex = 5;
this.label15.Text = "Chime";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.globalChimeOpenFileDialog1.FileName = "openFileDialog1";
//
// checkBox6
// announcementsChimeOpenFileDialog1
//
this.checkBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(67, 89);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(187, 17);
this.checkBox6.TabIndex = 6;
this.checkBox6.Text = "Enable";
this.checkBox6.UseVisualStyleBackColor = true;
this.announcementsChimeOpenFileDialog1.FileName = "openFileDialog1";
//
// SettingsForm
//
@@ -1000,6 +1076,8 @@
this.tableLayoutPanel14.ResumeLayout(false);
this.tableLayoutPanel14.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.groupBox9.ResumeLayout(false);
this.tableLayoutPanel15.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
@@ -1097,5 +1175,12 @@
private CheckBox checkBox5;
private Label label15;
private CheckBox checkBox6;
private GroupBox groupBox9;
private TableLayoutPanel tableLayoutPanel15;
private Button button7;
private OpenFileDialog globalChimeOpenFileDialog1;
private Label label16;
private Button button8;
private OpenFileDialog announcementsChimeOpenFileDialog1;
}
}