namespace OAM { partial class frmFKList { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFKList)); this.pPic = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.txtHUser = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtEmp2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtEmp = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dtpEDate = new System.Windows.Forms.DateTimePicker(); this.label9 = new System.Windows.Forms.Label(); this.dtpBDate = new System.Windows.Forms.DateTimePicker(); this.OpGG2 = new System.Windows.Forms.RadioButton(); this.OpGG1 = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.lbljl = new System.Windows.Forms.Label(); this.lbldj = new System.Windows.Forms.Label(); this.lblCaption = new System.Windows.Forms.Label(); this.grdMain = new System.Windows.Forms.DataGridView(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.Tool = new System.Windows.Forms.ToolStrip(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.mrlk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.bclk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.yl = new System.Windows.Forms.ToolStripButton(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit(); this.Tool.SuspendLayout(); this.SuspendLayout(); // // pPic // this.pPic.BackColor = System.Drawing.Color.White; this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage"))); this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pPic.Controls.Add(this.button1); this.pPic.Controls.Add(this.button2); this.pPic.Controls.Add(this.txtHUser); this.pPic.Controls.Add(this.label3); this.pPic.Controls.Add(this.txtEmp2); this.pPic.Controls.Add(this.label2); this.pPic.Controls.Add(this.txtEmp); this.pPic.Controls.Add(this.label4); this.pPic.Controls.Add(this.label1); this.pPic.Controls.Add(this.dtpEDate); this.pPic.Controls.Add(this.label9); this.pPic.Controls.Add(this.dtpBDate); this.pPic.Controls.Add(this.OpGG2); this.pPic.Controls.Add(this.OpGG1); this.pPic.Controls.Add(this.panel1); this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; this.pPic.Location = new System.Drawing.Point(0, 50); this.pPic.Name = "pPic"; this.pPic.Size = new System.Drawing.Size(921, 53); this.pPic.TabIndex = 16; // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.button1.Location = new System.Drawing.Point(920, 29); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(22, 22); this.button1.TabIndex = 209; this.button1.UseVisualStyleBackColor = false; // // button2 // this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.button2.ImageAlign = System.Drawing.ContentAlignment.TopRight; this.button2.Location = new System.Drawing.Point(920, 2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(22, 22); this.button2.TabIndex = 208; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // txtHUser // this.txtHUser.BackColor = System.Drawing.Color.Beige; this.txtHUser.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtHUser.Location = new System.Drawing.Point(828, 29); this.txtHUser.Name = "txtHUser"; this.txtHUser.Size = new System.Drawing.Size(96, 21); this.txtHUser.TabIndex = 207; this.txtHUser.Tag = "0"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(767, 29); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 206; this.label3.Text = "用 户 名"; // // txtEmp2 // this.txtEmp2.BackColor = System.Drawing.Color.Beige; this.txtEmp2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtEmp2.Location = new System.Drawing.Point(828, 3); this.txtEmp2.Name = "txtEmp2"; this.txtEmp2.Size = new System.Drawing.Size(96, 21); this.txtEmp2.TabIndex = 205; this.txtEmp2.Tag = "0"; this.txtEmp2.TextChanged += new System.EventHandler(this.txtEmp2_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.ForeColor = System.Drawing.Color.Black; this.label2.Location = new System.Drawing.Point(767, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 204; this.label2.Text = "发 送 人"; // // txtEmp // this.txtEmp.BackColor = System.Drawing.Color.Beige; this.txtEmp.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.txtEmp.Location = new System.Drawing.Point(665, 13); this.txtEmp.Name = "txtEmp"; this.txtEmp.Size = new System.Drawing.Size(96, 21); this.txtEmp.TabIndex = 203; this.txtEmp.Tag = "0"; this.txtEmp.TextChanged += new System.EventHandler(this.txtHReceiveMan_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.ForeColor = System.Drawing.Color.Black; this.label4.Location = new System.Drawing.Point(604, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 202; this.label4.Text = "接 收 人"; this.label4.Click += new System.EventHandler(this.label4_Click); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(483, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(11, 12); this.label1.TabIndex = 201; this.label1.Text = "-"; // // dtpEDate // this.dtpEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpEDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dtpEDate.Location = new System.Drawing.Point(500, 13); this.dtpEDate.Name = "dtpEDate"; this.dtpEDate.Size = new System.Drawing.Size(90, 21); this.dtpEDate.TabIndex = 200; this.dtpEDate.ValueChanged += new System.EventHandler(this.dtpEDate_ValueChanged); // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.ForeColor = System.Drawing.Color.Black; this.label9.Location = new System.Drawing.Point(315, 17); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 198; this.label9.Text = "日 期"; // // dtpBDate // this.dtpBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpBDate.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.dtpBDate.Location = new System.Drawing.Point(387, 13); this.dtpBDate.Name = "dtpBDate"; this.dtpBDate.Size = new System.Drawing.Size(90, 21); this.dtpBDate.TabIndex = 199; this.dtpBDate.ValueChanged += new System.EventHandler(this.dtpBDate_ValueChanged); // // OpGG2 // this.OpGG2.AutoSize = true; this.OpGG2.BackColor = System.Drawing.Color.Transparent; this.OpGG2.Location = new System.Drawing.Point(252, 13); this.OpGG2.Name = "OpGG2"; this.OpGG2.Size = new System.Drawing.Size(47, 16); this.OpGG2.TabIndex = 193; this.OpGG2.TabStop = true; this.OpGG2.Text = "个人"; this.OpGG2.UseVisualStyleBackColor = false; this.OpGG2.CheckedChanged += new System.EventHandler(this.OpGG2_CheckedChanged); // // OpGG1 // this.OpGG1.AutoSize = true; this.OpGG1.BackColor = System.Drawing.Color.Transparent; this.OpGG1.Checked = true; this.OpGG1.Location = new System.Drawing.Point(199, 13); this.OpGG1.Name = "OpGG1"; this.OpGG1.Size = new System.Drawing.Size(47, 16); this.OpGG1.TabIndex = 192; this.OpGG1.TabStop = true; this.OpGG1.Text = "公共"; this.OpGG1.UseVisualStyleBackColor = false; this.OpGG1.CheckedChanged += new System.EventHandler(this.OpGG1_CheckedChanged); // // panel1 // this.panel1.Controls.Add(this.lbljl); this.panel1.Controls.Add(this.lbldj); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(858, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(63, 53); this.panel1.TabIndex = 7; // // lbljl // this.lbljl.AutoSize = true; this.lbljl.Location = new System.Drawing.Point(24, 30); this.lbljl.Name = "lbljl"; this.lbljl.Size = new System.Drawing.Size(11, 12); this.lbljl.TabIndex = 1; this.lbljl.Text = " "; // // lbldj // this.lbldj.AutoSize = true; this.lbldj.Location = new System.Drawing.Point(24, 12); this.lbldj.Name = "lbldj"; this.lbldj.Size = new System.Drawing.Size(0, 12); this.lbldj.TabIndex = 0; // // lblCaption // this.lblCaption.AutoSize = true; this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCaption.Location = new System.Drawing.Point(12, 15); this.lblCaption.Name = "lblCaption"; this.lblCaption.Size = new System.Drawing.Size(186, 21); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "异常反馈详细列表"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // grdMain // this.grdMain.AllowUserToAddRows = false; this.grdMain.AllowUserToDeleteRows = false; this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; this.grdMain.Location = new System.Drawing.Point(0, 103); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(921, 616); this.grdMain.TabIndex = 20; this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick); this.grdMain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellContentClick); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 50; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Tool // this.Tool.AutoSize = false; this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.yl, this.tc, this.toolStripSeparator3, this.toolStripSeparator9, this.mrlk, this.toolStripSeparator7, this.bclk, this.toolStripSeparator8}); this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); this.Tool.Size = new System.Drawing.Size(921, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 23; this.Tool.Text = "toolStrip1"; // // tc // this.tc.AutoSize = false; this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tc.ImageTransparentColor = System.Drawing.Color.White; this.tc.Name = "tc"; this.tc.Size = new System.Drawing.Size(36, 47); this.tc.Text = "退出"; this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tc.Click += new System.EventHandler(this.tc_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // mrlk // this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image"))); this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; this.mrlk.Size = new System.Drawing.Size(60, 47); this.mrlk.Text = "默认列宽"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.mrlk.Click += new System.EventHandler(this.mrlk_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // bclk // this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; this.bclk.Size = new System.Drawing.Size(60, 47); this.bclk.Text = "保存列宽"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.bclk.Click += new System.EventHandler(this.bclk_Click); // // toolStripSeparator8 // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50); // // yl // this.yl.AutoSize = false; this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image"))); this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.yl.ImageTransparentColor = System.Drawing.Color.Magenta; this.yl.Name = "yl"; this.yl.Size = new System.Drawing.Size(60, 47); this.yl.Text = "异常类型"; this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.yl.Click += new System.EventHandler(this.yl_Click); // // frmFKList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(921, 719); this.Controls.Add(this.grdMain); this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.Name = "frmFKList"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "异常反馈详细列表"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmFKList_Load); this.pPic.ResumeLayout(false); this.pPic.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit(); this.Tool.ResumeLayout(false); this.Tool.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pPic; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lbljl; private System.Windows.Forms.Label lbldj; private System.Windows.Forms.Label lblCaption; private System.Windows.Forms.DataGridView grdMain; private System.Windows.Forms.RadioButton OpGG2; private System.Windows.Forms.RadioButton OpGG1; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker dtpEDate; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker dtpBDate; private System.Windows.Forms.TextBox txtEmp; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtHUser; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtEmp2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ToolStrip Tool; private System.Windows.Forms.ToolStripButton tc; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripButton mrlk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton bclk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripButton yl; } }