Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 72  →  ?path2? @ 73
/trunk/Winify/Settings/SettingsForm.Designer.cs
@@ -78,6 +78,8 @@
this.appIdTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.button4 = new System.Windows.Forms.Button();
@@ -98,8 +100,8 @@
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.label15 = new System.Windows.Forms.Label();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
@@ -623,14 +625,18 @@
this.tableLayoutPanel10.Controls.Add(this.numericUpDown2, 1, 1);
this.tableLayoutPanel10.Controls.Add(this.label14, 0, 2);
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.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.tableLayoutPanel10.RowCount = 4;
this.tableLayoutPanel10.RowCount = 5;
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());
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;
//
@@ -687,6 +693,28 @@
0,
0});
//
// label14
//
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(3, 63);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(58, 13);
this.label14.TabIndex = 3;
this.label14.Text = "Ignore";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// checkBox5
//
this.checkBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(67, 61);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(187, 17);
this.checkBox5.TabIndex = 4;
this.checkBox5.Text = "Enable";
this.checkBox5.UseVisualStyleBackColor = true;
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 1;
@@ -924,27 +952,27 @@
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.Button6_Click);
//
// label14
// label15
//
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(3, 63);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(58, 13);
this.label14.TabIndex = 3;
this.label14.Text = "Ignore";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
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;
//
// checkBox5
// checkBox6
//
this.checkBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(67, 61);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(187, 17);
this.checkBox5.TabIndex = 4;
this.checkBox5.Text = "Enable";
this.checkBox5.UseVisualStyleBackColor = true;
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;
//
// SettingsForm
//
@@ -1067,5 +1095,7 @@
private NumericUpDown numericUpDown2;
private Label label14;
private CheckBox checkBox5;
private Label label15;
private CheckBox checkBox6;
}
}
/trunk/Winify/Settings/SettingsForm.cs
@@ -284,6 +284,9 @@
checkBox5.DataBindings.Add(
new Binding("Checked", _announcementBindingSource, nameof(_announcement.Ignore), true,
DataSourceUpdateMode.OnPropertyChanged));
checkBox6.DataBindings.Add(
new Binding("Checked", _announcementBindingSource, nameof(_announcement.EnableChime), true,
DataSourceUpdateMode.OnPropertyChanged));
 
listBox2.DataSource = _announcements.Announcement;
listBox2.DisplayMember = "Id";