📄 commonpropertyform.designer.cs
字号:
namespace MyCommunity
{
partial class CommonPropertyForm
{
/// <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.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(CommonPropertyForm));
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.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.打印ToolStripButton = 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.启用日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
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.公共财产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();
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();
启用日期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.公共财产DataGridView)).BeginInit();
this.SuspendLayout();
//
// 财产编号Label
//
财产编号Label.AutoSize = true;
财产编号Label.Location = new System.Drawing.Point(7, 36);
财产编号Label.Name = "财产编号Label";
财产编号Label.Size = new System.Drawing.Size(59, 12);
财产编号Label.TabIndex = 2;
财产编号Label.Text = "财产编号:";
//
// 财产名称Label
//
财产名称Label.AutoSize = true;
财产名称Label.Location = new System.Drawing.Point(188, 36);
财产名称Label.Name = "财产名称Label";
财产名称Label.Size = new System.Drawing.Size(59, 12);
财产名称Label.TabIndex = 4;
财产名称Label.Text = "财产名称:";
//
// 规格型号Label
//
规格型号Label.AutoSize = true;
规格型号Label.Location = new System.Drawing.Point(361, 36);
规格型号Label.Name = "规格型号Label";
规格型号Label.Size = new System.Drawing.Size(59, 12);
规格型号Label.TabIndex = 6;
规格型号Label.Text = "规格型号:";
//
// 所属类别Label
//
所属类别Label.AutoSize = true;
所属类别Label.Location = new System.Drawing.Point(6, 59);
所属类别Label.Name = "所属类别Label";
所属类别Label.Size = new System.Drawing.Size(59, 12);
所属类别Label.TabIndex = 8;
所属类别Label.Text = "所属类别:";
//
// 财产原值Label
//
财产原值Label.AutoSize = true;
财产原值Label.Location = new System.Drawing.Point(165, 60);
财产原值Label.Name = "财产原值Label";
财产原值Label.Size = new System.Drawing.Size(83, 12);
财产原值Label.TabIndex = 10;
财产原值Label.Text = "财产原值(元):";
//
// 启用日期Label
//
启用日期Label.AutoSize = true;
启用日期Label.Location = new System.Drawing.Point(342, 60);
启用日期Label.Name = "启用日期Label";
启用日期Label.Size = new System.Drawing.Size(59, 12);
启用日期Label.TabIndex = 12;
启用日期Label.Text = "启用日期:";
//
// 存放位置Label
//
存放位置Label.AutoSize = true;
存放位置Label.Location = new System.Drawing.Point(5, 82);
存放位置Label.Name = "存放位置Label";
存放位置Label.Size = new System.Drawing.Size(59, 12);
存放位置Label.TabIndex = 14;
存放位置Label.Text = "存放位置:";
//
// 当前状态Label
//
当前状态Label.AutoSize = true;
当前状态Label.Location = new System.Drawing.Point(238, 82);
当前状态Label.Name = "当前状态Label";
当前状态Label.Size = new System.Drawing.Size(59, 12);
当前状态Label.TabIndex = 16;
当前状态Label.Text = "当前状态:";
//
// 保管人员Label
//
保管人员Label.AutoSize = true;
保管人员Label.Location = new System.Drawing.Point(381, 82);
保管人员Label.Name = "保管人员Label";
保管人员Label.Size = new System.Drawing.Size(59, 12);
保管人员Label.TabIndex = 18;
保管人员Label.Text = "保管人员:";
//
// 补充说明Label
//
补充说明Label.AutoSize = true;
补充说明Label.Location = new System.Drawing.Point(5, 105);
补充说明Label.Name = "补充说明Label";
补充说明Label.Size = new System.Drawing.Size(59, 12);
补充说明Label.TabIndex = 20;
补充说明Label.Text = "补充说明:";
//
// 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;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -