123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- namespace PaintDotNet.CustomControl
- {
- partial class PicturePreviewAdjustControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.box_Picture = new System.Windows.Forms.GroupBox();
- this.panel_Picture = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.PanButton = new System.Windows.Forms.Button();
- this.MoveSelectionButton = new System.Windows.Forms.Button();
- this.ZoomOutButton = new System.Windows.Forms.Button();
- this.ZoomInButton = new System.Windows.Forms.Button();
- this.box_Picture.SuspendLayout();
- this.panel_Picture.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // box_Picture
- //
- this.box_Picture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.box_Picture.Controls.Add(this.panel_Picture);
- this.box_Picture.Controls.Add(this.PanButton);
- this.box_Picture.Controls.Add(this.MoveSelectionButton);
- this.box_Picture.Controls.Add(this.ZoomOutButton);
- this.box_Picture.Controls.Add(this.ZoomInButton);
- this.box_Picture.Location = new System.Drawing.Point(0, 0);
- this.box_Picture.Name = "box_Picture";
- this.box_Picture.Size = new System.Drawing.Size(385, 350);
- this.box_Picture.TabIndex = 14;
- this.box_Picture.TabStop = false;
- this.box_Picture.Text = "预览";
- this.box_Picture.Enter += new System.EventHandler(this.box_Picture_Enter);
- this.box_Picture.Resize += new System.EventHandler(this.picturePreviewAdjustControl_Resize);
- //
- // panel_Picture
- //
- this.panel_Picture.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel_Picture.Controls.Add(this.pictureBox1);
- this.panel_Picture.Location = new System.Drawing.Point(8, 53);
- this.panel_Picture.Name = "panel_Picture";
- this.panel_Picture.Size = new System.Drawing.Size(369, 289);
- this.panel_Picture.TabIndex = 4;
- //
- // pictureBox1
- //
- this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(381, 301);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
- this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
- this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
- this.pictureBox1.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseWheel);
- //
- // PanButton
- //
- this.PanButton.Location = new System.Drawing.Point(111, 21);
- this.PanButton.Name = "PanButton";
- this.PanButton.Size = new System.Drawing.Size(24, 24);
- this.PanButton.TabIndex = 3;
- this.PanButton.UseVisualStyleBackColor = true;
- this.PanButton.Click += new System.EventHandler(this.PanButton_Click);
- //
- // MoveSelectionButton
- //
- this.MoveSelectionButton.Location = new System.Drawing.Point(76, 21);
- this.MoveSelectionButton.Name = "MoveSelectionButton";
- this.MoveSelectionButton.Size = new System.Drawing.Size(24, 24);
- this.MoveSelectionButton.TabIndex = 2;
- this.MoveSelectionButton.UseVisualStyleBackColor = true;
- this.MoveSelectionButton.Click += new System.EventHandler(this.MoveSelectionButton_Click);
- //
- // ZoomOutButton
- //
- this.ZoomOutButton.Location = new System.Drawing.Point(41, 21);
- this.ZoomOutButton.Name = "ZoomOutButton";
- this.ZoomOutButton.Size = new System.Drawing.Size(24, 24);
- this.ZoomOutButton.TabIndex = 1;
- this.ZoomOutButton.UseVisualStyleBackColor = true;
- this.ZoomOutButton.Click += new System.EventHandler(this.ZoomOutButton_Click);
- //
- // ZoomInButton
- //
- this.ZoomInButton.Location = new System.Drawing.Point(6, 21);
- this.ZoomInButton.Name = "ZoomInButton";
- this.ZoomInButton.Size = new System.Drawing.Size(24, 24);
- this.ZoomInButton.TabIndex = 0;
- this.ZoomInButton.UseVisualStyleBackColor = true;
- this.ZoomInButton.Click += new System.EventHandler(this.ZoomInButton_Click);
- //
- // PicturePreviewAdjustControl
- //
- this.Controls.Add(this.box_Picture);
- this.Name = "PicturePreviewAdjustControl";
- this.Size = new System.Drawing.Size(385, 350);
- this.box_Picture.ResumeLayout(false);
- this.panel_Picture.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox box_Picture;
- private System.Windows.Forms.Panel panel_Picture;
- public System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button PanButton;
- private System.Windows.Forms.Button MoveSelectionButton;
- private System.Windows.Forms.Button ZoomOutButton;
- private System.Windows.Forms.Button ZoomInButton;
- }
- }
|