/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.transferHeader = new PaintDotNet.HeaderLabel();
     this.resetButton = new System.Windows.Forms.Button();
     this.modeComboBox = new System.Windows.Forms.ComboBox();
     this.labelCoordinates = new Label();
     this.labelHelpText = new Label();
     this.tableLayoutMain = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanelMask = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutMain.SuspendLayout();
     this.SuspendLayout();
     // 
     // cancelButton
     // 
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location = new System.Drawing.Point(210, 292);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(81, 23);
     this.cancelButton.TabIndex = 5;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     // 
     // okButton
     // 
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location = new System.Drawing.Point(130, 292);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(81, 23);
     this.okButton.TabIndex = 4;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     // 
     // transferHeader
     // 
     this.tableLayoutMain.SetColumnSpan(this.transferHeader, 4);
     this.transferHeader.Dock = System.Windows.Forms.DockStyle.Fill;
     this.transferHeader.Location = new System.Drawing.Point(9, 9);
     this.transferHeader.Name = "transferHeader";
     this.transferHeader.RightMargin = 0;
     this.transferHeader.Margin = new Padding(1, 3, 1, 1);
     this.transferHeader.Size = new System.Drawing.Size(115, 17);
     this.transferHeader.TabIndex = 20;
     this.transferHeader.TabStop = false;
     // 
     // resetButton
     // 
     this.resetButton.Location = new System.Drawing.Point(9, 292);
     this.resetButton.Name = "resetButton";
     this.resetButton.Size = new System.Drawing.Size(81, 23);
     this.resetButton.TabIndex = 3;
     this.resetButton.FlatStyle = FlatStyle.System;
     this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     // 
     // modeComboBox
     // 
     this.tableLayoutMain.SetColumnSpan(this.modeComboBox, 3);
     this.modeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.modeComboBox.Location = new System.Drawing.Point(130, 9);
     this.modeComboBox.Name = "modeComboBox";
     this.modeComboBox.Size = new System.Drawing.Size(90, 21);
     this.modeComboBox.TabIndex = 23;
     this.modeComboBox.SelectedIndexChanged += new System.EventHandler(this.modeComboBox_SelectedIndexChanged);
     //
     this.labelCoordinates.Dock = DockStyle.Fill;
     this.labelCoordinates.TextAlign = ContentAlignment.MiddleCenter;
     //
     this.tableLayoutMain.SetColumnSpan(this.labelHelpText, 4);
     this.labelHelpText.Dock = DockStyle.Fill;
     // 
     // tableLayoutMain
     // 
     this.tableLayoutMain.ColumnCount = 4;
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
     this.tableLayoutMain.Controls.Add(this.resetButton, 0, 5);
     this.tableLayoutMain.Controls.Add(this.okButton, 2, 5);
     this.tableLayoutMain.Controls.Add(this.cancelButton, 3, 5);
     this.tableLayoutMain.Controls.Add(this.transferHeader, 0, 0);
     this.tableLayoutMain.Controls.Add(this.tableLayoutPanelMask, 0, 3);
     this.tableLayoutMain.Controls.Add(this.modeComboBox, 0, 1);
     this.tableLayoutMain.Controls.Add(this.labelCoordinates, 3, 1);
     this.tableLayoutMain.Controls.Add(this.labelHelpText, 0, 4);
     this.tableLayoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutMain.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutMain.Name = "tableLayoutMain";
     this.tableLayoutMain.Padding = new System.Windows.Forms.Padding(6);
     this.tableLayoutMain.Margin = new Padding(2);
     this.tableLayoutMain.RowCount = 4;
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutMain.Size = new System.Drawing.Size(4,4);
     this.tableLayoutMain.TabIndex = 24;
     // 
     // tableLayoutPanelMask
     // 
     this.tableLayoutPanelMask.ColumnCount = 3;
     this.tableLayoutMain.SetColumnSpan(this.tableLayoutPanelMask, 4);
     this.tableLayoutPanelMask.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelMask.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelMask.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelMask.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanelMask.Location = new System.Drawing.Point(8, 262);
     this.tableLayoutPanelMask.Margin = new System.Windows.Forms.Padding(2);
     this.tableLayoutPanelMask.Name = "tableLayoutPanelMask";
     this.tableLayoutPanelMask.RowCount = 1;
     this.tableLayoutPanelMask.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelMask.Size = new System.Drawing.Size(277, 25);
     this.tableLayoutPanelMask.TabIndex = 24;
     // 
     // CurvesEffectConfigDialog
     // 
     this.AcceptButton = this.okButton;
     this.CancelButton = this.cancelButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.ClientSize = new System.Drawing.Size(276, 382);
     this.MinimumSize = new Size(260, 276);
     this.Controls.Add(this.tableLayoutMain);
     this.Name = "CurvesEffectConfigDialog";
     this.Controls.SetChildIndex(this.tableLayoutMain, 0);
     this.tableLayoutMain.ResumeLayout(false);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.amount3Reset = new System.Windows.Forms.Button();
     this.amount3UpDown = new System.Windows.Forms.NumericUpDown();
     this.amount3Slider = new System.Windows.Forms.TrackBar();
     this.amount3Header = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.amount3UpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount3Slider)).BeginInit();
     this.SuspendLayout();
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(101, 219);
     this.okButton.Size = new System.Drawing.Size(81, 23);
     this.okButton.Name = "okButton";
     this.okButton.TabIndex = 9;
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(188, 219);
     this.cancelButton.Size = new System.Drawing.Size(81, 23);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.TabIndex = 10;
     //
     // amount3Reset
     //
     this.amount3Reset.Location = new System.Drawing.Point(188, 188);
     this.amount3Reset.Name = "amount3Reset";
     this.amount3Reset.Size = new System.Drawing.Size(81, 20);
     this.amount3Reset.TabIndex = 8;
     this.amount3Reset.Click += new System.EventHandler(this.amount3Reset_Click);
     //
     // amount3UpDown
     //
     this.amount3UpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.amount3UpDown.Location = new System.Drawing.Point(188, 164);
     this.amount3UpDown.Minimum = new System.Decimal(new int[] {
                                                                   100,
                                                                   0,
                                                                   0,
                                                                   -2147483648});
     this.amount3UpDown.Name = "amount3UpDown";
     this.amount3UpDown.Size = new System.Drawing.Size(81, 20);
     this.amount3UpDown.TabIndex = 7;
     this.amount3UpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.amount3UpDown.Enter += new System.EventHandler(this.amount3UpDown_Enter);
     this.amount3UpDown.ValueChanged += new System.EventHandler(this.amount3UpDown_ValueChanged);
     this.amount3UpDown.Leave += new System.EventHandler(this.amount3UpDown_Leave);
     //
     // amount3Slider
     //
     this.amount3Slider.LargeChange = 20;
     this.amount3Slider.Location = new System.Drawing.Point(1, 164);
     this.amount3Slider.Maximum = 100;
     this.amount3Slider.Minimum = -100;
     this.amount3Slider.Name = "amount3Slider";
     this.amount3Slider.Size = new System.Drawing.Size(175, 42);
     this.amount3Slider.TabIndex = 6;
     this.amount3Slider.TickFrequency = 10;
     this.amount3Slider.ValueChanged += new System.EventHandler(this.amount3Slider_ValueChanged);
     //
     // amount3Header
     //
     this.amount3Header.Location = new System.Drawing.Point(6, 148);
     this.amount3Header.Name = "amount3Header";
     this.amount3Header.Size = new System.Drawing.Size(271, 14);
     this.amount3Header.TabIndex = 11;
     this.amount3Header.TabStop = false;
     this.amount3Header.Text = "Header 3";
     //
     // ThreeAmountsConfigDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(275, 248);
     this.Controls.Add(this.amount3Header);
     this.Controls.Add(this.amount3Slider);
     this.Controls.Add(this.amount3Reset);
     this.Controls.Add(this.amount3UpDown);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name = "ThreeAmountsConfigDialog";
     this.Controls.SetChildIndex(this.amount3UpDown, 0);
     this.Controls.SetChildIndex(this.amount3Reset, 0);
     this.Controls.SetChildIndex(this.amount3Slider, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.amount3Header, 0);
     ((System.ComponentModel.ISupportInitialize)(this.amount3UpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount3Slider)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.saveConfigPanel  = new System.Windows.Forms.Panel();
     this.defaultsButton   = new System.Windows.Forms.Button();
     this.saveConfigWidget = new PaintDotNet.SaveConfigWidget();
     this.fileSizeText     = new System.Windows.Forms.Label();
     this.previewHeader    = new PaintDotNet.HeaderLabel();
     this.documentView     = new PaintDotNet.DocumentView();
     this.settingsHeader   = new PaintDotNet.HeaderLabel();
     this.SuspendLayout();
     //
     // baseOkButton
     //
     this.baseOkButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseOkButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseOkButton.Location  = new System.Drawing.Point(431, 319);
     this.baseOkButton.Name      = "baseOkButton";
     this.baseOkButton.TabIndex  = 2;
     this.baseOkButton.Click    += new System.EventHandler(this.BaseOkButton_Click);
     //
     // baseCancelButton
     //
     this.baseCancelButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseCancelButton.Location  = new System.Drawing.Point(511, 319);
     this.baseCancelButton.Name      = "baseCancelButton";
     this.baseCancelButton.TabIndex  = 3;
     this.baseCancelButton.Click    += new System.EventHandler(this.BaseCancelButton_Click);
     //
     // saveConfigPanel
     //
     this.saveConfigPanel.AutoScroll = true;
     this.saveConfigPanel.Location   = new System.Drawing.Point(9, 29);
     this.saveConfigPanel.Name       = "saveConfigPanel";
     this.saveConfigPanel.Size       = new System.Drawing.Size(180, 239);
     this.saveConfigPanel.TabIndex   = 0;
     this.saveConfigPanel.TabStop    = true;
     //
     // defaultsButton
     //
     this.defaultsButton.Location = new System.Drawing.Point(101, 279);
     this.defaultsButton.Size     = new System.Drawing.Size(81, 23);
     this.defaultsButton.Name     = "defaultsButton";
     this.defaultsButton.TabIndex = 1;
     this.defaultsButton.Click   += new System.EventHandler(this.defaultsButton_Click);
     //
     // saveConfigWidget
     //
     this.saveConfigWidget.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.saveConfigWidget.Location = new System.Drawing.Point(0, 0);
     this.saveConfigWidget.Name     = "saveConfigWidget";
     this.saveConfigWidget.Size     = new System.Drawing.Size(176, 222);
     this.saveConfigWidget.TabIndex = 9;
     this.saveConfigWidget.Token    = null;
     //
     // fileSizeText
     //
     this.fileSizeText.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.fileSizeText.Location = new System.Drawing.Point(200, 306);
     this.fileSizeText.Name     = "fileSizeText";
     this.fileSizeText.Size     = new System.Drawing.Size(160, 16);
     this.fileSizeText.TabIndex = 8;
     //
     // previewHeader
     //
     this.previewHeader.Location    = new System.Drawing.Point(198, 8);
     this.previewHeader.Name        = "previewHeader";
     this.previewHeader.RightMargin = 0;
     this.previewHeader.Size        = new System.Drawing.Size(144, 14);
     this.previewHeader.TabIndex    = 11;
     this.previewHeader.TabStop     = false;
     this.previewHeader.Text        = "Header";
     //
     // documentView
     //
     this.documentView.BorderStyle        = System.Windows.Forms.BorderStyle.Fixed3D;
     this.documentView.Document           = null;
     this.documentView.Location           = new System.Drawing.Point(200, 29);
     this.documentView.Name               = "documentView";
     this.documentView.PanelAutoScroll    = true;
     this.documentView.RulersEnabled      = false;
     this.documentView.Size               = new System.Drawing.Size(385, 272);
     this.documentView.TabIndex           = 12;
     this.documentView.DocumentMouseMove += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseMove);
     this.documentView.DocumentMouseDown += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseDown);
     this.documentView.DocumentMouseUp   += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseUp);
     this.documentView.Visible            = false;
     //
     // settingsHeader
     //
     this.settingsHeader.Location = new System.Drawing.Point(6, 8);
     this.settingsHeader.Name     = "settingsHeader";
     this.settingsHeader.Size     = new System.Drawing.Size(192, 14);
     this.settingsHeader.TabIndex = 13;
     this.settingsHeader.TabStop  = false;
     this.settingsHeader.Text     = "Header";
     //
     // SaveConfigDialog
     //
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(592, 351);
     this.Controls.Add(this.defaultsButton);
     this.Controls.Add(this.settingsHeader);
     this.Controls.Add(this.previewHeader);
     this.Controls.Add(this.fileSizeText);
     this.Controls.Add(this.documentView);
     this.Controls.Add(this.saveConfigPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.MaximizeBox     = false;
     this.Name            = "SaveConfigDialog";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Controls.SetChildIndex(this.saveConfigPanel, 0);
     this.Controls.SetChildIndex(this.documentView, 0);
     this.Controls.SetChildIndex(this.fileSizeText, 0);
     this.Controls.SetChildIndex(this.baseOkButton, 0);
     this.Controls.SetChildIndex(this.baseCancelButton, 0);
     this.Controls.SetChildIndex(this.previewHeader, 0);
     this.Controls.SetChildIndex(this.settingsHeader, 0);
     this.Controls.SetChildIndex(this.defaultsButton, 0);
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.saveConfigPanel = new System.Windows.Forms.Panel();
     this.defaultsButton = new System.Windows.Forms.Button();
     this.saveConfigWidget = new PaintDotNet.SaveConfigWidget();
     this.previewHeader = new PaintDotNet.HeaderLabel();
     this.documentView = new PaintDotNet.DocumentView();
     this.settingsHeader = new PaintDotNet.HeaderLabel();
     this.SuspendLayout();
     // 
     // baseOkButton
     // 
     this.baseOkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseOkButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseOkButton.Name = "baseOkButton";
     this.baseOkButton.TabIndex = 2;
     this.baseOkButton.Click += new System.EventHandler(this.BaseOkButton_Click);
     // 
     // baseCancelButton
     // 
     this.baseCancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseCancelButton.Name = "baseCancelButton";
     this.baseCancelButton.TabIndex = 3;
     this.baseCancelButton.Click += new System.EventHandler(this.BaseCancelButton_Click);
     // 
     // saveConfigPanel
     // 
     this.saveConfigPanel.AutoScroll = true;
     this.saveConfigPanel.Name = "saveConfigPanel";
     this.saveConfigPanel.TabIndex = 0;
     this.saveConfigPanel.TabStop = false;
     // 
     // defaultsButton
     // 
     this.defaultsButton.Name = "defaultsButton";
     this.defaultsButton.AutoSize = true;
     this.defaultsButton.FlatStyle = FlatStyle.System;
     this.defaultsButton.TabIndex = 1;
     this.defaultsButton.Click += new System.EventHandler(this.DefaultsButton_Click);
     // 
     // saveConfigWidget
     // 
     this.saveConfigWidget.Name = "saveConfigWidget";
     this.saveConfigWidget.TabIndex = 9;
     this.saveConfigWidget.Token = null;
     // 
     // previewHeader
     // 
     this.previewHeader.Name = "previewHeader";
     this.previewHeader.RightMargin = 0;
     this.previewHeader.TabIndex = 11;
     this.previewHeader.TabStop = false;
     this.previewHeader.Text = "Header";
     // 
     // documentView
     // 
     this.documentView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.documentView.Document = null;
     this.documentView.Name = "documentView";
     this.documentView.PanelAutoScroll = true;
     this.documentView.RulersEnabled = false;
     this.documentView.TabIndex = 12;
     this.documentView.TabStop = false;
     this.documentView.DocumentMouseMove += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseMove);
     this.documentView.DocumentMouseDown += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseDown);
     this.documentView.DocumentMouseUp += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseUp);
     this.documentView.Visible = false;
     // 
     // settingsHeader
     // 
     this.settingsHeader.Name = "settingsHeader";
     this.settingsHeader.TabIndex = 13;
     this.settingsHeader.TabStop = false;
     this.settingsHeader.Text = "Header";
     // 
     // SaveConfigDialog
     // 
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.defaultsButton);
     this.Controls.Add(this.settingsHeader);
     this.Controls.Add(this.previewHeader);
     this.Controls.Add(this.documentView);
     this.Controls.Add(this.saveConfigPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.MinimizeBox = false;
     this.MaximizeBox = true;
     this.Name = "SaveConfigDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = FormStartPosition.Manual;
     this.Controls.SetChildIndex(this.saveConfigPanel, 0);
     this.Controls.SetChildIndex(this.documentView, 0);
     this.Controls.SetChildIndex(this.baseOkButton, 0);
     this.Controls.SetChildIndex(this.baseCancelButton, 0);
     this.Controls.SetChildIndex(this.previewHeader, 0);
     this.Controls.SetChildIndex(this.settingsHeader, 0);
     this.Controls.SetChildIndex(this.defaultsButton, 0);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cancelButton         = new System.Windows.Forms.Button();
     this.okButton             = new System.Windows.Forms.Button();
     this.transferHeader       = new PaintDotNet.HeaderLabel();
     this.resetButton          = new System.Windows.Forms.Button();
     this.modeComboBox         = new System.Windows.Forms.ComboBox();
     this.labelCoordinates     = new Label();
     this.labelHelpText        = new Label();
     this.tableLayoutMain      = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanelMask = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutMain.SuspendLayout();
     this.SuspendLayout();
     //
     // cancelButton
     //
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location     = new System.Drawing.Point(210, 292);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.Size         = new System.Drawing.Size(81, 23);
     this.cancelButton.TabIndex     = 5;
     this.cancelButton.Click       += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location  = new System.Drawing.Point(130, 292);
     this.okButton.Name      = "okButton";
     this.okButton.Size      = new System.Drawing.Size(81, 23);
     this.okButton.TabIndex  = 4;
     this.okButton.Click    += new System.EventHandler(this.okButton_Click);
     //
     // transferHeader
     //
     this.tableLayoutMain.SetColumnSpan(this.transferHeader, 4);
     this.transferHeader.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.transferHeader.Location    = new System.Drawing.Point(9, 9);
     this.transferHeader.Name        = "transferHeader";
     this.transferHeader.RightMargin = 0;
     this.transferHeader.Margin      = new Padding(1, 3, 1, 1);
     this.transferHeader.Size        = new System.Drawing.Size(115, 17);
     this.transferHeader.TabIndex    = 20;
     this.transferHeader.TabStop     = false;
     //
     // resetButton
     //
     this.resetButton.Location  = new System.Drawing.Point(9, 292);
     this.resetButton.Name      = "resetButton";
     this.resetButton.Size      = new System.Drawing.Size(81, 23);
     this.resetButton.TabIndex  = 3;
     this.resetButton.FlatStyle = FlatStyle.System;
     this.resetButton.Click    += new System.EventHandler(this.resetButton_Click);
     //
     // modeComboBox
     //
     this.tableLayoutMain.SetColumnSpan(this.modeComboBox, 3);
     this.modeComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.modeComboBox.Location              = new System.Drawing.Point(130, 9);
     this.modeComboBox.Name                  = "modeComboBox";
     this.modeComboBox.Size                  = new System.Drawing.Size(90, 21);
     this.modeComboBox.TabIndex              = 23;
     this.modeComboBox.SelectedIndexChanged += new System.EventHandler(this.modeComboBox_SelectedIndexChanged);
     //
     this.labelCoordinates.Dock      = DockStyle.Fill;
     this.labelCoordinates.TextAlign = ContentAlignment.MiddleCenter;
     //
     this.tableLayoutMain.SetColumnSpan(this.labelHelpText, 4);
     this.labelHelpText.Dock = DockStyle.Fill;
     //
     // tableLayoutMain
     //
     this.tableLayoutMain.ColumnCount = 4;
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 88F));
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
     this.tableLayoutMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
     this.tableLayoutMain.Controls.Add(this.resetButton, 0, 5);
     this.tableLayoutMain.Controls.Add(this.okButton, 2, 5);
     this.tableLayoutMain.Controls.Add(this.cancelButton, 3, 5);
     this.tableLayoutMain.Controls.Add(this.transferHeader, 0, 0);
     this.tableLayoutMain.Controls.Add(this.tableLayoutPanelMask, 0, 3);
     this.tableLayoutMain.Controls.Add(this.modeComboBox, 0, 1);
     this.tableLayoutMain.Controls.Add(this.labelCoordinates, 3, 1);
     this.tableLayoutMain.Controls.Add(this.labelHelpText, 0, 4);
     this.tableLayoutMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutMain.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutMain.Name     = "tableLayoutMain";
     this.tableLayoutMain.Padding  = new System.Windows.Forms.Padding(6);
     this.tableLayoutMain.Margin   = new Padding(2);
     this.tableLayoutMain.RowCount = 4;
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
     this.tableLayoutMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutMain.Size     = new System.Drawing.Size(4, 4);
     this.tableLayoutMain.TabIndex = 24;
     //
     // tableLayoutPanelMask
     //
     this.tableLayoutPanelMask.ColumnCount = 3;
     this.tableLayoutMain.SetColumnSpan(this.tableLayoutPanelMask, 4);
     this.tableLayoutPanelMask.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelMask.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelMask.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
     this.tableLayoutPanelMask.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanelMask.Location = new System.Drawing.Point(8, 262);
     this.tableLayoutPanelMask.Margin   = new System.Windows.Forms.Padding(2);
     this.tableLayoutPanelMask.Name     = "tableLayoutPanelMask";
     this.tableLayoutPanelMask.RowCount = 1;
     this.tableLayoutPanelMask.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelMask.Size     = new System.Drawing.Size(277, 25);
     this.tableLayoutPanelMask.TabIndex = 24;
     //
     // CurvesEffectConfigDialog
     //
     this.AcceptButton        = this.okButton;
     this.CancelButton        = this.cancelButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.ClientSize          = new System.Drawing.Size(276, 382);
     this.MinimumSize         = new Size(260, 276);
     this.Controls.Add(this.tableLayoutMain);
     this.Name = "CurvesEffectConfigDialog";
     this.Controls.SetChildIndex(this.tableLayoutMain, 0);
     this.tableLayoutMain.ResumeLayout(false);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.angleChooserControl = new PaintDotNet.AngleChooserControl();
     this.angleUpDown         = new System.Windows.Forms.NumericUpDown();
     this.distanceTrackBar    = new System.Windows.Forms.TrackBar();
     this.distanceUpDown      = new System.Windows.Forms.NumericUpDown();
     this.pixelsLabel         = new System.Windows.Forms.Label();
     this.cancelButton        = new System.Windows.Forms.Button();
     this.okButton            = new System.Windows.Forms.Button();
     this.centeredCheckBox    = new System.Windows.Forms.CheckBox();
     this.distanceHeader      = new PaintDotNet.HeaderLabel();
     this.angleHeader         = new PaintDotNet.HeaderLabel();
     this.degreeLabel         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.angleUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // angleChooserControl
     //
     this.angleChooserControl.Location      = new System.Drawing.Point(16, 26);
     this.angleChooserControl.Name          = "angleChooserControl";
     this.angleChooserControl.Size          = new System.Drawing.Size(56, 56);
     this.angleChooserControl.TabIndex      = 0;
     this.angleChooserControl.TabStop       = false;
     this.angleChooserControl.Value         = 16;
     this.angleChooserControl.ValueDouble   = 16;
     this.angleChooserControl.ValueChanged += new System.EventHandler(this.angleChooserControl_ValueChanged);
     //
     // angleUpDown
     //
     this.angleUpDown.DecimalPlaces = 2;
     this.angleUpDown.Location      = new System.Drawing.Point(80, 32);
     this.angleUpDown.Maximum       = new System.Decimal(new int[] {
         180,
         0,
         0,
         0
     });
     this.angleUpDown.Minimum = new System.Decimal(new int[] {
         180,
         0,
         0,
         -2147483648
     });
     this.angleUpDown.Name          = "angleUpDown";
     this.angleUpDown.Size          = new System.Drawing.Size(72, 20);
     this.angleUpDown.TabIndex      = 0;
     this.angleUpDown.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.angleUpDown.Enter        += new System.EventHandler(this.angleUpDown_Enter);
     this.angleUpDown.ValueChanged += new System.EventHandler(this.angleUpDown_ValueChanged);
     this.angleUpDown.Leave        += new System.EventHandler(this.angleUpDown_Leave);
     //
     // distanceTrackBar
     //
     this.distanceTrackBar.AutoSize      = false;
     this.distanceTrackBar.Location      = new System.Drawing.Point(174, 59);
     this.distanceTrackBar.Maximum       = 200;
     this.distanceTrackBar.Minimum       = 1;
     this.distanceTrackBar.Name          = "distanceTrackBar";
     this.distanceTrackBar.Size          = new System.Drawing.Size(161, 24);
     this.distanceTrackBar.TabIndex      = 2;
     this.distanceTrackBar.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.distanceTrackBar.Value         = 1;
     this.distanceTrackBar.ValueChanged += new System.EventHandler(this.distanceTrackBar_ValueChanged);
     //
     // distanceUpDown
     //
     this.distanceUpDown.Location = new System.Drawing.Point(184, 32);
     this.distanceUpDown.Maximum  = new System.Decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.distanceUpDown.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.distanceUpDown.Name      = "distanceUpDown";
     this.distanceUpDown.Size      = new System.Drawing.Size(72, 20);
     this.distanceUpDown.TabIndex  = 1;
     this.distanceUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.distanceUpDown.Value     = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.distanceUpDown.Enter        += new System.EventHandler(this.angleUpDown_Enter);
     this.distanceUpDown.ValueChanged += new System.EventHandler(this.distanceUpDown_ValueChanged);
     this.distanceUpDown.Leave        += new System.EventHandler(this.distanceUpDown_Leave);
     //
     // pixelsLabel
     //
     this.pixelsLabel.Location  = new System.Drawing.Point(258, 33);
     this.pixelsLabel.Name      = "pixelsLabel";
     this.pixelsLabel.Size      = new System.Drawing.Size(62, 16);
     this.pixelsLabel.TabIndex  = 7;
     this.pixelsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cancelButton
     //
     this.cancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location     = new System.Drawing.Point(254, 97);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.TabIndex     = 5;
     this.cancelButton.Click       += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location  = new System.Drawing.Point(173, 97);
     this.okButton.Name      = "okButton";
     this.okButton.TabIndex  = 4;
     this.okButton.Click    += new System.EventHandler(this.okButton_Click);
     //
     // centeredCheckBox
     //
     this.centeredCheckBox.Checked         = true;
     this.centeredCheckBox.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.centeredCheckBox.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.centeredCheckBox.Location        = new System.Drawing.Point(10, 86);
     this.centeredCheckBox.Name            = "centeredCheckBox";
     this.centeredCheckBox.Size            = new System.Drawing.Size(150, 24);
     this.centeredCheckBox.TabIndex        = 3;
     this.centeredCheckBox.CheckedChanged += new System.EventHandler(this.centeredCheckBox_CheckedChanged);
     //
     // distanceHeader
     //
     this.distanceHeader.Location = new System.Drawing.Point(176, 8);
     this.distanceHeader.Name     = "distanceHeader";
     this.distanceHeader.Size     = new System.Drawing.Size(159, 14);
     this.distanceHeader.TabIndex = 13;
     this.distanceHeader.TabStop  = false;
     this.distanceHeader.Text     = "headerLabel1  ";
     //
     // angleHeader
     //
     this.angleHeader.Location    = new System.Drawing.Point(6, 8);
     this.angleHeader.Name        = "angleHeader";
     this.angleHeader.RightMargin = 0;
     this.angleHeader.Size        = new System.Drawing.Size(161, 14);
     this.angleHeader.TabIndex    = 14;
     this.angleHeader.TabStop     = false;
     this.angleHeader.Text        = "headerLabel1  ";
     //
     // degreeLabel
     //
     this.degreeLabel.Location = new System.Drawing.Point(152, 32);
     this.degreeLabel.Name     = "degreeLabel";
     this.degreeLabel.Size     = new System.Drawing.Size(16, 23);
     this.degreeLabel.TabIndex = 15;
     //
     // MotionBlurEffectConfigDialog
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(335, 126);
     this.Controls.Add(this.degreeLabel);
     this.Controls.Add(this.angleHeader);
     this.Controls.Add(this.distanceHeader);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.centeredCheckBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.distanceTrackBar);
     this.Controls.Add(this.distanceUpDown);
     this.Controls.Add(this.pixelsLabel);
     this.Controls.Add(this.angleChooserControl);
     this.Controls.Add(this.angleUpDown);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "MotionBlurEffectConfigDialog";
     this.Enter   += new System.EventHandler(this.angleUpDown_Enter);
     this.Controls.SetChildIndex(this.angleUpDown, 0);
     this.Controls.SetChildIndex(this.angleChooserControl, 0);
     this.Controls.SetChildIndex(this.pixelsLabel, 0);
     this.Controls.SetChildIndex(this.distanceUpDown, 0);
     this.Controls.SetChildIndex(this.distanceTrackBar, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.centeredCheckBox, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.distanceHeader, 0);
     this.Controls.SetChildIndex(this.angleHeader, 0);
     this.Controls.SetChildIndex(this.degreeLabel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.angleUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.anchorChooserControl = new PaintDotNet.AnchorChooserControl();
            this.newSpaceLabel = new System.Windows.Forms.Label();
            this.anchorHeader = new PaintDotNet.HeaderLabel();
            this.anchorEdgeCB = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.percentUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.resolutionUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pixelWidthUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pixelHeightUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printWidthUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.printHeightUpDown)).BeginInit();
            this.SuspendLayout();
            // 
            // constrainCheckBox
            // 
            this.constrainCheckBox.Location = new System.Drawing.Point(27, 74);
            this.constrainCheckBox.Name = "constrainCheckBox";
            // 
            // okButton
            // 
            this.okButton.Location = new System.Drawing.Point(142, 366);
            this.okButton.Name = "okButton";
            this.okButton.TabIndex = 18;
            // 
            // cancelButton
            // 
            this.cancelButton.Location = new System.Drawing.Point(220, 366);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.TabIndex = 19;
            // 
            // percentSignLabel
            // 
            this.percentSignLabel.Location = new System.Drawing.Point(200, 28);
            this.percentSignLabel.Name = "percentSignLabel";
            this.percentSignLabel.TabIndex = 23;
            // 
            // percentUpDown
            // 
            this.percentUpDown.Location = new System.Drawing.Point(120, 27);
            this.percentUpDown.Name = "percentUpDown";
            this.percentUpDown.TabIndex = 22;
            // 
            // absoluteRB
            // 
            this.absoluteRB.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.absoluteRB.Location = new System.Drawing.Point(8, 51);
            this.absoluteRB.Name = "absoluteRB";
            // 
            // percentRB
            // 
            this.percentRB.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.percentRB.Location = new System.Drawing.Point(8, 24);
            this.percentRB.Name = "percentRB";
            this.percentRB.TabIndex = 21;
            // 
            // asteriskTextLabel
            // 
            this.asteriskTextLabel.Enabled = false;
            this.asteriskTextLabel.Location = new System.Drawing.Point(400, 72);
            this.asteriskTextLabel.Name = "asteriskTextLabel";
            this.asteriskTextLabel.Visible = true;
            // 
            // asteriskLabel
            // 
            this.asteriskLabel.Enabled = false;
            this.asteriskLabel.Location = new System.Drawing.Point(648, 32);
            this.asteriskLabel.Name = "asteriskLabel";
            this.asteriskLabel.Visible = true;
            // 
            // resizedImageHeader
            // 
            this.resizedImageHeader.Name = "resizedImageHeader";
            this.resizedImageHeader.TabIndex = 20;
            // 
            // resolutionLabel
            // 
            this.resolutionLabel.Location = new System.Drawing.Point(32, 166);
            this.resolutionLabel.Name = "resolutionLabel";
            // 
            // unitsComboBox2
            // 
            this.unitsComboBox2.Location = new System.Drawing.Point(200, 165);
            this.unitsComboBox2.Name = "unitsComboBox2";
            // 
            // unitsComboBox1
            // 
            this.unitsComboBox1.Location = new System.Drawing.Point(200, 208);
            this.unitsComboBox1.Name = "unitsComboBox1";
            // 
            // resolutionUpDown
            // 
            this.resolutionUpDown.Location = new System.Drawing.Point(120, 165);
            this.resolutionUpDown.Name = "resolutionUpDown";
            // 
            // newWidthLabel1
            // 
            this.newWidthLabel1.Location = new System.Drawing.Point(32, 118);
            this.newWidthLabel1.Name = "newWidthLabel1";
            // 
            // newHeightLabel1
            // 
            this.newHeightLabel1.Location = new System.Drawing.Point(32, 142);
            this.newHeightLabel1.Name = "newHeightLabel1";
            // 
            // pixelsLabel1
            // 
            this.pixelsLabel1.Location = new System.Drawing.Point(200, 118);
            this.pixelsLabel1.Name = "pixelsLabel1";
            // 
            // newWidthLabel2
            // 
            this.newWidthLabel2.Location = new System.Drawing.Point(32, 209);
            this.newWidthLabel2.Name = "newWidthLabel2";
            // 
            // newHeightLabel2
            // 
            this.newHeightLabel2.Location = new System.Drawing.Point(32, 233);
            this.newHeightLabel2.Name = "newHeightLabel2";
            // 
            // pixelsLabel2
            // 
            this.pixelsLabel2.Location = new System.Drawing.Point(200, 142);
            this.pixelsLabel2.Name = "pixelsLabel2";
            // 
            // unitsLabel1
            // 
            this.unitsLabel1.Location = new System.Drawing.Point(200, 234);
            this.unitsLabel1.Name = "unitsLabel1";
            // 
            // pixelWidthUpDown
            // 
            this.pixelWidthUpDown.Location = new System.Drawing.Point(120, 117);
            this.pixelWidthUpDown.Name = "pixelWidthUpDown";
            // 
            // pixelHeightUpDown
            // 
            this.pixelHeightUpDown.Location = new System.Drawing.Point(120, 141);
            this.pixelHeightUpDown.Name = "pixelHeightUpDown";
            // 
            // printWidthUpDown
            // 
            this.printWidthUpDown.Location = new System.Drawing.Point(120, 208);
            this.printWidthUpDown.Name = "printWidthUpDown";
            // 
            // printHeightUpDown
            // 
            this.printHeightUpDown.Location = new System.Drawing.Point(120, 232);
            this.printHeightUpDown.Name = "printHeightUpDown";
            // 
            // pixelSizeHeader
            // 
            this.pixelSizeHeader.Location = new System.Drawing.Point(25, 98);
            this.pixelSizeHeader.Name = "pixelSizeHeader";
            // 
            // printSizeHeader
            // 
            this.printSizeHeader.Location = new System.Drawing.Point(25, 189);
            this.printSizeHeader.Name = "printSizeHeader";
            // 
            // resamplingLabel
            // 
            this.resamplingLabel.Enabled = false;
            this.resamplingLabel.Location = new System.Drawing.Point(384, 40);
            this.resamplingLabel.Name = "resamplingLabel";
            this.resamplingLabel.Visible = false;
            // 
            // resamplingAlgorithmComboBox
            // 
            this.resamplingAlgorithmComboBox.Enabled = false;
            this.resamplingAlgorithmComboBox.Location = new System.Drawing.Point(496, 32);
            this.resamplingAlgorithmComboBox.Name = "resamplingAlgorithmComboBox";
            this.resamplingAlgorithmComboBox.Visible = false;
            // 
            // anchorChooserControl
            // 
            this.anchorChooserControl.Location = new System.Drawing.Point(177, 275);
            this.anchorChooserControl.Name = "anchorChooserControl";
            this.anchorChooserControl.Size = new System.Drawing.Size(81, 81);
            this.anchorChooserControl.TabIndex = 17;
            this.anchorChooserControl.TabStop = false;
            this.anchorChooserControl.AnchorEdgeChanged += new System.EventHandler(this.anchorChooserControl_AnchorEdgeChanged);
            // 
            // newSpaceLabel
            // 
            this.newSpaceLabel.Location = new System.Drawing.Point(376, 296);
            this.newSpaceLabel.Name = "newSpaceLabel";
            this.newSpaceLabel.Size = new System.Drawing.Size(234, 32);
            this.newSpaceLabel.TabIndex = 20;
            // anchorHeader
            // 
            this.anchorHeader.Location = new System.Drawing.Point(8, 256);
            this.anchorHeader.Name = "anchorHeader";
            this.anchorHeader.Size = new System.Drawing.Size(288, 14);
            this.anchorHeader.TabIndex = 15;
            this.anchorHeader.TabStop = false;
            // 
            // 
            // anchorEdgeCB
            // 
            this.anchorEdgeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.anchorEdgeCB.Location = new System.Drawing.Point(32, 275);
            this.anchorEdgeCB.Name = "anchorEdgeCB";
            this.anchorEdgeCB.Size = new System.Drawing.Size(120, 21);
            this.anchorEdgeCB.TabIndex = 16;
            this.anchorEdgeCB.SelectedIndexChanged += new System.EventHandler(this.anchorEdgeCB_SelectedIndexChanged);
            // 
            // CanvasSizeDialog
            // 
            this.AutoScaleDimensions = new SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(298, 395);
            this.Controls.Add(this.anchorEdgeCB);
            this.Controls.Add(this.anchorHeader);
            this.Controls.Add(this.anchorChooserControl);
            this.Controls.Add(this.newSpaceLabel);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "CanvasSizeDialog";
            this.Controls.SetChildIndex(this.pixelsLabel1, 0);
            this.Controls.SetChildIndex(this.unitsLabel1, 0);
            this.Controls.SetChildIndex(this.newWidthLabel1, 0);
            this.Controls.SetChildIndex(this.resamplingLabel, 0);
            this.Controls.SetChildIndex(this.resolutionLabel, 0);
            this.Controls.SetChildIndex(this.asteriskTextLabel, 0);
            this.Controls.SetChildIndex(this.asteriskLabel, 0);
            this.Controls.SetChildIndex(this.pixelsLabel2, 0);
            this.Controls.SetChildIndex(this.percentSignLabel, 0);
            this.Controls.SetChildIndex(this.newSpaceLabel, 0);
            this.Controls.SetChildIndex(this.newHeightLabel1, 0);
            this.Controls.SetChildIndex(this.newWidthLabel2, 0);
            this.Controls.SetChildIndex(this.newHeightLabel2, 0);
            this.Controls.SetChildIndex(this.resizedImageHeader, 0);
            this.Controls.SetChildIndex(this.resolutionUpDown, 0);
            this.Controls.SetChildIndex(this.unitsComboBox2, 0);
            this.Controls.SetChildIndex(this.unitsComboBox1, 0);
            this.Controls.SetChildIndex(this.printWidthUpDown, 0);
            this.Controls.SetChildIndex(this.printHeightUpDown, 0);
            this.Controls.SetChildIndex(this.pixelSizeHeader, 0);
            this.Controls.SetChildIndex(this.printSizeHeader, 0);
            this.Controls.SetChildIndex(this.pixelHeightUpDown, 0);
            this.Controls.SetChildIndex(this.pixelWidthUpDown, 0);
            this.Controls.SetChildIndex(this.anchorChooserControl, 0);
            this.Controls.SetChildIndex(this.constrainCheckBox, 0);
            this.Controls.SetChildIndex(this.resamplingAlgorithmComboBox, 0);
            this.Controls.SetChildIndex(this.percentRB, 0);
            this.Controls.SetChildIndex(this.absoluteRB, 0);
            this.Controls.SetChildIndex(this.percentUpDown, 0);
            this.Controls.SetChildIndex(this.anchorHeader, 0);
            this.Controls.SetChildIndex(this.anchorEdgeCB, 0);
            this.Controls.SetChildIndex(this.okButton, 0);
            this.Controls.SetChildIndex(this.cancelButton, 0);
            ((System.ComponentModel.ISupportInitialize)(this.percentUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.resolutionUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pixelWidthUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pixelHeightUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printWidthUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.printHeightUpDown)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.okButton      = new System.Windows.Forms.Button();
     this.cancelButton  = new System.Windows.Forms.Button();
     this.amount1Slider = new System.Windows.Forms.TrackBar();
     this.amount1UpDown = new System.Windows.Forms.NumericUpDown();
     this.amount1Reset  = new System.Windows.Forms.Button();
     this.amount2Reset  = new System.Windows.Forms.Button();
     this.amount2UpDown = new System.Windows.Forms.NumericUpDown();
     this.amount2Slider = new System.Windows.Forms.TrackBar();
     this.amount1Header = new PaintDotNet.HeaderLabel();
     this.amount2Header = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.amount1Slider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount1UpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount2UpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount2Slider)).BeginInit();
     this.SuspendLayout();
     //
     // okButton
     //
     this.okButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location  = new System.Drawing.Point(101, 151);
     this.okButton.Size      = new System.Drawing.Size(81, 23);
     this.okButton.Name      = "okButton";
     this.okButton.TabIndex  = 6;
     this.okButton.Click    += new System.EventHandler(this.OnOkButtonClicked);
     //
     // cancelButton
     //
     this.cancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location     = new System.Drawing.Point(188, 151);
     this.cancelButton.Size         = new System.Drawing.Size(81, 23);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.TabIndex     = 7;
     this.cancelButton.Click       += new System.EventHandler(this.OnCancelButtonClicked);
     //
     // amount1Slider
     //
     this.amount1Slider.LargeChange   = 20;
     this.amount1Slider.Location      = new System.Drawing.Point(1, 25);
     this.amount1Slider.Maximum       = 100;
     this.amount1Slider.Minimum       = -100;
     this.amount1Slider.Name          = "amount1Slider";
     this.amount1Slider.Size          = new System.Drawing.Size(175, 42);
     this.amount1Slider.TabIndex      = 0;
     this.amount1Slider.TickFrequency = 10;
     this.amount1Slider.ValueChanged += new System.EventHandler(this.amount1Slider_ValueChanged);
     //
     // amount1UpDown
     //
     this.amount1UpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.amount1UpDown.Location = new System.Drawing.Point(188, 25);
     this.amount1UpDown.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.amount1UpDown.Name          = "amount1UpDown";
     this.amount1UpDown.Size          = new System.Drawing.Size(81, 20);
     this.amount1UpDown.TabIndex      = 1;
     this.amount1UpDown.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.amount1UpDown.Enter        += new System.EventHandler(this.amount1UpDown_Enter);
     this.amount1UpDown.ValueChanged += new System.EventHandler(this.amount1UpDown_ValueChanged);
     this.amount1UpDown.Leave        += new System.EventHandler(this.amount1UpDown_Leave);
     //
     // amount1Reset
     //
     this.amount1Reset.Location = new System.Drawing.Point(188, 50);
     this.amount1Reset.Name     = "amount1Reset";
     this.amount1Reset.Size     = new System.Drawing.Size(81, 20);
     this.amount1Reset.TabIndex = 2;
     this.amount1Reset.Click   += new System.EventHandler(this.amount1Reset_Click);
     //
     // amount2Reset
     //
     this.amount2Reset.Location = new System.Drawing.Point(188, 120);
     this.amount2Reset.Name     = "amount2Reset";
     this.amount2Reset.Size     = new System.Drawing.Size(81, 20);
     this.amount2Reset.TabIndex = 5;
     this.amount2Reset.Click   += new System.EventHandler(this.amount2Reset_Click);
     //
     // amount2UpDown
     //
     this.amount2UpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.amount2UpDown.Location = new System.Drawing.Point(188, 95);
     this.amount2UpDown.Minimum  = new System.Decimal(new int[] {
         100,
         0,
         0,
         -2147483648
     });
     this.amount2UpDown.Name          = "amount2UpDown";
     this.amount2UpDown.Size          = new System.Drawing.Size(81, 20);
     this.amount2UpDown.TabIndex      = 4;
     this.amount2UpDown.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.amount2UpDown.Enter        += new System.EventHandler(this.amount2UpDown_Enter);
     this.amount2UpDown.ValueChanged += new System.EventHandler(this.amount2UpDown_ValueChanged);
     this.amount2UpDown.Leave        += new System.EventHandler(this.amount2UpDown_Leave);
     //
     // amount2Slider
     //
     this.amount2Slider.LargeChange   = 20;
     this.amount2Slider.Location      = new System.Drawing.Point(1, 95);
     this.amount2Slider.Maximum       = 100;
     this.amount2Slider.Minimum       = -100;
     this.amount2Slider.Name          = "amount2Slider";
     this.amount2Slider.Size          = new System.Drawing.Size(175, 42);
     this.amount2Slider.TabIndex      = 3;
     this.amount2Slider.TickFrequency = 10;
     this.amount2Slider.ValueChanged += new System.EventHandler(this.amount2Slider_ValueChanged);
     //
     // amount1Header
     //
     this.amount1Header.Location = new System.Drawing.Point(6, 8);
     this.amount1Header.Name     = "amount1Header";
     this.amount1Header.Size     = new System.Drawing.Size(271, 14);
     this.amount1Header.TabIndex = 9;
     this.amount1Header.TabStop  = false;
     this.amount1Header.Text     = "Header 1";
     //
     // amount2Header
     //
     this.amount2Header.Location = new System.Drawing.Point(6, 78);
     this.amount2Header.Name     = "amount2Header";
     this.amount2Header.Size     = new System.Drawing.Size(271, 14);
     this.amount2Header.TabIndex = 10;
     this.amount2Header.TabStop  = false;
     this.amount2Header.Text     = "Header 2";
     //
     // TwoAmountsConfigDialog
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(275, 180);
     this.Controls.Add(this.amount2Header);
     this.Controls.Add(this.amount1Header);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.amount2Reset);
     this.Controls.Add(this.amount2UpDown);
     this.Controls.Add(this.amount2Slider);
     this.Controls.Add(this.amount1Reset);
     this.Controls.Add(this.amount1UpDown);
     this.Controls.Add(this.amount1Slider);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "TwoAmountsConfigDialog";
     this.Controls.SetChildIndex(this.amount1Slider, 0);
     this.Controls.SetChildIndex(this.amount1UpDown, 0);
     this.Controls.SetChildIndex(this.amount1Reset, 0);
     this.Controls.SetChildIndex(this.amount2Slider, 0);
     this.Controls.SetChildIndex(this.amount2UpDown, 0);
     this.Controls.SetChildIndex(this.amount2Reset, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.amount1Header, 0);
     this.Controls.SetChildIndex(this.amount2Header, 0);
     ((System.ComponentModel.ISupportInitialize)(this.amount1Slider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount1UpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount2UpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amount2Slider)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.visibleCheckBox = new System.Windows.Forms.CheckBox();
     this.nameBox         = new System.Windows.Forms.TextBox();
     this.nameLabel       = new System.Windows.Forms.Label();
     this.cancelButton    = new System.Windows.Forms.Button();
     this.okButton        = new System.Windows.Forms.Button();
     this.generalHeader   = new PaintDotNet.HeaderLabel();
     this.SuspendLayout();
     //
     // visibleCheckBox
     //
     this.visibleCheckBox.Location        = new System.Drawing.Point(14, 43);
     this.visibleCheckBox.Name            = "visibleCheckBox";
     this.visibleCheckBox.Size            = new System.Drawing.Size(90, 16);
     this.visibleCheckBox.TabIndex        = 3;
     this.visibleCheckBox.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.visibleCheckBox.CheckedChanged += new System.EventHandler(this.VisibleCheckBox_CheckedChanged);
     //
     // nameBox
     //
     this.nameBox.Location = new System.Drawing.Point(64, 24);
     this.nameBox.Name     = "nameBox";
     this.nameBox.Size     = new System.Drawing.Size(200, 20);
     this.nameBox.TabIndex = 2;
     this.nameBox.Text     = "";
     this.nameBox.Enter   += new System.EventHandler(this.NameBox_Enter);
     //
     // nameLabel
     //
     this.nameLabel.Location = new System.Drawing.Point(6, 24);
     this.nameLabel.Name     = "nameLabel";
     this.nameLabel.Size     = new System.Drawing.Size(50, 16);
     this.nameLabel.TabIndex = 2;
     //
     // cancelButton
     //
     this.cancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location     = new System.Drawing.Point(194, 69);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.TabIndex     = 1;
     this.cancelButton.Click       += new System.EventHandler(this.CancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.Location = new System.Drawing.Point(114, 69);
     this.okButton.Name     = "okButton";
     this.okButton.TabIndex = 0;
     this.okButton.Click   += new System.EventHandler(this.OkButton_Click);
     //
     // generalHeader
     //
     this.generalHeader.Location = new System.Drawing.Point(6, 8);
     this.generalHeader.Name     = "generalHeader";
     this.generalHeader.Size     = new System.Drawing.Size(269, 14);
     this.generalHeader.TabIndex = 4;
     this.generalHeader.TabStop  = false;
     //
     // LayerPropertiesDialog
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(274, 96);
     this.Controls.Add(this.generalHeader);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.nameBox);
     this.Controls.Add(this.visibleCheckBox);
     this.Controls.Add(this.nameLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "LayerPropertiesDialog";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Controls.SetChildIndex(this.nameLabel, 0);
     this.Controls.SetChildIndex(this.visibleCheckBox, 0);
     this.Controls.SetChildIndex(this.nameBox, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.generalHeader, 0);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.angleChooserControl = new PaintDotNet.AngleChooserControl();
     this.angleUpDown = new System.Windows.Forms.NumericUpDown();
     this.distanceTrackBar = new System.Windows.Forms.TrackBar();
     this.distanceUpDown = new System.Windows.Forms.NumericUpDown();
     this.pixelsLabel = new System.Windows.Forms.Label();
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.centeredCheckBox = new System.Windows.Forms.CheckBox();
     this.distanceHeader = new PaintDotNet.HeaderLabel();
     this.angleHeader = new PaintDotNet.HeaderLabel();
     this.degreeLabel = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.angleUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // angleChooserControl
     //
     this.angleChooserControl.Location = new System.Drawing.Point(16, 26);
     this.angleChooserControl.Name = "angleChooserControl";
     this.angleChooserControl.Size = new System.Drawing.Size(56, 56);
     this.angleChooserControl.TabIndex = 0;
     this.angleChooserControl.TabStop = false;
     this.angleChooserControl.Value = 16;
     this.angleChooserControl.ValueDouble = 16;
     this.angleChooserControl.ValueChanged += new System.EventHandler(this.angleChooserControl_ValueChanged);
     //
     // angleUpDown
     //
     this.angleUpDown.DecimalPlaces = 2;
     this.angleUpDown.Location = new System.Drawing.Point(80, 32);
     this.angleUpDown.Maximum = new System.Decimal(new int[] {
                                                                 180,
                                                                 0,
                                                                 0,
                                                                 0});
     this.angleUpDown.Minimum = new System.Decimal(new int[] {
                                                                 180,
                                                                 0,
                                                                 0,
                                                                 -2147483648});
     this.angleUpDown.Name = "angleUpDown";
     this.angleUpDown.Size = new System.Drawing.Size(72, 20);
     this.angleUpDown.TabIndex = 0;
     this.angleUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.angleUpDown.Enter += new System.EventHandler(this.angleUpDown_Enter);
     this.angleUpDown.ValueChanged += new System.EventHandler(this.angleUpDown_ValueChanged);
     this.angleUpDown.Leave += new System.EventHandler(this.angleUpDown_Leave);
     //
     // distanceTrackBar
     //
     this.distanceTrackBar.AutoSize = false;
     this.distanceTrackBar.Location = new System.Drawing.Point(174, 59);
     this.distanceTrackBar.Maximum = 200;
     this.distanceTrackBar.Minimum = 1;
     this.distanceTrackBar.Name = "distanceTrackBar";
     this.distanceTrackBar.Size = new System.Drawing.Size(161, 24);
     this.distanceTrackBar.TabIndex = 2;
     this.distanceTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.distanceTrackBar.Value = 1;
     this.distanceTrackBar.ValueChanged += new System.EventHandler(this.distanceTrackBar_ValueChanged);
     //
     // distanceUpDown
     //
     this.distanceUpDown.Location = new System.Drawing.Point(184, 32);
     this.distanceUpDown.Maximum = new System.Decimal(new int[] {
                                                                    200,
                                                                    0,
                                                                    0,
                                                                    0});
     this.distanceUpDown.Minimum = new System.Decimal(new int[] {
                                                                    1,
                                                                    0,
                                                                    0,
                                                                    0});
     this.distanceUpDown.Name = "distanceUpDown";
     this.distanceUpDown.Size = new System.Drawing.Size(72, 20);
     this.distanceUpDown.TabIndex = 1;
     this.distanceUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.distanceUpDown.Value = new System.Decimal(new int[] {
                                                                  1,
                                                                  0,
                                                                  0,
                                                                  0});
     this.distanceUpDown.Enter += new System.EventHandler(this.angleUpDown_Enter);
     this.distanceUpDown.ValueChanged += new System.EventHandler(this.distanceUpDown_ValueChanged);
     this.distanceUpDown.Leave += new System.EventHandler(this.distanceUpDown_Leave);
     //
     // pixelsLabel
     //
     this.pixelsLabel.Location = new System.Drawing.Point(258, 33);
     this.pixelsLabel.Name = "pixelsLabel";
     this.pixelsLabel.Size = new System.Drawing.Size(62, 16);
     this.pixelsLabel.TabIndex = 7;
     this.pixelsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location = new System.Drawing.Point(254, 97);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.TabIndex = 5;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location = new System.Drawing.Point(173, 97);
     this.okButton.Name = "okButton";
     this.okButton.TabIndex = 4;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // centeredCheckBox
     //
     this.centeredCheckBox.Checked = true;
     this.centeredCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.centeredCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.centeredCheckBox.Location = new System.Drawing.Point(10, 86);
     this.centeredCheckBox.Name = "centeredCheckBox";
     this.centeredCheckBox.Size = new System.Drawing.Size(150, 24);
     this.centeredCheckBox.TabIndex = 3;
     this.centeredCheckBox.CheckedChanged += new System.EventHandler(this.centeredCheckBox_CheckedChanged);
     //
     // distanceHeader
     //
     this.distanceHeader.Location = new System.Drawing.Point(176, 8);
     this.distanceHeader.Name = "distanceHeader";
     this.distanceHeader.Size = new System.Drawing.Size(159, 14);
     this.distanceHeader.TabIndex = 13;
     this.distanceHeader.TabStop = false;
     this.distanceHeader.Text = "headerLabel1  ";
     //
     // angleHeader
     //
     this.angleHeader.Location = new System.Drawing.Point(6, 8);
     this.angleHeader.Name = "angleHeader";
     this.angleHeader.RightMargin = 0;
     this.angleHeader.Size = new System.Drawing.Size(161, 14);
     this.angleHeader.TabIndex = 14;
     this.angleHeader.TabStop = false;
     this.angleHeader.Text = "headerLabel1  ";
     //
     // degreeLabel
     //
     this.degreeLabel.Location = new System.Drawing.Point(152, 32);
     this.degreeLabel.Name = "degreeLabel";
     this.degreeLabel.Size = new System.Drawing.Size(16, 23);
     this.degreeLabel.TabIndex = 15;
     //
     // MotionBlurEffectConfigDialog
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(335, 126);
     this.Controls.Add(this.degreeLabel);
     this.Controls.Add(this.angleHeader);
     this.Controls.Add(this.distanceHeader);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.centeredCheckBox);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.distanceTrackBar);
     this.Controls.Add(this.distanceUpDown);
     this.Controls.Add(this.pixelsLabel);
     this.Controls.Add(this.angleChooserControl);
     this.Controls.Add(this.angleUpDown);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name = "MotionBlurEffectConfigDialog";
     this.Enter += new System.EventHandler(this.angleUpDown_Enter);
     this.Controls.SetChildIndex(this.angleUpDown, 0);
     this.Controls.SetChildIndex(this.angleChooserControl, 0);
     this.Controls.SetChildIndex(this.pixelsLabel, 0);
     this.Controls.SetChildIndex(this.distanceUpDown, 0);
     this.Controls.SetChildIndex(this.distanceTrackBar, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.centeredCheckBox, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.distanceHeader, 0);
     this.Controls.SetChildIndex(this.angleHeader, 0);
     this.Controls.SetChildIndex(this.degreeLabel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.angleUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.distanceUpDown)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.amountTrackBar = new System.Windows.Forms.TrackBar();
     this.amountUpDown = new System.Windows.Forms.NumericUpDown();
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.headerLabel = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.amountTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amountUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // amountTrackBar
     //
     this.amountTrackBar.AutoSize = false;
     this.amountTrackBar.Location = new System.Drawing.Point(3, 59);
     this.amountTrackBar.Maximum = 100;
     this.amountTrackBar.Minimum = 1;
     this.amountTrackBar.Name = "amountTrackBar";
     this.amountTrackBar.Size = new System.Drawing.Size(174, 24);
     this.amountTrackBar.TabIndex = 1;
     this.amountTrackBar.TickFrequency = 10;
     this.amountTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.amountTrackBar.Value = 1;
     this.amountTrackBar.ValueChanged += new System.EventHandler(this.amountTrackBar_ValueChanged);
     //
     // amountUpDown
     //
     this.amountUpDown.Location = new System.Drawing.Point(16, 32);
     this.amountUpDown.Minimum = new System.Decimal(new int[] {
                                                                  1,
                                                                  0,
                                                                  0,
                                                                  0});
     this.amountUpDown.Name = "amountUpDown";
     this.amountUpDown.Size = new System.Drawing.Size(64, 20);
     this.amountUpDown.TabIndex = 0;
     this.amountUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.amountUpDown.Value = new System.Decimal(new int[] {
                                                                1,
                                                                0,
                                                                0,
                                                                0});
     this.amountUpDown.Enter += new System.EventHandler(this.amountUpDown_Enter);
     this.amountUpDown.ValueChanged += new System.EventHandler(this.amountUpDown_ValueChanged);
     this.amountUpDown.Leave += new System.EventHandler(this.amountUpDown_Leave);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location = new System.Drawing.Point(96, 93);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.TabIndex = 3;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location = new System.Drawing.Point(15, 93);
     this.okButton.Name = "okButton";
     this.okButton.TabIndex = 2;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(82, 30);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 24);
     this.label1.TabIndex = 2;
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // headerLabel
     //
     this.headerLabel.Location = new System.Drawing.Point(6, 8);
     this.headerLabel.Name = "headerLabel";
     this.headerLabel.Size = new System.Drawing.Size(170, 14);
     this.headerLabel.TabIndex = 7;
     this.headerLabel.TabStop = false;
     this.headerLabel.Text = "Header";
     //
     // AmountEffectConfigDialog
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(177, 122);
     this.Controls.Add(this.headerLabel);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.amountTrackBar);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.amountUpDown);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name = "AmountEffectConfigDialog";
     this.Controls.SetChildIndex(this.amountUpDown, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.amountTrackBar, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.headerLabel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.amountTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amountUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Example #12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.valueGradientControl = new PaintDotNet.ColorGradientControl();
            this.colorWheel = new PaintDotNet.ColorWheel();
            this.redUpDown = new System.Windows.Forms.NumericUpDown();
            this.greenUpDown = new System.Windows.Forms.NumericUpDown();
            this.blueUpDown = new System.Windows.Forms.NumericUpDown();
            this.redLabel = new System.Windows.Forms.Label();
            this.blueLabel = new System.Windows.Forms.Label();
            this.greenLabel = new System.Windows.Forms.Label();
            this.saturationLabel = new System.Windows.Forms.Label();
            this.valueLabel = new System.Windows.Forms.Label();
            this.hueLabel = new System.Windows.Forms.Label();
            this.valueUpDown = new System.Windows.Forms.NumericUpDown();
            this.saturationUpDown = new System.Windows.Forms.NumericUpDown();
            this.hueUpDown = new System.Windows.Forms.NumericUpDown();
            this.hexBox = new System.Windows.Forms.TextBox();
            this.hexLabel = new System.Windows.Forms.Label();
            this.whichUserColorBox = new System.Windows.Forms.ComboBox();
            this.alphaUpDown = new System.Windows.Forms.NumericUpDown();
            this.moreLessButton = new System.Windows.Forms.Button();
            this.lessModeButtonSentinel = new System.Windows.Forms.Control();
            this.moreModeButtonSentinel = new System.Windows.Forms.Control();
            this.lessModeHeaderSentinel = new System.Windows.Forms.Control();
            this.moreModeHeaderSentinel = new System.Windows.Forms.Control();
            this.rgbHeader = new PaintDotNet.HeaderLabel();
            this.hsvHeader = new PaintDotNet.HeaderLabel();
            this.alphaHeader = new PaintDotNet.HeaderLabel();
            this.swatchHeader = new PaintDotNet.HeaderLabel();
            this.swatchControl = new PaintDotNet.SwatchControl();
            this.colorDisplayWidget = new PaintDotNet.ColorDisplayWidget();
            this.toolStrip = new PaintDotNet.SystemLayer.ToolStripEx();
            this.colorAddButton = new System.Windows.Forms.ToolStripButton();
            this.colorPalettesButton = new System.Windows.Forms.ToolStripSplitButton();
            this.hueGradientControl = new PaintDotNet.ColorGradientControl();
            this.saturationGradientControl = new PaintDotNet.ColorGradientControl();
            this.alphaGradientControl = new PaintDotNet.ColorGradientControl();
            this.redGradientControl = new PaintDotNet.ColorGradientControl();
            this.greenGradientControl = new PaintDotNet.ColorGradientControl();
            this.blueGradientControl = new PaintDotNet.ColorGradientControl();
            ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.valueUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaUpDown)).BeginInit();
            this.toolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // valueGradientControl
            // 
            this.valueGradientControl.Count = 1;
            this.valueGradientControl.CustomGradient = null;
            this.valueGradientControl.DrawFarNub = true;
            this.valueGradientControl.DrawNearNub = false;
            this.valueGradientControl.Location = new System.Drawing.Point(243, 185);
            this.valueGradientControl.MaxColor = System.Drawing.Color.White;
            this.valueGradientControl.MinColor = System.Drawing.Color.Black;
            this.valueGradientControl.Name = "valueGradientControl";
            this.valueGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.valueGradientControl.Size = new System.Drawing.Size(73, 19);
            this.valueGradientControl.TabIndex = 2;
            this.valueGradientControl.TabStop = false;
            this.valueGradientControl.Value = 0;
            this.valueGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.HsvGradientControl_ValueChanged);
            // 
            // colorWheel
            // 
            this.colorWheel.Location = new System.Drawing.Point(65, 35);
            this.colorWheel.Name = "colorWheel";
            this.colorWheel.Size = new System.Drawing.Size(129, 130);
            this.colorWheel.TabIndex = 3;
            this.colorWheel.TabStop = false;
            this.colorWheel.ColorChanged += new System.EventHandler(this.ColorWheel_ColorChanged);
            // 
            // redUpDown
            // 
            this.redUpDown.Location = new System.Drawing.Point(320, 24);
            this.redUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.redUpDown.Name = "redUpDown";
            this.redUpDown.Size = new System.Drawing.Size(56, 20);
            this.redUpDown.TabIndex = 2;
            this.redUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.redUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.redUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.redUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.redUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // greenUpDown
            // 
            this.greenUpDown.Location = new System.Drawing.Point(320, 48);
            this.greenUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.greenUpDown.Name = "greenUpDown";
            this.greenUpDown.Size = new System.Drawing.Size(56, 20);
            this.greenUpDown.TabIndex = 3;
            this.greenUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.greenUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.greenUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.greenUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.greenUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // blueUpDown
            // 
            this.blueUpDown.Location = new System.Drawing.Point(320, 72);
            this.blueUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.blueUpDown.Name = "blueUpDown";
            this.blueUpDown.Size = new System.Drawing.Size(56, 20);
            this.blueUpDown.TabIndex = 4;
            this.blueUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.blueUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.blueUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.blueUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.blueUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // redLabel
            // 
            this.redLabel.AutoSize = true;
            this.redLabel.Location = new System.Drawing.Point(222, 28);
            this.redLabel.Name = "redLabel";
            this.redLabel.Size = new System.Drawing.Size(15, 13);
            this.redLabel.TabIndex = 7;
            this.redLabel.Text = "R";
            this.redLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // blueLabel
            // 
            this.blueLabel.AutoSize = true;
            this.blueLabel.Location = new System.Drawing.Point(222, 76);
            this.blueLabel.Name = "blueLabel";
            this.blueLabel.Size = new System.Drawing.Size(14, 13);
            this.blueLabel.TabIndex = 8;
            this.blueLabel.Text = "B";
            this.blueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // greenLabel
            // 
            this.greenLabel.AutoSize = true;
            this.greenLabel.Location = new System.Drawing.Point(222, 52);
            this.greenLabel.Name = "greenLabel";
            this.greenLabel.Size = new System.Drawing.Size(15, 13);
            this.greenLabel.TabIndex = 9;
            this.greenLabel.Text = "G";
            this.greenLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // saturationLabel
            // 
            this.saturationLabel.AutoSize = true;
            this.saturationLabel.Location = new System.Drawing.Point(222, 164);
            this.saturationLabel.Name = "saturationLabel";
            this.saturationLabel.Size = new System.Drawing.Size(17, 13);
            this.saturationLabel.TabIndex = 16;
            this.saturationLabel.Text = "S:";
            this.saturationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // valueLabel
            // 
            this.valueLabel.AutoSize = true;
            this.valueLabel.Location = new System.Drawing.Point(222, 188);
            this.valueLabel.Name = "valueLabel";
            this.valueLabel.Size = new System.Drawing.Size(17, 13);
            this.valueLabel.TabIndex = 15;
            this.valueLabel.Text = "V:";
            this.valueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // hueLabel
            // 
            this.hueLabel.AutoSize = true;
            this.hueLabel.Location = new System.Drawing.Point(222, 140);
            this.hueLabel.Name = "hueLabel";
            this.hueLabel.Size = new System.Drawing.Size(18, 13);
            this.hueLabel.TabIndex = 14;
            this.hueLabel.Text = "H:";
            this.hueLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // valueUpDown
            // 
            this.valueUpDown.Location = new System.Drawing.Point(320, 184);
            this.valueUpDown.Name = "valueUpDown";
            this.valueUpDown.Size = new System.Drawing.Size(56, 20);
            this.valueUpDown.TabIndex = 8;
            this.valueUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.valueUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.valueUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.valueUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.valueUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // saturationUpDown
            // 
            this.saturationUpDown.Location = new System.Drawing.Point(320, 160);
            this.saturationUpDown.Name = "saturationUpDown";
            this.saturationUpDown.Size = new System.Drawing.Size(56, 20);
            this.saturationUpDown.TabIndex = 7;
            this.saturationUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.saturationUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.saturationUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.saturationUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.saturationUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // hueUpDown
            // 
            this.hueUpDown.Location = new System.Drawing.Point(320, 136);
            this.hueUpDown.Maximum = new decimal(new int[] {
            360,
            0,
            0,
            0});
            this.hueUpDown.Name = "hueUpDown";
            this.hueUpDown.Size = new System.Drawing.Size(56, 20);
            this.hueUpDown.TabIndex = 6;
            this.hueUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.hueUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.hueUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.hueUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.hueUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // hexBox
            // 
            this.hexBox.Location = new System.Drawing.Point(320, 96);
            this.hexBox.Name = "hexBox";
            this.hexBox.Size = new System.Drawing.Size(56, 20);
            this.hexBox.TabIndex = 5;
            this.hexBox.Text = "000000";
            this.hexBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.hexBox.Enter += new System.EventHandler(this.HexUpDown_Enter);
            this.hexBox.Leave += new System.EventHandler(this.HexUpDown_Leave);
            this.hexBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.HexUpDown_KeyUp);
            this.hexBox.TextChanged += new System.EventHandler(this.UpDown_ValueChanged);
            // 
            // hexLabel
            // 
            this.hexLabel.AutoSize = true;
            this.hexLabel.Location = new System.Drawing.Point(222, 99);
            this.hexLabel.Name = "hexLabel";
            this.hexLabel.Size = new System.Drawing.Size(26, 13);
            this.hexLabel.TabIndex = 13;
            this.hexLabel.Text = "Hex";
            this.hexLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // whichUserColorBox
            // 
            this.whichUserColorBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.whichUserColorBox.Location = new System.Drawing.Point(8, 8);
            this.whichUserColorBox.Name = "whichUserColorBox";
            this.whichUserColorBox.Size = new System.Drawing.Size(112, 21);
            this.whichUserColorBox.TabIndex = 0;
            this.whichUserColorBox.SelectedIndexChanged += new System.EventHandler(this.WhichUserColorBox_SelectedIndexChanged);
            // 
            // alphaUpDown
            // 
            this.alphaUpDown.Location = new System.Drawing.Point(320, 228);
            this.alphaUpDown.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.alphaUpDown.Name = "alphaUpDown";
            this.alphaUpDown.Size = new System.Drawing.Size(56, 20);
            this.alphaUpDown.TabIndex = 10;
            this.alphaUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.alphaUpDown.Enter += new System.EventHandler(this.UpDown_Enter);
            this.alphaUpDown.ValueChanged += new System.EventHandler(this.UpDown_ValueChanged);
            this.alphaUpDown.Leave += new System.EventHandler(this.UpDown_Leave);
            this.alphaUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.UpDown_KeyUp);
            // 
            // moreLessButton
            // 
            this.moreLessButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.moreLessButton.Location = new System.Drawing.Point(126, 7);
            this.moreLessButton.Name = "moreLessButton";
            this.moreLessButton.Size = new System.Drawing.Size(75, 23);
            this.moreLessButton.TabIndex = 1;
            this.moreLessButton.Click += new System.EventHandler(this.MoreLessButton_Click);
            // 
            // lessModeButtonSentinel
            // 
            this.lessModeButtonSentinel.Location = new System.Drawing.Point(128, 7);
            this.lessModeButtonSentinel.Name = "lessModeButtonSentinel";
            this.lessModeButtonSentinel.Size = new System.Drawing.Size(0, 0);
            this.lessModeButtonSentinel.TabIndex = 22;
            this.lessModeButtonSentinel.Text = "we put the lessMore control here when in \"Less\" mode";
            this.lessModeButtonSentinel.Visible = false;
            // 
            // moreModeButtonSentinel
            // 
            this.moreModeButtonSentinel.Location = new System.Drawing.Point(165, 7);
            this.moreModeButtonSentinel.Name = "moreModeButtonSentinel";
            this.moreModeButtonSentinel.Size = new System.Drawing.Size(0, 0);
            this.moreModeButtonSentinel.TabIndex = 23;
            this.moreModeButtonSentinel.Visible = false;
            // 
            // lessModeHeaderSentinel
            // 
            this.lessModeHeaderSentinel.Location = new System.Drawing.Point(8, 40);
            this.lessModeHeaderSentinel.Name = "lessModeHeaderSentinel";
            this.lessModeHeaderSentinel.Size = new System.Drawing.Size(195, 185);
            this.lessModeHeaderSentinel.TabIndex = 24;
            this.lessModeHeaderSentinel.Visible = false;
            // 
            // moreModeHeaderSentinel
            // 
            this.moreModeHeaderSentinel.Location = new System.Drawing.Point(8, 40);
            this.moreModeHeaderSentinel.Name = "moreModeHeaderSentinel";
            this.moreModeHeaderSentinel.Size = new System.Drawing.Size(232, 216);
            this.moreModeHeaderSentinel.TabIndex = 25;
            this.moreModeHeaderSentinel.TabStop = false;
            this.moreModeHeaderSentinel.Visible = false;
            // 
            // rgbHeader
            // 
            this.rgbHeader.Location = new System.Drawing.Point(222, 8);
            this.rgbHeader.Name = "rgbHeader";
            this.rgbHeader.RightMargin = 0;
            this.rgbHeader.Size = new System.Drawing.Size(154, 14);
            this.rgbHeader.TabIndex = 27;
            this.rgbHeader.TabStop = false;
            // 
            // hsvHeader
            // 
            this.hsvHeader.Location = new System.Drawing.Point(222, 120);
            this.hsvHeader.Name = "hsvHeader";
            this.hsvHeader.RightMargin = 0;
            this.hsvHeader.Size = new System.Drawing.Size(154, 14);
            this.hsvHeader.TabIndex = 28;
            this.hsvHeader.TabStop = false;
            // 
            // alphaHeader
            // 
            this.alphaHeader.Location = new System.Drawing.Point(222, 212);
            this.alphaHeader.Name = "alphaHeader";
            this.alphaHeader.RightMargin = 0;
            this.alphaHeader.Size = new System.Drawing.Size(154, 14);
            this.alphaHeader.TabIndex = 29;
            this.alphaHeader.TabStop = false;
            // 
            // swatchHeader
            // 
            this.swatchHeader.Location = new System.Drawing.Point(8, 177);
            this.swatchHeader.Name = "swatchHeader";
            this.swatchHeader.RightMargin = 0;
            this.swatchHeader.Size = new System.Drawing.Size(193, 14);
            this.swatchHeader.TabIndex = 30;
            this.swatchHeader.TabStop = false;
            // 
            // swatchControl
            // 
            this.swatchControl.BlinkHighlight = false;
            this.swatchControl.Colors = new PaintDotNet.ColorBgra[0];
            this.swatchControl.Location = new System.Drawing.Point(8, 189);
            this.swatchControl.Name = "swatchControl";
            this.swatchControl.Size = new System.Drawing.Size(192, 74);
            this.swatchControl.TabIndex = 31;
            this.swatchControl.Text = "swatchControl1";
            this.swatchControl.ColorsChanged += this.SwatchControl_ColorsChanged;
            this.swatchControl.ColorClicked += this.SwatchControl_ColorClicked;
            // 
            // colorDisplayWidget
            // 
            this.colorDisplayWidget.Location = new System.Drawing.Point(4, 32);
            this.colorDisplayWidget.Name = "colorDisplayWidget";
            this.colorDisplayWidget.Size = new System.Drawing.Size(52, 52);
            this.colorDisplayWidget.TabIndex = 32;
            this.colorDisplayWidget.BlackAndWhiteButtonClicked += ColorDisplayWidget_BlackAndWhiteButtonClicked;
            this.colorDisplayWidget.SwapColorsClicked += ColorDisplayWidget_SwapColorsClicked;
            this.colorDisplayWidget.UserPrimaryColorClick += ColorDisplay_PrimaryColorClicked;
            this.colorDisplayWidget.UserSecondaryColorClick += ColorDisplay_SecondaryColorClicked;
            // 
            // toolStrip
            // 
            this.toolStrip.ClickThrough = true;
            this.toolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.colorAddButton,
                this.colorPalettesButton});
            this.toolStrip.Location = new System.Drawing.Point(5, 157);
            this.toolStrip.ManagedFocus = true;
            this.toolStrip.Name = "toolStrip";
            this.toolStrip.Size = new System.Drawing.Size(65, 25);
            this.toolStrip.TabIndex = 33;
            this.toolStrip.Text = "toolStrip";
            // 
            // colorAddButton
            // 
            this.colorAddButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.colorAddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.colorAddButton.Name = "colorAddButton";
            this.colorAddButton.Size = new System.Drawing.Size(23, 22);
            this.colorAddButton.Text = "colorAddButton";
            this.colorAddButton.Click += new System.EventHandler(this.ColorAddButton_Click);
            // 
            // colorPalettesButton
            // 
            this.colorPalettesButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.colorPalettesButton.Name = "colorPalettesButton";
            this.colorPalettesButton.Size = new System.Drawing.Size(16, 22);
            this.colorPalettesButton.Click += new System.EventHandler(this.ColorPalettesButton_Click);
            this.colorPalettesButton.DropDownOpening += new System.EventHandler(this.ColorPalettesButton_DropDownOpening);
            // 
            // hueGradientControl
            // 
            this.hueGradientControl.Count = 1;
            this.hueGradientControl.CustomGradient = null;
            this.hueGradientControl.DrawFarNub = true;
            this.hueGradientControl.DrawNearNub = false;
            this.hueGradientControl.Location = new System.Drawing.Point(243, 137);
            this.hueGradientControl.MaxColor = System.Drawing.Color.White;
            this.hueGradientControl.MinColor = System.Drawing.Color.Black;
            this.hueGradientControl.Name = "hueGradientControl";
            this.hueGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.hueGradientControl.Size = new System.Drawing.Size(73, 19);
            this.hueGradientControl.TabIndex = 34;
            this.hueGradientControl.TabStop = false;
            this.hueGradientControl.Value = 0;
            this.hueGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.HsvGradientControl_ValueChanged);
            // 
            // saturationGradientControl
            // 
            this.saturationGradientControl.Count = 1;
            this.saturationGradientControl.CustomGradient = null;
            this.saturationGradientControl.DrawFarNub = true;
            this.saturationGradientControl.DrawNearNub = false;
            this.saturationGradientControl.Location = new System.Drawing.Point(243, 161);
            this.saturationGradientControl.MaxColor = System.Drawing.Color.White;
            this.saturationGradientControl.MinColor = System.Drawing.Color.Black;
            this.saturationGradientControl.Name = "saturationGradientControl";
            this.saturationGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.saturationGradientControl.Size = new System.Drawing.Size(73, 19);
            this.saturationGradientControl.TabIndex = 35;
            this.saturationGradientControl.TabStop = false;
            this.saturationGradientControl.Value = 0;
            this.saturationGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.HsvGradientControl_ValueChanged);
            // 
            // alphaGradientControl
            // 
            this.alphaGradientControl.Count = 1;
            this.alphaGradientControl.CustomGradient = null;
            this.alphaGradientControl.DrawFarNub = true;
            this.alphaGradientControl.DrawNearNub = false;
            this.alphaGradientControl.Location = new System.Drawing.Point(243, 229);
            this.alphaGradientControl.MaxColor = System.Drawing.Color.White;
            this.alphaGradientControl.MinColor = System.Drawing.Color.Black;
            this.alphaGradientControl.Name = "alphaGradientControl";
            this.alphaGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.alphaGradientControl.Size = new System.Drawing.Size(73, 19);
            this.alphaGradientControl.TabIndex = 36;
            this.alphaGradientControl.TabStop = false;
            this.alphaGradientControl.Value = 0;
            this.alphaGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.UpDown_ValueChanged);
            // 
            // redGradientControl
            // 
            this.redGradientControl.Count = 1;
            this.redGradientControl.CustomGradient = null;
            this.redGradientControl.DrawFarNub = true;
            this.redGradientControl.DrawNearNub = false;
            this.redGradientControl.Location = new System.Drawing.Point(243, 25);
            this.redGradientControl.MaxColor = System.Drawing.Color.White;
            this.redGradientControl.MinColor = System.Drawing.Color.Black;
            this.redGradientControl.Name = "redGradientControl";
            this.redGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.redGradientControl.Size = new System.Drawing.Size(73, 19);
            this.redGradientControl.TabIndex = 37;
            this.redGradientControl.TabStop = false;
            this.redGradientControl.Value = 0;
            this.redGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.RgbGradientControl_ValueChanged);
            // 
            // greenGradientControl
            // 
            this.greenGradientControl.Count = 1;
            this.greenGradientControl.CustomGradient = null;
            this.greenGradientControl.DrawFarNub = true;
            this.greenGradientControl.DrawNearNub = false;
            this.greenGradientControl.Location = new System.Drawing.Point(243, 49);
            this.greenGradientControl.MaxColor = System.Drawing.Color.White;
            this.greenGradientControl.MinColor = System.Drawing.Color.Black;
            this.greenGradientControl.Name = "greenGradientControl";
            this.greenGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.greenGradientControl.Size = new System.Drawing.Size(73, 19);
            this.greenGradientControl.TabIndex = 38;
            this.greenGradientControl.TabStop = false;
            this.greenGradientControl.Value = 0;
            this.greenGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.RgbGradientControl_ValueChanged);
            // 
            // blueGradientControl
            // 
            this.blueGradientControl.Count = 1;
            this.blueGradientControl.CustomGradient = null;
            this.blueGradientControl.DrawFarNub = true;
            this.blueGradientControl.DrawNearNub = false;
            this.blueGradientControl.Location = new System.Drawing.Point(243, 73);
            this.blueGradientControl.MaxColor = System.Drawing.Color.White;
            this.blueGradientControl.MinColor = System.Drawing.Color.Black;
            this.blueGradientControl.Name = "blueGradientControl";
            this.blueGradientControl.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.blueGradientControl.Size = new System.Drawing.Size(73, 19);
            this.blueGradientControl.TabIndex = 39;
            this.blueGradientControl.TabStop = false;
            this.blueGradientControl.Value = 0;
            this.blueGradientControl.ValueChanged += new PaintDotNet.IndexEventHandler(this.RgbGradientControl_ValueChanged);
            // 
            // ColorsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(386, 266);
            this.Controls.Add(this.valueLabel);
            this.Controls.Add(this.saturationLabel);
            this.Controls.Add(this.hueLabel);
            this.Controls.Add(this.greenLabel);
            this.Controls.Add(this.blueLabel);
            this.Controls.Add(this.redLabel);
            this.Controls.Add(this.hexLabel);
            this.Controls.Add(this.blueGradientControl);
            this.Controls.Add(this.greenGradientControl);
            this.Controls.Add(this.redGradientControl);
            this.Controls.Add(this.alphaGradientControl);
            this.Controls.Add(this.saturationGradientControl);
            this.Controls.Add(this.hueGradientControl);
            this.Controls.Add(this.toolStrip);
            this.Controls.Add(this.colorWheel);
            this.Controls.Add(this.colorDisplayWidget);
            this.Controls.Add(this.swatchControl);
            this.Controls.Add(this.swatchHeader);
            this.Controls.Add(this.alphaHeader);
            this.Controls.Add(this.hsvHeader);
            this.Controls.Add(this.rgbHeader);
            this.Controls.Add(this.valueGradientControl);
            this.Controls.Add(this.moreModeButtonSentinel);
            this.Controls.Add(this.lessModeButtonSentinel);
            this.Controls.Add(this.moreLessButton);
            this.Controls.Add(this.whichUserColorBox);
            this.Controls.Add(this.lessModeHeaderSentinel);
            this.Controls.Add(this.moreModeHeaderSentinel);
            this.Controls.Add(this.blueUpDown);
            this.Controls.Add(this.greenUpDown);
            this.Controls.Add(this.redUpDown);
            this.Controls.Add(this.hexBox);
            this.Controls.Add(this.hueUpDown);
            this.Controls.Add(this.saturationUpDown);
            this.Controls.Add(this.valueUpDown);
            this.Controls.Add(this.alphaUpDown);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "ColorsForm";
            this.Controls.SetChildIndex(this.alphaUpDown, 0);
            this.Controls.SetChildIndex(this.valueUpDown, 0);
            this.Controls.SetChildIndex(this.saturationUpDown, 0);
            this.Controls.SetChildIndex(this.hueUpDown, 0);
            this.Controls.SetChildIndex(this.hexBox, 0);
            this.Controls.SetChildIndex(this.redUpDown, 0);
            this.Controls.SetChildIndex(this.greenUpDown, 0);
            this.Controls.SetChildIndex(this.blueUpDown, 0);
            this.Controls.SetChildIndex(this.moreModeHeaderSentinel, 0);
            this.Controls.SetChildIndex(this.lessModeHeaderSentinel, 0);
            this.Controls.SetChildIndex(this.whichUserColorBox, 0);
            this.Controls.SetChildIndex(this.moreLessButton, 0);
            this.Controls.SetChildIndex(this.lessModeButtonSentinel, 0);
            this.Controls.SetChildIndex(this.moreModeButtonSentinel, 0);
            this.Controls.SetChildIndex(this.valueGradientControl, 0);
            this.Controls.SetChildIndex(this.rgbHeader, 0);
            this.Controls.SetChildIndex(this.hsvHeader, 0);
            this.Controls.SetChildIndex(this.alphaHeader, 0);
            this.Controls.SetChildIndex(this.swatchHeader, 0);
            this.Controls.SetChildIndex(this.swatchControl, 0);
            this.Controls.SetChildIndex(this.colorDisplayWidget, 0);
            this.Controls.SetChildIndex(this.colorWheel, 0);
            this.Controls.SetChildIndex(this.toolStrip, 0);
            this.Controls.SetChildIndex(this.hueGradientControl, 0);
            this.Controls.SetChildIndex(this.saturationGradientControl, 0);
            this.Controls.SetChildIndex(this.alphaGradientControl, 0);
            this.Controls.SetChildIndex(this.redGradientControl, 0);
            this.Controls.SetChildIndex(this.greenGradientControl, 0);
            this.Controls.SetChildIndex(this.blueGradientControl, 0);
            this.Controls.SetChildIndex(this.hexLabel, 0);
            this.Controls.SetChildIndex(this.redLabel, 0);
            this.Controls.SetChildIndex(this.blueLabel, 0);
            this.Controls.SetChildIndex(this.greenLabel, 0);
            this.Controls.SetChildIndex(this.hueLabel, 0);
            this.Controls.SetChildIndex(this.saturationLabel, 0);
            this.Controls.SetChildIndex(this.valueLabel, 0);
            ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.valueUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.alphaUpDown)).EndInit();
            this.toolStrip.ResumeLayout(false);
            this.toolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.anchorChooserControl = new PaintDotNet.AnchorChooserControl();
     this.newSpaceLabel        = new System.Windows.Forms.Label();
     this.anchorHeader         = new PaintDotNet.HeaderLabel();
     this.anchorEdgeCB         = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.percentUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resolutionUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pixelWidthUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pixelHeightUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printWidthUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printHeightUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // constrainCheckBox
     //
     this.constrainCheckBox.Location = new System.Drawing.Point(27, 74);
     this.constrainCheckBox.Name     = "constrainCheckBox";
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(142, 366);
     this.okButton.Name     = "okButton";
     this.okButton.TabIndex = 18;
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(220, 366);
     this.cancelButton.Name     = "cancelButton";
     this.cancelButton.TabIndex = 19;
     //
     // percentSignLabel
     //
     this.percentSignLabel.Location = new System.Drawing.Point(200, 28);
     this.percentSignLabel.Name     = "percentSignLabel";
     this.percentSignLabel.TabIndex = 23;
     //
     // percentUpDown
     //
     this.percentUpDown.Location = new System.Drawing.Point(120, 27);
     this.percentUpDown.Name     = "percentUpDown";
     this.percentUpDown.TabIndex = 22;
     //
     // absoluteRB
     //
     this.absoluteRB.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.absoluteRB.Location  = new System.Drawing.Point(8, 51);
     this.absoluteRB.Name      = "absoluteRB";
     //
     // percentRB
     //
     this.percentRB.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.percentRB.Location  = new System.Drawing.Point(8, 24);
     this.percentRB.Name      = "percentRB";
     this.percentRB.TabIndex  = 21;
     //
     // asteriskTextLabel
     //
     this.asteriskTextLabel.Enabled  = false;
     this.asteriskTextLabel.Location = new System.Drawing.Point(400, 72);
     this.asteriskTextLabel.Name     = "asteriskTextLabel";
     this.asteriskTextLabel.Visible  = true;
     //
     // asteriskLabel
     //
     this.asteriskLabel.Enabled  = false;
     this.asteriskLabel.Location = new System.Drawing.Point(648, 32);
     this.asteriskLabel.Name     = "asteriskLabel";
     this.asteriskLabel.Visible  = true;
     //
     // resizedImageHeader
     //
     this.resizedImageHeader.Name     = "resizedImageHeader";
     this.resizedImageHeader.TabIndex = 20;
     //
     // resolutionLabel
     //
     this.resolutionLabel.Location = new System.Drawing.Point(32, 166);
     this.resolutionLabel.Name     = "resolutionLabel";
     //
     // unitsComboBox2
     //
     this.unitsComboBox2.Location = new System.Drawing.Point(200, 165);
     this.unitsComboBox2.Name     = "unitsComboBox2";
     //
     // unitsComboBox1
     //
     this.unitsComboBox1.Location = new System.Drawing.Point(200, 208);
     this.unitsComboBox1.Name     = "unitsComboBox1";
     //
     // resolutionUpDown
     //
     this.resolutionUpDown.Location = new System.Drawing.Point(120, 165);
     this.resolutionUpDown.Name     = "resolutionUpDown";
     //
     // newWidthLabel1
     //
     this.newWidthLabel1.Location = new System.Drawing.Point(32, 118);
     this.newWidthLabel1.Name     = "newWidthLabel1";
     //
     // newHeightLabel1
     //
     this.newHeightLabel1.Location = new System.Drawing.Point(32, 142);
     this.newHeightLabel1.Name     = "newHeightLabel1";
     //
     // pixelsLabel1
     //
     this.pixelsLabel1.Location = new System.Drawing.Point(200, 118);
     this.pixelsLabel1.Name     = "pixelsLabel1";
     //
     // newWidthLabel2
     //
     this.newWidthLabel2.Location = new System.Drawing.Point(32, 209);
     this.newWidthLabel2.Name     = "newWidthLabel2";
     //
     // newHeightLabel2
     //
     this.newHeightLabel2.Location = new System.Drawing.Point(32, 233);
     this.newHeightLabel2.Name     = "newHeightLabel2";
     //
     // pixelsLabel2
     //
     this.pixelsLabel2.Location = new System.Drawing.Point(200, 142);
     this.pixelsLabel2.Name     = "pixelsLabel2";
     //
     // unitsLabel1
     //
     this.unitsLabel1.Location = new System.Drawing.Point(200, 234);
     this.unitsLabel1.Name     = "unitsLabel1";
     //
     // pixelWidthUpDown
     //
     this.pixelWidthUpDown.Location = new System.Drawing.Point(120, 117);
     this.pixelWidthUpDown.Name     = "pixelWidthUpDown";
     //
     // pixelHeightUpDown
     //
     this.pixelHeightUpDown.Location = new System.Drawing.Point(120, 141);
     this.pixelHeightUpDown.Name     = "pixelHeightUpDown";
     //
     // printWidthUpDown
     //
     this.printWidthUpDown.Location = new System.Drawing.Point(120, 208);
     this.printWidthUpDown.Name     = "printWidthUpDown";
     //
     // printHeightUpDown
     //
     this.printHeightUpDown.Location = new System.Drawing.Point(120, 232);
     this.printHeightUpDown.Name     = "printHeightUpDown";
     //
     // pixelSizeHeader
     //
     this.pixelSizeHeader.Location = new System.Drawing.Point(25, 98);
     this.pixelSizeHeader.Name     = "pixelSizeHeader";
     //
     // printSizeHeader
     //
     this.printSizeHeader.Location = new System.Drawing.Point(25, 189);
     this.printSizeHeader.Name     = "printSizeHeader";
     //
     // resamplingLabel
     //
     this.resamplingLabel.Enabled  = false;
     this.resamplingLabel.Location = new System.Drawing.Point(384, 40);
     this.resamplingLabel.Name     = "resamplingLabel";
     this.resamplingLabel.Visible  = false;
     //
     // resamplingAlgorithmComboBox
     //
     this.resamplingAlgorithmComboBox.Enabled  = false;
     this.resamplingAlgorithmComboBox.Location = new System.Drawing.Point(496, 32);
     this.resamplingAlgorithmComboBox.Name     = "resamplingAlgorithmComboBox";
     this.resamplingAlgorithmComboBox.Visible  = false;
     //
     // anchorChooserControl
     //
     this.anchorChooserControl.Location           = new System.Drawing.Point(177, 275);
     this.anchorChooserControl.Name               = "anchorChooserControl";
     this.anchorChooserControl.Size               = new System.Drawing.Size(81, 81);
     this.anchorChooserControl.TabIndex           = 17;
     this.anchorChooserControl.TabStop            = false;
     this.anchorChooserControl.AnchorEdgeChanged += new System.EventHandler(this.anchorChooserControl_AnchorEdgeChanged);
     //
     // newSpaceLabel
     //
     this.newSpaceLabel.Location = new System.Drawing.Point(376, 296);
     this.newSpaceLabel.Name     = "newSpaceLabel";
     this.newSpaceLabel.Size     = new System.Drawing.Size(234, 32);
     this.newSpaceLabel.TabIndex = 20;
     // anchorHeader
     //
     this.anchorHeader.Location = new System.Drawing.Point(8, 256);
     this.anchorHeader.Name     = "anchorHeader";
     this.anchorHeader.Size     = new System.Drawing.Size(288, 14);
     this.anchorHeader.TabIndex = 15;
     this.anchorHeader.TabStop  = false;
     //
     //
     // anchorEdgeCB
     //
     this.anchorEdgeCB.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.anchorEdgeCB.Location              = new System.Drawing.Point(32, 275);
     this.anchorEdgeCB.Name                  = "anchorEdgeCB";
     this.anchorEdgeCB.Size                  = new System.Drawing.Size(120, 21);
     this.anchorEdgeCB.TabIndex              = 16;
     this.anchorEdgeCB.SelectedIndexChanged += new System.EventHandler(this.anchorEdgeCB_SelectedIndexChanged);
     //
     // CanvasSizeDialog
     //
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(298, 395);
     this.Controls.Add(this.anchorEdgeCB);
     this.Controls.Add(this.anchorHeader);
     this.Controls.Add(this.anchorChooserControl);
     this.Controls.Add(this.newSpaceLabel);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "CanvasSizeDialog";
     this.Controls.SetChildIndex(this.pixelsLabel1, 0);
     this.Controls.SetChildIndex(this.unitsLabel1, 0);
     this.Controls.SetChildIndex(this.newWidthLabel1, 0);
     this.Controls.SetChildIndex(this.resamplingLabel, 0);
     this.Controls.SetChildIndex(this.resolutionLabel, 0);
     this.Controls.SetChildIndex(this.asteriskTextLabel, 0);
     this.Controls.SetChildIndex(this.asteriskLabel, 0);
     this.Controls.SetChildIndex(this.pixelsLabel2, 0);
     this.Controls.SetChildIndex(this.percentSignLabel, 0);
     this.Controls.SetChildIndex(this.newSpaceLabel, 0);
     this.Controls.SetChildIndex(this.newHeightLabel1, 0);
     this.Controls.SetChildIndex(this.newWidthLabel2, 0);
     this.Controls.SetChildIndex(this.newHeightLabel2, 0);
     this.Controls.SetChildIndex(this.resizedImageHeader, 0);
     this.Controls.SetChildIndex(this.resolutionUpDown, 0);
     this.Controls.SetChildIndex(this.unitsComboBox2, 0);
     this.Controls.SetChildIndex(this.unitsComboBox1, 0);
     this.Controls.SetChildIndex(this.printWidthUpDown, 0);
     this.Controls.SetChildIndex(this.printHeightUpDown, 0);
     this.Controls.SetChildIndex(this.pixelSizeHeader, 0);
     this.Controls.SetChildIndex(this.printSizeHeader, 0);
     this.Controls.SetChildIndex(this.pixelHeightUpDown, 0);
     this.Controls.SetChildIndex(this.pixelWidthUpDown, 0);
     this.Controls.SetChildIndex(this.anchorChooserControl, 0);
     this.Controls.SetChildIndex(this.constrainCheckBox, 0);
     this.Controls.SetChildIndex(this.resamplingAlgorithmComboBox, 0);
     this.Controls.SetChildIndex(this.percentRB, 0);
     this.Controls.SetChildIndex(this.absoluteRB, 0);
     this.Controls.SetChildIndex(this.percentUpDown, 0);
     this.Controls.SetChildIndex(this.anchorHeader, 0);
     this.Controls.SetChildIndex(this.anchorEdgeCB, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     ((System.ComponentModel.ISupportInitialize)(this.percentUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resolutionUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pixelWidthUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pixelHeightUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printWidthUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printHeightUpDown)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.visibleCheckBox = new System.Windows.Forms.CheckBox();
            this.nameBox = new System.Windows.Forms.TextBox();
            this.nameLabel = new System.Windows.Forms.Label();
            this.cancelButton = new System.Windows.Forms.Button();
            this.okButton = new System.Windows.Forms.Button();
            this.generalHeader = new PaintDotNet.HeaderLabel();
            this.SuspendLayout();
            // 
            // visibleCheckBox
            // 
            this.visibleCheckBox.Location = new System.Drawing.Point(14, 43);
            this.visibleCheckBox.Name = "visibleCheckBox";
            this.visibleCheckBox.Size = new System.Drawing.Size(90, 16);
            this.visibleCheckBox.TabIndex = 3;
            this.visibleCheckBox.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.visibleCheckBox.FlatStyle = FlatStyle.System;
            this.visibleCheckBox.CheckedChanged += new System.EventHandler(this.VisibleCheckBox_CheckedChanged);
            // 
            // nameBox
            // 
            this.nameBox.Location = new System.Drawing.Point(64, 24);
            this.nameBox.Name = "nameBox";
            this.nameBox.Size = new System.Drawing.Size(200, 20);
            this.nameBox.TabIndex = 2;
            this.nameBox.Text = "";
            this.nameBox.Enter += new System.EventHandler(this.NameBox_Enter);
            // 
            // nameLabel
            // 
            this.nameLabel.Location = new System.Drawing.Point(6, 24);
            this.nameLabel.Name = "nameLabel";
            this.nameLabel.Size = new System.Drawing.Size(50, 16);
            this.nameLabel.TabIndex = 2;
            // 
            // cancelButton
            // 
            this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cancelButton.Location = new System.Drawing.Point(194, 69);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.TabIndex = 1;
            this.cancelButton.Click += new System.EventHandler(this.CancelButton_Click);
            // 
            // okButton
            // 
            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.okButton.Location = new System.Drawing.Point(114, 69);
            this.okButton.Name = "okButton";
            this.okButton.TabIndex = 0;
            this.okButton.FlatStyle = FlatStyle.System;
            this.okButton.Click += new System.EventHandler(this.OkButton_Click);
            // 
            // generalHeader
            // 
            this.generalHeader.Location = new System.Drawing.Point(6, 8);
            this.generalHeader.Name = "generalHeader";
            this.generalHeader.Size = new System.Drawing.Size(269, 14);
            this.generalHeader.TabIndex = 4;
            this.generalHeader.TabStop = false;
            // 
            // LayerPropertiesDialog
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.cancelButton;
            this.ClientSize = new System.Drawing.Size(274, 96);
            this.ControlBox = true;
            this.Controls.Add(this.generalHeader);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.nameBox);
            this.Controls.Add(this.visibleCheckBox);
            this.Controls.Add(this.nameLabel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "LayerPropertiesDialog";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Controls.SetChildIndex(this.nameLabel, 0);
            this.Controls.SetChildIndex(this.visibleCheckBox, 0);
            this.Controls.SetChildIndex(this.nameBox, 0);
            this.Controls.SetChildIndex(this.cancelButton, 0);
            this.Controls.SetChildIndex(this.okButton, 0);
            this.Controls.SetChildIndex(this.generalHeader, 0);
            this.ResumeLayout(false);

        }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.saveConfigPanel = new System.Windows.Forms.Panel();
     this.defaultsButton = new System.Windows.Forms.Button();
     this.saveConfigWidget = new PaintDotNet.SaveConfigWidget();
     this.fileSizeText = new System.Windows.Forms.Label();
     this.previewHeader = new PaintDotNet.HeaderLabel();
     this.documentView = new PaintDotNet.DocumentView();
     this.settingsHeader = new PaintDotNet.HeaderLabel();
     this.SuspendLayout();
     //
     // baseOkButton
     //
     this.baseOkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseOkButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseOkButton.Location = new System.Drawing.Point(431, 319);
     this.baseOkButton.Name = "baseOkButton";
     this.baseOkButton.TabIndex = 2;
     this.baseOkButton.Click += new System.EventHandler(this.BaseOkButton_Click);
     //
     // baseCancelButton
     //
     this.baseCancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseCancelButton.Location = new System.Drawing.Point(511, 319);
     this.baseCancelButton.Name = "baseCancelButton";
     this.baseCancelButton.TabIndex = 3;
     this.baseCancelButton.Click += new System.EventHandler(this.BaseCancelButton_Click);
     //
     // saveConfigPanel
     //
     this.saveConfigPanel.AutoScroll = true;
     this.saveConfigPanel.Location = new System.Drawing.Point(9, 29);
     this.saveConfigPanel.Name = "saveConfigPanel";
     this.saveConfigPanel.Size = new System.Drawing.Size(180, 239);
     this.saveConfigPanel.TabIndex = 0;
     this.saveConfigPanel.TabStop = true;
     //
     // defaultsButton
     //
     this.defaultsButton.Location = new System.Drawing.Point(101, 279);
     this.defaultsButton.Size = new System.Drawing.Size(81, 23);
     this.defaultsButton.Name = "defaultsButton";
     this.defaultsButton.TabIndex = 1;
     this.defaultsButton.Click += new System.EventHandler(this.defaultsButton_Click);
     //
     // saveConfigWidget
     //
     this.saveConfigWidget.Dock = System.Windows.Forms.DockStyle.Fill;
     this.saveConfigWidget.Location = new System.Drawing.Point(0, 0);
     this.saveConfigWidget.Name = "saveConfigWidget";
     this.saveConfigWidget.Size = new System.Drawing.Size(176, 222);
     this.saveConfigWidget.TabIndex = 9;
     this.saveConfigWidget.Token = null;
     //
     // fileSizeText
     //
     this.fileSizeText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.fileSizeText.Location = new System.Drawing.Point(200, 306);
     this.fileSizeText.Name = "fileSizeText";
     this.fileSizeText.Size = new System.Drawing.Size(160, 16);
     this.fileSizeText.TabIndex = 8;
     //
     // previewHeader
     //
     this.previewHeader.Location = new System.Drawing.Point(198, 8);
     this.previewHeader.Name = "previewHeader";
     this.previewHeader.RightMargin = 0;
     this.previewHeader.Size = new System.Drawing.Size(144, 14);
     this.previewHeader.TabIndex = 11;
     this.previewHeader.TabStop = false;
     this.previewHeader.Text = "Header";
     //
     // documentView
     //
     this.documentView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.documentView.Document = null;
     this.documentView.Location = new System.Drawing.Point(200, 29);
     this.documentView.Name = "documentView";
     this.documentView.PanelAutoScroll = true;
     this.documentView.RulersEnabled = false;
     this.documentView.Size = new System.Drawing.Size(385, 272);
     this.documentView.TabIndex = 12;
     this.documentView.DocumentMouseMove += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseMove);
     this.documentView.DocumentMouseDown += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseDown);
     this.documentView.DocumentMouseUp += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseUp);
     this.documentView.Visible = false;
     //
     // settingsHeader
     //
     this.settingsHeader.Location = new System.Drawing.Point(6, 8);
     this.settingsHeader.Name = "settingsHeader";
     this.settingsHeader.Size = new System.Drawing.Size(192, 14);
     this.settingsHeader.TabIndex = 13;
     this.settingsHeader.TabStop = false;
     this.settingsHeader.Text = "Header";
     //
     // SaveConfigDialog
     //
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(592, 351);
     this.Controls.Add(this.defaultsButton);
     this.Controls.Add(this.settingsHeader);
     this.Controls.Add(this.previewHeader);
     this.Controls.Add(this.fileSizeText);
     this.Controls.Add(this.documentView);
     this.Controls.Add(this.saveConfigPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.MaximizeBox = false;
     this.Name = "SaveConfigDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Controls.SetChildIndex(this.saveConfigPanel, 0);
     this.Controls.SetChildIndex(this.documentView, 0);
     this.Controls.SetChildIndex(this.fileSizeText, 0);
     this.Controls.SetChildIndex(this.baseOkButton, 0);
     this.Controls.SetChildIndex(this.baseCancelButton, 0);
     this.Controls.SetChildIndex(this.previewHeader, 0);
     this.Controls.SetChildIndex(this.settingsHeader, 0);
     this.Controls.SetChildIndex(this.defaultsButton, 0);
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.constrainCheckBox = new System.Windows.Forms.CheckBox();
     this.newWidthLabel1 = new System.Windows.Forms.Label();
     this.newHeightLabel1 = new System.Windows.Forms.Label();
     this.okButton = new System.Windows.Forms.Button();
     this.cancelButton = new System.Windows.Forms.Button();
     this.pixelWidthUpDown = new System.Windows.Forms.NumericUpDown();
     this.pixelHeightUpDown = new System.Windows.Forms.NumericUpDown();
     this.resizedImageHeader = new PaintDotNet.HeaderLabel();
     this.asteriskLabel = new System.Windows.Forms.Label();
     this.asteriskTextLabel = new System.Windows.Forms.Label();
     this.absoluteRB = new System.Windows.Forms.RadioButton();
     this.percentRB = new System.Windows.Forms.RadioButton();
     this.pixelsLabel1 = new System.Windows.Forms.Label();
     this.percentUpDown = new System.Windows.Forms.NumericUpDown();
     this.percentSignLabel = new System.Windows.Forms.Label();
     this.resolutionLabel = new System.Windows.Forms.Label();
     this.resolutionUpDown = new System.Windows.Forms.NumericUpDown();
     this.unitsComboBox2 = new PaintDotNet.UnitsComboBox();
     this.unitsComboBox1 = new PaintDotNet.UnitsComboBox();
     this.printWidthUpDown = new System.Windows.Forms.NumericUpDown();
     this.printHeightUpDown = new System.Windows.Forms.NumericUpDown();
     this.newWidthLabel2 = new System.Windows.Forms.Label();
     this.newHeightLabel2 = new System.Windows.Forms.Label();
     this.pixelsLabel2 = new System.Windows.Forms.Label();
     this.unitsLabel1 = new System.Windows.Forms.Label();
     this.pixelSizeHeader = new PaintDotNet.HeaderLabel();
     this.printSizeHeader = new PaintDotNet.HeaderLabel();
     this.resamplingLabel = new System.Windows.Forms.Label();
     this.resamplingAlgorithmComboBox = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.pixelWidthUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pixelHeightUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.percentUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resolutionUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printWidthUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printHeightUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // constrainCheckBox
     //
     this.constrainCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.constrainCheckBox.Location = new System.Drawing.Point(27, 101);
     this.constrainCheckBox.Name = "constrainCheckBox";
     this.constrainCheckBox.Size = new System.Drawing.Size(248, 16);
     this.constrainCheckBox.TabIndex = 25;
     this.constrainCheckBox.CheckedChanged += new System.EventHandler(this.constrainCheckBox_CheckedChanged);
     //
     // newWidthLabel1
     //
     this.newWidthLabel1.Location = new System.Drawing.Point(32, 145);
     this.newWidthLabel1.Name = "newWidthLabel1";
     this.newWidthLabel1.Size = new System.Drawing.Size(79, 16);
     this.newWidthLabel1.TabIndex = 0;
     this.newWidthLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // newHeightLabel1
     //
     this.newHeightLabel1.Location = new System.Drawing.Point(32, 169);
     this.newHeightLabel1.Name = "newHeightLabel1";
     this.newHeightLabel1.Size = new System.Drawing.Size(79, 16);
     this.newHeightLabel1.TabIndex = 3;
     this.newHeightLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // okButton
     //
     this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location = new System.Drawing.Point(142, 315);
     this.okButton.Name = "okButton";
     this.okButton.Size = new System.Drawing.Size(72, 23);
     this.okButton.TabIndex = 17;
     this.okButton.Click += new System.EventHandler(this.okButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location = new System.Drawing.Point(220, 315);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(72, 23);
     this.cancelButton.TabIndex = 18;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // pixelWidthUpDown
     //
     this.pixelWidthUpDown.Location = new System.Drawing.Point(120, 144);
     this.pixelWidthUpDown.Maximum = new System.Decimal(new int[] {
                                                                      2147483647,
                                                                      0,
                                                                      0,
                                                                      0});
     this.pixelWidthUpDown.Minimum = new System.Decimal(new int[] {
                                                                      2147483647,
                                                                      0,
                                                                      0,
                                                                      -2147483648});
     this.pixelWidthUpDown.Name = "pixelWidthUpDown";
     this.pixelWidthUpDown.Size = new System.Drawing.Size(72, 20);
     this.pixelWidthUpDown.TabIndex = 1;
     this.pixelWidthUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.pixelWidthUpDown.Value = new System.Decimal(new int[] {
                                                                    4,
                                                                    0,
                                                                    0,
                                                                    0});
     this.pixelWidthUpDown.Enter += new System.EventHandler(this.OnUpDownEnter);
     this.pixelWidthUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnUpDownKeyUp);
     this.pixelWidthUpDown.ValueChanged += new System.EventHandler(this.upDown_ValueChanged);
     this.pixelWidthUpDown.Leave += new System.EventHandler(this.OnUpDownLeave);
     //
     // pixelHeightUpDown
     //
     this.pixelHeightUpDown.Location = new System.Drawing.Point(120, 168);
     this.pixelHeightUpDown.Maximum = new System.Decimal(new int[] {
                                                                       2147483647,
                                                                       0,
                                                                       0,
                                                                       0});
     this.pixelHeightUpDown.Minimum = new System.Decimal(new int[] {
                                                                       2147483647,
                                                                       0,
                                                                       0,
                                                                       -2147483648});
     this.pixelHeightUpDown.Name = "pixelHeightUpDown";
     this.pixelHeightUpDown.Size = new System.Drawing.Size(72, 20);
     this.pixelHeightUpDown.TabIndex = 4;
     this.pixelHeightUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.pixelHeightUpDown.Value = new System.Decimal(new int[] {
                                                                     3,
                                                                     0,
                                                                     0,
                                                                     0});
     this.pixelHeightUpDown.Enter += new System.EventHandler(this.OnUpDownEnter);
     this.pixelHeightUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnUpDownKeyUp);
     this.pixelHeightUpDown.ValueChanged += new System.EventHandler(this.upDown_ValueChanged);
     this.pixelHeightUpDown.Leave += new System.EventHandler(this.OnUpDownLeave);
     //
     // resizedImageHeader
     //
     this.resizedImageHeader.Location = new System.Drawing.Point(6, 8);
     this.resizedImageHeader.Name = "resizedImageHeader";
     this.resizedImageHeader.Size = new System.Drawing.Size(290, 16);
     this.resizedImageHeader.TabIndex = 19;
     this.resizedImageHeader.TabStop = false;
     //
     // asteriskLabel
     //
     this.asteriskLabel.Location = new System.Drawing.Point(275, 28);
     this.asteriskLabel.Name = "asteriskLabel";
     this.asteriskLabel.Size = new System.Drawing.Size(13, 16);
     this.asteriskLabel.TabIndex = 15;
     this.asteriskLabel.Visible = false;
     //
     // asteriskTextLabel
     //
     this.asteriskTextLabel.Location = new System.Drawing.Point(8, 290);
     this.asteriskTextLabel.Name = "asteriskTextLabel";
     this.asteriskTextLabel.Size = new System.Drawing.Size(255, 16);
     this.asteriskTextLabel.TabIndex = 16;
     this.asteriskTextLabel.Visible = false;
     //
     // absoluteRB
     //
     this.absoluteRB.Checked = true;
     this.absoluteRB.Location = new System.Drawing.Point(8, 78);
     this.absoluteRB.Name = "absoluteRB";
     this.absoluteRB.Width = 264;
     this.absoluteRB.AutoSize = true;
     this.absoluteRB.TabIndex = 24;
     this.absoluteRB.TabStop = true;
     this.absoluteRB.CheckedChanged += new System.EventHandler(this.OnRadioButtonCheckedChanged);
     //
     // percentRB
     //
     this.percentRB.Location = new System.Drawing.Point(8, 51);
     this.percentRB.Name = "percentRB";
     this.percentRB.TabIndex = 22;
     this.percentRB.AutoSize = true;
     this.percentRB.Width = 10;
     this.percentRB.CheckedChanged += new System.EventHandler(this.OnRadioButtonCheckedChanged);
     //
     // pixelsLabel1
     //
     this.pixelsLabel1.Location = new System.Drawing.Point(200, 145);
     this.pixelsLabel1.Name = "pixelsLabel1";
     this.pixelsLabel1.Width = 93;
     this.pixelsLabel1.TabIndex = 2;
     this.pixelsLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // percentUpDown
     //
     this.percentUpDown.Location = new System.Drawing.Point(120, 54);
     this.percentUpDown.Maximum = new System.Decimal(new int[] {
                                                                   2000,
                                                                   0,
                                                                   0,
                                                                   0});
     this.percentUpDown.Name = "percentUpDown";
     this.percentUpDown.Size = new System.Drawing.Size(72, 20);
     this.percentUpDown.TabIndex = 23;
     this.percentUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.percentUpDown.Value = new System.Decimal(new int[] {
                                                                 100,
                                                                 0,
                                                                 0,
                                                                 0});
     this.percentUpDown.Enter += new System.EventHandler(this.OnUpDownEnter);
     this.percentUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnUpDownKeyUp);
     this.percentUpDown.ValueChanged += new System.EventHandler(this.upDown_ValueChanged);
     //
     // percentSignLabel
     //
     this.percentSignLabel.Location = new System.Drawing.Point(200, 55);
     this.percentSignLabel.Name = "percentSignLabel";
     this.percentSignLabel.Size = new System.Drawing.Size(32, 16);
     this.percentSignLabel.TabIndex = 13;
     this.percentSignLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // resolutionLabel
     //
     this.resolutionLabel.Location = new System.Drawing.Point(32, 193);
     this.resolutionLabel.Name = "resolutionLabel";
     this.resolutionLabel.Size = new System.Drawing.Size(79, 16);
     this.resolutionLabel.TabIndex = 6;
     this.resolutionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // resolutionUpDown
     //
     this.resolutionUpDown.DecimalPlaces = 2;
     this.resolutionUpDown.Location = new System.Drawing.Point(120, 192);
     this.resolutionUpDown.Maximum = new System.Decimal(new int[] {
                                                                      65535,
                                                                      0,
                                                                      0,
                                                                      0});
     this.resolutionUpDown.Minimum = new System.Decimal(new int[] {
                                                                      1,
                                                                      0,
                                                                      0,
                                                                      327680});
     this.resolutionUpDown.Name = "resolutionUpDown";
     this.resolutionUpDown.Size = new System.Drawing.Size(72, 20);
     this.resolutionUpDown.TabIndex = 7;
     this.resolutionUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.resolutionUpDown.Value = new System.Decimal(new int[] {
                                                                    72,
                                                                    0,
                                                                    0,
                                                                    0});
     this.resolutionUpDown.Enter += new System.EventHandler(this.OnUpDownEnter);
     this.resolutionUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnUpDownKeyUp);
     this.resolutionUpDown.ValueChanged += new System.EventHandler(this.upDown_ValueChanged);
     this.resolutionUpDown.Leave += new System.EventHandler(this.OnUpDownLeave);
     //
     // unitsComboBox2
     //
     this.unitsComboBox2.Location = new System.Drawing.Point(200, 192);
     this.unitsComboBox2.Name = "unitsComboBox2";
     this.unitsComboBox2.PixelsAvailable = false;
     this.unitsComboBox2.Size = new System.Drawing.Size(88, 21);
     this.unitsComboBox2.TabIndex = 8;
     this.unitsComboBox2.Units = PaintDotNet.MeasurementUnit.Inch;
     this.unitsComboBox2.UnitsDisplayType = PaintDotNet.UnitsDisplayType.Ratio;
     this.unitsComboBox2.UnitsChanged += new System.EventHandler(this.OnUnitsComboBox2UnitsChanged);
     //
     // unitsComboBox1
     //
     this.unitsComboBox1.Location = new System.Drawing.Point(200, 235);
     this.unitsComboBox1.Name = "unitsComboBox1";
     this.unitsComboBox1.PixelsAvailable = false;
     this.unitsComboBox1.Size = new System.Drawing.Size(88, 21);
     this.unitsComboBox1.TabIndex = 12;
     this.unitsComboBox1.Units = PaintDotNet.MeasurementUnit.Inch;
     this.unitsComboBox1.UnitsChanged += new System.EventHandler(this.OnUnitsComboBox1UnitsChanged);
     //
     // printWidthUpDown
     //
     this.printWidthUpDown.DecimalPlaces = 2;
     this.printWidthUpDown.Location = new System.Drawing.Point(120, 235);
     this.printWidthUpDown.Maximum = new System.Decimal(new int[] {
                                                                      2147483647,
                                                                      0,
                                                                      0,
                                                                      0});
     this.printWidthUpDown.Minimum = new System.Decimal(new int[] {
                                                                      2147483647,
                                                                      0,
                                                                      0,
                                                                      -2147483648});
     this.printWidthUpDown.Name = "printWidthUpDown";
     this.printWidthUpDown.Size = new System.Drawing.Size(72, 20);
     this.printWidthUpDown.TabIndex = 11;
     this.printWidthUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.printWidthUpDown.Value = new System.Decimal(new int[] {
                                                                    2,
                                                                    0,
                                                                    0,
                                                                    0});
     this.printWidthUpDown.Enter += new System.EventHandler(this.OnUpDownEnter);
     this.printWidthUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnUpDownKeyUp);
     this.printWidthUpDown.ValueChanged += new System.EventHandler(this.upDown_ValueChanged);
     this.printWidthUpDown.Leave += new System.EventHandler(this.OnUpDownLeave);
     //
     // printHeightUpDown
     //
     this.printHeightUpDown.DecimalPlaces = 2;
     this.printHeightUpDown.Location = new System.Drawing.Point(120, 259);
     this.printHeightUpDown.Maximum = new System.Decimal(new int[] {
                                                                       2147483647,
                                                                       0,
                                                                       0,
                                                                       0});
     this.printHeightUpDown.Minimum = new System.Decimal(new int[] {
                                                                       2147483647,
                                                                       0,
                                                                       0,
                                                                       -2147483648});
     this.printHeightUpDown.Name = "printHeightUpDown";
     this.printHeightUpDown.Size = new System.Drawing.Size(72, 20);
     this.printHeightUpDown.TabIndex = 14;
     this.printHeightUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.printHeightUpDown.Value = new System.Decimal(new int[] {
                                                                     1,
                                                                     0,
                                                                     0,
                                                                     0});
     this.printHeightUpDown.Enter += new System.EventHandler(this.OnUpDownEnter);
     this.printHeightUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnUpDownKeyUp);
     this.printHeightUpDown.ValueChanged += new System.EventHandler(this.upDown_ValueChanged);
     this.printHeightUpDown.Leave += new System.EventHandler(this.OnUpDownLeave);
     //
     // newWidthLabel2
     //
     this.newWidthLabel2.Location = new System.Drawing.Point(32, 236);
     this.newWidthLabel2.Name = "newWidthLabel2";
     this.newWidthLabel2.Size = new System.Drawing.Size(79, 16);
     this.newWidthLabel2.TabIndex = 10;
     this.newWidthLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // newHeightLabel2
     //
     this.newHeightLabel2.Location = new System.Drawing.Point(32, 260);
     this.newHeightLabel2.Name = "newHeightLabel2";
     this.newHeightLabel2.Size = new System.Drawing.Size(79, 16);
     this.newHeightLabel2.TabIndex = 13;
     this.newHeightLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pixelsLabel2
     //
     this.pixelsLabel2.Location = new System.Drawing.Point(200, 169);
     this.pixelsLabel2.Name = "pixelsLabel2";
     this.pixelsLabel2.Size = new System.Drawing.Size(93, 16);
     this.pixelsLabel2.TabIndex = 5;
     this.pixelsLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // unitsLabel1
     //
     this.unitsLabel1.Location = new System.Drawing.Point(200, 261);
     this.unitsLabel1.Name = "unitsLabel1";
     this.unitsLabel1.Size = new System.Drawing.Size(94, 16);
     this.unitsLabel1.TabIndex = 15;
     //
     // pixelSizeHeader
     //
     this.pixelSizeHeader.Location = new System.Drawing.Point(25, 125);
     this.pixelSizeHeader.Name = "pixelSizeHeader";
     this.pixelSizeHeader.Size = new System.Drawing.Size(271, 14);
     this.pixelSizeHeader.TabIndex = 26;
     this.pixelSizeHeader.TabStop = false;
     //
     // printSizeHeader
     //
     this.printSizeHeader.Location = new System.Drawing.Point(25, 216);
     this.printSizeHeader.Name = "printSizeHeader";
     this.printSizeHeader.Size = new System.Drawing.Size(271, 14);
     this.printSizeHeader.TabIndex = 9;
     this.printSizeHeader.TabStop = false;
     //
     // resamplingLabel
     //
     this.resamplingLabel.Location = new System.Drawing.Point(6, 30);
     this.resamplingLabel.Name = "resamplingLabel";
     this.resamplingLabel.AutoSize = true;
     this.resamplingLabel.Size = new System.Drawing.Size(88, 16);
     this.resamplingLabel.TabIndex = 20;
     this.resamplingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // resamplingAlgorithmComboBox
     //
     this.resamplingAlgorithmComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.resamplingAlgorithmComboBox.ItemHeight = 13;
     this.resamplingAlgorithmComboBox.Location = new System.Drawing.Point(120, 27);
     this.resamplingAlgorithmComboBox.Name = "resamplingAlgorithmComboBox";
     this.resamplingAlgorithmComboBox.Size = new System.Drawing.Size(152, 21);
     this.resamplingAlgorithmComboBox.Sorted = true;
     this.resamplingAlgorithmComboBox.TabIndex = 21;
     this.resamplingAlgorithmComboBox.SelectedIndexChanged += new System.EventHandler(this.OnResamplingAlgorithmComboBoxSelectedIndexChanged);
     //
     // ResizeDialog
     //
     this.AcceptButton = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton = this.cancelButton;
     this.ClientSize = new System.Drawing.Size(298, 344);
     this.Controls.Add(this.printSizeHeader);
     this.Controls.Add(this.pixelSizeHeader);
     this.Controls.Add(this.unitsLabel1);
     this.Controls.Add(this.pixelsLabel2);
     this.Controls.Add(this.newHeightLabel2);
     this.Controls.Add(this.newWidthLabel2);
     this.Controls.Add(this.printHeightUpDown);
     this.Controls.Add(this.printWidthUpDown);
     this.Controls.Add(this.unitsComboBox1);
     this.Controls.Add(this.unitsComboBox2);
     this.Controls.Add(this.resolutionUpDown);
     this.Controls.Add(this.resolutionLabel);
     this.Controls.Add(this.resizedImageHeader);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.asteriskLabel);
     this.Controls.Add(this.asteriskTextLabel);
     this.Controls.Add(this.absoluteRB);
     this.Controls.Add(this.percentRB);
     this.Controls.Add(this.pixelWidthUpDown);
     this.Controls.Add(this.pixelHeightUpDown);
     this.Controls.Add(this.pixelsLabel1);
     this.Controls.Add(this.newHeightLabel1);
     this.Controls.Add(this.newWidthLabel1);
     this.Controls.Add(this.resamplingAlgorithmComboBox);
     this.Controls.Add(this.resamplingLabel);
     this.Controls.Add(this.constrainCheckBox);
     this.Controls.Add(this.percentUpDown);
     this.Controls.Add(this.percentSignLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "ResizeDialog";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Controls.SetChildIndex(this.percentSignLabel, 0);
     this.Controls.SetChildIndex(this.percentUpDown, 0);
     this.Controls.SetChildIndex(this.constrainCheckBox, 0);
     this.Controls.SetChildIndex(this.resamplingLabel, 0);
     this.Controls.SetChildIndex(this.resamplingAlgorithmComboBox, 0);
     this.Controls.SetChildIndex(this.newWidthLabel1, 0);
     this.Controls.SetChildIndex(this.newHeightLabel1, 0);
     this.Controls.SetChildIndex(this.pixelsLabel1, 0);
     this.Controls.SetChildIndex(this.pixelHeightUpDown, 0);
     this.Controls.SetChildIndex(this.pixelWidthUpDown, 0);
     this.Controls.SetChildIndex(this.percentRB, 0);
     this.Controls.SetChildIndex(this.absoluteRB, 0);
     this.Controls.SetChildIndex(this.asteriskTextLabel, 0);
     this.Controls.SetChildIndex(this.asteriskLabel, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.resizedImageHeader, 0);
     this.Controls.SetChildIndex(this.resolutionLabel, 0);
     this.Controls.SetChildIndex(this.resolutionUpDown, 0);
     this.Controls.SetChildIndex(this.unitsComboBox2, 0);
     this.Controls.SetChildIndex(this.unitsComboBox1, 0);
     this.Controls.SetChildIndex(this.printWidthUpDown, 0);
     this.Controls.SetChildIndex(this.printHeightUpDown, 0);
     this.Controls.SetChildIndex(this.newWidthLabel2, 0);
     this.Controls.SetChildIndex(this.newHeightLabel2, 0);
     this.Controls.SetChildIndex(this.pixelsLabel2, 0);
     this.Controls.SetChildIndex(this.unitsLabel1, 0);
     this.Controls.SetChildIndex(this.pixelSizeHeader, 0);
     this.Controls.SetChildIndex(this.printSizeHeader, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pixelWidthUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pixelHeightUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.percentUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resolutionUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printWidthUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printHeightUpDown)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.amount1Slider = new System.Windows.Forms.TrackBar();
            this.amount1UpDown = new System.Windows.Forms.NumericUpDown();
            this.amount1Reset = new System.Windows.Forms.Button();
            this.amount2Reset = new System.Windows.Forms.Button();
            this.amount2UpDown = new System.Windows.Forms.NumericUpDown();
            this.amount2Slider = new System.Windows.Forms.TrackBar();
            this.amount1Header = new PaintDotNet.HeaderLabel();
            this.amount2Header = new PaintDotNet.HeaderLabel();
            ((System.ComponentModel.ISupportInitialize)(this.amount1Slider)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.amount1UpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.amount2UpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.amount2Slider)).BeginInit();
            this.SuspendLayout();
            // 
            // okButton
            // 
            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.okButton.Location = new System.Drawing.Point(101, 151);
            this.okButton.Size = new System.Drawing.Size(81, 23);
            this.okButton.Name = "okButton";
            this.okButton.TabIndex = 6;
            this.okButton.Click += new System.EventHandler(this.OnOkButtonClicked);
            // 
            // cancelButton
            // 
            this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cancelButton.Location = new System.Drawing.Point(188, 151);
            this.cancelButton.Size = new System.Drawing.Size(81, 23);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.TabIndex = 7;
            this.cancelButton.Click += new System.EventHandler(this.OnCancelButtonClicked);
            // 
            // amount1Slider
            // 
            this.amount1Slider.LargeChange = 20;
            this.amount1Slider.Location = new System.Drawing.Point(1, 25);
            this.amount1Slider.Maximum = 100;
            this.amount1Slider.Minimum = -100;
            this.amount1Slider.Name = "amount1Slider";
            this.amount1Slider.Size = new System.Drawing.Size(175, 42);
            this.amount1Slider.TabIndex = 0;
            this.amount1Slider.TickFrequency = 10;
            this.amount1Slider.ValueChanged += new System.EventHandler(this.amount1Slider_ValueChanged);
            // 
            // amount1UpDown
            // 
            this.amount1UpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.amount1UpDown.Location = new System.Drawing.Point(188, 25);
            this.amount1UpDown.Minimum = new System.Decimal(new int[] {
                                                                          100,
                                                                          0,
                                                                          0,
                                                                          -2147483648});
            this.amount1UpDown.Name = "amount1UpDown";
            this.amount1UpDown.Size = new System.Drawing.Size(81, 20);
            this.amount1UpDown.TabIndex = 1;
            this.amount1UpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.amount1UpDown.Enter += new System.EventHandler(this.amount1UpDown_Enter);
            this.amount1UpDown.ValueChanged += new System.EventHandler(this.amount1UpDown_ValueChanged);
            this.amount1UpDown.Leave += new System.EventHandler(this.amount1UpDown_Leave);
            // 
            // amount1Reset
            // 
            this.amount1Reset.Location = new System.Drawing.Point(188, 50);
            this.amount1Reset.Name = "amount1Reset";
            this.amount1Reset.Size = new System.Drawing.Size(81, 20);
            this.amount1Reset.TabIndex = 2;
            this.amount1Reset.Click += new System.EventHandler(this.amount1Reset_Click);
            // 
            // amount2Reset
            // 
            this.amount2Reset.Location = new System.Drawing.Point(188, 120);
            this.amount2Reset.Name = "amount2Reset";
            this.amount2Reset.Size = new System.Drawing.Size(81, 20);
            this.amount2Reset.TabIndex = 5;
            this.amount2Reset.FlatStyle = FlatStyle.System;
            this.amount2Reset.Click += new System.EventHandler(this.amount2Reset_Click);
            // 
            // amount2UpDown
            // 
            this.amount2UpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.amount2UpDown.Location = new System.Drawing.Point(188, 95);
            this.amount2UpDown.Minimum = new System.Decimal(new int[] {
                                                                          100,
                                                                          0,
                                                                          0,
                                                                          -2147483648});
            this.amount2UpDown.Name = "amount2UpDown";
            this.amount2UpDown.Size = new System.Drawing.Size(81, 20);
            this.amount2UpDown.TabIndex = 4;
            this.amount2UpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.amount2UpDown.Enter += new System.EventHandler(this.amount2UpDown_Enter);
            this.amount2UpDown.ValueChanged += new System.EventHandler(this.amount2UpDown_ValueChanged);
            this.amount2UpDown.Leave += new System.EventHandler(this.amount2UpDown_Leave);
            // 
            // amount2Slider
            // 
            this.amount2Slider.LargeChange = 20;
            this.amount2Slider.Location = new System.Drawing.Point(1, 95);
            this.amount2Slider.Maximum = 100;
            this.amount2Slider.Minimum = -100;
            this.amount2Slider.Name = "amount2Slider";
            this.amount2Slider.Size = new System.Drawing.Size(175, 42);
            this.amount2Slider.TabIndex = 3;
            this.amount2Slider.TickFrequency = 10;
            this.amount2Slider.ValueChanged += new System.EventHandler(this.amount2Slider_ValueChanged);
            // 
            // amount1Header
            // 
            this.amount1Header.Location = new System.Drawing.Point(6, 8);
            this.amount1Header.Name = "amount1Header";
            this.amount1Header.Size = new System.Drawing.Size(271, 14);
            this.amount1Header.TabIndex = 9;
            this.amount1Header.TabStop = false;
            this.amount1Header.Text = "Header 1";
            // 
            // amount2Header
            // 
            this.amount2Header.Location = new System.Drawing.Point(6, 78);
            this.amount2Header.Name = "amount2Header";
            this.amount2Header.Size = new System.Drawing.Size(271, 14);
            this.amount2Header.TabIndex = 10;
            this.amount2Header.TabStop = false;
            this.amount2Header.Text = "Header 2";
            // 
            // TwoAmountsConfigDialog
            // 
            this.AcceptButton = this.okButton;
            this.AutoScaleDimensions = new SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.cancelButton;
            this.ClientSize = new System.Drawing.Size(275, 180);
            this.Controls.Add(this.amount2Header);
            this.Controls.Add(this.amount1Header);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.okButton);
            this.Controls.Add(this.amount2Reset);
            this.Controls.Add(this.amount2UpDown);
            this.Controls.Add(this.amount2Slider);
            this.Controls.Add(this.amount1Reset);
            this.Controls.Add(this.amount1UpDown);
            this.Controls.Add(this.amount1Slider);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "TwoAmountsConfigDialog";
            this.Controls.SetChildIndex(this.amount1Slider, 0);
            this.Controls.SetChildIndex(this.amount1UpDown, 0);
            this.Controls.SetChildIndex(this.amount1Reset, 0);
            this.Controls.SetChildIndex(this.amount2Slider, 0);
            this.Controls.SetChildIndex(this.amount2UpDown, 0);
            this.Controls.SetChildIndex(this.amount2Reset, 0);
            this.Controls.SetChildIndex(this.okButton, 0);
            this.Controls.SetChildIndex(this.cancelButton, 0);
            this.Controls.SetChildIndex(this.amount1Header, 0);
            this.Controls.SetChildIndex(this.amount2Header, 0);
            ((System.ComponentModel.ISupportInitialize)(this.amount1Slider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.amount1UpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.amount2UpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.amount2Slider)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.blendModeLabel = new System.Windows.Forms.Label();
     this.blendOpComboBox = new System.Windows.Forms.ComboBox();
     this.opacityUpDown = new System.Windows.Forms.NumericUpDown();
     this.opacityTrackBar = new System.Windows.Forms.TrackBar();
     this.opacityLabel = new System.Windows.Forms.Label();
     this.blendingHeader = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.opacityUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.opacityTrackBar)).BeginInit();
     this.SuspendLayout();
     //
     // visibleCheckBox
     //
     this.visibleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.visibleCheckBox.Location = new System.Drawing.Point(8, 48);
     this.visibleCheckBox.Name = "visibleCheckBox";
     //
     // nameLabel
     //
     this.nameLabel.Location = new System.Drawing.Point(6, 27);
     this.nameLabel.Name = "nameLabel";
     //
     // nameBox
     //
     this.nameBox.Name = "nameBox";
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(193, 152);
     this.cancelButton.Name = "cancelButton";
     //
     // okButton
     //
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location = new System.Drawing.Point(112, 152);
     this.okButton.Name = "okButton";
     //
     // blendModeLabel
     //
     this.blendModeLabel.Location = new System.Drawing.Point(6, 92);
     this.blendModeLabel.Name = "blendModeLabel";
     this.blendModeLabel.AutoSize = true;
     this.blendModeLabel.Size = new System.Drawing.Size(50, 23);
     this.blendModeLabel.TabIndex = 4;
     //
     // blendOpComboBox
     //
     this.blendOpComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.blendOpComboBox.Location = new System.Drawing.Point(64, 88);
     this.blendOpComboBox.Name = "blendOpComboBox";
     this.blendOpComboBox.Size = new System.Drawing.Size(121, 21);
     this.blendOpComboBox.TabIndex = 4;
     this.blendOpComboBox.SelectedIndexChanged += new System.EventHandler(this.blendOpComboBox_SelectedIndexChanged);
     this.blendOpComboBox.MaxDropDownItems = 100;
     //
     // opacityUpDown
     //
     this.opacityUpDown.Location = new System.Drawing.Point(64, 116);
     this.opacityUpDown.Maximum = new System.Decimal(new int[] {
                                                                   255,
                                                                   0,
                                                                   0,
                                                                   0});
     this.opacityUpDown.Name = "opacityUpDown";
     this.opacityUpDown.Size = new System.Drawing.Size(56, 20);
     this.opacityUpDown.TabIndex = 5;
     this.opacityUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.opacityUpDown.Enter += new System.EventHandler(this.opacityUpDown_Enter);
     this.opacityUpDown.KeyUp += new System.Windows.Forms.KeyEventHandler(this.opacityUpDown_KeyUp);
     this.opacityUpDown.ValueChanged += new System.EventHandler(this.opacityUpDown_ValueChanged);
     this.opacityUpDown.Leave += new System.EventHandler(this.opacityUpDown_Leave);
     //
     // opacityTrackBar
     //
     this.opacityTrackBar.AutoSize = false;
     this.opacityTrackBar.LargeChange = 32;
     this.opacityTrackBar.Location = new System.Drawing.Point(129, 114);
     this.opacityTrackBar.Maximum = 255;
     this.opacityTrackBar.Name = "opacityTrackBar";
     this.opacityTrackBar.Size = new System.Drawing.Size(146, 24);
     this.opacityTrackBar.TabIndex = 6;
     this.opacityTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
     this.opacityTrackBar.ValueChanged += new System.EventHandler(this.opacityTrackBar_ValueChanged);
     //
     // opacityLabel
     //
     this.opacityLabel.Location = new System.Drawing.Point(6, 118);
     this.opacityLabel.AutoSize = true;
     this.opacityLabel.Name = "opacityLabel";
     this.opacityLabel.Size = new System.Drawing.Size(48, 16);
     this.opacityLabel.TabIndex = 0;
     //
     // blendingHeader
     //
     this.blendingHeader.Location = new System.Drawing.Point(6, 72);
     this.blendingHeader.Name = "blendingHeader";
     this.blendingHeader.Size = new System.Drawing.Size(269, 14);
     this.blendingHeader.TabIndex = 8;
     this.blendingHeader.TabStop = false;
     //
     // BitmapLayerPropertiesDialog
     //
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize = new System.Drawing.Size(274, 181);
     this.Controls.Add(this.blendingHeader);
     this.Controls.Add(this.blendOpComboBox);
     this.Controls.Add(this.opacityUpDown);
     this.Controls.Add(this.opacityLabel);
     this.Controls.Add(this.blendModeLabel);
     this.Controls.Add(this.opacityTrackBar);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name = "BitmapLayerPropertiesDialog";
     this.Controls.SetChildIndex(this.opacityTrackBar, 0);
     this.Controls.SetChildIndex(this.blendModeLabel, 0);
     this.Controls.SetChildIndex(this.opacityLabel, 0);
     this.Controls.SetChildIndex(this.opacityUpDown, 0);
     this.Controls.SetChildIndex(this.blendOpComboBox, 0);
     this.Controls.SetChildIndex(this.nameLabel, 0);
     this.Controls.SetChildIndex(this.visibleCheckBox, 0);
     this.Controls.SetChildIndex(this.nameBox, 0);
     this.Controls.SetChildIndex(this.blendingHeader, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     ((System.ComponentModel.ISupportInitialize)(this.opacityUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.opacityTrackBar)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.amountTrackBar = new System.Windows.Forms.TrackBar();
     this.amountUpDown   = new System.Windows.Forms.NumericUpDown();
     this.cancelButton   = new System.Windows.Forms.Button();
     this.okButton       = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.headerLabel    = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.amountTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.amountUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // amountTrackBar
     //
     this.amountTrackBar.AutoSize      = false;
     this.amountTrackBar.Location      = new System.Drawing.Point(3, 59);
     this.amountTrackBar.Maximum       = 100;
     this.amountTrackBar.Minimum       = 1;
     this.amountTrackBar.Name          = "amountTrackBar";
     this.amountTrackBar.Size          = new System.Drawing.Size(174, 24);
     this.amountTrackBar.TabIndex      = 1;
     this.amountTrackBar.TickFrequency = 10;
     this.amountTrackBar.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.amountTrackBar.Value         = 1;
     this.amountTrackBar.ValueChanged += new System.EventHandler(this.amountTrackBar_ValueChanged);
     //
     // amountUpDown
     //
     this.amountUpDown.Location = new System.Drawing.Point(16, 32);
     this.amountUpDown.Minimum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.amountUpDown.Name      = "amountUpDown";
     this.amountUpDown.Size      = new System.Drawing.Size(64, 20);
     this.amountUpDown.TabIndex  = 0;
     this.amountUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.amountUpDown.Value     = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.amountUpDown.Enter        += new System.EventHandler(this.amountUpDown_Enter);
     this.amountUpDown.ValueChanged += new System.EventHandler(this.amountUpDown_ValueChanged);
     this.amountUpDown.Leave        += new System.EventHandler(this.amountUpDown_Leave);
     //
     // cancelButton
     //
     this.cancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location     = new System.Drawing.Point(96, 93);
     this.cancelButton.Name         = "cancelButton";
     this.cancelButton.TabIndex     = 3;
     this.cancelButton.Click       += new System.EventHandler(this.cancelButton_Click);
     //
     // okButton
     //
     this.okButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location  = new System.Drawing.Point(15, 93);
     this.okButton.Name      = "okButton";
     this.okButton.TabIndex  = 2;
     this.okButton.Click    += new System.EventHandler(this.okButton_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(82, 30);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 24);
     this.label1.TabIndex  = 2;
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // headerLabel
     //
     this.headerLabel.Location = new System.Drawing.Point(6, 8);
     this.headerLabel.Name     = "headerLabel";
     this.headerLabel.Size     = new System.Drawing.Size(170, 14);
     this.headerLabel.TabIndex = 7;
     this.headerLabel.TabStop  = false;
     this.headerLabel.Text     = "Header";
     //
     // AmountEffectConfigDialog
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(177, 122);
     this.Controls.Add(this.headerLabel);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.amountTrackBar);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.amountUpDown);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "AmountEffectConfigDialog";
     this.Controls.SetChildIndex(this.amountUpDown, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.amountTrackBar, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.headerLabel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.amountTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.amountUpDown)).EndInit();
     this.ResumeLayout(false);
 }
