frmMain.Designer.cs
上传用户:wedding
上传日期:2022-08-10
资源大小:558k
文件大小:18k
- namespace MyImageManger
- {
- partial class frmMain
- {
- /// <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 Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
- this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.另存为ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.放大ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.缩小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.顺时针旋转ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.逆时针旋转ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.panel1 = new System.Windows.Forms.Panel();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tsbtnBig = new System.Windows.Forms.ToolStripButton();
- this.tsBtnSmall = new System.Windows.Forms.ToolStripButton();
- this.tsbtnRight = new System.Windows.Forms.ToolStripButton();
- this.tsBtnLeft = new System.Windows.Forms.ToolStripButton();
- this.pnlMain = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.tsBtnPre = new System.Windows.Forms.ToolStripButton();
- this.tsBtnNext = new System.Windows.Forms.ToolStripButton();
- this.menuStrip1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.toolStrip1.SuspendLayout();
- this.pnlMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // skinEngine1
- //
- this.skinEngine1.SerialNumber = "";
- this.skinEngine1.SkinFile = null;
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.文件ToolStripMenuItem,
- this.编辑EToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(788, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // 文件ToolStripMenuItem
- //
- this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.打开ToolStripMenuItem,
- this.另存为ToolStripMenuItem,
- this.删除ToolStripMenuItem,
- this.关闭ToolStripMenuItem});
- this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
- this.文件ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
- this.文件ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
- this.文件ToolStripMenuItem.Text = "文件(&F)";
- //
- // 打开ToolStripMenuItem
- //
- this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
- this.打开ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
- this.打开ToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.打开ToolStripMenuItem.Text = "打开";
- this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
- //
- // 另存为ToolStripMenuItem
- //
- this.另存为ToolStripMenuItem.Name = "另存为ToolStripMenuItem";
- this.另存为ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
- this.另存为ToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.另存为ToolStripMenuItem.Text = "另存为";
- this.另存为ToolStripMenuItem.Click += new System.EventHandler(this.另存为ToolStripMenuItem_Click);
- //
- // 删除ToolStripMenuItem
- //
- this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
- this.删除ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
- this.删除ToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.删除ToolStripMenuItem.Text = "删除";
- this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
- //
- // 关闭ToolStripMenuItem
- //
- this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
- this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.关闭ToolStripMenuItem.Text = "退出(&X)";
- this.关闭ToolStripMenuItem.Click += new System.EventHandler(this.关闭ToolStripMenuItem_Click);
- //
- // 编辑EToolStripMenuItem
- //
- this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.放大ToolStripMenuItem,
- this.缩小ToolStripMenuItem,
- this.顺时针旋转ToolStripMenuItem,
- this.逆时针旋转ToolStripMenuItem});
- this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
- this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
- this.编辑EToolStripMenuItem.Text = "操作(&O)";
- //
- // 放大ToolStripMenuItem
- //
- this.放大ToolStripMenuItem.Name = "放大ToolStripMenuItem";
- this.放大ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
- this.放大ToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
- this.放大ToolStripMenuItem.Text = "放大";
- this.放大ToolStripMenuItem.Click += new System.EventHandler(this.放大ToolStripMenuItem_Click);
- //
- // 缩小ToolStripMenuItem
- //
- this.缩小ToolStripMenuItem.Name = "缩小ToolStripMenuItem";
- this.缩小ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
- this.缩小ToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
- this.缩小ToolStripMenuItem.Text = "缩小";
- this.缩小ToolStripMenuItem.Click += new System.EventHandler(this.缩小ToolStripMenuItem_Click);
- //
- // 顺时针旋转ToolStripMenuItem
- //
- this.顺时针旋转ToolStripMenuItem.Name = "顺时针旋转ToolStripMenuItem";
- this.顺时针旋转ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Right)));
- this.顺时针旋转ToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
- this.顺时针旋转ToolStripMenuItem.Text = "顺时针旋转";
- this.顺时针旋转ToolStripMenuItem.Click += new System.EventHandler(this.顺时针旋转ToolStripMenuItem_Click);
- //
- // 逆时针旋转ToolStripMenuItem
- //
- this.逆时针旋转ToolStripMenuItem.Name = "逆时针旋转ToolStripMenuItem";
- this.逆时针旋转ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Left)));
- this.逆时针旋转ToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
- this.逆时针旋转ToolStripMenuItem.Text = "逆时针旋转";
- this.逆时针旋转ToolStripMenuItem.Click += new System.EventHandler(this.逆时针旋转ToolStripMenuItem_Click);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.toolStrip1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel1.Location = new System.Drawing.Point(0, 466);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(788, 36);
- this.panel1.TabIndex = 2;
- //
- // toolStrip1
- //
- this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
- this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnBig,
- this.tsBtnSmall,
- this.tsbtnRight,
- this.tsBtnLeft,
- this.tsBtnPre,
- this.tsBtnNext});
- this.toolStrip1.Location = new System.Drawing.Point(329, 3);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(179, 25);
- this.toolStrip1.TabIndex = 0;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tsbtnBig
- //
- this.tsbtnBig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnBig.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnBig.Image")));
- this.tsbtnBig.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnBig.Name = "tsbtnBig";
- this.tsbtnBig.Size = new System.Drawing.Size(23, 22);
- this.tsbtnBig.Text = "放大";
- this.tsbtnBig.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnBig.Click += new System.EventHandler(this.tsbtnBig_Click);
- //
- // tsBtnSmall
- //
- this.tsBtnSmall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsBtnSmall.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnSmall.Image")));
- this.tsBtnSmall.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsBtnSmall.Name = "tsBtnSmall";
- this.tsBtnSmall.Size = new System.Drawing.Size(23, 22);
- this.tsBtnSmall.Text = "缩小";
- this.tsBtnSmall.Click += new System.EventHandler(this.tsBtnSmall_Click);
- //
- // tsbtnRight
- //
- this.tsbtnRight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbtnRight.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRight.Image")));
- this.tsbtnRight.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnRight.Name = "tsbtnRight";
- this.tsbtnRight.Size = new System.Drawing.Size(23, 22);
- this.tsbtnRight.Text = "toolStripButton3";
- this.tsbtnRight.Click += new System.EventHandler(this.tsbtnRight_Click);
- //
- // tsBtnLeft
- //
- this.tsBtnLeft.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsBtnLeft.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnLeft.Image")));
- this.tsBtnLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsBtnLeft.Name = "tsBtnLeft";
- this.tsBtnLeft.Size = new System.Drawing.Size(23, 22);
- this.tsBtnLeft.Text = "toolStripButton4";
- this.tsBtnLeft.Click += new System.EventHandler(this.tsBtnLeft_Click);
- //
- // pnlMain
- //
- this.pnlMain.AutoScroll = true;
- this.pnlMain.Controls.Add(this.pictureBox1);
- this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlMain.Location = new System.Drawing.Point(0, 24);
- this.pnlMain.Name = "pnlMain";
- this.pnlMain.Size = new System.Drawing.Size(788, 442);
- this.pnlMain.TabIndex = 3;
- //
- // pictureBox1
- //
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(100, 50);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // tsBtnPre
- //
- this.tsBtnPre.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsBtnPre.Enabled = false;
- this.tsBtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnPre.Image")));
- this.tsBtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsBtnPre.Name = "tsBtnPre";
- this.tsBtnPre.Size = new System.Drawing.Size(23, 22);
- this.tsBtnPre.Text = "上一张";
- this.tsBtnPre.Click += new System.EventHandler(this.tsBtnPre_Click);
- //
- // tsBtnNext
- //
- this.tsBtnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsBtnNext.Enabled = false;
- this.tsBtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsBtnNext.Image")));
- this.tsBtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsBtnNext.Name = "tsBtnNext";
- this.tsBtnNext.Size = new System.Drawing.Size(23, 22);
- this.tsBtnNext.Text = "下一张";
- this.tsBtnNext.Click += new System.EventHandler(this.tsBtnNext_Click);
- //
- // frmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(788, 502);
- this.Controls.Add(this.pnlMain);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.menuStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "frmMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "图片查看器";
- this.Load += new System.EventHandler(this.frmMain_Load);
- this.Resize += new System.EventHandler(this.frmMain_Resize);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.pnlMain.ResumeLayout(false);
- this.pnlMain.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Sunisoft.IrisSkin.SkinEngine skinEngine1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 另存为ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel pnlMain;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnBig;
- private System.Windows.Forms.ToolStripButton tsBtnSmall;
- private System.Windows.Forms.ToolStripButton tsbtnRight;
- private System.Windows.Forms.ToolStripButton tsBtnLeft;
- private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 放大ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 缩小ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 顺时针旋转ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 逆时针旋转ToolStripMenuItem;
- private System.Windows.Forms.ToolStripButton tsBtnPre;
- private System.Windows.Forms.ToolStripButton tsBtnNext;
- }
- }