namespace Example.LFR.CS.BasicC { partial class MainForm { /// /// 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.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.panelClu1 = new System.Windows.Forms.Panel(); this.panelClu2 = new System.Windows.Forms.Panel(); this.menuStripMain = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadRayImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveViewsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.toolStripContainer1.BottomToolStripPanel.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.menuStripMain.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.BottomToolStripPanel // this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1); // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer2); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(543, 338); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(543, 384); this.toolStripContainer1.TabIndex = 2; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStripMain); // // statusStrip1 // this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None; this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 0); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(543, 22); this.statusStrip1.TabIndex = 0; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(25, 17); this.toolStripStatusLabel1.Text = "n/a"; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.panelClu1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.panelClu2); this.splitContainer2.Size = new System.Drawing.Size(543, 338); this.splitContainer2.SplitterDistance = 268; this.splitContainer2.TabIndex = 0; // // panelClu1 // this.panelClu1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelClu1.Location = new System.Drawing.Point(0, 0); this.panelClu1.Name = "panelClu1"; this.panelClu1.Size = new System.Drawing.Size(268, 338); this.panelClu1.TabIndex = 0; // // panelClu2 // this.panelClu2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelClu2.Location = new System.Drawing.Point(0, 0); this.panelClu2.Name = "panelClu2"; this.panelClu2.Size = new System.Drawing.Size(271, 338); this.panelClu2.TabIndex = 0; // // menuStripMain // this.menuStripMain.Dock = System.Windows.Forms.DockStyle.None; this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem}); this.menuStripMain.Location = new System.Drawing.Point(0, 0); this.menuStripMain.Name = "menuStripMain"; this.menuStripMain.Size = new System.Drawing.Size(543, 24); this.menuStripMain.TabIndex = 0; this.menuStripMain.Text = "menuStripMain"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadRayImageToolStripMenuItem, this.saveViewsToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // loadRayImageToolStripMenuItem // this.loadRayImageToolStripMenuItem.Name = "loadRayImageToolStripMenuItem"; this.loadRayImageToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.loadRayImageToolStripMenuItem.Text = "Load Ray Image..."; this.loadRayImageToolStripMenuItem.Click += new System.EventHandler(this.loadRayImageToolStripMenuItem_Click); // // saveViewsToolStripMenuItem // this.saveViewsToolStripMenuItem.Name = "saveViewsToolStripMenuItem"; this.saveViewsToolStripMenuItem.Size = new System.Drawing.Size(167, 22); this.saveViewsToolStripMenuItem.Text = "Save Views"; this.saveViewsToolStripMenuItem.Click += new System.EventHandler(this.saveViewsToolStripMenuItem_Click); // // openFileDialog // this.openFileDialog.FileName = "openFileDialog"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(543, 384); this.Controls.Add(this.toolStripContainer1); this.Name = "MainForm"; this.Text = "Raytrix C# MGPU Basic C Example"; this.Shown += new System.EventHandler(this.MainForm_Shown); this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false); this.toolStripContainer1.BottomToolStripPanel.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.menuStripMain.ResumeLayout(false); this.menuStripMain.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Panel panelClu1; private System.Windows.Forms.Panel panelClu2; private System.Windows.Forms.MenuStrip menuStripMain; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadRayImageToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveViewsToolStripMenuItem; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; } }