Example #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.blendModeLabel  = new System.Windows.Forms.Label();
     this.blendOpComboBox = new System.Windows.Forms.ComboBox();
     this.opacityUpDown   = new System.Windows.Forms.NumericUpDown();
     this.opacityTrackBar = new System.Windows.Forms.TrackBar();
     this.opacityLabel    = new System.Windows.Forms.Label();
     this.blendingHeader  = new PaintDotNet.HeaderLabel();
     ((System.ComponentModel.ISupportInitialize)(this.opacityUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.opacityTrackBar)).BeginInit();
     this.SuspendLayout();
     //
     // visibleCheckBox
     //
     this.visibleCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.visibleCheckBox.Location  = new System.Drawing.Point(8, 48);
     this.visibleCheckBox.Name      = "visibleCheckBox";
     //
     // nameLabel
     //
     this.nameLabel.Location = new System.Drawing.Point(6, 27);
     this.nameLabel.Name     = "nameLabel";
     //
     // nameBox
     //
     this.nameBox.Name = "nameBox";
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(193, 152);
     this.cancelButton.Name     = "cancelButton";
     //
     // okButton
     //
     this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location  = new System.Drawing.Point(112, 152);
     this.okButton.Name      = "okButton";
     //
     // blendModeLabel
     //
     this.blendModeLabel.Location = new System.Drawing.Point(6, 92);
     this.blendModeLabel.Name     = "blendModeLabel";
     this.blendModeLabel.AutoSize = true;
     this.blendModeLabel.Size     = new System.Drawing.Size(50, 23);
     this.blendModeLabel.TabIndex = 4;
     //
     // blendOpComboBox
     //
     this.blendOpComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.blendOpComboBox.Location              = new System.Drawing.Point(64, 88);
     this.blendOpComboBox.Name                  = "blendOpComboBox";
     this.blendOpComboBox.Size                  = new System.Drawing.Size(121, 21);
     this.blendOpComboBox.TabIndex              = 4;
     this.blendOpComboBox.SelectedIndexChanged += new System.EventHandler(this.blendOpComboBox_SelectedIndexChanged);
     this.blendOpComboBox.MaxDropDownItems      = 100;
     //
     // opacityUpDown
     //
     this.opacityUpDown.Location = new System.Drawing.Point(64, 116);
     this.opacityUpDown.Maximum  = new System.Decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.opacityUpDown.Name          = "opacityUpDown";
     this.opacityUpDown.Size          = new System.Drawing.Size(56, 20);
     this.opacityUpDown.TabIndex      = 5;
     this.opacityUpDown.TextAlign     = System.Windows.Forms.HorizontalAlignment.Right;
     this.opacityUpDown.Enter        += new System.EventHandler(this.opacityUpDown_Enter);
     this.opacityUpDown.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.opacityUpDown_KeyUp);
     this.opacityUpDown.ValueChanged += new System.EventHandler(this.opacityUpDown_ValueChanged);
     this.opacityUpDown.Leave        += new System.EventHandler(this.opacityUpDown_Leave);
     //
     // opacityTrackBar
     //
     this.opacityTrackBar.AutoSize      = false;
     this.opacityTrackBar.LargeChange   = 32;
     this.opacityTrackBar.Location      = new System.Drawing.Point(129, 114);
     this.opacityTrackBar.Maximum       = 255;
     this.opacityTrackBar.Name          = "opacityTrackBar";
     this.opacityTrackBar.Size          = new System.Drawing.Size(146, 24);
     this.opacityTrackBar.TabIndex      = 6;
     this.opacityTrackBar.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.opacityTrackBar.ValueChanged += new System.EventHandler(this.opacityTrackBar_ValueChanged);
     //
     // opacityLabel
     //
     this.opacityLabel.Location = new System.Drawing.Point(6, 118);
     this.opacityLabel.AutoSize = true;
     this.opacityLabel.Name     = "opacityLabel";
     this.opacityLabel.Size     = new System.Drawing.Size(48, 16);
     this.opacityLabel.TabIndex = 0;
     //
     // blendingHeader
     //
     this.blendingHeader.Location = new System.Drawing.Point(6, 72);
     this.blendingHeader.Name     = "blendingHeader";
     this.blendingHeader.Size     = new System.Drawing.Size(269, 14);
     this.blendingHeader.TabIndex = 8;
     this.blendingHeader.TabStop  = false;
     //
     // BitmapLayerPropertiesDialog
     //
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(274, 181);
     this.Controls.Add(this.blendingHeader);
     this.Controls.Add(this.blendOpComboBox);
     this.Controls.Add(this.opacityUpDown);
     this.Controls.Add(this.opacityLabel);
     this.Controls.Add(this.blendModeLabel);
     this.Controls.Add(this.opacityTrackBar);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name     = "BitmapLayerPropertiesDialog";
     this.Controls.SetChildIndex(this.opacityTrackBar, 0);
     this.Controls.SetChildIndex(this.blendModeLabel, 0);
     this.Controls.SetChildIndex(this.opacityLabel, 0);
     this.Controls.SetChildIndex(this.opacityUpDown, 0);
     this.Controls.SetChildIndex(this.blendOpComboBox, 0);
     this.Controls.SetChildIndex(this.nameLabel, 0);
     this.Controls.SetChildIndex(this.visibleCheckBox, 0);
     this.Controls.SetChildIndex(this.nameBox, 0);
     this.Controls.SetChildIndex(this.blendingHeader, 0);
     this.Controls.SetChildIndex(this.cancelButton, 0);
     this.Controls.SetChildIndex(this.okButton, 0);
     ((System.ComponentModel.ISupportInitialize)(this.opacityUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.opacityTrackBar)).EndInit();
     this.ResumeLayout(false);
 }
