📄 goodsform.designer.cs
字号:
namespace MyHotel
{
partial class GoodsForm
{
/// <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.Windows.Forms.Label 说明Label;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoodsForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.消费物品BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.消费物品BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.myHotelDataSet = new MyHotel.MyHotelDataSet();
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.名称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.说明TextBox = new System.Windows.Forms.TextBox();
this.消费物品TableAdapter = new MyHotel.MyHotelDataSetTableAdapters.消费物品TableAdapter();
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.dataGridViewTextBoxColumn6 = 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();
说明Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.消费物品BindingNavigator)).BeginInit();
this.消费物品BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.消费物品BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.消费物品DataGridView)).BeginInit();
this.SuspendLayout();
//
// 名称Label
//
名称Label.AutoSize = true;
名称Label.Location = new System.Drawing.Point(2, 33);
名称Label.Name = "名称Label";
名称Label.Size = new System.Drawing.Size(35, 12);
名称Label.TabIndex = 1;
名称Label.Text = "名称:";
//
// 单价Label
//
单价Label.AutoSize = true;
单价Label.Location = new System.Drawing.Point(149, 33);
单价Label.Name = "单价Label";
单价Label.Size = new System.Drawing.Size(35, 12);
单价Label.TabIndex = 3;
单价Label.Text = "单价:";
//
// 单位Label
//
单位Label.AutoSize = true;
单位Label.Location = new System.Drawing.Point(252, 33);
单位Label.Name = "单位Label";
单位Label.Size = new System.Drawing.Size(35, 12);
单位Label.TabIndex = 5;
单位Label.Text = "单位:";
//
// 类别Label
//
类别Label.AutoSize = true;
类别Label.Location = new System.Drawing.Point(341, 33);
类别Label.Name = "类别Label";
类别Label.Size = new System.Drawing.Size(35, 12);
类别Label.TabIndex = 7;
类别Label.Text = "类别:";
//
// 产地Label
//
产地Label.AutoSize = true;
产地Label.Location = new System.Drawing.Point(2, 58);
产地Label.Name = "产地Label";
产地Label.Size = new System.Drawing.Size(35, 12);
产地Label.TabIndex = 9;
产地Label.Text = "产地:";
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(149, 58);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 11;
说明Label.Text = "说明:";
//
// 消费物品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(540, 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.myHotelDataSet;
//
// myHotelDataSet
//
this.myHotelDataSet.DataSetName = "MyHotelDataSet";
this.myHotelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 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 = "位置";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -