namespace RxExApiCluCS
{
partial class FormMain
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
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.loadRawDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.menuStripMain.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.SuspendLayout();
//
// 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(595, 427);
this.splitContainer1.SplitterDistance = 355;
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(595, 355);
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(595, 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(595, 24);
this.menuStripMain.TabIndex = 0;
this.menuStripMain.Text = "menuStripMain";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.loadRayImageToolStripMenuItem,
this.loadRawDataToolStripMenuItem});
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);
//
// loadRawDataToolStripMenuItem
//
this.loadRawDataToolStripMenuItem.Name = "loadRawDataToolStripMenuItem";
this.loadRawDataToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
this.loadRawDataToolStripMenuItem.Text = "Load Raw Data...";
this.loadRawDataToolStripMenuItem.Click += new System.EventHandler(this.loadRawDataToolStripMenuItem_Click);
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(595, 427);
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(595, 451);
this.toolStripContainer1.TabIndex = 1;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStripMain);
//
// openFileDialog1
//
this.openFileDialog1.Filter = "Ray Image|*.ray";
this.openFileDialog1.Title = "Select Ray Image";
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(595, 451);
this.Controls.Add(this.toolStripContainer1);
this.MainMenuStrip = this.menuStripMain;
this.Name = "FormMain";
this.Text = "RxApiLF C# Example";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
this.Shown += new System.EventHandler(this.FormMain_Shown);
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.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
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.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem loadRawDataToolStripMenuItem;
}
}