📄 contractform.designer.cs
字号:
//
客户姓名Label.AutoSize = true;
客户姓名Label.Location = new System.Drawing.Point(417, 80);
客户姓名Label.Name = "客户姓名Label";
客户姓名Label.Size = new System.Drawing.Size(59, 12);
客户姓名Label.TabIndex = 20;
客户姓名Label.Text = "客户姓名:";
//
// 身份证号码Label
//
身份证号码Label.AutoSize = true;
身份证号码Label.Location = new System.Drawing.Point(1, 104);
身份证号码Label.Name = "身份证号码Label";
身份证号码Label.Size = new System.Drawing.Size(71, 12);
身份证号码Label.TabIndex = 22;
身份证号码Label.Text = "身份证号码:";
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(210, 101);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 24;
联系电话Label.Text = "联系电话:";
//
// 电子邮箱Label
//
电子邮箱Label.AutoSize = true;
电子邮箱Label.Location = new System.Drawing.Point(366, 101);
电子邮箱Label.Name = "电子邮箱Label";
电子邮箱Label.Size = new System.Drawing.Size(59, 12);
电子邮箱Label.TabIndex = 26;
电子邮箱Label.Text = "电子邮箱:";
//
// 文件名Label
//
文件名Label.AutoSize = true;
文件名Label.Location = new System.Drawing.Point(1, 128);
文件名Label.Name = "文件名Label";
文件名Label.Size = new System.Drawing.Size(47, 12);
文件名Label.TabIndex = 28;
文件名Label.Text = "文件名:";
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(1, 150);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 30;
说明Label.Text = "说明:";
//
// 租售成交管理BindingNavigator
//
this.租售成交管理BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.租售成交管理BindingNavigator.BindingSource = this.租售成交管理BindingSource;
this.租售成交管理BindingNavigator.CountItem = null;
this.租售成交管理BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.租售成交管理BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.资料编号ToolStripLabel,
this.资料编号ToolStripTextBox,
this.经办人ToolStripLabel,
this.经办人ToolStripTextBox,
this.查询ToolStripButton,
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.租售成交管理BindingNavigatorSaveItem});
this.租售成交管理BindingNavigator.Location = new System.Drawing.Point(0, 0);
this.租售成交管理BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.租售成交管理BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.租售成交管理BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.租售成交管理BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.租售成交管理BindingNavigator.Name = "租售成交管理BindingNavigator";
this.租售成交管理BindingNavigator.PositionItem = null;
this.租售成交管理BindingNavigator.Size = new System.Drawing.Size(558, 25);
this.租售成交管理BindingNavigator.TabIndex = 0;
this.租售成交管理BindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(49, 22);
this.bindingNavigatorAddNewItem.Text = "新增";
//
// 租售成交管理BindingSource
//
this.租售成交管理BindingSource.DataMember = "租售成交管理";
this.租售成交管理BindingSource.DataSource = this.myHouseDataSet;
//
// myHouseDataSet
//
this.myHouseDataSet.DataSetName = "MyHouseDataSet";
this.myHouseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(49, 22);
this.bindingNavigatorDeleteItem.Text = "删除";
//
// 资料编号ToolStripLabel
//
this.资料编号ToolStripLabel.Name = "资料编号ToolStripLabel";
this.资料编号ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.资料编号ToolStripLabel.Text = "资料编号:";
//
// 资料编号ToolStripTextBox
//
this.资料编号ToolStripTextBox.Name = "资料编号ToolStripTextBox";
this.资料编号ToolStripTextBox.Size = new System.Drawing.Size(50, 25);
this.资料编号ToolStripTextBox.Text = "%%";
//
// 经办人ToolStripLabel
//
this.经办人ToolStripLabel.Name = "经办人ToolStripLabel";
this.经办人ToolStripLabel.Size = new System.Drawing.Size(47, 22);
this.经办人ToolStripLabel.Text = "经办人:";
//
// 经办人ToolStripTextBox
//
this.经办人ToolStripTextBox.Name = "经办人ToolStripTextBox";
this.经办人ToolStripTextBox.Size = new System.Drawing.Size(50, 25);
this.经办人ToolStripTextBox.Text = "%%";
//
// 查询ToolStripButton
//
this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
this.查询ToolStripButton.Name = "查询ToolStripButton";
this.查询ToolStripButton.Size = new System.Drawing.Size(49, 22);
this.查询ToolStripButton.Text = "查询";
this.查询ToolStripButton.Click += new System.EventHandler(this.查询ToolStripButton_Click);
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// 租售成交管理BindingNavigatorSaveItem
//
this.租售成交管理BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("租售成交管理BindingNavigatorSaveItem.Image")));
this.租售成交管理BindingNavigatorSaveItem.Name = "租售成交管理BindingNavigatorSaveItem";
this.租售成交管理BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
this.租售成交管理BindingNavigatorSaveItem.Text = "保存";
this.租售成交管理BindingNavigatorSaveItem.Click += new System.EventHandler(this.租售成交管理BindingNavigatorSaveItem_Click);
//
// 租售成交管理DataGridView
//
this.租售成交管理DataGridView.AllowUserToAddRows = false;
this.租售成交管理DataGridView.AllowUserToDeleteRows = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -