FormImage.Designer.cs

来源:互联网 发布:网络金融理财产品排行 编辑:程序博客网 时间:2024/05/19 00:36

namespace BrowserImage
{
    partial class FormImage
    {
        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormImage));
            this.statusStripInfo = new System.Windows.Forms.StatusStrip();
            this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusLabelImage = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripInfo = new System.Windows.Forms.ToolStrip();
            this.toolComboBoxExt = new System.Windows.Forms.ToolStripComboBox();
            this.toolButtonDelete = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonPaint = new System.Windows.Forms.ToolStripButton();
            this.toolButtonCopy = new System.Windows.Forms.ToolStripButton();
            this.toolButtonSave = new System.Windows.Forms.ToolStripButton();
            this.toolSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonLeft = new System.Windows.Forms.ToolStripButton();
            this.toolButtonRight = new System.Windows.Forms.ToolStripButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.gridView = new System.Windows.Forms.DataGridView();
            this.picture = new System.Windows.Forms.PictureBox();
            this.timerInfo = new System.Windows.Forms.Timer(this.components);
            this.statusStripInfo.SuspendLayout();
            this.toolStripInfo.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit();
            this.SuspendLayout();
            //
            // statusStripInfo
            //
            this.statusStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabelTime,
            this.statusLabelImage});
            this.statusStripInfo.Location = new System.Drawing.Point(0, 344);
            this.statusStripInfo.Name = "statusStripInfo";
            this.statusStripInfo.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStripInfo.Size = new System.Drawing.Size(632, 22);
            this.statusStripInfo.TabIndex = 0;
            //
            // statusLabelTime
            //
            this.statusLabelTime.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(308, 17);
            this.statusLabelTime.Spring = true;
            //
            // statusLabelImage
            //
            this.statusLabelImage.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
            this.statusLabelImage.Name = "statusLabelImage";
            this.statusLabelImage.Size = new System.Drawing.Size(308, 17);
            this.statusLabelImage.Spring = true;
            //
            // toolStripInfo
            //
            this.toolStripInfo.AutoSize = false;
            this.toolStripInfo.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolComboBoxExt,
            this.toolButtonDelete,
            this.toolSeparator1,
            this.toolButtonPaint,
            this.toolButtonCopy,
            this.toolButtonSave,
            this.toolSeparator2,
            this.toolButtonLeft,
            this.toolButtonRight});
            this.toolStripInfo.Location = new System.Drawing.Point(0, 0);
            this.toolStripInfo.Name = "toolStripInfo";
            this.toolStripInfo.Size = new System.Drawing.Size(632, 48);
            this.toolStripInfo.TabIndex = 3;
            //
            // toolComboBoxExt
            //
            this.toolComboBoxExt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.toolComboBoxExt.Margin = new System.Windows.Forms.Padding(2, 0, 1, 0);
            this.toolComboBoxExt.Name = "toolComboBoxExt";
            this.toolComboBoxExt.Size = new System.Drawing.Size(121, 48);
            this.toolComboBoxExt.SelectedIndexChanged += new System.EventHandler(this.toolComboBoxExt_SelectedIndexChanged);
            //
            // toolButtonDelete
            //
            this.toolButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonDelete.Enabled = false;
            this.toolButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonDelete.Image")));
            this.toolButtonDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonDelete.Margin = new System.Windows.Forms.Padding(2, 0, 0, 1);
            this.toolButtonDelete.Name = "toolButtonDelete";
            this.toolButtonDelete.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolButtonDelete.Size = new System.Drawing.Size(52, 47);
            this.toolButtonDelete.ToolTipText = "删除图片";
            this.toolButtonDelete.Click += new System.EventHandler(this.toolButtonDelete_Click);
            //
            // toolSeparator1
            //
            this.toolSeparator1.Name = "toolSeparator1";
            this.toolSeparator1.Size = new System.Drawing.Size(6, 48);
            //
            // toolButtonPaint
            //
            this.toolButtonPaint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonPaint.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonPaint.Image")));
            this.toolButtonPaint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonPaint.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonPaint.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.toolButtonPaint.Name = "toolButtonPaint";
            this.toolButtonPaint.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolButtonPaint.Size = new System.Drawing.Size(52, 47);
            this.toolButtonPaint.ToolTipText = "画图工具";
            this.toolButtonPaint.Click += new System.EventHandler(this.toolButtonPaint_Click);
            //
            // toolButtonCopy
            //
            this.toolButtonCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonCopy.Enabled = false;
            this.toolButtonCopy.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonCopy.Image")));
            this.toolButtonCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonCopy.Margin = new System.Windows.Forms.Padding(2, 0, 0, 1);
            this.toolButtonCopy.Name = "toolButtonCopy";
            this.toolButtonCopy.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolButtonCopy.Size = new System.Drawing.Size(52, 47);
            this.toolButtonCopy.ToolTipText = "复制图片";
            this.toolButtonCopy.Click += new System.EventHandler(this.toolButtonCopy_Click);
            //
            // toolButtonSave
            //
            this.toolButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonSave.Enabled = false;
            this.toolButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonSave.Image")));
            this.toolButtonSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolButtonSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonSave.Margin = new System.Windows.Forms.Padding(2, 0, 0, 1);
            this.toolButtonSave.Name = "toolButtonSave";
            this.toolButtonSave.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolButtonSave.Size = new System.Drawing.Size(52, 47);
            this.toolButtonSave.Text = "保存图片";
            this.toolButtonSave.Click += new System.EventHandler(this.toolButtonSave_Click);
            //
            // toolSeparator2
            //
            this.toolSeparator2.Name = "toolSeparator2";
            this.toolSeparator2.Size = new System.Drawing.Size(6, 48);
            //
            // toolButtonLeft
            //
            this.toolButtonLeft.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonLeft.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonLeft.Image")));
            this.toolButtonLeft.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolButtonLeft.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonLeft.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonLeft.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.toolButtonLeft.Name = "toolButtonLeft";
            this.toolButtonLeft.Size = new System.Drawing.Size(52, 47);
            this.toolButtonLeft.ToolTipText = "逆时针旋转90°";
            this.toolButtonLeft.Click += new System.EventHandler(this.toolButtonLeft_Click);
            //
            // toolButtonRight
            //
            this.toolButtonRight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonRight.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonRight.Image")));
            this.toolButtonRight.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolButtonRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonRight.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonRight.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
            this.toolButtonRight.Name = "toolButtonRight";
            this.toolButtonRight.Size = new System.Drawing.Size(52, 47);
            this.toolButtonRight.ToolTipText = "顺时针旋转90°";
            this.toolButtonRight.Click += new System.EventHandler(this.toolButtonRight_Click);
            //
            // splitContainer1
            //
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(0, 48);
            this.splitContainer1.Name = "splitContainer1";
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.gridView);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.picture);
            this.splitContainer1.Size = new System.Drawing.Size(632, 296);
            this.splitContainer1.SplitterDistance = 148;
            this.splitContainer1.TabIndex = 4;
            //
            // gridView
            //
            this.gridView.BackgroundColor = System.Drawing.SystemColors.Window;
            this.gridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridView.Location = new System.Drawing.Point(0, 0);
            this.gridView.Name = "gridView";
            this.gridView.RowTemplate.Height = 23;
            this.gridView.Size = new System.Drawing.Size(148, 296);
            this.gridView.TabIndex = 0;
            //
            // picture
            //
            this.picture.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picture.Location = new System.Drawing.Point(0, 0);
            this.picture.Name = "picture";
            this.picture.Size = new System.Drawing.Size(480, 296);
            this.picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picture.TabIndex = 0;
            this.picture.TabStop = false;
            //
            // timerInfo
            //
            this.timerInfo.Enabled = true;
            this.timerInfo.Interval = 1000;
            this.timerInfo.Tick += new System.EventHandler(this.timerInfo_Tick);
            //
            // FormImage
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(632, 366);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStripInfo);
            this.Controls.Add(this.statusStripInfo);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormImage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.statusStripInfo.ResumeLayout(false);
            this.statusStripInfo.PerformLayout();
            this.toolStripInfo.ResumeLayout(false);
            this.toolStripInfo.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        #region
        private System.Windows.Forms.DataGridView gridView;
        private System.Windows.Forms.PictureBox picture;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.StatusStrip statusStripInfo;
        private System.Windows.Forms.Timer timerInfo;
        private System.Windows.Forms.ToolStrip toolStripInfo;
        private System.Windows.Forms.ToolStripButton toolButtonCopy;
        private System.Windows.Forms.ToolStripButton toolButtonDelete;
        private System.Windows.Forms.ToolStripButton toolButtonLeft;
        private System.Windows.Forms.ToolStripButton toolButtonPaint;
        private System.Windows.Forms.ToolStripButton toolButtonRight;
        private System.Windows.Forms.ToolStripButton toolButtonSave;
        private System.Windows.Forms.ToolStripComboBox toolComboBoxExt;
        private System.Windows.Forms.ToolStripSeparator toolSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolSeparator2;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelImage;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
        #endregion
    }
}

原创粉丝点击