ImageSQL/FormImageSQL.Designer.cs

19 篇文章 0 订阅
6 篇文章 0 订阅

namespace ImageSQL
{
    partial class FormImageSQL
    {
        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(FormImageSQL));
            this.openFileImage = new System.Windows.Forms.OpenFileDialog();
            this.toolStripImage = new System.Windows.Forms.ToolStrip();
            this.toolButtonAdd = new System.Windows.Forms.ToolStripButton();
            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.toolComboBoxImage = new System.Windows.Forms.ToolStripComboBox();
            this.toolSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolButtonLeft = new System.Windows.Forms.ToolStripButton();
            this.toolButtonRight = new System.Windows.Forms.ToolStripButton();
            this.statusStripImage = new System.Windows.Forms.StatusStrip();
            this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.timerDate = new System.Windows.Forms.Timer(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.gridViewImage = new System.Windows.Forms.DataGridView();
            this.pictureBoxIMG = new System.Windows.Forms.PictureBox();
            this.toolStripImage.SuspendLayout();
            this.statusStripImage.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIMG)).BeginInit();
            this.SuspendLayout();
            //
            // toolStripImage
            //
            this.toolStripImage.AutoSize = false;
            this.toolStripImage.Font = new System.Drawing.Font("宋体", 12F);
            this.toolStripImage.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripImage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolButtonAdd,
            this.toolButtonDelete,
            this.toolSeparator1,
            this.toolButtonPaint,
            this.toolButtonCopy,
            this.toolButtonSave,
            this.toolSeparator2,
            this.toolComboBoxImage,
            this.toolSeparator3,
            this.toolButtonLeft,
            this.toolButtonRight});
            this.toolStripImage.Location = new System.Drawing.Point(0, 0);
            this.toolStripImage.Name = "toolStripImage";
            this.toolStripImage.Size = new System.Drawing.Size(699, 48);
            this.toolStripImage.TabIndex = 1;
            //
            // toolButtonAdd
            //
            this.toolButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolButtonAdd.Image")));
            this.toolButtonAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolButtonAdd.Margin = new System.Windows.Forms.Padding(4, 0, 0, 1);
            this.toolButtonAdd.Name = "toolButtonAdd";
            this.toolButtonAdd.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolButtonAdd.Size = new System.Drawing.Size(52, 47);
            this.toolButtonAdd.ToolTipText = "添加图片";
            this.toolButtonAdd.Click += new System.EventHandler(this.toolButtonAdd_Click);
            //
            // 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);
            //
            // toolComboBoxImage
            //
            this.toolComboBoxImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.toolComboBoxImage.DropDownWidth = 300;
            this.toolComboBoxImage.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.toolComboBoxImage.Font = new System.Drawing.Font("宋体", 24F);
            this.toolComboBoxImage.Margin = new System.Windows.Forms.Padding(2, 0, 1, 0);
            this.toolComboBoxImage.MaxDropDownItems = 5;
            this.toolComboBoxImage.Name = "toolComboBoxImage";
            this.toolComboBoxImage.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
            this.toolComboBoxImage.Size = new System.Drawing.Size(300, 48);
            //
            // toolSeparator3
            //
            this.toolSeparator3.Name = "toolSeparator3";
            this.toolSeparator3.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.toolButtonRotate_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.toolButtonRotate_Click);
            //
            // statusStripImage
            //
            this.statusStripImage.Font = new System.Drawing.Font("宋体", 12F);
            this.statusStripImage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabelTime});
            this.statusStripImage.Location = new System.Drawing.Point(0, 456);
            this.statusStripImage.Name = "statusStripImage";
            this.statusStripImage.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStripImage.Size = new System.Drawing.Size(699, 22);
            this.statusStripImage.TabIndex = 2;
            //
            // statusLabelTime
            //
            this.statusLabelTime.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
            this.statusLabelTime.Name = "statusLabelTime";
            this.statusLabelTime.Size = new System.Drawing.Size(684, 17);
            this.statusLabelTime.Spring = true;
            //
            // timerDate
            //
            this.timerDate.Enabled = true;
            this.timerDate.Interval = 1000;
            this.timerDate.Tick += new System.EventHandler(this.timerDate_Tick);
            //
            // 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.gridViewImage);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.pictureBoxIMG);
            this.splitContainer1.Size = new System.Drawing.Size(699, 408);
            this.splitContainer1.SplitterDistance = 148;
            this.splitContainer1.TabIndex = 3;
            //
            // gridViewImage
            //
            this.gridViewImage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.gridViewImage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridViewImage.Location = new System.Drawing.Point(0, 0);
            this.gridViewImage.Name = "gridViewImage";
            this.gridViewImage.ReadOnly = true;
            this.gridViewImage.RowTemplate.Height = 23;
            this.gridViewImage.Size = new System.Drawing.Size(148, 408);
            this.gridViewImage.TabIndex = 0;
            //
            // pictureBoxIMG
            //
            this.pictureBoxIMG.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBoxIMG.Location = new System.Drawing.Point(0, 0);
            this.pictureBoxIMG.Name = "pictureBoxIMG";
            this.pictureBoxIMG.Size = new System.Drawing.Size(547, 408);
            this.pictureBoxIMG.TabIndex = 4;
            this.pictureBoxIMG.TabStop = false;
            this.pictureBoxIMG.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBoxIMG_MouseClick);
            //
            // FormImageSQL
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(699, 478);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.statusStripImage);
            this.Controls.Add(this.toolStripImage);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormImageSQL";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.toolStripImage.ResumeLayout(false);
            this.toolStripImage.PerformLayout();
            this.statusStripImage.ResumeLayout(false);
            this.statusStripImage.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridViewImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIMG)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        #region
        private System.Windows.Forms.DataGridView gridViewImage;
        private System.Windows.Forms.OpenFileDialog openFileImage;
        private System.Windows.Forms.PictureBox pictureBoxIMG;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.StatusStrip statusStripImage;
        private System.Windows.Forms.Timer timerDate;
        private System.Windows.Forms.ToolStrip toolStripImage;
        private System.Windows.Forms.ToolStripButton toolButtonAdd;
        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 toolComboBoxImage;
        private System.Windows.Forms.ToolStripSeparator toolSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolSeparator3;
        private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
        #endregion
    }
}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值