namespace HeuristicLab.Communication.Data { partial class WindowedView { /// /// 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.saveButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.viewPanel = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // saveButton // this.saveButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.saveButton.Location = new System.Drawing.Point(70, 238); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 0; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // cancelButton // this.cancelButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.cancelButton.Location = new System.Drawing.Point(150, 238); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // viewPanel // this.viewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.viewPanel.Location = new System.Drawing.Point(0, 0); this.viewPanel.Margin = new System.Windows.Forms.Padding(0); this.viewPanel.Name = "viewPanel"; this.viewPanel.Size = new System.Drawing.Size(292, 230); this.viewPanel.TabIndex = 2; // // WindowedView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 273); this.Controls.Add(this.viewPanel); this.Controls.Add(this.cancelButton); this.Controls.Add(this.saveButton); this.Name = "WindowedView"; this.Text = "View"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button saveButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Panel viewPanel; } }