1 Star 0 Fork 21

持之以恒/基于导航菜单的 WinForm 项目的基础框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Shell.Designer.cs 10.26 KB
一键复制 编辑 原始数据 按行查看 历史
电脑程序爱好者 提交于 2021-01-25 15:25 +08:00 . init created
namespace WinForm.NET4.Sample
{
partial class Shell
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Shell));
this.TabContainer = new NavTabControl.UITabControl();
this.timerClearMessage = new System.Windows.Forms.Timer(this.components);
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabelUserInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabelBlank = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelMsg = new System.Windows.Forms.ToolStripStatusLabel();
this.tableLayoutPanel1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// TabContainer
//
this.TabContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.TabContainer.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.TabContainer.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.TabContainer.Font = new System.Drawing.Font("微软雅黑", 12F);
this.TabContainer.ItemSize = new System.Drawing.Size(0, 1);
this.TabContainer.Location = new System.Drawing.Point(0, 0);
this.TabContainer.MainPage = "";
this.TabContainer.Margin = new System.Windows.Forms.Padding(0);
this.TabContainer.Name = "TabContainer";
this.TabContainer.SelectedIndex = 0;
this.TabContainer.Size = new System.Drawing.Size(1077, 427);
this.TabContainer.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.TabContainer.Style = NavTabControl.UIStyle.Black;
this.TabContainer.TabIndex = 0;
this.TabContainer.TabVisible = false;
//
// timerClearMessage
//
this.timerClearMessage.Interval = 5000;
this.timerClearMessage.Tick += new System.EventHandler(this.timerClearMessage_Tick);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.TabContainer, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1077, 457);
this.tableLayoutPanel1.TabIndex = 2;
//
// statusStrip1
//
this.statusStrip1.AutoSize = false;
this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusStrip1.GripMargin = new System.Windows.Forms.Padding(0);
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabelUserInfo,
this.toolStripProgressBar,
this.toolStripStatusLabelBlank,
this.toolStripStatusLabelMsg});
this.statusStrip1.Location = new System.Drawing.Point(0, 427);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1077, 30);
this.statusStrip1.TabIndex = 2;
//
// toolStripStatusLabelUserInfo
//
this.toolStripStatusLabelUserInfo.AutoSize = false;
this.toolStripStatusLabelUserInfo.BackColor = System.Drawing.SystemColors.Control;
this.toolStripStatusLabelUserInfo.Image = global::WinForm.NET4.Sample.Properties.Resources.user;
this.toolStripStatusLabelUserInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripStatusLabelUserInfo.Margin = new System.Windows.Forms.Padding(1);
this.toolStripStatusLabelUserInfo.Name = "toolStripStatusLabelUserInfo";
this.toolStripStatusLabelUserInfo.Size = new System.Drawing.Size(247, 28);
this.toolStripStatusLabelUserInfo.Text = "当前用户:";
this.toolStripStatusLabelUserInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripProgressBar
//
this.toolStripProgressBar.Name = "toolStripProgressBar";
this.toolStripProgressBar.Size = new System.Drawing.Size(300, 22);
this.toolStripProgressBar.Visible = false;
//
// toolStripStatusLabelBlank
//
this.toolStripStatusLabelBlank.BackColor = System.Drawing.SystemColors.Control;
this.toolStripStatusLabelBlank.Name = "toolStripStatusLabelBlank";
this.toolStripStatusLabelBlank.Size = new System.Drawing.Size(611, 24);
this.toolStripStatusLabelBlank.Spring = true;
//
// toolStripStatusLabelMsg
//
this.toolStripStatusLabelMsg.AutoSize = false;
this.toolStripStatusLabelMsg.BackColor = System.Drawing.SystemColors.Control;
this.toolStripStatusLabelMsg.ForeColor = System.Drawing.Color.Red;
this.toolStripStatusLabelMsg.Margin = new System.Windows.Forms.Padding(1, 4, 1, 2);
this.toolStripStatusLabelMsg.Name = "toolStripStatusLabelMsg";
this.toolStripStatusLabelMsg.Size = new System.Drawing.Size(200, 24);
//
// Shell
//
this.AccessibleName = null;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.ClientSize = new System.Drawing.Size(1077, 457);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "Shell";
this.Padding = new System.Windows.Forms.Padding(0);
this.ShowIcon = false;
this.ShowToolTip = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
this.Style.ShadowOpacity = ((byte)(0));
this.Style.TitleBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
this.Style.TitleBar.BottomBorderColor = System.Drawing.Color.Silver;
this.Style.TitleBar.CaptionImage = ((System.Drawing.Image)(resources.GetObject("resource.CaptionImage")));
this.Style.TitleBar.CaptionImageLocation = new System.Drawing.Point(14, 14);
this.Style.TitleBar.CloseButtonForeColor = System.Drawing.Color.White;
this.Style.TitleBar.Font = new System.Drawing.Font("Segoe UI", 20F);
this.Style.TitleBar.ForeColor = System.Drawing.Color.White;
this.Style.TitleBar.Height = 75;
this.Style.TitleBar.IconBackColor = System.Drawing.Color.Black;
this.Style.TitleBar.MaximizeButtonForeColor = System.Drawing.Color.White;
this.Style.TitleBar.MinimizeButtonForeColor = System.Drawing.Color.White;
this.Style.TitleBar.Padding = new System.Windows.Forms.Padding(0);
this.Style.TitleBar.TextHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Shell_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private NavTabControl.UITabControl TabContainer;
private System.Windows.Forms.Timer timerClearMessage;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelUserInfo;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelBlank;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelMsg;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lilizai/WinFormSample.NET4.git
git@gitee.com:lilizai/WinFormSample.NET4.git
lilizai
WinFormSample.NET4
基于导航菜单的 WinForm 项目的基础框架
master

搜索帮助