📄 moveform.designer.cs
字号:
namespace MyCommunity
{
partial class MoveForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoveForm));
System.Windows.Forms.Label 业主编号Label;
System.Windows.Forms.Label 业主姓名Label;
System.Windows.Forms.Label 迁出日期Label;
System.Windows.Forms.Label 迁出原因Label;
System.Windows.Forms.Label 补充说明Label;
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
this.迁出信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.迁出信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.迁出信息TableAdapter();
this.迁出信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.业主编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.业主编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.迁出信息BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.业主编号TextBox = new System.Windows.Forms.TextBox();
this.业主姓名ComboBox = new System.Windows.Forms.ComboBox();
this.迁出日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.迁出原因TextBox = new System.Windows.Forms.TextBox();
this.补充说明TextBox = new System.Windows.Forms.TextBox();
this.楼栋名称Label = new System.Windows.Forms.Label();
this.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
this.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
this.迁出信息DataGridView = new System.Windows.Forms.DataGridView();
this.业主编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.业主姓名DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.迁出日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.迁出原因DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.补充说明DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
业主编号Label = new System.Windows.Forms.Label();
业主姓名Label = new System.Windows.Forms.Label();
迁出日期Label = new System.Windows.Forms.Label();
迁出原因Label = new System.Windows.Forms.Label();
补充说明Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.迁出信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.迁出信息BindingNavigator)).BeginInit();
this.迁出信息BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.迁出信息DataGridView)).BeginInit();
this.SuspendLayout();
//
// dBCommunityDataSet
//
this.dBCommunityDataSet.DataSetName = "DBCommunityDataSet";
this.dBCommunityDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 迁出信息BindingSource
//
this.迁出信息BindingSource.DataMember = "迁出信息";
this.迁出信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 迁出信息TableAdapter
//
this.迁出信息TableAdapter.ClearBeforeFill = true;
//
// 迁出信息BindingNavigator
//
this.迁出信息BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.迁出信息BindingNavigator.BindingSource = this.迁出信息BindingSource;
this.迁出信息BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.迁出信息BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.迁出信息BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.业主编号ToolStripLabel,
this.业主编号ToolStripTextBox,
this.查询ToolStripButton,
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
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 = this.bindingNavigatorPositionItem;
this.迁出信息BindingNavigator.Size = new System.Drawing.Size(542, 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 = "新增";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// 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(60, 25);
this.业主编号ToolStripTextBox.Text = "%%";
//
// 查询ToolStripButton
//
this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
this.查询ToolStripButton.Name = "查询ToolStripButton";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -