代码拉取完成,页面将自动刷新
/*
* 由SharpDevelop创建。
* 用户: Deng
* 日期: 2016-08-28
* 时间: 16:43
*
* 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
*/
namespace WGSF
{
partial class FormWyInfos
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBoxCustomerID;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonSave;
private System.Windows.Forms.TextBox textBoxWyName;
private System.Windows.Forms.TextBox textBoxUNIT_No;
private System.Windows.Forms.TextBox textBoxTNArea;
private System.Windows.Forms.TextBox textBoxROOM_No;
private System.Windows.Forms.TextBox textBoxOwnerDetail;
private System.Windows.Forms.TextBox textBoxGTArea;
private System.Windows.Forms.TextBox textBoxFLOOR_No;
private System.Windows.Forms.TextBox textBoxJZArea;
private System.Windows.Forms.TextBox textBoxOwnerName;
private System.Windows.Forms.TextBox textBoxWyID;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button buttonClose;
private System.Windows.Forms.Button buttonDel;
private System.Windows.Forms.Button buttonModify;
private System.Windows.Forms.Button buttonNew;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.Button buttonImport;
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 System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 增加收费项ToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
private System.Windows.Forms.ToolStripMenuItem 删除收费项ToolStripMenuItem;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.textBoxWyName = new System.Windows.Forms.TextBox();
this.textBoxUNIT_No = new System.Windows.Forms.TextBox();
this.textBoxTNArea = new System.Windows.Forms.TextBox();
this.textBoxROOM_No = new System.Windows.Forms.TextBox();
this.textBoxOwnerDetail = new System.Windows.Forms.TextBox();
this.textBoxGTArea = new System.Windows.Forms.TextBox();
this.textBoxFLOOR_No = new System.Windows.Forms.TextBox();
this.textBoxJZArea = new System.Windows.Forms.TextBox();
this.textBoxOwnerName = new System.Windows.Forms.TextBox();
this.textBoxWyID = new System.Windows.Forms.TextBox();
this.comboBoxCustomerID = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.删除收费项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buttonClose = new System.Windows.Forms.Button();
this.buttonImport = new System.Windows.Forms.Button();
this.buttonDel = new System.Windows.Forms.Button();
this.buttonModify = new System.Windows.Forms.Button();
this.buttonNew = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
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.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.增加收费项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.contextMenuStrip2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(47, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(100, 23);
this.label1.TabIndex = 0;
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.buttonCancel);
this.panel1.Controls.Add(this.buttonSave);
this.panel1.Controls.Add(this.textBoxWyName);
this.panel1.Controls.Add(this.textBoxUNIT_No);
this.panel1.Controls.Add(this.textBoxTNArea);
this.panel1.Controls.Add(this.textBoxROOM_No);
this.panel1.Controls.Add(this.textBoxOwnerDetail);
this.panel1.Controls.Add(this.textBoxGTArea);
this.panel1.Controls.Add(this.textBoxFLOOR_No);
this.panel1.Controls.Add(this.textBoxJZArea);
this.panel1.Controls.Add(this.textBoxOwnerName);
this.panel1.Controls.Add(this.textBoxWyID);
this.panel1.Controls.Add(this.comboBoxCustomerID);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.label11);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label12);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Location = new System.Drawing.Point(547, 50);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(429, 308);
this.panel1.TabIndex = 1;
//
// buttonCancel
//
this.buttonCancel.Enabled = false;
this.buttonCancel.Location = new System.Drawing.Point(338, 315);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 12;
this.buttonCancel.Text = "取消";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
//
// buttonSave
//
this.buttonSave.Enabled = false;
this.buttonSave.Location = new System.Drawing.Point(257, 315);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 11;
this.buttonSave.Text = "保存";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSaveClick);
//
// textBoxWyName
//
this.textBoxWyName.Location = new System.Drawing.Point(265, 16);
this.textBoxWyName.Name = "textBoxWyName";
this.textBoxWyName.Size = new System.Drawing.Size(146, 21);
this.textBoxWyName.TabIndex = 1;
//
// textBoxUNIT_No
//
this.textBoxUNIT_No.Location = new System.Drawing.Point(265, 133);
this.textBoxUNIT_No.Name = "textBoxUNIT_No";
this.textBoxUNIT_No.Size = new System.Drawing.Size(100, 21);
this.textBoxUNIT_No.TabIndex = 7;
this.textBoxUNIT_No.TextChanged += new System.EventHandler(this.TextBoxUNIT_NoTextChanged);
//
// textBoxTNArea
//
this.textBoxTNArea.Location = new System.Drawing.Point(265, 94);
this.textBoxTNArea.Name = "textBoxTNArea";
this.textBoxTNArea.Size = new System.Drawing.Size(100, 21);
this.textBoxTNArea.TabIndex = 5;
this.textBoxTNArea.TextChanged += new System.EventHandler(this.TextBoxTNAreaTextChanged);
//
// textBoxROOM_No
//
this.textBoxROOM_No.Location = new System.Drawing.Point(265, 172);
this.textBoxROOM_No.Name = "textBoxROOM_No";
this.textBoxROOM_No.Size = new System.Drawing.Size(100, 21);
this.textBoxROOM_No.TabIndex = 9;
this.textBoxROOM_No.TextChanged += new System.EventHandler(this.TextBoxROOM_NoTextChanged);
//
// textBoxOwnerDetail
//
this.textBoxOwnerDetail.Location = new System.Drawing.Point(68, 212);
this.textBoxOwnerDetail.Multiline = true;
this.textBoxOwnerDetail.Name = "textBoxOwnerDetail";
this.textBoxOwnerDetail.Size = new System.Drawing.Size(345, 85);
this.textBoxOwnerDetail.TabIndex = 10;
//
// textBoxGTArea
//
this.textBoxGTArea.Location = new System.Drawing.Point(68, 133);
this.textBoxGTArea.Name = "textBoxGTArea";
this.textBoxGTArea.Size = new System.Drawing.Size(100, 21);
this.textBoxGTArea.TabIndex = 6;
this.textBoxGTArea.TextChanged += new System.EventHandler(this.TextBoxGTAreaTextChanged);
//
// textBoxFLOOR_No
//
this.textBoxFLOOR_No.Location = new System.Drawing.Point(68, 172);
this.textBoxFLOOR_No.Name = "textBoxFLOOR_No";
this.textBoxFLOOR_No.Size = new System.Drawing.Size(100, 21);
this.textBoxFLOOR_No.TabIndex = 8;
this.textBoxFLOOR_No.TextChanged += new System.EventHandler(this.TextBoxFLOOR_NoTextChanged);
//
// textBoxJZArea
//
this.textBoxJZArea.Location = new System.Drawing.Point(68, 94);
this.textBoxJZArea.Name = "textBoxJZArea";
this.textBoxJZArea.Size = new System.Drawing.Size(100, 21);
this.textBoxJZArea.TabIndex = 4;
this.textBoxJZArea.TextChanged += new System.EventHandler(this.TextBoxJZAreaTextChanged);
//
// textBoxOwnerName
//
this.textBoxOwnerName.Location = new System.Drawing.Point(68, 55);
this.textBoxOwnerName.Name = "textBoxOwnerName";
this.textBoxOwnerName.Size = new System.Drawing.Size(100, 21);
this.textBoxOwnerName.TabIndex = 2;
//
// textBoxWyID
//
this.textBoxWyID.Location = new System.Drawing.Point(68, 16);
this.textBoxWyID.Name = "textBoxWyID";
this.textBoxWyID.ReadOnly = true;
this.textBoxWyID.Size = new System.Drawing.Size(100, 21);
this.textBoxWyID.TabIndex = 0;
//
// comboBoxCustomerID
//
this.comboBoxCustomerID.FormattingEnabled = true;
this.comboBoxCustomerID.Location = new System.Drawing.Point(265, 55);
this.comboBoxCustomerID.Name = "comboBoxCustomerID";
this.comboBoxCustomerID.Size = new System.Drawing.Size(146, 20);
this.comboBoxCustomerID.TabIndex = 3;
//
// label6
//
this.label6.Location = new System.Drawing.Point(8, 132);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 23);
this.label6.TabIndex = 0;
this.label6.Text = "公摊面积:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label5
//
this.label5.Location = new System.Drawing.Point(201, 93);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 23);
this.label5.TabIndex = 0;
this.label5.Text = "套内面积:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label10
//
this.label10.Location = new System.Drawing.Point(201, 171);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(71, 23);
this.label10.TabIndex = 0;
this.label10.Text = "房间号:";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label9
//
this.label9.Location = new System.Drawing.Point(8, 171);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 23);
this.label9.TabIndex = 0;
this.label9.Text = "楼层号:";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label11
//
this.label11.Location = new System.Drawing.Point(201, 54);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(71, 23);
this.label11.TabIndex = 0;
this.label11.Text = "缴费号:";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label8
//
this.label8.Location = new System.Drawing.Point(201, 132);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(71, 23);
this.label8.TabIndex = 0;
this.label8.Text = "单元号:";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label4
//
this.label4.Location = new System.Drawing.Point(8, 93);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 23);
this.label4.TabIndex = 0;
this.label4.Text = "建筑面积:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label12
//
this.label12.Location = new System.Drawing.Point(8, 210);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(71, 23);
this.label12.TabIndex = 0;
this.label12.Text = "业主详情:";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label7
//
this.label7.Location = new System.Drawing.Point(8, 54);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 23);
this.label7.TabIndex = 0;
this.label7.Text = "业主姓名:";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.Location = new System.Drawing.Point(201, 15);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 23);
this.label3.TabIndex = 0;
this.label3.Text = "物业名称:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.Location = new System.Drawing.Point(8, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 23);
this.label2.TabIndex = 0;
this.label2.Text = "物业ID:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel2
//
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel2.Controls.Add(this.dataGridView2);
this.panel2.Controls.Add(this.buttonImport);
this.panel2.Controls.Add(this.buttonDel);
this.panel2.Controls.Add(this.buttonModify);
this.panel2.Controls.Add(this.buttonNew);
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Location = new System.Drawing.Point(12, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(529, 346);
this.panel2.TabIndex = 2;
//
// dataGridView2
//
this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.ContextMenuStrip = this.contextMenuStrip2;
this.dataGridView2.Location = new System.Drawing.Point(3, 190);
this.dataGridView2.MultiSelect = false;
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView2.Size = new System.Drawing.Size(523, 148);
this.dataGridView2.TabIndex = 4;
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.删除收费项ToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(137, 26);
//
// 删除收费项ToolStripMenuItem
//
this.删除收费项ToolStripMenuItem.Name = "删除收费项ToolStripMenuItem";
this.删除收费项ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.删除收费项ToolStripMenuItem.Text = "删除收费项";
this.删除收费项ToolStripMenuItem.Click += new System.EventHandler(this.删除收费项ToolStripMenuItemClick);
//
// buttonClose
//
this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonClose.Location = new System.Drawing.Point(901, 12);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(75, 23);
this.buttonClose.TabIndex = 3;
this.buttonClose.Text = "退出";
this.buttonClose.UseVisualStyleBackColor = true;
this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
//
// buttonImport
//
this.buttonImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonImport.Location = new System.Drawing.Point(246, 161);
this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(95, 23);
this.buttonImport.TabIndex = 2;
this.buttonImport.Text = "导入物业信息";
this.buttonImport.UseVisualStyleBackColor = true;
this.buttonImport.Visible = false;
this.buttonImport.Click += new System.EventHandler(this.ButtonImportClick);
//
// buttonDel
//
this.buttonDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonDel.Location = new System.Drawing.Point(165, 161);
this.buttonDel.Name = "buttonDel";
this.buttonDel.Size = new System.Drawing.Size(75, 23);
this.buttonDel.TabIndex = 2;
this.buttonDel.Text = "删除物业";
this.buttonDel.UseVisualStyleBackColor = true;
this.buttonDel.Click += new System.EventHandler(this.ButtonDelClick);
//
// buttonModify
//
this.buttonModify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonModify.Location = new System.Drawing.Point(84, 161);
this.buttonModify.Name = "buttonModify";
this.buttonModify.Size = new System.Drawing.Size(75, 23);
this.buttonModify.TabIndex = 1;
this.buttonModify.Text = "修改物业";
this.buttonModify.UseVisualStyleBackColor = true;
this.buttonModify.Click += new System.EventHandler(this.ButtonModifyClick);
//
// buttonNew
//
this.buttonNew.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonNew.Location = new System.Drawing.Point(3, 161);
this.buttonNew.Name = "buttonNew";
this.buttonNew.Size = new System.Drawing.Size(75, 23);
this.buttonNew.TabIndex = 0;
this.buttonNew.Text = "新增物业";
this.buttonNew.UseVisualStyleBackColor = true;
this.buttonNew.Click += new System.EventHandler(this.ButtonNewClick);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Location = new System.Drawing.Point(3, 5);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(523, 150);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.SelectionChanged += new System.EventHandler(this.DataGridView1SelectionChanged);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新增物业ToolStripMenuItem,
this.修改物业ToolStripMenuItem,
this.删除物业ToolStripMenuItem,
this.toolStripMenuItem1,
this.增加收费项ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 98);
//
// 新增物业ToolStripMenuItem
//
this.新增物业ToolStripMenuItem.Name = "新增物业ToolStripMenuItem";
this.新增物业ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.新增物业ToolStripMenuItem.Text = "新增物业";
this.新增物业ToolStripMenuItem.Click += new System.EventHandler(this.新增物业ToolStripMenuItemClick);
//
// 修改物业ToolStripMenuItem
//
this.修改物业ToolStripMenuItem.Name = "修改物业ToolStripMenuItem";
this.修改物业ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.修改物业ToolStripMenuItem.Text = "修改物业";
this.修改物业ToolStripMenuItem.Click += new System.EventHandler(this.修改物业ToolStripMenuItemClick);
//
// 删除物业ToolStripMenuItem
//
this.删除物业ToolStripMenuItem.Name = "删除物业ToolStripMenuItem";
this.删除物业ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.删除物业ToolStripMenuItem.Text = "删除物业";
this.删除物业ToolStripMenuItem.Click += new System.EventHandler(this.删除物业ToolStripMenuItemClick);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
//
// 增加收费项ToolStripMenuItem
//
this.增加收费项ToolStripMenuItem.Name = "增加收费项ToolStripMenuItem";
this.增加收费项ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.增加收费项ToolStripMenuItem.Text = "增加收费项";
this.增加收费项ToolStripMenuItem.Click += new System.EventHandler(this.增加收费项ToolStripMenuItemClick);
//
// FormWyInfos
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(988, 369);
this.Controls.Add(this.buttonClose);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label1);
this.Name = "FormWyInfos";
this.Text = "物业信息";
this.Load += new System.EventHandler(this.FormWyInfosLoad);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.contextMenuStrip2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。