📄 reportcomplainform.designer.cs
字号:
namespace MyCommunity
{
partial class ReportComplainForm
{
/// <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()
{
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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportComplainForm));
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.打印Button = new System.Windows.Forms.Button();
this.投诉主题Label = new System.Windows.Forms.Label();
this.开始日期Label = new System.Windows.Forms.Label();
this.查询Button = new System.Windows.Forms.Button();
this.结束日期Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.投诉报表DataGridView)).BeginInit();
this.SuspendLayout();
//
// 投诉主题TextBox
//
this.投诉主题TextBox.Location = new System.Drawing.Point(75, 36);
this.投诉主题TextBox.Name = "投诉主题TextBox";
this.投诉主题TextBox.Size = new System.Drawing.Size(458, 21);
this.投诉主题TextBox.TabIndex = 67;
//
// 开始日期TextBox
//
this.开始日期TextBox.Location = new System.Drawing.Point(72, 9);
this.开始日期TextBox.Name = "开始日期TextBox";
this.开始日期TextBox.Size = new System.Drawing.Size(103, 21);
this.开始日期TextBox.TabIndex = 66;
this.开始日期TextBox.Text = "2006-1-1";
//
// 结束日期TextBox
//
this.结束日期TextBox.Location = new System.Drawing.Point(244, 9);
this.结束日期TextBox.Name = "结束日期TextBox";
this.结束日期TextBox.Size = new System.Drawing.Size(114, 21);
this.结束日期TextBox.TabIndex = 65;
this.结束日期TextBox.Text = "2010-12-31";
//
// 投诉报表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.BackgroundColor = System.Drawing.Color.LightGray;
this.投诉报表DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.投诉报表DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.投诉报表DataGridView.Location = new System.Drawing.Point(10, 63);
this.投诉报表DataGridView.MultiSelect = false;
this.投诉报表DataGridView.Name = "投诉报表DataGridView";
this.投诉报表DataGridView.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.投诉报表DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.投诉报表DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Green;
this.投诉报表DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.投诉报表DataGridView.RowTemplate.Height = 23;
this.投诉报表DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.投诉报表DataGridView.Size = new System.Drawing.Size(523, 345);
this.投诉报表DataGridView.TabIndex = 64;
//
// 打印Button
//
this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
this.打印Button.Location = new System.Drawing.Point(450, 7);
this.打印Button.Name = "打印Button";
this.打印Button.Size = new System.Drawing.Size(80, 23);
this.打印Button.TabIndex = 63;
this.打印Button.Text = "打印";
this.打印Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.打印Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.打印Button.UseVisualStyleBackColor = true;
this.打印Button.Click += new System.EventHandler(this.打印Button_Click);
//
// 投诉主题Label
//
this.投诉主题Label.AutoSize = true;
this.投诉主题Label.Location = new System.Drawing.Point(9, 41);
this.投诉主题Label.Name = "投诉主题Label";
this.投诉主题Label.Size = new System.Drawing.Size(65, 12);
this.投诉主题Label.TabIndex = 60;
this.投诉主题Label.Text = "投诉主题:";
//
// 开始日期Label
//
this.开始日期Label.AutoSize = true;
this.开始日期Label.Location = new System.Drawing.Point(8, 15);
this.开始日期Label.Name = "开始日期Label";
this.开始日期Label.Size = new System.Drawing.Size(65, 12);
this.开始日期Label.TabIndex = 59;
this.开始日期Label.Text = "开始日期:";
//
// 查询Button
//
this.查询Button.Image = ((System.Drawing.Image)(resources.GetObject("查询Button.Image")));
this.查询Button.Location = new System.Drawing.Point(364, 7);
this.查询Button.Name = "查询Button";
this.查询Button.Size = new System.Drawing.Size(80, 23);
this.查询Button.TabIndex = 58;
this.查询Button.Text = "查询";
this.查询Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.查询Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.查询Button.UseVisualStyleBackColor = true;
this.查询Button.Click += new System.EventHandler(this.查询Button_Click);
//
// 结束日期Label
//
this.结束日期Label.AutoSize = true;
this.结束日期Label.Location = new System.Drawing.Point(181, 15);
this.结束日期Label.Name = "结束日期Label";
this.结束日期Label.Size = new System.Drawing.Size(65, 12);
this.结束日期Label.TabIndex = 55;
this.结束日期Label.Text = "结束日期:";
//
// ReportComplainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 416);
this.Controls.Add(this.投诉主题TextBox);
this.Controls.Add(this.开始日期TextBox);
this.Controls.Add(this.结束日期TextBox);
this.Controls.Add(this.投诉报表DataGridView);
this.Controls.Add(this.打印Button);
this.Controls.Add(this.投诉主题Label);
this.Controls.Add(this.开始日期Label);
this.Controls.Add(this.查询Button);
this.Controls.Add(this.结束日期Label);
this.Name = "ReportComplainForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "报表管理[投诉统计报表]";
((System.ComponentModel.ISupportInitialize)(this.投诉报表DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox 投诉主题TextBox;
private System.Windows.Forms.TextBox 开始日期TextBox;
private System.Windows.Forms.TextBox 结束日期TextBox;
private System.Windows.Forms.DataGridView 投诉报表DataGridView;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.Label 投诉主题Label;
private System.Windows.Forms.Label 开始日期Label;
private System.Windows.Forms.Button 查询Button;
private System.Windows.Forms.Label 结束日期Label;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -