📄 ownerrepairform.designer.cs
字号:
//
// 维修编号TextBox
//
this.维修编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "维修编号", true));
this.维修编号TextBox.Location = new System.Drawing.Point(69, 28);
this.维修编号TextBox.Name = "维修编号TextBox";
this.维修编号TextBox.Size = new System.Drawing.Size(121, 21);
this.维修编号TextBox.TabIndex = 3;
//
// 楼栋名称ComboBox
//
this.楼栋名称ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "楼栋名称", true));
this.楼栋名称ComboBox.DataSource = this.楼栋信息BindingSource;
this.楼栋名称ComboBox.DisplayMember = "楼栋名称";
this.楼栋名称ComboBox.FormattingEnabled = true;
this.楼栋名称ComboBox.Location = new System.Drawing.Point(258, 29);
this.楼栋名称ComboBox.Name = "楼栋名称ComboBox";
this.楼栋名称ComboBox.Size = new System.Drawing.Size(122, 20);
this.楼栋名称ComboBox.TabIndex = 5;
this.楼栋名称ComboBox.ValueMember = "楼栋名称";
this.楼栋名称ComboBox.SelectedIndexChanged += new System.EventHandler(this.楼栋名称ComboBox_SelectedIndexChanged);
//
// 楼栋信息BindingSource
//
this.楼栋信息BindingSource.DataMember = "楼栋信息";
this.楼栋信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 业主编号TextBox
//
this.业主编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "业主编号", true));
this.业主编号TextBox.Location = new System.Drawing.Point(69, 52);
this.业主编号TextBox.Name = "业主编号TextBox";
this.业主编号TextBox.ReadOnly = true;
this.业主编号TextBox.Size = new System.Drawing.Size(121, 21);
this.业主编号TextBox.TabIndex = 7;
//
// 业主姓名ComboBox
//
this.业主姓名ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "业主姓名", true));
this.业主姓名ComboBox.DataSource = this.业主信息BindingSource;
this.业主姓名ComboBox.DisplayMember = "业主姓名";
this.业主姓名ComboBox.FormattingEnabled = true;
this.业主姓名ComboBox.Location = new System.Drawing.Point(451, 29);
this.业主姓名ComboBox.Name = "业主姓名ComboBox";
this.业主姓名ComboBox.Size = new System.Drawing.Size(79, 20);
this.业主姓名ComboBox.TabIndex = 9;
this.业主姓名ComboBox.ValueMember = "业主编号";
this.业主姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.业主姓名ComboBox_SelectedIndexChanged);
//
// 业主信息BindingSource
//
this.业主信息BindingSource.DataMember = "业主信息";
this.业主信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 报修日期DateTimePicker
//
this.报修日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.业主维修BindingSource, "报修日期", true));
this.报修日期DateTimePicker.Location = new System.Drawing.Point(258, 52);
this.报修日期DateTimePicker.Name = "报修日期DateTimePicker";
this.报修日期DateTimePicker.Size = new System.Drawing.Size(122, 21);
this.报修日期DateTimePicker.TabIndex = 11;
//
// 接待人员TextBox
//
this.接待人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "接待人员", true));
this.接待人员TextBox.Location = new System.Drawing.Point(451, 52);
this.接待人员TextBox.Name = "接待人员TextBox";
this.接待人员TextBox.Size = new System.Drawing.Size(83, 21);
this.接待人员TextBox.TabIndex = 13;
//
// 故障现象TextBox
//
this.故障现象TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "故障现象", true));
this.故障现象TextBox.Location = new System.Drawing.Point(69, 76);
this.故障现象TextBox.Name = "故障现象TextBox";
this.故障现象TextBox.Size = new System.Drawing.Size(465, 21);
this.故障现象TextBox.TabIndex = 15;
//
// 处理意见TextBox
//
this.处理意见TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "处理意见", true));
this.处理意见TextBox.Location = new System.Drawing.Point(69, 100);
this.处理意见TextBox.Name = "处理意见TextBox";
this.处理意见TextBox.Size = new System.Drawing.Size(465, 21);
this.处理意见TextBox.TabIndex = 17;
//
// 修理日期DateTimePicker
//
this.修理日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.业主维修BindingSource, "修理日期", true));
this.修理日期DateTimePicker.Location = new System.Drawing.Point(69, 124);
this.修理日期DateTimePicker.Name = "修理日期DateTimePicker";
this.修理日期DateTimePicker.Size = new System.Drawing.Size(110, 21);
this.修理日期DateTimePicker.TabIndex = 19;
//
// 修理人员TextBox
//
this.修理人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "修理人员", true));
this.修理人员TextBox.Location = new System.Drawing.Point(247, 124);
this.修理人员TextBox.Name = "修理人员TextBox";
this.修理人员TextBox.Size = new System.Drawing.Size(53, 21);
this.修理人员TextBox.TabIndex = 21;
//
// 修理费用TextBox
//
this.修理费用TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "修理费用", true));
this.修理费用TextBox.Location = new System.Drawing.Point(366, 124);
this.修理费用TextBox.Name = "修理费用TextBox";
this.修理费用TextBox.Size = new System.Drawing.Size(56, 21);
this.修理费用TextBox.TabIndex = 23;
//
// 材料费用TextBox
//
this.材料费用TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "材料费用", true));
this.材料费用TextBox.Location = new System.Drawing.Point(488, 124);
this.材料费用TextBox.Name = "材料费用TextBox";
this.材料费用TextBox.Size = new System.Drawing.Size(46, 21);
this.材料费用TextBox.TabIndex = 25;
//
// 修理结果TextBox
//
this.修理结果TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "修理结果", true));
this.修理结果TextBox.Location = new System.Drawing.Point(69, 148);
this.修理结果TextBox.Name = "修理结果TextBox";
this.修理结果TextBox.Size = new System.Drawing.Size(465, 21);
this.修理结果TextBox.TabIndex = 27;
//
// 补充说明TextBox
//
this.补充说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主维修BindingSource, "补充说明", true));
this.补充说明TextBox.Location = new System.Drawing.Point(69, 172);
this.补充说明TextBox.Name = "补充说明TextBox";
this.补充说明TextBox.Size = new System.Drawing.Size(465, 21);
this.补充说明TextBox.TabIndex = 29;
//
// 楼栋信息TableAdapter
//
this.楼栋信息TableAdapter.ClearBeforeFill = true;
//
// 业主信息TableAdapter
//
this.业主信息TableAdapter.ClearBeforeFill = true;
//
// 业主维修DataGridView
//
this.业主维修DataGridView.AllowUserToAddRows = false;
this.业主维修DataGridView.AllowUserToDeleteRows = false;
this.业主维修DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.业主维修DataGridView.AutoGenerateColumns = false;
this.业主维修DataGridView.BackgroundColor = System.Drawing.Color.LightGray;
this.业主维修DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.业主维修DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
this.业主维修DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.维修编号DataGridViewTextBoxColumn,
this.楼栋名称DataGridViewTextBoxColumn,
this.业主编号DataGridViewTextBoxColumn,
this.业主姓名DataGridViewTextBoxColumn,
this.报修日期DataGridViewTextBoxColumn,
this.接待人员DataGridViewTextBoxColumn,
this.故障现象DataGridViewTextBoxColumn,
this.处理意见DataGridViewTextBoxColumn,
this.修理日期DataGridViewTextBoxColumn,
this.修理人员DataGridViewTextBoxColumn,
this.修理费用DataGridViewTextBoxColumn,
this.材料费用DataGridViewTextBoxColumn,
this.修理结果DataGridViewTextBoxColumn,
this.补充说明DataGridViewTextBoxColumn});
this.业主维修DataGridView.DataSource = this.业主维修BindingSource;
this.业主维修DataGridView.Location = new System.Drawing.Point(8, 203);
this.业主维修DataGridView.MultiSelect = false;
this.业主维修DataGridView.Name = "业主维修DataGridView";
this.业主维修DataGridView.ReadOnly = true;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.业主维修DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
this.业主维修DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.Green;
this.业主维修DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle15;
this.业主维修DataGridView.RowTemplate.Height = 23;
this.业主维修DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.业主维修DataGridView.Size = new System.Drawing.Size(526, 204);
this.业主维修DataGridView.TabIndex = 35;
//
// 维修编号DataGridViewTextBoxColumn
//
this.维修编号DataGridViewTextBoxColumn.DataPropertyName = "维修编号";
this.维修编号DataGridViewTextBoxColumn.HeaderText = "维修编号";
this.维修编号DataGridViewTextBoxColumn.Name = "维修编号DataGridViewTextBoxColumn";
this.维修编号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 楼栋名称DataGridViewTextBoxColumn
//
this.楼栋名称DataGridViewTextBoxColumn.DataPropertyName = "楼栋名称";
this.楼栋名称DataGridViewTextBoxColumn.HeaderText = "楼栋名称";
this.楼栋名称DataGridViewTextBoxColumn.Name = "楼栋名称DataGridViewTextBoxColumn";
this.楼栋名称DataGridViewTextBoxColumn.ReadOnly = true;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -