namespace CSFrameworkV5.UserCustom { partial class frmUserCustomMain { /// /// 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 Windows Form 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(frmUserCustomMain)); DevExpress.XtraEditors.PanelControl pnlModuleFooter; this.pan_Container = new System.Windows.Forms.Panel(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.管理调整位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.取消ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.重置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.menuUserCustomMain = new System.Windows.Forms.ToolStripMenuItem(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.pic_img = new System.Windows.Forms.PictureBox(); this.btn_Manage = new DevExpress.XtraEditors.SimpleButton(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.lbVersion = new DevExpress.XtraEditors.LabelControl(); pnlModuleFooter = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).BeginInit(); this.pnlContainer.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pic_img)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pnlModuleFooter)).BeginInit(); pnlModuleFooter.SuspendLayout(); this.SuspendLayout(); // // ilReports // this.ilReports.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilReports.ImageStream"))); this.ilReports.Images.SetKeyName(0, "16_ArrayWhite.bmp"); // // pnlContainer // this.pnlContainer.Controls.Add(pnlModuleFooter); this.pnlContainer.Controls.Add(this.btn_Cancel); this.pnlContainer.Controls.Add(this.pic_img); this.pnlContainer.Controls.Add(this.btn_Manage); this.pnlContainer.Controls.Add(this.pictureBox2); this.pnlContainer.Controls.Add(this.pan_Container); this.pnlContainer.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pnlContainer.Size = new System.Drawing.Size(1119, 850); // // pan_Container // this.pan_Container.ContextMenuStrip = this.contextMenuStrip1; this.pan_Container.Location = new System.Drawing.Point(14, 98); this.pan_Container.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pan_Container.Name = "pan_Container"; this.pan_Container.Size = new System.Drawing.Size(987, 631); this.pan_Container.TabIndex = 80; // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.管理调整位置ToolStripMenuItem, this.取消ToolStripMenuItem, this.重置ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(191, 118); // // 管理调整位置ToolStripMenuItem // this.管理调整位置ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("管理调整位置ToolStripMenuItem.Image"))); this.管理调整位置ToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.管理调整位置ToolStripMenuItem.Name = "管理调整位置ToolStripMenuItem"; this.管理调整位置ToolStripMenuItem.Size = new System.Drawing.Size(190, 38); this.管理调整位置ToolStripMenuItem.Text = "管理-调整位置"; this.管理调整位置ToolStripMenuItem.Click += new System.EventHandler(this.管理调整位置ToolStripMenuItem_Click); // // 取消ToolStripMenuItem // this.取消ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("取消ToolStripMenuItem.Image"))); this.取消ToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.取消ToolStripMenuItem.Name = "取消ToolStripMenuItem"; this.取消ToolStripMenuItem.Size = new System.Drawing.Size(190, 38); this.取消ToolStripMenuItem.Text = "取消"; this.取消ToolStripMenuItem.Click += new System.EventHandler(this.取消ToolStripMenuItem_Click); // // 重置ToolStripMenuItem // this.重置ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("重置ToolStripMenuItem.Image"))); this.重置ToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.重置ToolStripMenuItem.Name = "重置ToolStripMenuItem"; this.重置ToolStripMenuItem.Size = new System.Drawing.Size(190, 38); this.重置ToolStripMenuItem.Text = "重置"; this.重置ToolStripMenuItem.Click += new System.EventHandler(this.重置ToolStripMenuItem_Click); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuUserCustomMain}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3); this.menuStrip1.Size = new System.Drawing.Size(1119, 30); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // menuUserCustomMain // this.menuUserCustomMain.Name = "menuUserCustomMain"; this.menuUserCustomMain.Size = new System.Drawing.Size(83, 24); this.menuUserCustomMain.Text = "常用功能"; // // btn_Cancel // this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Cancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Cancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_Cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ImageOptions.Image"))); this.btn_Cancel.Location = new System.Drawing.Point(984, 21); this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(115, 49); this.btn_Cancel.TabIndex = 81; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // pic_img // this.pic_img.Location = new System.Drawing.Point(1008, 98); this.pic_img.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pic_img.Name = "pic_img"; this.pic_img.Size = new System.Drawing.Size(91, 114); this.pic_img.TabIndex = 78; this.pic_img.TabStop = false; this.pic_img.Visible = false; // // btn_Manage // this.btn_Manage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_Manage.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Manage.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_Manage.ImageOptions.Image = global::CSFrameworkV5.UserCustom.Properties.Resources.bringtofront_32x321; this.btn_Manage.Location = new System.Drawing.Point(862, 21); this.btn_Manage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Manage.Name = "btn_Manage"; this.btn_Manage.Size = new System.Drawing.Size(115, 49); this.btn_Manage.TabIndex = 77; this.btn_Manage.Text = "调整位置"; this.btn_Manage.Click += new System.EventHandler(this.btn_Manage_Click); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(2, 2); this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(1115, 87); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 75; this.pictureBox2.TabStop = false; // // pnlModuleFooter // pnlModuleFooter.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); pnlModuleFooter.Appearance.Options.UseBackColor = true; pnlModuleFooter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; pnlModuleFooter.Controls.Add(this.labelControl2); pnlModuleFooter.Controls.Add(this.labelControl1); pnlModuleFooter.Controls.Add(this.lbVersion); pnlModuleFooter.Dock = System.Windows.Forms.DockStyle.Bottom; pnlModuleFooter.Location = new System.Drawing.Point(2, 749); pnlModuleFooter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); pnlModuleFooter.Name = "pnlModuleFooter"; pnlModuleFooter.Size = new System.Drawing.Size(1115, 99); pnlModuleFooter.TabIndex = 83; pnlModuleFooter.Visible = false; // // labelControl2 // this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.LightGray; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.Location = new System.Drawing.Point(18, 63); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Padding = new System.Windows.Forms.Padding(0, 0, 11, 0); this.labelControl2.Size = new System.Drawing.Size(471, 24); this.labelControl2.TabIndex = 163; this.labelControl2.Text = "CSFramework V5.1 (Ultimate Edition) 2021 release."; // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 15F); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Location = new System.Drawing.Point(16, 27); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 0, 11, 0); this.labelControl1.Size = new System.Drawing.Size(471, 30); this.labelControl1.TabIndex = 163; this.labelControl1.Text = "广深快速开发平台 - 旗舰版 V5.1"; // // lbVersion // this.lbVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbVersion.Appearance.ForeColor = System.Drawing.Color.White; this.lbVersion.Appearance.Options.UseForeColor = true; this.lbVersion.Appearance.Options.UseTextOptions = true; this.lbVersion.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.lbVersion.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lbVersion.Location = new System.Drawing.Point(636, 69); this.lbVersion.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lbVersion.Name = "lbVersion"; this.lbVersion.Padding = new System.Windows.Forms.Padding(0, 0, 11, 0); this.lbVersion.Size = new System.Drawing.Size(471, 24); this.lbVersion.TabIndex = 163; this.lbVersion.Text = "版本:"; // // frmUserCustomMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.ClientSize = new System.Drawing.Size(1119, 850); this.Controls.Add(this.menuStrip1); this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.Name = "frmUserCustomMain"; this.Controls.SetChildIndex(this.pnlContainer, 0); this.Controls.SetChildIndex(this.menuStrip1, 0); ((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).EndInit(); this.pnlContainer.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pic_img)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pnlModuleFooter)).EndInit(); pnlModuleFooter.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox2; private DevExpress.XtraEditors.SimpleButton btn_Manage; private System.Windows.Forms.PictureBox pic_img; private System.Windows.Forms.Panel pan_Container; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem menuUserCustomMain; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 管理调整位置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 取消ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 重置ToolStripMenuItem; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl lbVersion; } }