namespace SharpImage.Forms
{
partial class siFormRendererEditor
{
///
/// 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.gridRenderer = new System.Windows.Forms.PropertyGrid();
this.panelTop = new System.Windows.Forms.Panel();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.cmdOpen = new System.Windows.Forms.ToolStripButton();
this.cmdSave = new System.Windows.Forms.ToolStripButton();
this.panelTop.SuspendLayout();
this.toolStrip.SuspendLayout();
this.SuspendLayout();
//
// panelBottom
//
this.panelBottom.Location = new System.Drawing.Point(0, 298);
this.panelBottom.Size = new System.Drawing.Size(265, 52);
//
// gridRenderer
//
this.gridRenderer.CommandsVisibleIfAvailable = false;
this.gridRenderer.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridRenderer.HelpVisible = false;
this.gridRenderer.Location = new System.Drawing.Point(0, 23);
this.gridRenderer.Name = "gridRenderer";
this.gridRenderer.Size = new System.Drawing.Size(265, 275);
this.gridRenderer.TabIndex = 1;
this.gridRenderer.ToolbarVisible = false;
//
// panelTop
//
this.panelTop.Controls.Add(this.toolStrip);
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTop.Location = new System.Drawing.Point(0, 0);
this.panelTop.Name = "panelTop";
this.panelTop.Size = new System.Drawing.Size(265, 23);
this.panelTop.TabIndex = 13;
//
// toolStrip
//
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmdOpen,
this.cmdSave});
this.toolStrip.Location = new System.Drawing.Point(0, 0);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(265, 25);
this.toolStrip.TabIndex = 1;
this.toolStrip.Text = "toolStrip1";
//
// cmdOpen
//
this.cmdOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.cmdOpen.Image = global::SharpImage.Properties.Resources.Open;
this.cmdOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cmdOpen.Name = "cmdOpen";
this.cmdOpen.Size = new System.Drawing.Size(23, 22);
this.cmdOpen.Click += new System.EventHandler(this.cmdOpen_Click);
//
// cmdSave
//
this.cmdSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.cmdSave.Image = global::SharpImage.Properties.Resources.Save;
this.cmdSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cmdSave.Name = "cmdSave";
this.cmdSave.Size = new System.Drawing.Size(23, 22);
this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
//
// siFormRendererEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(265, 350);
this.Controls.Add(this.gridRenderer);
this.Controls.Add(this.panelTop);
this.Name = "siFormRendererEditor";
this.Text = "Renderer Editor";
this.Controls.SetChildIndex(this.panelBottom, 0);
this.Controls.SetChildIndex(this.panelTop, 0);
this.Controls.SetChildIndex(this.gridRenderer, 0);
this.panelTop.ResumeLayout(false);
this.panelTop.PerformLayout();
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PropertyGrid gridRenderer;
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripButton cmdOpen;
private System.Windows.Forms.ToolStripButton cmdSave;
}
}