📄 ownerrepairform.designer.cs
字号:
namespace MyCommunity
{
partial class OwnerRepairForm
{
/// <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.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(OwnerRepairForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = 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.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.维修编号TextBox = new System.Windows.Forms.TextBox();
this.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
this.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.业主编号TextBox = new System.Windows.Forms.TextBox();
this.业主姓名ComboBox = new System.Windows.Forms.ComboBox();
this.业主信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
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.修理日期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.补充说明TextBox = new System.Windows.Forms.TextBox();
this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
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();
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.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
维修编号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();
修理费用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.业主信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.业主维修DataGridView)).BeginInit();
this.SuspendLayout();
//
// 维修编号Label
//
维修编号Label.AutoSize = true;
维修编号Label.Location = new System.Drawing.Point(9, 33);
维修编号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(198, 33);
楼栋名称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(9, 57);
业主编号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(386, 33);
业主姓名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(198, 57);
报修日期Label.Name = "报修日期Label";
报修日期Label.Size = new System.Drawing.Size(59, 12);
报修日期Label.TabIndex = 10;
报修日期Label.Text = "报修日期:";
//
// 接待人员Label
//
接待人员Label.AutoSize = true;
接待人员Label.Location = new System.Drawing.Point(386, 57);
接待人员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(9, 81);
故障现象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(9, 105);
处理意见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(9, 129);
修理日期Label.Name = "修理日期Label";
修理日期Label.Size = new System.Drawing.Size(59, 12);
修理日期Label.TabIndex = 18;
修理日期Label.Text = "修理日期:";
//
// 修理人员Label
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -