提交rbac
提交设置右键错位的bug
This commit is contained in:
114
DH.RBAC/RBACWindow.Designer.cs
generated
Normal file
114
DH.RBAC/RBACWindow.Designer.cs
generated
Normal file
@ -0,0 +1,114 @@
|
||||
namespace DH.RBAC
|
||||
{
|
||||
partial class RBACWindow
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
AntdUI.Tabs.StyleCard styleCard1 = new AntdUI.Tabs.StyleCard();
|
||||
titlebar = new AntdUI.PageHeader();
|
||||
lbName = new AntdUI.Label();
|
||||
menu1 = new AntdUI.Menu();
|
||||
tabs1 = new AntdUI.Tabs();
|
||||
titlebar.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// titlebar
|
||||
//
|
||||
titlebar.BackColor = System.Drawing.Color.FromArgb(46, 108, 227);
|
||||
titlebar.Controls.Add(lbName);
|
||||
titlebar.DividerShow = true;
|
||||
titlebar.DividerThickness = 0F;
|
||||
titlebar.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
titlebar.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
|
||||
titlebar.ForeColor = System.Drawing.Color.White;
|
||||
titlebar.Location = new System.Drawing.Point(0, 0);
|
||||
titlebar.Mode = AntdUI.TAMode.Dark;
|
||||
titlebar.Name = "titlebar";
|
||||
titlebar.ShowButton = true;
|
||||
titlebar.ShowIcon = true;
|
||||
titlebar.Size = new System.Drawing.Size(923, 40);
|
||||
titlebar.SubText = "CCD光学筛选系统后台";
|
||||
titlebar.TabIndex = 1;
|
||||
titlebar.Text = "山东迭慧智能科技有限公司";
|
||||
//
|
||||
// lbName
|
||||
//
|
||||
lbName.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
lbName.ForeColor = System.Drawing.SystemColors.Window;
|
||||
lbName.Location = new System.Drawing.Point(645, 0);
|
||||
lbName.Name = "lbName";
|
||||
lbName.Size = new System.Drawing.Size(134, 40);
|
||||
lbName.TabIndex = 0;
|
||||
lbName.Text = "";
|
||||
lbName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// menu1
|
||||
//
|
||||
menu1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
menu1.Location = new System.Drawing.Point(0, 40);
|
||||
menu1.Name = "menu1";
|
||||
menu1.Size = new System.Drawing.Size(169, 504);
|
||||
menu1.TabIndex = 2;
|
||||
menu1.Text = "menu1";
|
||||
//
|
||||
// tabs1
|
||||
//
|
||||
tabs1.BackColor = System.Drawing.SystemColors.Window;
|
||||
tabs1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
tabs1.Location = new System.Drawing.Point(169, 40);
|
||||
tabs1.Name = "tabs1";
|
||||
tabs1.Size = new System.Drawing.Size(754, 504);
|
||||
styleCard1.Closable = true;
|
||||
tabs1.Style = styleCard1;
|
||||
tabs1.TabIndex = 6;
|
||||
tabs1.Text = "tabs1";
|
||||
tabs1.Type = AntdUI.TabType.Card;
|
||||
//
|
||||
// RBACWindow
|
||||
//
|
||||
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||||
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
ClientSize = new System.Drawing.Size(923, 544);
|
||||
Controls.Add(tabs1);
|
||||
Controls.Add(menu1);
|
||||
Controls.Add(titlebar);
|
||||
Name = "RBACWindow";
|
||||
StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
Text = "RBACWindow";
|
||||
WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
titlebar.ResumeLayout(false);
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private AntdUI.PageHeader titlebar;
|
||||
private AntdUI.Label lbName;
|
||||
private AntdUI.Menu menu1;
|
||||
private AntdUI.Tabs tabs1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user