📄 manualform.designer.cs
字号:
namespace MyHouse
{
partial class ManualForm
{
/// <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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManualForm));
this.myHouseDataSet = new MyHouse.MyHouseDataSet();
this.业务资料管理BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.业务资料管理TableAdapter = new MyHouse.MyHouseDataSetTableAdapters.业务资料管理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.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.业务资料管理DataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.自编号TextBox = new System.Windows.Forms.TextBox();
this.类别TextBox = new System.Windows.Forms.TextBox();
this.标题TextBox = new System.Windows.Forms.TextBox();
this.说明TextBox = new System.Windows.Forms.TextBox();
this.原始文件名TextBox = new System.Windows.Forms.TextBox();
this.显示文件Button = new System.Windows.Forms.Button();
自编号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.myHouseDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.业务资料管理BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.业务资料管理BindingNavigator)).BeginInit();
this.业务资料管理BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.业务资料管理DataGridView)).BeginInit();
this.SuspendLayout();
//
// 自编号Label
//
自编号Label.AutoSize = true;
自编号Label.Location = new System.Drawing.Point(1, 30);
自编号Label.Name = "自编号Label";
自编号Label.Size = new System.Drawing.Size(47, 12);
自编号Label.TabIndex = 2;
自编号Label.Text = "自编号:";
//
// 类别Label
//
类别Label.AutoSize = true;
类别Label.Location = new System.Drawing.Point(286, 31);
类别Label.Name = "类别Label";
类别Label.Size = new System.Drawing.Size(35, 12);
类别Label.TabIndex = 4;
类别Label.Text = "类别:";
//
// 标题Label
//
标题Label.AutoSize = true;
标题Label.Location = new System.Drawing.Point(1, 57);
标题Label.Name = "标题Label";
标题Label.Size = new System.Drawing.Size(35, 12);
标题Label.TabIndex = 6;
标题Label.Text = "标题:";
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(1, 80);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 8;
说明Label.Text = "说明:";
//
// 原始文件名Label
//
原始文件名Label.AutoSize = true;
原始文件名Label.Location = new System.Drawing.Point(0, 104);
原始文件名Label.Name = "原始文件名Label";
原始文件名Label.Size = new System.Drawing.Size(71, 12);
原始文件名Label.TabIndex = 10;
原始文件名Label.Text = "原始文件名:";
//
// myHouseDataSet
//
this.myHouseDataSet.DataSetName = "MyHouseDataSet";
this.myHouseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 业务资料管理BindingSource
//
this.业务资料管理BindingSource.DataMember = "业务资料管理";
this.业务资料管理BindingSource.DataSource = this.myHouseDataSet;
//
// 业务资料管理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.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(550, 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 = "删除";
//
// 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);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "位置";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
//
// bindingNavigatorSeparator1
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -