示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FViewer));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.tiffViewer1         = new NAPS2.WinForms.TiffViewerCtl();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tbPageCurrent       = new System.Windows.Forms.ToolStripTextBox();
     this.lblPageTotal        = new System.Windows.Forms.ToolStripLabel();
     this.tsPrev = new System.Windows.Forms.ToolStripButton();
     this.tsNext = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsdRotate           = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsRotateLeft        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsRotateRight       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsFlip           = new System.Windows.Forms.ToolStripMenuItem();
     this.tsCustomRotation = new System.Windows.Forms.ToolStripMenuItem();
     this.tsCrop           = new System.Windows.Forms.ToolStripButton();
     this.tsBrightness     = new System.Windows.Forms.ToolStripButton();
     this.tsContrast       = new System.Windows.Forms.ToolStripButton();
     this.tsDelete         = new System.Windows.Forms.ToolStripButton();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.tiffViewer1);
     resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
     resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
     this.toolStripContainer1.Name = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // tiffViewer1
     //
     resources.ApplyResources(this.tiffViewer1, "tiffViewer1");
     this.tiffViewer1.Image    = null;
     this.tiffViewer1.Name     = "tiffViewer1";
     this.tiffViewer1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tiffViewer1_KeyDown);
     //
     // toolStrip1
     //
     resources.ApplyResources(this.toolStrip1, "toolStrip1");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbPageCurrent,
         this.lblPageTotal,
         this.tsPrev,
         this.tsNext,
         this.toolStripSeparator1,
         this.tsdRotate,
         this.tsCrop,
         this.tsBrightness,
         this.tsContrast,
         this.tsDelete
     });
     this.toolStrip1.Name = "toolStrip1";
     //
     // tbPageCurrent
     //
     this.tbPageCurrent.Name = "tbPageCurrent";
     resources.ApplyResources(this.tbPageCurrent, "tbPageCurrent");
     this.tbPageCurrent.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tbPageCurrent_KeyDown);
     this.tbPageCurrent.TextChanged += new System.EventHandler(this.tbPageCurrent_TextChanged);
     //
     // lblPageTotal
     //
     this.lblPageTotal.Name = "lblPageTotal";
     resources.ApplyResources(this.lblPageTotal, "lblPageTotal");
     //
     // tsPrev
     //
     this.tsPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsPrev.Image        = global::NAPS2.Icons.arrow_left;
     resources.ApplyResources(this.tsPrev, "tsPrev");
     this.tsPrev.Name   = "tsPrev";
     this.tsPrev.Click += new System.EventHandler(this.tsPrev_Click);
     //
     // tsNext
     //
     this.tsNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsNext.Image        = global::NAPS2.Icons.arrow_right;
     resources.ApplyResources(this.tsNext, "tsNext");
     this.tsNext.Name   = "tsNext";
     this.tsNext.Click += new System.EventHandler(this.tsNext_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // tsdRotate
     //
     this.tsdRotate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsdRotate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsRotateLeft,
         this.tsRotateRight,
         this.tsFlip,
         this.tsCustomRotation
     });
     this.tsdRotate.Image = global::NAPS2.Icons.arrow_rotate_anticlockwise_small;
     resources.ApplyResources(this.tsdRotate, "tsdRotate");
     this.tsdRotate.Name = "tsdRotate";
     this.tsdRotate.ShowDropDownArrow = false;
     //
     // tsRotateLeft
     //
     this.tsRotateLeft.Image = global::NAPS2.Icons.arrow_rotate_anticlockwise_small;
     this.tsRotateLeft.Name  = "tsRotateLeft";
     resources.ApplyResources(this.tsRotateLeft, "tsRotateLeft");
     this.tsRotateLeft.Click += new System.EventHandler(this.tsRotateLeft_Click);
     //
     // tsRotateRight
     //
     this.tsRotateRight.Image = global::NAPS2.Icons.arrow_rotate_clockwise_small;
     this.tsRotateRight.Name  = "tsRotateRight";
     resources.ApplyResources(this.tsRotateRight, "tsRotateRight");
     this.tsRotateRight.Click += new System.EventHandler(this.tsRotateRight_Click);
     //
     // tsFlip
     //
     this.tsFlip.Image = global::NAPS2.Icons.arrow_switch_small;
     this.tsFlip.Name  = "tsFlip";
     resources.ApplyResources(this.tsFlip, "tsFlip");
     this.tsFlip.Click += new System.EventHandler(this.tsFlip_Click);
     //
     // tsCustomRotation
     //
     this.tsCustomRotation.Name = "tsCustomRotation";
     resources.ApplyResources(this.tsCustomRotation, "tsCustomRotation");
     this.tsCustomRotation.Click += new System.EventHandler(this.tsCustomRotation_Click);
     //
     // tsCrop
     //
     this.tsCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsCrop.Image        = global::NAPS2.Icons.transform_crop;
     resources.ApplyResources(this.tsCrop, "tsCrop");
     this.tsCrop.Name   = "tsCrop";
     this.tsCrop.Click += new System.EventHandler(this.tsCrop_Click);
     //
     // tsBrightness
     //
     this.tsBrightness.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsBrightness.Image        = global::NAPS2.Icons.weather_sun;
     resources.ApplyResources(this.tsBrightness, "tsBrightness");
     this.tsBrightness.Name   = "tsBrightness";
     this.tsBrightness.Click += new System.EventHandler(this.tsBrightness_Click);
     //
     // tsContrast
     //
     this.tsContrast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsContrast.Image        = global::NAPS2.Icons.contrast;
     resources.ApplyResources(this.tsContrast, "tsContrast");
     this.tsContrast.Name   = "tsContrast";
     this.tsContrast.Click += new System.EventHandler(this.tsContrast_Click);
     //
     // tsDelete
     //
     this.tsDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsDelete.Image        = global::NAPS2.Icons.cross_small;
     resources.ApplyResources(this.tsDelete, "tsDelete");
     this.tsDelete.Name   = "tsDelete";
     this.tsDelete.Click += new System.EventHandler(this.tsDelete_Click);
     //
     // FViewer
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.toolStripContainer1);
     this.Name          = "FViewer";
     this.ShowInTaskbar = false;
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#2
0
文件: FViewer.cs 项目: damieng/naps2
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FViewer));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.tiffViewer1         = new NAPS2.WinForms.TiffViewerCtl();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tbPageCurrent       = new System.Windows.Forms.ToolStripTextBox();
     this.lblPageTotal        = new System.Windows.Forms.ToolStripLabel();
     this.tsPrev = new System.Windows.Forms.ToolStripButton();
     this.tsNext = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsdRotate           = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsRotateLeft        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsRotateRight       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsFlip               = new System.Windows.Forms.ToolStripMenuItem();
     this.tsDeskew             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsCustomRotation     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsCrop               = new System.Windows.Forms.ToolStripButton();
     this.tsBrightnessContrast = new System.Windows.Forms.ToolStripButton();
     this.tsHueSaturation      = new System.Windows.Forms.ToolStripButton();
     this.tsBlackWhite         = new System.Windows.Forms.ToolStripButton();
     this.tsGrayscale          = new System.Windows.Forms.ToolStripButton();
     this.tsSharpen            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.tsSavePDF            = new System.Windows.Forms.ToolStripButton();
     this.tsSaveImage          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.tsDelete             = new System.Windows.Forms.ToolStripButton();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.tiffViewer1);
     resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
     resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
     this.toolStripContainer1.Name = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // tiffViewer1
     //
     resources.ApplyResources(this.tiffViewer1, "tiffViewer1");
     this.tiffViewer1.Image    = null;
     this.tiffViewer1.Name     = "tiffViewer1";
     this.tiffViewer1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tiffViewer1_KeyDown);
     //
     // toolStrip1
     //
     resources.ApplyResources(this.toolStrip1, "toolStrip1");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tbPageCurrent,
         this.lblPageTotal,
         this.tsPrev,
         this.tsNext,
         this.toolStripSeparator1,
         this.tsdRotate,
         this.tsCrop,
         this.tsBrightnessContrast,
         this.tsHueSaturation,
         this.tsBlackWhite,
         this.tsGrayscale,
         this.tsSharpen,
         this.toolStripSeparator3,
         this.tsSavePDF,
         this.tsSaveImage,
         this.toolStripSeparator2,
         this.tsDelete
     });
     this.toolStrip1.Name = "toolStrip1";
     //
     // tbPageCurrent
     //
     resources.ApplyResources(this.tbPageCurrent, "tbPageCurrent");
     this.tbPageCurrent.Name         = "tbPageCurrent";
     this.tbPageCurrent.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tbPageCurrent_KeyDown);
     this.tbPageCurrent.TextChanged += new System.EventHandler(this.tbPageCurrent_TextChanged);
     //
     // lblPageTotal
     //
     this.lblPageTotal.Name = "lblPageTotal";
     resources.ApplyResources(this.lblPageTotal, "lblPageTotal");
     //
     // tsPrev
     //
     this.tsPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsPrev.Image        = global::NAPS2.Icons.arrow_left;
     resources.ApplyResources(this.tsPrev, "tsPrev");
     this.tsPrev.Name   = "tsPrev";
     this.tsPrev.Click += new System.EventHandler(this.tsPrev_Click);
     //
     // tsNext
     //
     this.tsNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsNext.Image        = global::NAPS2.Icons.arrow_right;
     resources.ApplyResources(this.tsNext, "tsNext");
     this.tsNext.Name   = "tsNext";
     this.tsNext.Click += new System.EventHandler(this.tsNext_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // tsdRotate
     //
     this.tsdRotate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsdRotate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsRotateLeft,
         this.tsRotateRight,
         this.tsFlip,
         this.tsDeskew,
         this.tsCustomRotation
     });
     this.tsdRotate.Image = global::NAPS2.Icons.arrow_rotate_anticlockwise_small;
     resources.ApplyResources(this.tsdRotate, "tsdRotate");
     this.tsdRotate.Name = "tsdRotate";
     this.tsdRotate.ShowDropDownArrow = false;
     //
     // tsRotateLeft
     //
     this.tsRotateLeft.Image = global::NAPS2.Icons.arrow_rotate_anticlockwise_small;
     this.tsRotateLeft.Name  = "tsRotateLeft";
     resources.ApplyResources(this.tsRotateLeft, "tsRotateLeft");
     this.tsRotateLeft.Click += new System.EventHandler(this.tsRotateLeft_Click);
     //
     // tsRotateRight
     //
     this.tsRotateRight.Image = global::NAPS2.Icons.arrow_rotate_clockwise_small;
     this.tsRotateRight.Name  = "tsRotateRight";
     resources.ApplyResources(this.tsRotateRight, "tsRotateRight");
     this.tsRotateRight.Click += new System.EventHandler(this.tsRotateRight_Click);
     //
     // tsFlip
     //
     this.tsFlip.Image = global::NAPS2.Icons.arrow_switch_small;
     this.tsFlip.Name  = "tsFlip";
     resources.ApplyResources(this.tsFlip, "tsFlip");
     this.tsFlip.Click += new System.EventHandler(this.tsFlip_Click);
     //
     // tsDeskew
     //
     this.tsDeskew.Name = "tsDeskew";
     resources.ApplyResources(this.tsDeskew, "tsDeskew");
     this.tsDeskew.Click += new System.EventHandler(this.tsDeskew_Click);
     //
     // tsCustomRotation
     //
     this.tsCustomRotation.Name = "tsCustomRotation";
     resources.ApplyResources(this.tsCustomRotation, "tsCustomRotation");
     this.tsCustomRotation.Click += new System.EventHandler(this.tsCustomRotation_Click);
     //
     // tsCrop
     //
     this.tsCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsCrop.Image        = global::NAPS2.Icons.transform_crop;
     resources.ApplyResources(this.tsCrop, "tsCrop");
     this.tsCrop.Name   = "tsCrop";
     this.tsCrop.Click += new System.EventHandler(this.tsCrop_Click);
     //
     // tsBrightnessContrast
     //
     this.tsBrightnessContrast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsBrightnessContrast.Image        = global::NAPS2.Icons.contrast_with_sun;
     resources.ApplyResources(this.tsBrightnessContrast, "tsBrightnessContrast");
     this.tsBrightnessContrast.Name   = "tsBrightnessContrast";
     this.tsBrightnessContrast.Click += new System.EventHandler(this.tsBrightnessContrast_Click);
     //
     // tsHueSaturation
     //
     this.tsHueSaturation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsHueSaturation.Image        = global::NAPS2.Icons.color_management;
     resources.ApplyResources(this.tsHueSaturation, "tsHueSaturation");
     this.tsHueSaturation.Name   = "tsHueSaturation";
     this.tsHueSaturation.Click += new System.EventHandler(this.tsHueSaturation_Click);
     //
     // tsBlackWhite
     //
     this.tsBlackWhite.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsBlackWhite.Image        = global::NAPS2.Icons.contrast_high;
     resources.ApplyResources(this.tsBlackWhite, "tsBlackWhite");
     this.tsBlackWhite.Name   = "tsBlackWhite";
     this.tsBlackWhite.Click += new System.EventHandler(this.tsBlackWhite_Click);
     //
     // tsGrayscale
     //
     this.tsGrayscale.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsGrayscale.Image        = global::NAPS2.Icons.color_gradient;
     resources.ApplyResources(this.tsGrayscale, "tsGrayscale");
     this.tsGrayscale.Name   = "tsGrayscale";
     this.tsGrayscale.Click += new System.EventHandler(this.tsGrayscale_Click);
     //
     // tsSharpen
     //
     this.tsSharpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsSharpen.Image        = global::NAPS2.Icons.sharpen;
     resources.ApplyResources(this.tsSharpen, "tsSharpen");
     this.tsSharpen.Name   = "tsSharpen";
     this.tsSharpen.Click += new System.EventHandler(this.tsSharpen_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
     //
     // tsSavePDF
     //
     this.tsSavePDF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsSavePDF.Image        = global::NAPS2.Icons.file_extension_pdf_small;
     resources.ApplyResources(this.tsSavePDF, "tsSavePDF");
     this.tsSavePDF.Name   = "tsSavePDF";
     this.tsSavePDF.Click += new System.EventHandler(this.tsSavePDF_Click);
     //
     // tsSaveImage
     //
     this.tsSaveImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsSaveImage.Image        = global::NAPS2.Icons.picture_small;
     resources.ApplyResources(this.tsSaveImage, "tsSaveImage");
     this.tsSaveImage.Name   = "tsSaveImage";
     this.tsSaveImage.Click += new System.EventHandler(this.tsSaveImage_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
     //
     // tsDelete
     //
     this.tsDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsDelete.Image        = global::NAPS2.Icons.cross_small;
     resources.ApplyResources(this.tsDelete, "tsDelete");
     this.tsDelete.Name   = "tsDelete";
     this.tsDelete.Click += new System.EventHandler(this.tsDelete_Click);
     //
     // FViewer
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.toolStripContainer1);
     this.Name          = "FViewer";
     this.ShowInTaskbar = false;
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#3
0
文件: FViewer.cs 项目: rprenhol/naps2
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FViewer));
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.tiffViewer1 = new NAPS2.WinForms.TiffViewerCtl();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tbPageCurrent = new System.Windows.Forms.ToolStripTextBox();
     this.lblPageTotal = new System.Windows.Forms.ToolStripLabel();
     this.tsPrev = new System.Windows.Forms.ToolStripButton();
     this.tsNext = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsdRotate = new System.Windows.Forms.ToolStripDropDownButton();
     this.tsRotateLeft = new System.Windows.Forms.ToolStripMenuItem();
     this.tsRotateRight = new System.Windows.Forms.ToolStripMenuItem();
     this.tsFlip = new System.Windows.Forms.ToolStripMenuItem();
     this.tsCustomRotation = new System.Windows.Forms.ToolStripMenuItem();
     this.tsCrop = new System.Windows.Forms.ToolStripButton();
     this.tsBrightness = new System.Windows.Forms.ToolStripButton();
     this.tsContrast = new System.Windows.Forms.ToolStripButton();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.tiffViewer1);
     resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
     resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
     this.toolStripContainer1.Name = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // tiffViewer1
     //
     resources.ApplyResources(this.tiffViewer1, "tiffViewer1");
     this.tiffViewer1.Image = null;
     this.tiffViewer1.Name = "tiffViewer1";
     //
     // toolStrip1
     //
     resources.ApplyResources(this.toolStrip1, "toolStrip1");
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tbPageCurrent,
     this.lblPageTotal,
     this.tsPrev,
     this.tsNext,
     this.toolStripSeparator1,
     this.tsdRotate,
     this.tsCrop,
     this.tsBrightness,
     this.tsContrast});
     this.toolStrip1.Name = "toolStrip1";
     //
     // tbPageCurrent
     //
     this.tbPageCurrent.Name = "tbPageCurrent";
     resources.ApplyResources(this.tbPageCurrent, "tbPageCurrent");
     this.tbPageCurrent.TextChanged += new System.EventHandler(this.tbPageCurrent_TextChanged);
     //
     // lblPageTotal
     //
     this.lblPageTotal.Name = "lblPageTotal";
     resources.ApplyResources(this.lblPageTotal, "lblPageTotal");
     //
     // tsPrev
     //
     this.tsPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsPrev.Image = Icons.arrow_left;
     resources.ApplyResources(this.tsPrev, "tsPrev");
     this.tsPrev.Name = "tsPrev";
     this.tsPrev.Click += new System.EventHandler(this.tsPrev_Click);
     //
     // tsNext
     //
     this.tsNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsNext.Image = Icons.arrow_right;
     resources.ApplyResources(this.tsNext, "tsNext");
     this.tsNext.Name = "tsNext";
     this.tsNext.Click += new System.EventHandler(this.tsNext_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
     //
     // tsdRotate
     //
     this.tsdRotate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsdRotate.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsRotateLeft,
     this.tsRotateRight,
     this.tsFlip,
     this.tsCustomRotation});
     this.tsdRotate.Image = Icons.arrow_rotate_anticlockwise_small;
     resources.ApplyResources(this.tsdRotate, "tsdRotate");
     this.tsdRotate.Name = "tsdRotate";
     this.tsdRotate.ShowDropDownArrow = false;
     //
     // tsRotateLeft
     //
     this.tsRotateLeft.Image = Icons.arrow_rotate_anticlockwise_small;
     this.tsRotateLeft.Name = "tsRotateLeft";
     resources.ApplyResources(this.tsRotateLeft, "tsRotateLeft");
     this.tsRotateLeft.Click += new System.EventHandler(this.tsRotateLeft_Click);
     //
     // tsRotateRight
     //
     this.tsRotateRight.Image = Icons.arrow_rotate_clockwise_small;
     this.tsRotateRight.Name = "tsRotateRight";
     resources.ApplyResources(this.tsRotateRight, "tsRotateRight");
     this.tsRotateRight.Click += new System.EventHandler(this.tsRotateRight_Click);
     //
     // tsFlip
     //
     this.tsFlip.Image = Icons.arrow_switch_small;
     this.tsFlip.Name = "tsFlip";
     resources.ApplyResources(this.tsFlip, "tsFlip");
     this.tsFlip.Click += new System.EventHandler(this.tsFlip_Click);
     //
     // tsCustomRotation
     //
     this.tsCustomRotation.Name = "tsCustomRotation";
     resources.ApplyResources(this.tsCustomRotation, "tsCustomRotation");
     this.tsCustomRotation.Click += new System.EventHandler(this.tsCustomRotation_Click);
     //
     // tsCrop
     //
     this.tsCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsCrop.Image = Icons.transform_crop;
     resources.ApplyResources(this.tsCrop, "tsCrop");
     this.tsCrop.Name = "tsCrop";
     this.tsCrop.Click += new System.EventHandler(this.tsCrop_Click);
     //
     // tsBrightness
     //
     this.tsBrightness.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsBrightness.Image = Icons.weather_sun;
     resources.ApplyResources(this.tsBrightness, "tsBrightness");
     this.tsBrightness.Name = "tsBrightness";
     this.tsBrightness.Click += new System.EventHandler(this.tsBrightness_Click);
     //
     // tsContrast
     //
     this.tsContrast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsContrast.Image = Icons.contrast;
     resources.ApplyResources(this.tsContrast, "tsContrast");
     this.tsContrast.Name = "tsContrast";
     this.tsContrast.Click += new System.EventHandler(this.tsContrast_Click);
     //
     // FViewer
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "FViewer";
     this.ShowInTaskbar = false;
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }