namespace SharpImage.Forms
{
partial class siFormTransferFunctionEditor
{
///
/// 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.components = new System.ComponentModel.Container();
this.gridSelectedPart = new System.Windows.Forms.PropertyGrid();
this.containerMain = new System.Windows.Forms.SplitContainer();
this.panelPaint = new SharpImage.Rendering.siRepaintablePanel();
this.comboParts = new System.Windows.Forms.ComboBox();
this.menuContext = new System.Windows.Forms.ContextMenuStrip(this.components);
this.containerMain.Panel1.SuspendLayout();
this.containerMain.Panel2.SuspendLayout();
this.containerMain.SuspendLayout();
this.SuspendLayout();
//
// panelBottom
//
this.panelBottom.Location = new System.Drawing.Point(0, 893);
this.panelBottom.Size = new System.Drawing.Size(257, 52);
//
// gridSelectedPart
//
this.gridSelectedPart.CommandsVisibleIfAvailable = false;
this.gridSelectedPart.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridSelectedPart.HelpVisible = false;
this.gridSelectedPart.Location = new System.Drawing.Point(0, 21);
this.gridSelectedPart.Name = "gridSelectedPart";
this.gridSelectedPart.Size = new System.Drawing.Size(257, 611);
this.gridSelectedPart.TabIndex = 1;
this.gridSelectedPart.ToolbarVisible = false;
//
// containerMain
//
this.containerMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.containerMain.Location = new System.Drawing.Point(0, 0);
this.containerMain.Name = "containerMain";
this.containerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// containerMain.Panel1
//
this.containerMain.Panel1.Controls.Add(this.panelPaint);
this.containerMain.Panel1MinSize = 258;
//
// containerMain.Panel2
//
this.containerMain.Panel2.Controls.Add(this.gridSelectedPart);
this.containerMain.Panel2.Controls.Add(this.comboParts);
this.containerMain.Size = new System.Drawing.Size(257, 893);
this.containerMain.SplitterDistance = 258;
this.containerMain.SplitterWidth = 3;
this.containerMain.TabIndex = 2;
//
// panelPaint
//
this.panelPaint.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelPaint.Location = new System.Drawing.Point(0, 0);
this.panelPaint.Name = "panelPaint";
this.panelPaint.Size = new System.Drawing.Size(257, 258);
this.panelPaint.TabIndex = 0;
//
// comboParts
//
this.comboParts.Dock = System.Windows.Forms.DockStyle.Top;
this.comboParts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboParts.FormattingEnabled = true;
this.comboParts.Location = new System.Drawing.Point(0, 0);
this.comboParts.Name = "comboParts";
this.comboParts.Size = new System.Drawing.Size(257, 21);
this.comboParts.TabIndex = 2;
//
// menuContext
//
this.menuContext.Name = "menuContext";
this.menuContext.Size = new System.Drawing.Size(61, 4);
//
// siFormTransferFunctionEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(257, 945);
this.Controls.Add(this.containerMain);
this.Name = "siFormTransferFunctionEditor";
this.Text = "Transfer Function Editor";
this.Controls.SetChildIndex(this.panelBottom, 0);
this.Controls.SetChildIndex(this.containerMain, 0);
this.containerMain.Panel1.ResumeLayout(false);
this.containerMain.Panel2.ResumeLayout(false);
this.containerMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PropertyGrid gridSelectedPart;
private System.Windows.Forms.SplitContainer containerMain;
private SharpImage.Rendering.siRepaintablePanel panelPaint;
private System.Windows.Forms.ContextMenuStrip menuContext;
private System.Windows.Forms.ComboBox comboParts;
}
}