namespace HeuristicLab.DataImporter.DataProcessor { partial class SaveDialog { /// /// 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.label1 = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.btnNoSave = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.VS2008ImageLibrary_Actions_Warning; this.label1.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.label1.Location = new System.Drawing.Point(6, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(237, 19); this.label1.TabIndex = 0; this.label1.Text = " Do you want to save the made changes?"; // // btnSave // this.btnSave.DialogResult = System.Windows.Forms.DialogResult.Yes; this.btnSave.Location = new System.Drawing.Point(6, 39); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 1; this.btnSave.Text = "&Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(168, 39); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnNoSave // this.btnNoSave.DialogResult = System.Windows.Forms.DialogResult.No; this.btnNoSave.Location = new System.Drawing.Point(87, 39); this.btnNoSave.Name = "btnNoSave"; this.btnNoSave.Size = new System.Drawing.Size(75, 23); this.btnNoSave.TabIndex = 3; this.btnNoSave.Text = "&Don\'t Save"; this.btnNoSave.UseVisualStyleBackColor = true; this.btnNoSave.Click += new System.EventHandler(this.btnNoSave_Click); // // SaveDialog // this.AcceptButton = this.btnSave; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(250, 69); this.Controls.Add(this.btnNoSave); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SaveDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "DataImporter"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnNoSave; } }