namespace ResultsBrowser.Forms { partial class AddItemForm { /// /// 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() { this.itemTextBox = new System.Windows.Forms.TextBox(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // itemTextBox // this.itemTextBox.Location = new System.Drawing.Point(33, 33); this.itemTextBox.Name = "itemTextBox"; this.itemTextBox.Size = new System.Drawing.Size(186, 20); this.itemTextBox.TabIndex = 0; // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(258, 20); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 1; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(258, 49); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 2; this.cancelButton.Text = "Zrušiť"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // AddItemForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(354, 85); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.itemTextBox); this.Name = "AddItemForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Pridať položku zoznamu"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox itemTextBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; } }