namespace Example.LFR.CS.BasicA { 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panelClu = new System.Windows.Forms.Panel(); this.panelCtrl = new System.Windows.Forms.FlowLayoutPanel(); this.menuStripMain = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadRayImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.menuStripMain.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(870, 567); 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(870, 591); this.toolStripContainer1.TabIndex = 2; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStripMain); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panelClu); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panelCtrl); this.splitContainer1.Size = new System.Drawing.Size(870, 567); this.splitContainer1.SplitterDistance = 495; this.splitContainer1.TabIndex = 0; // // panelClu // this.panelClu.Dock = System.Windows.Forms.DockStyle.Fill; this.panelClu.Location = new System.Drawing.Point(0, 0); this.panelClu.Name = "panelClu"; this.panelClu.Size = new System.Drawing.Size(870, 495); this.panelClu.TabIndex = 0; // // panelCtrl // this.panelCtrl.Dock = System.Windows.Forms.DockStyle.Fill; this.panelCtrl.Location = new System.Drawing.Point(0, 0); this.panelCtrl.Name = "panelCtrl"; this.panelCtrl.Size = new System.Drawing.Size(870, 68); this.panelCtrl.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(870, 24); this.menuStripMain.TabIndex = 0; this.menuStripMain.Text = "menuStripMain"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadRayImageToolStripMenuItem}); 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); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(870, 591); this.Controls.Add(this.toolStripContainer1); this.Name = "MainForm"; this.Text = "Raytrix C# MGPU BasicA Example"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Shown += new System.EventHandler(this.MainForm_Shown); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.menuStripMain.ResumeLayout(false); this.menuStripMain.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panelClu; private System.Windows.Forms.FlowLayoutPanel panelCtrl; private System.Windows.Forms.MenuStrip menuStripMain; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadRayImageToolStripMenuItem; private System.Windows.Forms.OpenFileDialog openFileDialog1; } }