mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
253 lines
13 KiB
C#
253 lines
13 KiB
C#
namespace TestViewManager.CommandParams
|
|
{
|
|
partial class ControlCropProperties
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.labelWidthCrop = new System.Windows.Forms.Label();
|
|
this.trackWidthCrop = new System.Windows.Forms.TrackBar();
|
|
this.textWidthCrop = new System.Windows.Forms.TextBox();
|
|
this.textHeightCrop = new System.Windows.Forms.TextBox();
|
|
this.trackHeightCrop = new System.Windows.Forms.TrackBar();
|
|
this.labelHeightCrop = new System.Windows.Forms.Label();
|
|
this.textAngle = new System.Windows.Forms.TextBox();
|
|
this.trackAngle = new System.Windows.Forms.TrackBar();
|
|
this.labelAngle = new System.Windows.Forms.Label();
|
|
this.textOffsetY = new System.Windows.Forms.TextBox();
|
|
this.trackOffsetY = new System.Windows.Forms.TrackBar();
|
|
this.labelOffsetY = new System.Windows.Forms.Label();
|
|
this.textOffsetX = new System.Windows.Forms.TextBox();
|
|
this.trackOffsetX = new System.Windows.Forms.TrackBar();
|
|
this.labelOffsetX = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackWidthCrop)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackHeightCrop)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackAngle)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackOffsetY)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackOffsetX)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelWidthCrop
|
|
//
|
|
this.labelWidthCrop.AutoSize = true;
|
|
this.labelWidthCrop.Location = new System.Drawing.Point(3, 10);
|
|
this.labelWidthCrop.Name = "labelWidthCrop";
|
|
this.labelWidthCrop.Size = new System.Drawing.Size(57, 13);
|
|
this.labelWidthCrop.TabIndex = 0;
|
|
this.labelWidthCrop.Text = "WidthCrop";
|
|
//
|
|
// trackWidthCrop
|
|
//
|
|
this.trackWidthCrop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackWidthCrop.AutoSize = false;
|
|
this.trackWidthCrop.Location = new System.Drawing.Point(3, 27);
|
|
this.trackWidthCrop.Name = "trackWidthCrop";
|
|
this.trackWidthCrop.Size = new System.Drawing.Size(129, 28);
|
|
this.trackWidthCrop.TabIndex = 1;
|
|
this.trackWidthCrop.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackWidthCrop.ValueChanged += new System.EventHandler(this.trackWidthCrop_ValueChanged);
|
|
//
|
|
// textWidthCrop
|
|
//
|
|
this.textWidthCrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textWidthCrop.Enabled = false;
|
|
this.textWidthCrop.Location = new System.Drawing.Point(139, 27);
|
|
this.textWidthCrop.Name = "textWidthCrop";
|
|
this.textWidthCrop.Size = new System.Drawing.Size(46, 20);
|
|
this.textWidthCrop.TabIndex = 2;
|
|
//
|
|
// textHeightCrop
|
|
//
|
|
this.textHeightCrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textHeightCrop.Enabled = false;
|
|
this.textHeightCrop.Location = new System.Drawing.Point(139, 74);
|
|
this.textHeightCrop.Name = "textHeightCrop";
|
|
this.textHeightCrop.Size = new System.Drawing.Size(48, 20);
|
|
this.textHeightCrop.TabIndex = 5;
|
|
//
|
|
// trackHeightCrop
|
|
//
|
|
this.trackHeightCrop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackHeightCrop.AutoSize = false;
|
|
this.trackHeightCrop.Location = new System.Drawing.Point(3, 73);
|
|
this.trackHeightCrop.Name = "trackHeightCrop";
|
|
this.trackHeightCrop.Size = new System.Drawing.Size(129, 28);
|
|
this.trackHeightCrop.TabIndex = 4;
|
|
this.trackHeightCrop.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackHeightCrop.ValueChanged += new System.EventHandler(this.trackHeightCrop_ValueChanged);
|
|
//
|
|
// labelHeightCrop
|
|
//
|
|
this.labelHeightCrop.AutoSize = true;
|
|
this.labelHeightCrop.Location = new System.Drawing.Point(5, 57);
|
|
this.labelHeightCrop.Name = "labelHeightCrop";
|
|
this.labelHeightCrop.Size = new System.Drawing.Size(60, 13);
|
|
this.labelHeightCrop.TabIndex = 3;
|
|
this.labelHeightCrop.Text = "HeightCrop";
|
|
//
|
|
// textAngle
|
|
//
|
|
this.textAngle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textAngle.Enabled = false;
|
|
this.textAngle.Location = new System.Drawing.Point(139, 122);
|
|
this.textAngle.Name = "textAngle";
|
|
this.textAngle.Size = new System.Drawing.Size(48, 20);
|
|
this.textAngle.TabIndex = 8;
|
|
//
|
|
// trackAngle
|
|
//
|
|
this.trackAngle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackAngle.AutoSize = false;
|
|
this.trackAngle.Location = new System.Drawing.Point(3, 121);
|
|
this.trackAngle.Name = "trackAngle";
|
|
this.trackAngle.Size = new System.Drawing.Size(129, 28);
|
|
this.trackAngle.TabIndex = 7;
|
|
this.trackAngle.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackAngle.ValueChanged += new System.EventHandler(this.trackAngle_ValueChanged);
|
|
//
|
|
// labelAngle
|
|
//
|
|
this.labelAngle.AutoSize = true;
|
|
this.labelAngle.Location = new System.Drawing.Point(5, 105);
|
|
this.labelAngle.Name = "labelAngle";
|
|
this.labelAngle.Size = new System.Drawing.Size(34, 13);
|
|
this.labelAngle.TabIndex = 6;
|
|
this.labelAngle.Text = "Angle";
|
|
//
|
|
// textOffsetY
|
|
//
|
|
this.textOffsetY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textOffsetY.Enabled = false;
|
|
this.textOffsetY.Location = new System.Drawing.Point(139, 216);
|
|
this.textOffsetY.Name = "textOffsetY";
|
|
this.textOffsetY.Size = new System.Drawing.Size(48, 20);
|
|
this.textOffsetY.TabIndex = 11;
|
|
//
|
|
// trackOffsetY
|
|
//
|
|
this.trackOffsetY.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackOffsetY.AutoSize = false;
|
|
this.trackOffsetY.Location = new System.Drawing.Point(3, 215);
|
|
this.trackOffsetY.Name = "trackOffsetY";
|
|
this.trackOffsetY.Size = new System.Drawing.Size(129, 26);
|
|
this.trackOffsetY.TabIndex = 10;
|
|
this.trackOffsetY.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackOffsetY.ValueChanged += new System.EventHandler(this.trackOffsetY_ValueChanged);
|
|
//
|
|
// labelOffsetY
|
|
//
|
|
this.labelOffsetY.AutoSize = true;
|
|
this.labelOffsetY.Location = new System.Drawing.Point(5, 199);
|
|
this.labelOffsetY.Name = "labelOffsetY";
|
|
this.labelOffsetY.Size = new System.Drawing.Size(42, 13);
|
|
this.labelOffsetY.TabIndex = 9;
|
|
this.labelOffsetY.Text = "OffsetY";
|
|
//
|
|
// textOffsetX
|
|
//
|
|
this.textOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textOffsetX.Enabled = false;
|
|
this.textOffsetX.Location = new System.Drawing.Point(139, 169);
|
|
this.textOffsetX.Name = "textOffsetX";
|
|
this.textOffsetX.Size = new System.Drawing.Size(48, 20);
|
|
this.textOffsetX.TabIndex = 14;
|
|
//
|
|
// trackOffsetX
|
|
//
|
|
this.trackOffsetX.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackOffsetX.AutoSize = false;
|
|
this.trackOffsetX.Location = new System.Drawing.Point(3, 168);
|
|
this.trackOffsetX.Name = "trackOffsetX";
|
|
this.trackOffsetX.Size = new System.Drawing.Size(129, 28);
|
|
this.trackOffsetX.TabIndex = 13;
|
|
this.trackOffsetX.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.trackOffsetX.ValueChanged += new System.EventHandler(this.trackOffsetX_ValueChanged);
|
|
//
|
|
// labelOffsetX
|
|
//
|
|
this.labelOffsetX.AutoSize = true;
|
|
this.labelOffsetX.Location = new System.Drawing.Point(5, 152);
|
|
this.labelOffsetX.Name = "labelOffsetX";
|
|
this.labelOffsetX.Size = new System.Drawing.Size(42, 13);
|
|
this.labelOffsetX.TabIndex = 12;
|
|
this.labelOffsetX.Text = "OffsetX";
|
|
//
|
|
// ControlCropProperties
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.textOffsetX);
|
|
this.Controls.Add(this.trackOffsetX);
|
|
this.Controls.Add(this.labelOffsetX);
|
|
this.Controls.Add(this.textOffsetY);
|
|
this.Controls.Add(this.trackOffsetY);
|
|
this.Controls.Add(this.labelOffsetY);
|
|
this.Controls.Add(this.textAngle);
|
|
this.Controls.Add(this.trackAngle);
|
|
this.Controls.Add(this.labelAngle);
|
|
this.Controls.Add(this.textHeightCrop);
|
|
this.Controls.Add(this.trackHeightCrop);
|
|
this.Controls.Add(this.labelHeightCrop);
|
|
this.Controls.Add(this.textWidthCrop);
|
|
this.Controls.Add(this.trackWidthCrop);
|
|
this.Controls.Add(this.labelWidthCrop);
|
|
this.Name = "ControlCropProperties";
|
|
this.Size = new System.Drawing.Size(195, 291);
|
|
((System.ComponentModel.ISupportInitialize)(this.trackWidthCrop)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackHeightCrop)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackAngle)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackOffsetY)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackOffsetX)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelWidthCrop;
|
|
private System.Windows.Forms.TrackBar trackWidthCrop;
|
|
private System.Windows.Forms.TextBox textWidthCrop;
|
|
private System.Windows.Forms.TextBox textHeightCrop;
|
|
private System.Windows.Forms.TrackBar trackHeightCrop;
|
|
private System.Windows.Forms.Label labelHeightCrop;
|
|
private System.Windows.Forms.TextBox textAngle;
|
|
private System.Windows.Forms.TrackBar trackAngle;
|
|
private System.Windows.Forms.Label labelAngle;
|
|
private System.Windows.Forms.TextBox textOffsetY;
|
|
private System.Windows.Forms.TrackBar trackOffsetY;
|
|
private System.Windows.Forms.Label labelOffsetY;
|
|
private System.Windows.Forms.TextBox textOffsetX;
|
|
private System.Windows.Forms.TrackBar trackOffsetX;
|
|
private System.Windows.Forms.Label labelOffsetX;
|
|
}
|
|
}
|