namespace ErrorGenerator { partial class UstawieniaNotify { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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(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(194, 20); this.textBox1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; 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(37, 13); this.label1.TabIndex = 1; this.label1.Text = "Ikona:"; // // button1 // 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(82, 23); 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(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(63, 13); this.label2.TabIndex = 3; this.label2.Text = "Tytuł ikony:"; // // textBox2 // 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(279, 20); this.textBox2.TabIndex = 4; this.textBox2.Text = "Pokaż sztuczny błąd"; // // button2 // 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(82, 23); 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"; // // 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(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(296, 134); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 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"; 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.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; } }