📄 mainform.designer.cs
字号:
namespace CommunityManagementSystem
{
partial class MainForm
{
/// <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(MainForm));
this.bTenementManagement = new System.Windows.Forms.Button();
this.bPublicManagement = new System.Windows.Forms.Button();
this.bFinancialManagement = new System.Windows.Forms.Button();
this.bDealManagement = new System.Windows.Forms.Button();
this.bHouseholdService = new System.Windows.Forms.Button();
this.bDistillateDoctor = new System.Windows.Forms.Button();
this.bLogisticsManagement = new System.Windows.Forms.Button();
this.bCommunityPost = new System.Windows.Forms.Button();
this.bCooperativeCompany = new System.Windows.Forms.Button();
this.bBack = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.bTenementData = new System.Windows.Forms.Button();
this.bFeeStatus = new System.Windows.Forms.Button();
this.bMeter = new System.Windows.Forms.Button();
this.bAlarm = new System.Windows.Forms.Button();
this.bPublicFacilityUsage = new System.Windows.Forms.Button();
this.bFacilityMaintenance = new System.Windows.Forms.Button();
this.bPublicFacility = new System.Windows.Forms.Button();
this.bFinance = new System.Windows.Forms.Button();
this.bPayableAccount = new System.Windows.Forms.Button();
this.bDeal = new System.Windows.Forms.Button();
this.bClientList = new System.Windows.Forms.Button();
this.bHoliday = new System.Windows.Forms.Button();
this.bWorkArrange = new System.Windows.Forms.Button();
this.bTask = new System.Windows.Forms.Button();
this.bPersonal = new System.Windows.Forms.Button();
this.bWage = new System.Windows.Forms.Button();
this.bOvertime = new System.Windows.Forms.Button();
this.bDaiLing = new System.Windows.Forms.Button();
this.bHouseTax = new System.Windows.Forms.Button();
this.bLandValueAddedTaxValue = new System.Windows.Forms.Button();
this.bCorpusRemaining = new System.Windows.Forms.Button();
this.bAccrualAmortisement = new System.Windows.Forms.Button();
this.bCorpusAmortisement = new System.Windows.Forms.Button();
this.bContractTax = new System.Windows.Forms.Button();
this.bBulletin = new System.Windows.Forms.Button();
this.bCoCompany = new System.Windows.Forms.Button();
this.协力厂商信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.bRelogin = new System.Windows.Forms.Button();
this.loginPanel = new System.Windows.Forms.Panel();
this.bRedo = new System.Windows.Forms.Button();
this.bLogin = new System.Windows.Forms.Button();
this.tbPassword = new System.Windows.Forms.TextBox();
this.tbAdminID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tenementPanel = new TenementLibrary.TenementPanel();
this.dealPanel = new DealPanel.DealPanel();
this.clientListPanel = new ClientListPanelLibrary.ClientListPanel();
this.houseServicePanel = new FuWuControlLibrary1.HouseServicePanel();
this.cooperatePanel = new ControlLibraryXLCS.CooperatePanel();
this.facilityMainteenPanel = new SSWHssbh.UserControl1();
this.chaQinInfoPanel = new _._.ChaQinInfoPanel();
this.personalPanel = new _.PersonalPanel();
this.welcomePanel = new System.Windows.Forms.Panel();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.financialPanel = new CaiWuControlLibrary1.FinancialPanel();
this.propertyPanel = new CaiWuControlLibrary1.PropertyPanel();
this.lLoginStat = new System.Windows.Forms.Label();
this.facilitysPanel = new GGSSManeger.FacilitysPanel();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.协力厂商信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.loginPanel.SuspendLayout();
this.welcomePanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// bTenementManagement
//
this.bTenementManagement.BackColor = System.Drawing.Color.AliceBlue;
this.bTenementManagement.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bTenementManagement, "bTenementManagement");
this.bTenementManagement.Name = "bTenementManagement";
this.bTenementManagement.UseVisualStyleBackColor = false;
this.bTenementManagement.Click += new System.EventHandler(this.bTenementManagement_Click);
//
// bPublicManagement
//
this.bPublicManagement.BackColor = System.Drawing.Color.AliceBlue;
this.bPublicManagement.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bPublicManagement, "bPublicManagement");
this.bPublicManagement.Name = "bPublicManagement";
this.bPublicManagement.UseVisualStyleBackColor = false;
this.bPublicManagement.Click += new System.EventHandler(this.bPublicManagement_Click);
//
// bFinancialManagement
//
this.bFinancialManagement.BackColor = System.Drawing.Color.AliceBlue;
this.bFinancialManagement.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bFinancialManagement, "bFinancialManagement");
this.bFinancialManagement.Name = "bFinancialManagement";
this.bFinancialManagement.UseVisualStyleBackColor = false;
this.bFinancialManagement.Click += new System.EventHandler(this.bFinancialManagement_Click);
//
// bDealManagement
//
this.bDealManagement.BackColor = System.Drawing.Color.AliceBlue;
this.bDealManagement.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bDealManagement, "bDealManagement");
this.bDealManagement.Name = "bDealManagement";
this.bDealManagement.UseVisualStyleBackColor = false;
this.bDealManagement.Click += new System.EventHandler(this.bDealManagement_Click);
//
// bHouseholdService
//
this.bHouseholdService.BackColor = System.Drawing.Color.AliceBlue;
this.bHouseholdService.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bHouseholdService, "bHouseholdService");
this.bHouseholdService.Name = "bHouseholdService";
this.bHouseholdService.UseVisualStyleBackColor = false;
this.bHouseholdService.Click += new System.EventHandler(this.bHouseholdService_Click);
//
// bDistillateDoctor
//
this.bDistillateDoctor.BackColor = System.Drawing.Color.AliceBlue;
this.bDistillateDoctor.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bDistillateDoctor, "bDistillateDoctor");
this.bDistillateDoctor.Name = "bDistillateDoctor";
this.bDistillateDoctor.UseVisualStyleBackColor = false;
this.bDistillateDoctor.Click += new System.EventHandler(this.bDistillateDoctor_Click);
//
// bLogisticsManagement
//
this.bLogisticsManagement.BackColor = System.Drawing.Color.AliceBlue;
this.bLogisticsManagement.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bLogisticsManagement, "bLogisticsManagement");
this.bLogisticsManagement.Name = "bLogisticsManagement";
this.bLogisticsManagement.UseVisualStyleBackColor = false;
this.bLogisticsManagement.Click += new System.EventHandler(this.bLogisticsManagement_Click);
//
// bCommunityPost
//
this.bCommunityPost.BackColor = System.Drawing.Color.AliceBlue;
this.bCommunityPost.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bCommunityPost, "bCommunityPost");
this.bCommunityPost.Name = "bCommunityPost";
this.bCommunityPost.UseVisualStyleBackColor = false;
this.bCommunityPost.Click += new System.EventHandler(this.bCommunityPost_Click);
//
// bCooperativeCompany
//
this.bCooperativeCompany.BackColor = System.Drawing.Color.AliceBlue;
this.bCooperativeCompany.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.bCooperativeCompany, "bCooperativeCompany");
this.bCooperativeCompany.Name = "bCooperativeCompany";
this.bCooperativeCompany.UseVisualStyleBackColor = false;
this.bCooperativeCompany.Click += new System.EventHandler(this.bCooperativeCompany_Click);
//
// bBack
//
this.bBack.BackColor = System.Drawing.Color.AliceBlue;
this.bBack.Cursor = System.Windows.Forms.Cursors.NoMove2D;
resources.ApplyResources(this.bBack, "bBack");
this.bBack.Name = "bBack";
this.bBack.TabStop = false;
this.bBack.UseVisualStyleBackColor = false;
this.bBack.Click += new System.EventHandler(this.bBack_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.AliceBlue;
this.button2.Cursor = System.Windows.Forms.Cursors.NoMove2D;
resources.ApplyResources(this.button2, "button2");
this.button2.Name = "button2";
this.button2.TabStop = false;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.BackColor = System.Drawing.Color.GhostWhite;
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.bTenementManagement);
this.flowLayoutPanel1.Controls.Add(this.bTenementData);
this.flowLayoutPanel1.Controls.Add(this.bFeeStatus);
this.flowLayoutPanel1.Controls.Add(this.bMeter);
this.flowLayoutPanel1.Controls.Add(this.bAlarm);
this.flowLayoutPanel1.Controls.Add(this.bPublicManagement);
this.flowLayoutPanel1.Controls.Add(this.bPublicFacilityUsage);
this.flowLayoutPanel1.Controls.Add(this.bFacilityMaintenance);
this.flowLayoutPanel1.Controls.Add(this.bPublicFacility);
this.flowLayoutPanel1.Controls.Add(this.bFinancialManagement);
this.flowLayoutPanel1.Controls.Add(this.bFinance);
this.flowLayoutPanel1.Controls.Add(this.bPayableAccount);
this.flowLayoutPanel1.Controls.Add(this.bDealManagement);
this.flowLayoutPanel1.Controls.Add(this.bDeal);
this.flowLayoutPanel1.Controls.Add(this.bClientList);
this.flowLayoutPanel1.Controls.Add(this.bLogisticsManagement);
this.flowLayoutPanel1.Controls.Add(this.bHoliday);
this.flowLayoutPanel1.Controls.Add(this.bWorkArrange);
this.flowLayoutPanel1.Controls.Add(this.bTask);
this.flowLayoutPanel1.Controls.Add(this.bPersonal);
this.flowLayoutPanel1.Controls.Add(this.bWage);
this.flowLayoutPanel1.Controls.Add(this.bOvertime);
this.flowLayoutPanel1.Controls.Add(this.bHouseholdService);
this.flowLayoutPanel1.Controls.Add(this.bDaiLing);
this.flowLayoutPanel1.Controls.Add(this.bDistillateDoctor);
this.flowLayoutPanel1.Controls.Add(this.bHouseTax);
this.flowLayoutPanel1.Controls.Add(this.bLandValueAddedTaxValue);
this.flowLayoutPanel1.Controls.Add(this.bCorpusRemaining);
this.flowLayoutPanel1.Controls.Add(this.bAccrualAmortisement);
this.flowLayoutPanel1.Controls.Add(this.bCorpusAmortisement);
this.flowLayoutPanel1.Controls.Add(this.bContractTax);
this.flowLayoutPanel1.Controls.Add(this.bCommunityPost);
this.flowLayoutPanel1.Controls.Add(this.bBulletin);
this.flowLayoutPanel1.Controls.Add(this.bCooperativeCompany);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -