📄 complainform.designer.cs
字号:
//
// 投诉内容Label
//
投诉内容Label.AutoSize = true;
投诉内容Label.Location = new System.Drawing.Point(9, 80);
投诉内容Label.Name = "投诉内容Label";
投诉内容Label.Size = new System.Drawing.Size(59, 12);
投诉内容Label.TabIndex = 16;
投诉内容Label.Text = "投诉内容:";
//
// 投诉内容TextBox
//
this.投诉内容TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(466, 21);
this.投诉内容TextBox.TabIndex = 17;
//
// 处理日期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 = 18;
处理日期Label.Text = "处理日期:";
//
// 处理日期DateTimePicker
//
this.处理日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.服务投诉BindingSource, "处理日期", true));
this.处理日期DateTimePicker.Location = new System.Drawing.Point(69, 101);
this.处理日期DateTimePicker.Name = "处理日期DateTimePicker";
this.处理日期DateTimePicker.Size = new System.Drawing.Size(200, 21);
this.处理日期DateTimePicker.TabIndex = 19;
//
// 处理人员Label
//
处理人员Label.AutoSize = true;
处理人员Label.Location = new System.Drawing.Point(274, 105);
处理人员Label.Name = "处理人员Label";
处理人员Label.Size = new System.Drawing.Size(59, 12);
处理人员Label.TabIndex = 20;
处理人员Label.Text = "处理人员:";
//
// 处理人员TextBox
//
this.处理人员TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.处理人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "处理人员", true));
this.处理人员TextBox.Location = new System.Drawing.Point(339, 101);
this.处理人员TextBox.Name = "处理人员TextBox";
this.处理人员TextBox.Size = new System.Drawing.Size(196, 21);
this.处理人员TextBox.TabIndex = 21;
//
// 处理意见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 = 22;
处理意见Label.Text = "处理意见:";
//
// 处理意见TextBox
//
this.处理意见TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.处理意见TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "处理意见", true));
this.处理意见TextBox.Location = new System.Drawing.Point(69, 125);
this.处理意见TextBox.Name = "处理意见TextBox";
this.处理意见TextBox.Size = new System.Drawing.Size(466, 21);
this.处理意见TextBox.TabIndex = 23;
//
// 处理结果Label
//
处理结果Label.AutoSize = true;
处理结果Label.Location = new System.Drawing.Point(8, 153);
处理结果Label.Name = "处理结果Label";
处理结果Label.Size = new System.Drawing.Size(59, 12);
处理结果Label.TabIndex = 24;
处理结果Label.Text = "处理结果:";
//
// 处理结果TextBox
//
this.处理结果TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.处理结果TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "处理结果", true));
this.处理结果TextBox.Location = new System.Drawing.Point(69, 150);
this.处理结果TextBox.Name = "处理结果TextBox";
this.处理结果TextBox.Size = new System.Drawing.Size(466, 21);
this.处理结果TextBox.TabIndex = 25;
//
// 业主反馈Label
//
业主反馈Label.AutoSize = true;
业主反馈Label.Location = new System.Drawing.Point(8, 178);
业主反馈Label.Name = "业主反馈Label";
业主反馈Label.Size = new System.Drawing.Size(59, 12);
业主反馈Label.TabIndex = 26;
业主反馈Label.Text = "业主反馈:";
//
// 业主反馈TextBox
//
this.业主反馈TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.业主反馈TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "业主反馈", true));
this.业主反馈TextBox.Location = new System.Drawing.Point(69, 175);
this.业主反馈TextBox.Name = "业主反馈TextBox";
this.业主反馈TextBox.Size = new System.Drawing.Size(466, 21);
this.业主反馈TextBox.TabIndex = 27;
//
// 补充说明Label
//
补充说明Label.AutoSize = true;
补充说明Label.Location = new System.Drawing.Point(8, 203);
补充说明Label.Name = "补充说明Label";
补充说明Label.Size = new System.Drawing.Size(59, 12);
补充说明Label.TabIndex = 28;
补充说明Label.Text = "补充说明:";
//
// 补充说明TextBox
//
this.补充说明TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.补充说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "补充说明", true));
this.补充说明TextBox.Location = new System.Drawing.Point(69, 200);
this.补充说明TextBox.Name = "补充说明TextBox";
this.补充说明TextBox.Size = new System.Drawing.Size(466, 21);
this.补充说明TextBox.TabIndex = 29;
//
// 楼栋信息BindingSource
//
this.楼栋信息BindingSource.DataMember = "楼栋信息";
this.楼栋信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 楼栋信息TableAdapter
//
this.楼栋信息TableAdapter.ClearBeforeFill = true;
//
// 业主信息BindingSource
//
this.业主信息BindingSource.DataMember = "业主信息";
this.业主信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 业主信息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;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.服务投诉DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
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, 230);
this.服务投诉DataGridView.MultiSelect = false;
this.服务投诉DataGridView.Name = "服务投诉DataGridView";
this.服务投诉DataGridView.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.服务投诉DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.服务投诉DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Green;
this.服务投诉DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.服务投诉DataGridView.RowTemplate.Height = 23;
this.服务投诉DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.服务投诉DataGridView.Size = new System.Drawing.Size(526, 177);
this.服务投诉DataGridView.TabIndex = 36;
//
// 投诉编号DataGridViewTextBoxColumn
//
this.投诉编号DataGridViewTextBoxColumn.DataPropertyName = "投诉编号";
this.投诉编号DataGridViewTextBoxColumn.HeaderText = "投诉编号";
this.投诉编号DataGridViewTextBoxColumn.Name = "投诉编号DataGridViewTextBoxColumn";
this.投诉编号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 楼栋名称DataGridViewTextBoxColumn
//
this.楼栋名称DataGridViewTextBoxColumn.DataPropertyName = "楼栋名称";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -