namespace DBUtility
{
partial class Xt_BillCheckFlowStatusNow
{
///
/// 必需的设计器变量。
///
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();
this.grdShow = new System.Windows.Forms.DataGridView();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.lblMsg = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.grdPic = new System.Windows.Forms.DataGridView();
this.panel7 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.txtHCheckNote = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.grdShow)).BeginInit();
this.panel1.SuspendLayout();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdPic)).BeginInit();
this.panel5.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// grdShow
//
this.grdShow.AllowUserToAddRows = false;
this.grdShow.AllowUserToDeleteRows = false;
this.grdShow.BackgroundColor = System.Drawing.Color.Lavender;
this.grdShow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdShow.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdShow.ImeMode = System.Windows.Forms.ImeMode.On;
this.grdShow.Location = new System.Drawing.Point(0, 0);
this.grdShow.Name = "grdShow";
this.grdShow.ReadOnly = true;
this.grdShow.RowHeadersVisible = false;
this.grdShow.RowTemplate.Height = 23;
this.grdShow.Size = new System.Drawing.Size(775, 235);
this.grdShow.TabIndex = 0;
this.grdShow.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdShow_CellContentClick);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// button1
//
this.button1.Location = new System.Drawing.Point(575, 6);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(72, 27);
this.button1.TabIndex = 1;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(682, 6);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(66, 26);
this.button2.TabIndex = 2;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.Location = new System.Drawing.Point(8, 294);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(0, 12);
this.lblMsg.TabIndex = 3;
//
// panel1
//
this.panel1.Controls.Add(this.panel6);
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.panel4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(775, 386);
this.panel1.TabIndex = 4;
//
// panel6
//
this.panel6.Controls.Add(this.grdPic);
this.panel6.Controls.Add(this.panel7);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(0, 21);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(775, 130);
this.panel6.TabIndex = 3;
//
// grdPic
//
this.grdPic.AllowUserToAddRows = false;
this.grdPic.AllowUserToDeleteRows = false;
this.grdPic.BackgroundColor = System.Drawing.Color.Lavender;
this.grdPic.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdPic.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdPic.ImeMode = System.Windows.Forms.ImeMode.On;
this.grdPic.Location = new System.Drawing.Point(15, 0);
this.grdPic.Name = "grdPic";
this.grdPic.ReadOnly = true;
this.grdPic.RowHeadersVisible = false;
this.grdPic.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
this.grdPic.RowTemplate.Height = 23;
this.grdPic.Size = new System.Drawing.Size(760, 130);
this.grdPic.TabIndex = 1;
//
// panel7
//
this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
this.panel7.Location = new System.Drawing.Point(0, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(15, 130);
this.panel7.TabIndex = 2;
//
// panel5
//
this.panel5.Controls.Add(this.grdShow);
this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel5.Location = new System.Drawing.Point(0, 151);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(775, 235);
this.panel5.TabIndex = 2;
//
// panel4
//
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(775, 21);
this.panel4.TabIndex = 1;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Lavender;
this.panel2.Controls.Add(this.button2);
this.panel2.Controls.Add(this.button1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 464);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(775, 55);
this.panel2.TabIndex = 5;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Lavender;
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.txtHCheckNote);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 386);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(775, 78);
this.panel3.TabIndex = 6;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "审核建议";
//
// txtHCheckNote
//
this.txtHCheckNote.Location = new System.Drawing.Point(113, 9);
this.txtHCheckNote.Multiline = true;
this.txtHCheckNote.Name = "txtHCheckNote";
this.txtHCheckNote.Size = new System.Drawing.Size(650, 59);
this.txtHCheckNote.TabIndex = 0;
//
// Xt_BillCheckFlowStatusNow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Lavender;
this.ClientSize = new System.Drawing.Size(775, 519);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lblMsg);
this.Name = "Xt_BillCheckFlowStatusNow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "审核状态查看";
this.Load += new System.EventHandler(this.Xt_BillCheckFlowStatusNow_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Xt_BillCheckFlowStatusNow_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.grdShow)).EndInit();
this.panel1.ResumeLayout(false);
this.panel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdPic)).EndInit();
this.panel5.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView grdShow;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button button2;
public System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox txtHCheckNote;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.DataGridView grdPic;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel7;
}
}