using FastReport.Controls;
using System.Windows.Forms;
namespace FastReport.Forms
{
partial class SVGEditorAdvancedForm
{
///
/// 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.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.panelBottom = new System.Windows.Forms.Panel();
this.btnReset = new System.Windows.Forms.Button();
this.panelTop = new System.Windows.Forms.Panel();
this.gbColor = new System.Windows.Forms.GroupBox();
this.rbGrayscale = new System.Windows.Forms.RadioButton();
this.rbNone = new System.Windows.Forms.RadioButton();
this.gbResize = new System.Windows.Forms.GroupBox();
this.NUpDownWidth = new System.Windows.Forms.NumericUpDown();
this.lblWidth = new System.Windows.Forms.Label();
this.NUpDownHeight = new System.Windows.Forms.NumericUpDown();
this.lblHeight = new System.Windows.Forms.Label();
this.NUpDownMinX = new System.Windows.Forms.NumericUpDown();
this.lblMinX = new System.Windows.Forms.Label();
this.NUpDownMinY = new System.Windows.Forms.NumericUpDown();
this.lblMinY = new System.Windows.Forms.Label();
this.cbAspectRatio = new System.Windows.Forms.CheckBox();
this.panelMiddle = new System.Windows.Forms.Panel();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.panelBottom.SuspendLayout();
this.panelTop.SuspendLayout();
this.gbColor.SuspendLayout();
this.gbResize.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUpDownWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUpDownHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUpDownMinX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUpDownMinY)).BeginInit();
this.panelMiddle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(412, 8);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 7;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(493, 8);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// panelBottom
//
this.panelBottom.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.panelBottom.Controls.Add(this.btnReset);
this.panelBottom.Controls.Add(this.btnOK);
this.panelBottom.Controls.Add(this.btnCancel);
this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelBottom.Location = new System.Drawing.Point(0, 397);
this.panelBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelBottom.Name = "panelBottom";
this.panelBottom.Size = new System.Drawing.Size(579, 41);
this.panelBottom.TabIndex = 11;
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(12, 8);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(75, 23);
this.btnReset.TabIndex = 8;
this.btnReset.Text = "Reset";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// panelTop
//
this.panelTop.AutoScroll = true;
this.panelTop.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.panelTop.Controls.Add(this.gbColor);
this.panelTop.Controls.Add(this.gbResize);
this.panelTop.Controls.Add(this.cbAspectRatio);
this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTop.Location = new System.Drawing.Point(0, 0);
this.panelTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelTop.Name = "panelTop";
this.panelTop.Size = new System.Drawing.Size(579, 137);
this.panelTop.TabIndex = 12;
//
// gbColor
//
this.gbColor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbColor.Controls.Add(this.rbGrayscale);
this.gbColor.Controls.Add(this.rbNone);
this.gbColor.Location = new System.Drawing.Point(396, 12);
this.gbColor.Name = "gbColor";
this.gbColor.Size = new System.Drawing.Size(171, 85);
this.gbColor.TabIndex = 19;
this.gbColor.TabStop = false;
this.gbColor.Text = "Color";
//
// rbGrayscale
//
this.rbGrayscale.AutoSize = true;
this.rbGrayscale.Location = new System.Drawing.Point(12, 49);
this.rbGrayscale.Name = "rbGrayscale";
this.rbGrayscale.Size = new System.Drawing.Size(72, 17);
this.rbGrayscale.TabIndex = 5;
this.rbGrayscale.Text = "Grayscale";
this.rbGrayscale.UseVisualStyleBackColor = true;
//
// rbNone
//
this.rbNone.AutoSize = true;
this.rbNone.Checked = true;
this.rbNone.Location = new System.Drawing.Point(12, 21);
this.rbNone.Name = "rbNone";
this.rbNone.Size = new System.Drawing.Size(50, 17);
this.rbNone.TabIndex = 4;
this.rbNone.TabStop = true;
this.rbNone.Text = "None";
this.rbNone.UseVisualStyleBackColor = true;
//
// gbResize
//
this.gbResize.Controls.Add(this.NUpDownWidth);
this.gbResize.Controls.Add(this.lblWidth);
this.gbResize.Controls.Add(this.NUpDownHeight);
this.gbResize.Controls.Add(this.lblHeight);
this.gbResize.Controls.Add(this.NUpDownMinX);
this.gbResize.Controls.Add(this.lblMinX);
this.gbResize.Controls.Add(this.NUpDownMinY);
this.gbResize.Controls.Add(this.lblMinY);
this.gbResize.Location = new System.Drawing.Point(12, 12);
this.gbResize.Name = "gbResize";
this.gbResize.Size = new System.Drawing.Size(377, 85);
this.gbResize.TabIndex = 17;
this.gbResize.TabStop = false;
this.gbResize.Text = "ViewBox";
//
// NUpDownWidth
//
this.NUpDownWidth.Location = new System.Drawing.Point(299, 21);
this.NUpDownWidth.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.NUpDownWidth.Name = "NUpDownWidth";
this.NUpDownWidth.Size = new System.Drawing.Size(65, 20);
this.NUpDownWidth.TabIndex = 2;
//
// lblWidth
//
this.lblWidth.AutoSize = true;
this.lblWidth.Location = new System.Drawing.Point(203, 23);
this.lblWidth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblWidth.Name = "lblWidth";
this.lblWidth.Size = new System.Drawing.Size(39, 13);
this.lblWidth.TabIndex = 17;
this.lblWidth.Text = "Width:";
//
// NUpDownHeight
//
this.NUpDownHeight.Location = new System.Drawing.Point(299, 51);
this.NUpDownHeight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.NUpDownHeight.Name = "NUpDownHeight";
this.NUpDownHeight.Size = new System.Drawing.Size(65, 20);
this.NUpDownHeight.TabIndex = 3;
//
// lblHeight
//
this.lblHeight.AutoSize = true;
this.lblHeight.Location = new System.Drawing.Point(203, 53);
this.lblHeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblHeight.Name = "lblHeight";
this.lblHeight.Size = new System.Drawing.Size(42, 13);
this.lblHeight.TabIndex = 18;
this.lblHeight.Text = "Height:";
//
// NUpDownMinX
//
this.NUpDownMinX.Location = new System.Drawing.Point(105, 21);
this.NUpDownMinX.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.NUpDownMinX.Name = "NUpDownMinX";
this.NUpDownMinX.Size = new System.Drawing.Size(65, 20);
this.NUpDownMinX.TabIndex = 0;
//
// lblMinX
//
this.lblMinX.AutoSize = true;
this.lblMinX.Location = new System.Drawing.Point(7, 23);
this.lblMinX.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMinX.Name = "lblMinX";
this.lblMinX.Size = new System.Drawing.Size(33, 13);
this.lblMinX.TabIndex = 12;
this.lblMinX.Text = "MinX:";
//
// NUpDownMinY
//
this.NUpDownMinY.Location = new System.Drawing.Point(105, 51);
this.NUpDownMinY.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.NUpDownMinY.Name = "NUpDownMinY";
this.NUpDownMinY.Size = new System.Drawing.Size(65, 20);
this.NUpDownMinY.TabIndex = 1;
//
// lblMinY
//
this.lblMinY.AutoSize = true;
this.lblMinY.Location = new System.Drawing.Point(7, 53);
this.lblMinY.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblMinY.Name = "lblMinY";
this.lblMinY.Size = new System.Drawing.Size(33, 13);
this.lblMinY.TabIndex = 13;
this.lblMinY.Text = "MinY:";
//
// cbAspectRatio
//
this.cbAspectRatio.AutoSize = true;
this.cbAspectRatio.Checked = true;
this.cbAspectRatio.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbAspectRatio.Location = new System.Drawing.Point(12, 105);
this.cbAspectRatio.Name = "cbAspectRatio";
this.cbAspectRatio.Size = new System.Drawing.Size(110, 17);
this.cbAspectRatio.TabIndex = 6;
this.cbAspectRatio.Text = "Keep aspect ratio";
this.cbAspectRatio.UseVisualStyleBackColor = true;
//
// panelMiddle
//
this.panelMiddle.AutoScroll = true;
this.panelMiddle.Controls.Add(this.pictureBox);
this.panelMiddle.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMiddle.Location = new System.Drawing.Point(0, 137);
this.panelMiddle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelMiddle.Name = "panelMiddle";
this.panelMiddle.Size = new System.Drawing.Size(579, 260);
this.panelMiddle.TabIndex = 13;
//
// pictureBox
//
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(579, 260);
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox.TabIndex = 0;
this.pictureBox.TabStop = false;
//
// SVGEditorAdvancedForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(579, 438);
this.Controls.Add(this.panelMiddle);
this.Controls.Add(this.panelTop);
this.Controls.Add(this.panelBottom);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "SVGEditorAdvancedForm";
this.ShowIcon = false;
this.Text = "Title";
this.panelBottom.ResumeLayout(false);
this.panelTop.ResumeLayout(false);
this.panelTop.PerformLayout();
this.gbColor.ResumeLayout(false);
this.gbColor.PerformLayout();
this.gbResize.ResumeLayout(false);
this.gbResize.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUpDownWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUpDownHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUpDownMinX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUpDownMinY)).EndInit();
this.panelMiddle.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Panel panelBottom;
private System.Windows.Forms.Panel panelTop;
private System.Windows.Forms.GroupBox gbColor;
private System.Windows.Forms.GroupBox gbResize;
private System.Windows.Forms.NumericUpDown NUpDownMinX;
private System.Windows.Forms.Label lblMinX;
private System.Windows.Forms.NumericUpDown NUpDownMinY;
private System.Windows.Forms.Label lblMinY;
private System.Windows.Forms.Panel panelMiddle;
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.Button btnReset;
private System.Windows.Forms.RadioButton rbGrayscale;
private System.Windows.Forms.RadioButton rbNone;
private NumericUpDown NUpDownWidth;
private Label lblWidth;
private NumericUpDown NUpDownHeight;
private Label lblHeight;
private System.Windows.Forms.CheckBox cbAspectRatio;
}
}