namespace Io.Github.Kerwinxu.LibShapes.Core { partial class UserControlToolbox { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControlToolbox)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btn_page_setting = new System.Windows.Forms.ToolStripButton(); this.btn_zoom_screen = new System.Windows.Forms.ToolStripButton(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.btn_select = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.btn_rect = new System.Windows.Forms.ToolStripButton(); this.btn_roundedrect = new System.Windows.Forms.ToolStripButton(); this.btn_line = new System.Windows.Forms.ToolStripButton(); this.btn_ellipse = new System.Windows.Forms.ToolStripButton(); this.btn_arc = new System.Windows.Forms.ToolStripButton(); this.btn_pie = new System.Windows.Forms.ToolStripButton(); this.btn_img = new System.Windows.Forms.ToolStripButton(); this.btn_text = new System.Windows.Forms.ToolStripButton(); this.btn_barcode = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btn_delete = new System.Windows.Forms.ToolStripButton(); this.btn_merge_group = new System.Windows.Forms.ToolStripButton(); this.btn_cancel_group = new System.Windows.Forms.ToolStripButton(); this.btn_forward = new System.Windows.Forms.ToolStripButton(); this.btn_forwardtofront = new System.Windows.Forms.ToolStripButton(); this.btn_backward = new System.Windows.Forms.ToolStripButton(); this.btn_wardtoend = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.combo_grid = new System.Windows.Forms.ToolStripDropDownButton(); this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.btn_align_grid = new System.Windows.Forms.ToolStripButton(); this.btn_zoom = new System.Windows.Forms.ToolStripButton(); this.btn_move_canvas = new System.Windows.Forms.ToolStripButton(); this.toolStrip3 = new System.Windows.Forms.ToolStrip(); this.btn_align_top = new System.Windows.Forms.ToolStripButton(); this.btn_align_bottom = new System.Windows.Forms.ToolStripButton(); this.btn_align_left = new System.Windows.Forms.ToolStripButton(); this.btn_align_right = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btn_align_center = new System.Windows.Forms.ToolStripButton(); this.btn_align_middle = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.toolStrip1.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.toolStrip3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_page_setting, this.btn_zoom_screen}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(228, 25); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; // // btn_page_setting // this.btn_page_setting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_page_setting.Image = ((System.Drawing.Image)(resources.GetObject("btn_page_setting.Image"))); this.btn_page_setting.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_page_setting.Name = "btn_page_setting"; this.btn_page_setting.Size = new System.Drawing.Size(60, 22); this.btn_page_setting.Text = "页面设置"; this.btn_page_setting.Click += new System.EventHandler(this.btn_page_setting_Click); // // btn_zoom_screen // this.btn_zoom_screen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_zoom_screen.Image = ((System.Drawing.Image)(resources.GetObject("btn_zoom_screen.Image"))); this.btn_zoom_screen.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_zoom_screen.Name = "btn_zoom_screen"; this.btn_zoom_screen.Size = new System.Drawing.Size(72, 22); this.btn_zoom_screen.Text = "放大到屏幕"; this.btn_zoom_screen.Click += new System.EventHandler(this.btn_zoom_screen_Click); // // toolStrip2 // this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_select, this.toolStripSeparator5, this.btn_rect, this.btn_roundedrect, this.btn_line, this.btn_ellipse, this.btn_arc, this.btn_pie, this.btn_img, this.btn_text, this.btn_barcode, this.toolStripSeparator1, this.btn_delete, this.btn_merge_group, this.btn_cancel_group, this.btn_forward, this.btn_forwardtofront, this.btn_backward, this.btn_wardtoend, this.toolStripSeparator2, this.combo_grid, this.btn_align_grid, this.btn_zoom, this.btn_move_canvas}); this.toolStrip2.Location = new System.Drawing.Point(0, 25); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(61, 548); this.toolStrip2.TabIndex = 1; this.toolStrip2.Text = "toolStrip2"; // // btn_select // this.btn_select.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_select.Image = ((System.Drawing.Image)(resources.GetObject("btn_select.Image"))); this.btn_select.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_select.Name = "btn_select"; this.btn_select.Size = new System.Drawing.Size(58, 21); this.btn_select.Text = "选择"; this.btn_select.Click += new System.EventHandler(this.btn_select_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(58, 6); // // btn_rect // this.btn_rect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_rect.Image = ((System.Drawing.Image)(resources.GetObject("btn_rect.Image"))); this.btn_rect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_rect.Name = "btn_rect"; this.btn_rect.Size = new System.Drawing.Size(58, 21); this.btn_rect.Text = "矩形"; this.btn_rect.Click += new System.EventHandler(this.btn_rect_Click); // // btn_roundedrect // this.btn_roundedrect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_roundedrect.Image = ((System.Drawing.Image)(resources.GetObject("btn_roundedrect.Image"))); this.btn_roundedrect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_roundedrect.Name = "btn_roundedrect"; this.btn_roundedrect.Size = new System.Drawing.Size(58, 21); this.btn_roundedrect.Text = "圆角矩形"; this.btn_roundedrect.Click += new System.EventHandler(this.btn_roundedrect_Click); // // btn_line // this.btn_line.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_line.Image = ((System.Drawing.Image)(resources.GetObject("btn_line.Image"))); this.btn_line.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_line.Name = "btn_line"; this.btn_line.Size = new System.Drawing.Size(58, 21); this.btn_line.Text = "线段"; this.btn_line.Click += new System.EventHandler(this.btn_line_Click); // // btn_ellipse // this.btn_ellipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_ellipse.Image = ((System.Drawing.Image)(resources.GetObject("btn_ellipse.Image"))); this.btn_ellipse.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_ellipse.Name = "btn_ellipse"; this.btn_ellipse.Size = new System.Drawing.Size(58, 21); this.btn_ellipse.Text = "椭圆"; this.btn_ellipse.Click += new System.EventHandler(this.btn_ellipse_Click); // // btn_arc // this.btn_arc.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_arc.Image = ((System.Drawing.Image)(resources.GetObject("btn_arc.Image"))); this.btn_arc.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_arc.Name = "btn_arc"; this.btn_arc.Size = new System.Drawing.Size(58, 21); this.btn_arc.Text = "弧形"; this.btn_arc.Click += new System.EventHandler(this.btn_arc_Click); // // btn_pie // this.btn_pie.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_pie.Image = ((System.Drawing.Image)(resources.GetObject("btn_pie.Image"))); this.btn_pie.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_pie.Name = "btn_pie"; this.btn_pie.Size = new System.Drawing.Size(58, 21); this.btn_pie.Text = "扇形"; this.btn_pie.Click += new System.EventHandler(this.btn_pie_Click); // // btn_img // this.btn_img.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_img.Image = ((System.Drawing.Image)(resources.GetObject("btn_img.Image"))); this.btn_img.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_img.Name = "btn_img"; this.btn_img.Size = new System.Drawing.Size(58, 21); this.btn_img.Text = "图片"; this.btn_img.Click += new System.EventHandler(this.btn_img_Click); // // btn_text // this.btn_text.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_text.Image = ((System.Drawing.Image)(resources.GetObject("btn_text.Image"))); this.btn_text.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_text.Name = "btn_text"; this.btn_text.Size = new System.Drawing.Size(58, 21); this.btn_text.Text = "文本"; this.btn_text.Click += new System.EventHandler(this.btn_text_Click); // // btn_barcode // this.btn_barcode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_barcode.Image = ((System.Drawing.Image)(resources.GetObject("btn_barcode.Image"))); this.btn_barcode.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_barcode.Name = "btn_barcode"; this.btn_barcode.Size = new System.Drawing.Size(58, 21); this.btn_barcode.Text = "条形码"; this.btn_barcode.Click += new System.EventHandler(this.btn_barcode_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(58, 6); // // btn_delete // this.btn_delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_delete.Image = ((System.Drawing.Image)(resources.GetObject("btn_delete.Image"))); this.btn_delete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_delete.Name = "btn_delete"; this.btn_delete.Size = new System.Drawing.Size(58, 21); this.btn_delete.Text = "删除"; this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // // btn_merge_group // this.btn_merge_group.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_merge_group.Image = ((System.Drawing.Image)(resources.GetObject("btn_merge_group.Image"))); this.btn_merge_group.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_merge_group.Name = "btn_merge_group"; this.btn_merge_group.Size = new System.Drawing.Size(58, 21); this.btn_merge_group.Text = "组成群组"; this.btn_merge_group.Click += new System.EventHandler(this.btn_merge_group_Click); // // btn_cancel_group // this.btn_cancel_group.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_cancel_group.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel_group.Image"))); this.btn_cancel_group.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_cancel_group.Name = "btn_cancel_group"; this.btn_cancel_group.Size = new System.Drawing.Size(58, 21); this.btn_cancel_group.Text = "取消群组"; this.btn_cancel_group.Click += new System.EventHandler(this.btn_cancel_group_Click); // // btn_forward // this.btn_forward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_forward.Image = ((System.Drawing.Image)(resources.GetObject("btn_forward.Image"))); this.btn_forward.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_forward.Name = "btn_forward"; this.btn_forward.Size = new System.Drawing.Size(58, 21); this.btn_forward.Text = "移前一位"; this.btn_forward.Click += new System.EventHandler(this.btn_forward_Click); // // btn_forwardtofront // this.btn_forwardtofront.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_forwardtofront.Image = ((System.Drawing.Image)(resources.GetObject("btn_forwardtofront.Image"))); this.btn_forwardtofront.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_forwardtofront.Name = "btn_forwardtofront"; this.btn_forwardtofront.Size = new System.Drawing.Size(58, 21); this.btn_forwardtofront.Text = "移到最前"; this.btn_forwardtofront.Click += new System.EventHandler(this.btn_forwardtofront_Click); // // btn_backward // this.btn_backward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_backward.Image = ((System.Drawing.Image)(resources.GetObject("btn_backward.Image"))); this.btn_backward.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_backward.Name = "btn_backward"; this.btn_backward.Size = new System.Drawing.Size(58, 21); this.btn_backward.Text = "移后一位"; this.btn_backward.Click += new System.EventHandler(this.btn_backward_Click); // // btn_wardtoend // this.btn_wardtoend.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_wardtoend.Image = ((System.Drawing.Image)(resources.GetObject("btn_wardtoend.Image"))); this.btn_wardtoend.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_wardtoend.Name = "btn_wardtoend"; this.btn_wardtoend.Size = new System.Drawing.Size(58, 21); this.btn_wardtoend.Text = "移到最后"; this.btn_wardtoend.Click += new System.EventHandler(this.btn_wardtoend_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(58, 6); // // combo_grid // this.combo_grid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.combo_grid.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.关闭ToolStripMenuItem, this.toolStripMenuItem2, this.toolStripMenuItem3, this.toolStripMenuItem4}); this.combo_grid.Image = ((System.Drawing.Image)(resources.GetObject("combo_grid.Image"))); this.combo_grid.ImageTransparentColor = System.Drawing.Color.Magenta; this.combo_grid.Name = "combo_grid"; this.combo_grid.Size = new System.Drawing.Size(58, 21); this.combo_grid.Text = "网格"; this.combo_grid.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.combo_grid_DropDownItemClicked); // // 关闭ToolStripMenuItem // this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem"; this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.关闭ToolStripMenuItem.Text = "关闭"; // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItem2.Text = "1"; // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItem3.Text = "2"; // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItem4.Text = "5"; // // btn_align_grid // this.btn_align_grid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_align_grid.Image = ((System.Drawing.Image)(resources.GetObject("btn_align_grid.Image"))); this.btn_align_grid.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_grid.Name = "btn_align_grid"; this.btn_align_grid.Size = new System.Drawing.Size(58, 21); this.btn_align_grid.Text = "对齐网格"; this.btn_align_grid.Click += new System.EventHandler(this.btn_align_grid_Click); // // btn_zoom // this.btn_zoom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_zoom.Image = ((System.Drawing.Image)(resources.GetObject("btn_zoom.Image"))); this.btn_zoom.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_zoom.Name = "btn_zoom"; this.btn_zoom.Size = new System.Drawing.Size(58, 21); this.btn_zoom.Text = "放大缩小"; this.btn_zoom.Click += new System.EventHandler(this.btn_zoom_Click); // // btn_move_canvas // this.btn_move_canvas.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.btn_move_canvas.Image = ((System.Drawing.Image)(resources.GetObject("btn_move_canvas.Image"))); this.btn_move_canvas.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_move_canvas.Name = "btn_move_canvas"; this.btn_move_canvas.Size = new System.Drawing.Size(58, 21); this.btn_move_canvas.Text = "移动画布"; this.btn_move_canvas.Click += new System.EventHandler(this.btn_move_canvas_Click); // // toolStrip3 // this.toolStrip3.Dock = System.Windows.Forms.DockStyle.Left; this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_align_top, this.btn_align_bottom, this.btn_align_left, this.btn_align_right, this.toolStripSeparator3, this.btn_align_center, this.btn_align_middle, this.toolStripSeparator4}); this.toolStrip3.Location = new System.Drawing.Point(61, 25); this.toolStrip3.Name = "toolStrip3"; this.toolStrip3.Size = new System.Drawing.Size(24, 548); this.toolStrip3.TabIndex = 2; this.toolStrip3.Text = "toolStrip3"; // // btn_align_top // this.btn_align_top.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_align_top.Image = global::Io.Github.Kerwinxu.LibShapes.Properties.Resources.shape_align_top; this.btn_align_top.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_top.Name = "btn_align_top"; this.btn_align_top.Size = new System.Drawing.Size(21, 20); this.btn_align_top.Text = "btn_align_top"; this.btn_align_top.ToolTipText = "上对齐"; this.btn_align_top.Click += new System.EventHandler(this.btn_align_top_Click); // // btn_align_bottom // this.btn_align_bottom.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_align_bottom.Image = global::Io.Github.Kerwinxu.LibShapes.Properties.Resources.shape_align_bottom; this.btn_align_bottom.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_bottom.Name = "btn_align_bottom"; this.btn_align_bottom.Size = new System.Drawing.Size(21, 20); this.btn_align_bottom.Text = "btn_align_bottom"; this.btn_align_bottom.ToolTipText = "下对齐"; this.btn_align_bottom.Click += new System.EventHandler(this.btn_align_bottom_Click); // // btn_align_left // this.btn_align_left.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_align_left.Image = global::Io.Github.Kerwinxu.LibShapes.Properties.Resources.shape_align_left; this.btn_align_left.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_left.Name = "btn_align_left"; this.btn_align_left.Size = new System.Drawing.Size(21, 20); this.btn_align_left.Text = "btn_align_left"; this.btn_align_left.ToolTipText = "左对齐"; this.btn_align_left.Click += new System.EventHandler(this.btn_align_left_Click); // // btn_align_right // this.btn_align_right.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_align_right.Image = global::Io.Github.Kerwinxu.LibShapes.Properties.Resources.align_right; this.btn_align_right.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_right.Name = "btn_align_right"; this.btn_align_right.Size = new System.Drawing.Size(21, 20); this.btn_align_right.Text = "btn_align_right"; this.btn_align_right.ToolTipText = "右对齐"; this.btn_align_right.Click += new System.EventHandler(this.btn_align_right_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(21, 6); // // btn_align_center // this.btn_align_center.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_align_center.Image = global::Io.Github.Kerwinxu.LibShapes.Properties.Resources.shape_align_center; this.btn_align_center.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_center.Name = "btn_align_center"; this.btn_align_center.Size = new System.Drawing.Size(21, 20); this.btn_align_center.Text = "btn_align_center"; this.btn_align_center.ToolTipText = "水平居中"; this.btn_align_center.Click += new System.EventHandler(this.btn_align_center_Click); // // btn_align_middle // this.btn_align_middle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_align_middle.Image = global::Io.Github.Kerwinxu.LibShapes.Properties.Resources.shape_align_middle; this.btn_align_middle.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_align_middle.Name = "btn_align_middle"; this.btn_align_middle.Size = new System.Drawing.Size(21, 20); this.btn_align_middle.Text = "btn_align_middle"; this.btn_align_middle.ToolTipText = "垂直居中"; this.btn_align_middle.Click += new System.EventHandler(this.btn_align_middle_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(21, 6); // // propertyGrid1 // this.propertyGrid1.Location = new System.Drawing.Point(90, 28); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(133, 539); this.propertyGrid1.TabIndex = 3; // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // UserControlToolbox // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.propertyGrid1); this.Controls.Add(this.toolStrip3); this.Controls.Add(this.toolStrip2); this.Controls.Add(this.toolStrip1); this.Name = "UserControlToolbox"; this.Size = new System.Drawing.Size(228, 573); this.Resize += new System.EventHandler(this.UserControlToolbox_Resize); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.toolStrip3.ResumeLayout(false); this.toolStrip3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStrip toolStrip3; private System.Windows.Forms.ToolStripButton btn_select; private System.Windows.Forms.ToolStripButton btn_page_setting; private System.Windows.Forms.ToolStripButton btn_zoom_screen; private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.ErrorProvider errorProvider1; private System.Windows.Forms.ToolStripButton btn_rect; private System.Windows.Forms.ToolStripButton btn_roundedrect; private System.Windows.Forms.ToolStripButton btn_line; private System.Windows.Forms.ToolStripButton btn_ellipse; private System.Windows.Forms.ToolStripButton btn_arc; private System.Windows.Forms.ToolStripButton btn_pie; private System.Windows.Forms.ToolStripButton btn_img; private System.Windows.Forms.ToolStripButton btn_text; private System.Windows.Forms.ToolStripButton btn_barcode; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btn_delete; private System.Windows.Forms.ToolStripButton btn_merge_group; private System.Windows.Forms.ToolStripButton btn_cancel_group; private System.Windows.Forms.ToolStripButton btn_forward; private System.Windows.Forms.ToolStripButton btn_forwardtofront; private System.Windows.Forms.ToolStripButton btn_backward; private System.Windows.Forms.ToolStripButton btn_wardtoend; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripDropDownButton combo_grid; private System.Windows.Forms.ToolStripButton btn_align_grid; private System.Windows.Forms.ToolStripButton btn_zoom; private System.Windows.Forms.ToolStripButton btn_align_left; private System.Windows.Forms.ToolStripButton btn_align_right; private System.Windows.Forms.ToolStripButton btn_align_top; private System.Windows.Forms.ToolStripButton btn_align_bottom; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton btn_align_middle; private System.Windows.Forms.ToolStripButton btn_align_center; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton btn_move_canvas; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; } }