Wersja 1.0.3.0

Parę poprawek i nowe funkcje
This commit is contained in:
Christopher
2021-01-30 23:17:38 +01:00
parent d51bd429f6
commit fd3a4df75a
13 changed files with 330 additions and 112 deletions
+64 -52
View File
@@ -35,34 +35,37 @@ namespace ErrorGenerator
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.label3 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 35);
this.textBox1.Location = new System.Drawing.Point(9, 28);
this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(258, 22);
this.textBox1.Size = new System.Drawing.Size(194, 20);
this.textBox1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Location = new System.Drawing.Point(9, 12);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 17);
this.label1.Size = new System.Drawing.Size(37, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Ikona:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(273, 32);
this.button1.Location = new System.Drawing.Point(205, 26);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(110, 28);
this.button1.Size = new System.Drawing.Size(82, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Wybierz ikonę";
this.button1.UseVisualStyleBackColor = true;
@@ -71,56 +74,28 @@ namespace ErrorGenerator
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 60);
this.label2.Location = new System.Drawing.Point(9, 49);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 17);
this.label2.Size = new System.Drawing.Size(63, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Tytuł ikony:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(12, 80);
this.textBox2.Location = new System.Drawing.Point(9, 65);
this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(371, 22);
this.textBox2.Size = new System.Drawing.Size(279, 20);
this.textBox2.TabIndex = 4;
this.textBox2.Text = "Pokaż sztuczny błąd";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(15, 129);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(102, 21);
this.radioButton1.TabIndex = 5;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Pojedyncze";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(124, 129);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(90, 21);
this.radioButton2.TabIndex = 6;
this.radioButton2.Text = "Podwójne";
this.radioButton2.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 109);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(138, 17);
this.label3.TabIndex = 7;
this.label3.Text = "Reaguj na kliknięcie:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(273, 125);
this.button2.Location = new System.Drawing.Point(205, 102);
this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(110, 28);
this.button2.Size = new System.Drawing.Size(82, 23);
this.button2.TabIndex = 8;
this.button2.Text = "Zapisz";
this.button2.UseVisualStyleBackColor = true;
@@ -132,11 +107,45 @@ namespace ErrorGenerator
this.openFileDialog1.Filter = "Ikona (*.ico)|*.ico";
this.openFileDialog1.Title = "Wybierz ikonę powiadomienia";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 89);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(106, 13);
this.label3.TabIndex = 7;
this.label3.Text = "Reaguj na kliknięcie:";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(11, 105);
this.radioButton1.Margin = new System.Windows.Forms.Padding(2);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(80, 17);
this.radioButton1.TabIndex = 5;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Pojedyncze";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(93, 105);
this.radioButton2.Margin = new System.Windows.Forms.Padding(2);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(72, 17);
this.radioButton2.TabIndex = 6;
this.radioButton2.Text = "Podwójne";
this.radioButton2.UseVisualStyleBackColor = true;
//
// UstawieniaNotify
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(395, 165);
this.ClientSize = new System.Drawing.Size(296, 134);
this.Controls.Add(this.button2);
this.Controls.Add(this.label3);
this.Controls.Add(this.radioButton2);
@@ -146,8 +155,11 @@ namespace ErrorGenerator
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(500, 300);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MaximumSize = new System.Drawing.Size(312, 173);
this.MinimumSize = new System.Drawing.Size(312, 173);
this.Name = "UstawieniaNotify";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Ustawienia Notify";
@@ -164,10 +176,10 @@ namespace ErrorGenerator
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
}
}