Example #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.saveConfigPanel  = new System.Windows.Forms.Panel();
     this.defaultsButton   = new System.Windows.Forms.Button();
     this.saveConfigWidget = new PaintDotNet.SaveConfigWidget();
     this.previewHeader    = new PaintDotNet.HeaderLabel();
     this.documentView     = new PaintDotNet.DocumentView();
     this.settingsHeader   = new PaintDotNet.HeaderLabel();
     this.SuspendLayout();
     //
     // baseOkButton
     //
     this.baseOkButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseOkButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseOkButton.Name      = "baseOkButton";
     this.baseOkButton.TabIndex  = 2;
     this.baseOkButton.Click    += new System.EventHandler(this.BaseOkButton_Click);
     //
     // baseCancelButton
     //
     this.baseCancelButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.baseCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.baseCancelButton.Name      = "baseCancelButton";
     this.baseCancelButton.TabIndex  = 3;
     this.baseCancelButton.Click    += new System.EventHandler(this.BaseCancelButton_Click);
     //
     // saveConfigPanel
     //
     this.saveConfigPanel.AutoScroll = true;
     this.saveConfigPanel.Name       = "saveConfigPanel";
     this.saveConfigPanel.TabIndex   = 0;
     this.saveConfigPanel.TabStop    = false;
     //
     // defaultsButton
     //
     this.defaultsButton.Name      = "defaultsButton";
     this.defaultsButton.AutoSize  = true;
     this.defaultsButton.FlatStyle = FlatStyle.System;
     this.defaultsButton.TabIndex  = 1;
     this.defaultsButton.Click    += new System.EventHandler(this.DefaultsButton_Click);
     //
     // saveConfigWidget
     //
     this.saveConfigWidget.Name     = "saveConfigWidget";
     this.saveConfigWidget.TabIndex = 9;
     this.saveConfigWidget.Token    = null;
     //
     // previewHeader
     //
     this.previewHeader.Name        = "previewHeader";
     this.previewHeader.RightMargin = 0;
     this.previewHeader.TabIndex    = 11;
     this.previewHeader.TabStop     = false;
     this.previewHeader.Text        = "Header";
     //
     // documentView
     //
     this.documentView.BorderStyle        = System.Windows.Forms.BorderStyle.Fixed3D;
     this.documentView.Document           = null;
     this.documentView.Name               = "documentView";
     this.documentView.PanelAutoScroll    = true;
     this.documentView.RulersEnabled      = false;
     this.documentView.TabIndex           = 12;
     this.documentView.TabStop            = false;
     this.documentView.DocumentMouseMove += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseMove);
     this.documentView.DocumentMouseDown += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseDown);
     this.documentView.DocumentMouseUp   += new System.Windows.Forms.MouseEventHandler(this.DocumentView_DocumentMouseUp);
     this.documentView.Visible            = false;
     //
     // settingsHeader
     //
     this.settingsHeader.Name     = "settingsHeader";
     this.settingsHeader.TabIndex = 13;
     this.settingsHeader.TabStop  = false;
     this.settingsHeader.Text     = "Header";
     //
     // SaveConfigDialog
     //
     this.AutoScaleDimensions = new SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.defaultsButton);
     this.Controls.Add(this.settingsHeader);
     this.Controls.Add(this.previewHeader);
     this.Controls.Add(this.documentView);
     this.Controls.Add(this.saveConfigPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.MinimizeBox     = false;
     this.MaximizeBox     = true;
     this.Name            = "SaveConfigDialog";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = FormStartPosition.Manual;
     this.Controls.SetChildIndex(this.saveConfigPanel, 0);
     this.Controls.SetChildIndex(this.documentView, 0);
     this.Controls.SetChildIndex(this.baseOkButton, 0);
     this.Controls.SetChildIndex(this.baseCancelButton, 0);
     this.Controls.SetChildIndex(this.previewHeader, 0);
     this.Controls.SetChildIndex(this.settingsHeader, 0);
     this.Controls.SetChildIndex(this.defaultsButton, 0);
     this.ResumeLayout(false);
 }