Files
ErrorGenerator_CSharp/ErrorGenerator/UstawieniaNotify.Designer.cs
T
Christopher 6dd8d50aa0 Update
Parę nowych dodatków:
* Opóżnienie pojawienia
* Pokaż po wciśnięciu ikony na pasku powiadomień
2021-01-27 23:45:52 +01:00

173 lines
7.3 KiB
C#

namespace ErrorGenerator
{
partial class UstawieniaNotify
{
/// <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(UstawieniaNotify));
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
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.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 35);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(258, 22);
this.textBox1.TabIndex = 0;
//
// 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(46, 17);
this.label1.TabIndex = 1;
this.label1.Text = "Ikona:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(273, 32);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(110, 28);
this.button1.TabIndex = 2;
this.button1.Text = "Wybierz ikonę";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 17);
this.label2.TabIndex = 3;
this.label2.Text = "Tytuł ikony:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(12, 80);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(371, 22);
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.Name = "button2";
this.button2.Size = new System.Drawing.Size(110, 28);
this.button2.TabIndex = 8;
this.button2.Text = "Zapisz";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "Ikona (*.ico)|*.ico";
this.openFileDialog1.Title = "Wybierz ikonę powiadomienia";
//
// UstawieniaNotify
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(395, 165);
this.Controls.Add(this.button2);
this.Controls.Add(this.label3);
this.Controls.Add(this.radioButton2);
this.Controls.Add(this.radioButton1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(500, 300);
this.Name = "UstawieniaNotify";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Ustawienia Notify";
this.Load += new System.EventHandler(this.UstawieniaNotify_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
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;
}
}