📄 main.cs
字号:
//
// menuItem16
//
this.menuItem16.Index = 0;
this.menuItem16.Text = "报修管理";
this.menuItem16.Click += new System.EventHandler(this.menuItem16_Click);
//
// menuItem21
//
this.menuItem21.Index = 1;
this.menuItem21.Text = "添加修改报修信息";
this.menuItem21.Click += new System.EventHandler(this.menuItem21_Click);
//
// menuItem17
//
this.menuItem17.Index = 6;
this.menuItem17.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem18});
this.menuItem17.Text = "投诉管理";
//
// menuItem18
//
this.menuItem18.Index = 0;
this.menuItem18.Text = "投诉管理";
this.menuItem18.Click += new System.EventHandler(this.menuItem18_Click);
//
// statusBar1
//
this.statusBar1.Location = new System.Drawing.Point(0, 387);
this.statusBar1.Name = "statusBar1";
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarPanel1,
this.statusBarPanel2,
this.statusBarPanel3});
this.statusBar1.ShowPanels = true;
this.statusBar1.Size = new System.Drawing.Size(586, 22);
this.statusBar1.TabIndex = 0;
this.statusBar1.Text = "报修管理";
this.statusBar1.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.statusBar1_PanelClick);
//
// statusBarPanel1
//
this.statusBarPanel1.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
this.statusBarPanel1.Text = "欢迎光临";
this.statusBarPanel1.Width = 64;
//
// statusBarPanel2
//
this.statusBarPanel2.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
this.statusBarPanel2.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
this.statusBarPanel2.Text = "当前位置:小区物业系统";
this.statusBarPanel2.Width = 150;
//
// statusBarPanel3
//
this.statusBarPanel3.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
this.statusBarPanel3.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
this.statusBarPanel3.Text = "如需帮助请漫游系统";
this.statusBarPanel3.Width = 126;
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton1,
this.toolBarButton2,
this.toolBarButton3,
this.toolBarButton4,
this.toolBarButton5,
this.toolBarButton6,
this.toolBarButton7,
this.toolBarButton8});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 0);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(586, 28);
this.toolBar1.TabIndex = 1;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarButton1
//
this.toolBarButton1.ImageIndex = 0;
//
// toolBarButton2
//
this.toolBarButton2.ImageIndex = 1;
//
// toolBarButton3
//
this.toolBarButton3.ImageIndex = 7;
//
// toolBarButton4
//
this.toolBarButton4.ImageIndex = 2;
//
// toolBarButton5
//
this.toolBarButton5.ImageIndex = 3;
//
// toolBarButton6
//
this.toolBarButton6.ImageIndex = 6;
//
// toolBarButton7
//
this.toolBarButton7.ImageIndex = 4;
//
// toolBarButton8
//
this.toolBarButton8.ImageIndex = 5;
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.button7);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.button5);
this.panel1.Location = new System.Drawing.Point(0, 32);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(120, 356);
this.panel1.TabIndex = 2;
//
// button7
//
this.button7.Location = new System.Drawing.Point(0, 328);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(120, 27);
this.button7.TabIndex = 5;
this.button7.Text = "投诉管理";
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(0, 304);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(120, 25);
this.button6.TabIndex = 4;
this.button6.Text = "报修管理";
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(0, 232);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(120, 25);
this.button3.TabIndex = 2;
this.button3.Text = "住户管理";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(0, 208);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(120, 25);
this.button2.TabIndex = 1;
this.button2.Text = "楼盘管理";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(0, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(120, 25);
this.button1.TabIndex = 0;
this.button1.Text = "系 统";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(0, 256);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(120, 25);
this.button4.TabIndex = 2;
this.button4.Text = "停车管理";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// panel2
//
this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.button18);
this.panel2.Controls.Add(this.button17);
this.panel2.Controls.Add(this.button16);
this.panel2.Controls.Add(this.button15);
this.panel2.Controls.Add(this.button14);
this.panel2.Controls.Add(this.button13);
this.panel2.Controls.Add(this.button12);
this.panel2.Controls.Add(this.button11);
this.panel2.Controls.Add(this.button10);
this.panel2.Controls.Add(this.button9);
this.panel2.Controls.Add(this.button8);
this.panel2.Location = new System.Drawing.Point(0, 24);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(120, 184);
this.panel2.TabIndex = 18;
//
// button18
//
this.button18.Cursor = System.Windows.Forms.Cursors.Hand;
this.button18.Image = ((System.Drawing.Image)(resources.GetObject("button18.Image")));
this.button18.Location = new System.Drawing.Point(80, 80);
this.button18.Name = "button18";
this.button18.Size = new System.Drawing.Size(40, 40);
this.button18.TabIndex = 10;
this.button18.Text = "投诉管理";
this.button18.Visible = false;
this.button18.Click += new System.EventHandler(this.button18_Click_2);
//
// button17
//
this.button17.Cursor = System.Windows.Forms.Cursors.Hand;
this.button17.Image = ((System.Drawing.Image)(resources.GetObject("button17.Image")));
this.button17.Location = new System.Drawing.Point(80, 40);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(40, 40);
this.button17.TabIndex = 9;
this.button17.Text = "报修管理";
this.button17.Visible = false;
this.button17.Click += new System.EventHandler(this.button17_Click_1);
//
// button16
//
this.button16.Cursor = System.Windows.Forms.Cursors.Hand;
this.button16.Image = ((System.Drawing.Image)(resources.GetObject("button16.Image")));
this.button16.Location = new System.Drawing.Point(80, 0);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(40, 40);
this.button16.TabIndex = 8;
this.button16.Text = "收费管理";
this.button16.Visible = false;
this.button16.Click += new System.EventHandler(this.button16_Click_1);
//
// button15
//
this.button15.Cursor = System.Windows.Forms.Cursors.Hand;
this.button15.Image = ((System.Drawing.Image)(resources.GetObject("button15.Image")));
this.button15.Location = new System.Drawing.Point(0, 120);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(40, 40);
this.button15.TabIndex = 7;
this.button15.Text = "统计查询";
this.button15.Visible = false;
this.button15.Click += new System.EventHandler(this.button15_Click_2);
//
// button14
//
this.button14.Cursor = System.Windows.Forms.Cursors.Hand;
this.button14.Image = ((System.Drawing.Image)(resources.GetObject("button14.Image")));
this.button14.Location = new System.Drawing.Point(0, 80);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(40, 40);
this.button14.TabIndex = 6;
this.button14.Text = "停车管理";
this.button14.Visible = false;
this.button14.Click += new System.EventHandler(this.button14_Click_1);
//
// button13
//
this.button13.Cursor = System.Windows.Forms.Cursors.Hand;
this.button13.Image = ((System.Drawing.Image)(resources.GetObject("button13.Image")));
this.button13.Location = new System.Drawing.Point(0, 40);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(40, 40);
this.button13.TabIndex = 5;
this.button13.Text = "住户管理";
this.button13.Visible = false;
this.button13.Click += new System.EventHandler(this.button13_Click_1);
//
// button12
//
this.button12.Cursor = System.Windows.Forms.Cursors.Hand;
this.button12.Image = ((System.Drawing.Image)(resources.GetObject("button12.Image")));
this.button12.Location = new System.Drawing.Point(0, 0);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(40, 40);
this.button12.TabIndex = 4;
this.button12.Text = "楼盘管理";
this.button12.Visible = false;
this.button12.Click += new System.EventHandler(this.button12_Click_2);
//
// button11
//
this.button11.Cursor = System.Windows.Forms.Cursors.Hand;
this.button11.Image = ((System.Drawing.Image)(resources.GetObject("button11.Image")));
this.button11.Location = new System.Drawing.Point(40, 144);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(40, 40);
this.button11.TabIndex = 3;
this.button11.Text = "关闭系统";
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button10
//
this.button10.Cursor = System.Windows.Forms.Cursors.Hand;
this.button10.Image = ((System.Drawing.Image)(resources.GetObject("button10.Image")));
this.button10.Location = new System.Drawing.Point(40, 96);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(40, 40);
this.button10.TabIndex = 2;
this.button10.Text = "修改密码";
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
//
this.button9.Cursor = System.Windows.Forms.Cursors.Hand;
this.button9.Image = ((System.Drawing.Image)(resources.GetObject("button9.Image")));
this.button9.Location = new System.Drawing.Point(40, 48);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(40, 40);
this.button9.TabIndex = 1;
this.button9.Text = "用户管理";
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button8
//
this.button8.Cursor = System.Windows.Forms.Cursors.Hand;
this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
this.button8.Location = new System.Drawing.Point(40, 0);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(40, 40);
this.button8.TabIndex = 0;
this.button8.Text = "系统登录";
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(0, 280);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(120, 25);
this.button5.TabIndex = 3;
this.button5.Text = "收费管理";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(136, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 11);
this.label1.TabIndex = 13;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -