namespace PTMedicalInsurance.Forms
{
partial class FeeUpload
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.pbDetail = new Sunny.UI.UIProcessBar();
this.lbDetail = new Sunny.UI.UILabel();
this.pbFee = new Sunny.UI.UIProcessBar();
this.lbFee = new Sunny.UI.UILabel();
this.panel2 = new System.Windows.Forms.Panel();
this.btStop = new Sunny.UI.UIButton();
this.btPause = new Sunny.UI.UIButton();
this.btUpload = new Sunny.UI.UIButton();
this.btExit = new Sunny.UI.UIButton();
this.panel3 = new System.Windows.Forms.Panel();
this.rtbRecord = new Sunny.UI.UIRichTextBox();
this.bgWorker1 = new System.ComponentModel.BackgroundWorker();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.pbDetail);
this.panel1.Controls.Add(this.lbDetail);
this.panel1.Controls.Add(this.pbFee);
this.panel1.Controls.Add(this.lbFee);
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(534, 131);
this.panel1.TabIndex = 0;
//
// pbDetail
//
this.pbDetail.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.pbDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pbDetail.Location = new System.Drawing.Point(0, 91);
this.pbDetail.Maximum = 3;
this.pbDetail.MinimumSize = new System.Drawing.Size(70, 3);
this.pbDetail.Name = "pbDetail";
this.pbDetail.Size = new System.Drawing.Size(534, 36);
this.pbDetail.TabIndex = 3;
this.pbDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// lbDetail
//
this.lbDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbDetail.Location = new System.Drawing.Point(-3, 65);
this.lbDetail.Name = "lbDetail";
this.lbDetail.Size = new System.Drawing.Size(534, 23);
this.lbDetail.TabIndex = 2;
this.lbDetail.Text = "当前明细进度";
this.lbDetail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lbDetail.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// pbFee
//
this.pbFee.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.pbFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pbFee.Location = new System.Drawing.Point(-3, 26);
this.pbFee.MinimumSize = new System.Drawing.Size(70, 3);
this.pbFee.Name = "pbFee";
this.pbFee.Size = new System.Drawing.Size(534, 36);
this.pbFee.TabIndex = 1;
this.pbFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// lbFee
//
this.lbFee.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbFee.Location = new System.Drawing.Point(0, 0);
this.lbFee.Name = "lbFee";
this.lbFee.Size = new System.Drawing.Size(534, 23);
this.lbFee.TabIndex = 0;
this.lbFee.Text = "当前总进度";
this.lbFee.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lbFee.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
//
// panel2
//
this.panel2.Controls.Add(this.btStop);
this.panel2.Controls.Add(this.btPause);
this.panel2.Controls.Add(this.btUpload);
this.panel2.Controls.Add(this.btExit);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 425);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(534, 46);
this.panel2.TabIndex = 1;
//
// btStop
//
this.btStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btStop.Cursor = System.Windows.Forms.Cursors.Hand;
this.btStop.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btStop.Location = new System.Drawing.Point(315, 3);
this.btStop.MinimumSize = new System.Drawing.Size(1, 1);
this.btStop.Name = "btStop";
this.btStop.Radius = 35;
this.btStop.Size = new System.Drawing.Size(100, 35);
this.btStop.StyleCustomMode = true;
this.btStop.TabIndex = 76;
this.btStop.Text = "停止";
this.btStop.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btStop.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btStop.Click += new System.EventHandler(this.btStop_Click);
//
// btPause
//
this.btPause.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btPause.Cursor = System.Windows.Forms.Cursors.Hand;
this.btPause.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btPause.Location = new System.Drawing.Point(212, 3);
this.btPause.MinimumSize = new System.Drawing.Size(1, 1);
this.btPause.Name = "btPause";
this.btPause.Radius = 35;
this.btPause.Size = new System.Drawing.Size(100, 35);
this.btPause.StyleCustomMode = true;
this.btPause.TabIndex = 75;
this.btPause.Text = "暂停";
this.btPause.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btPause.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btPause.Click += new System.EventHandler(this.btPause_Click);
//
// btUpload
//
this.btUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btUpload.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btUpload.Cursor = System.Windows.Forms.Cursors.Hand;
this.btUpload.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btUpload.Location = new System.Drawing.Point(109, 3);
this.btUpload.MinimumSize = new System.Drawing.Size(1, 1);
this.btUpload.Name = "btUpload";
this.btUpload.Radius = 35;
this.btUpload.Size = new System.Drawing.Size(100, 35);
this.btUpload.StyleCustomMode = true;
this.btUpload.TabIndex = 74;
this.btUpload.Text = "上传";
this.btUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btUpload.Click += new System.EventHandler(this.btUpload_Click);
//
// btExit
//
this.btExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btExit.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btExit.Location = new System.Drawing.Point(418, 3);
this.btExit.MinimumSize = new System.Drawing.Size(1, 1);
this.btExit.Name = "btExit";
this.btExit.Radius = 35;
this.btExit.Size = new System.Drawing.Size(100, 35);
this.btExit.StyleCustomMode = true;
this.btExit.TabIndex = 73;
this.btExit.Text = "退出";
this.btExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.btExit.Click += new System.EventHandler(this.btExit_Click);
//
// panel3
//
this.panel3.Controls.Add(this.rtbRecord);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 131);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(534, 294);
this.panel3.TabIndex = 2;
//
// rtbRecord
//
this.rtbRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbRecord.FillColor = System.Drawing.Color.White;
this.rtbRecord.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rtbRecord.Location = new System.Drawing.Point(0, 0);
this.rtbRecord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.rtbRecord.MinimumSize = new System.Drawing.Size(1, 1);
this.rtbRecord.Name = "rtbRecord";
this.rtbRecord.Padding = new System.Windows.Forms.Padding(2);
this.rtbRecord.ShowText = false;
this.rtbRecord.Size = new System.Drawing.Size(534, 294);
this.rtbRecord.Style = Sunny.UI.UIStyle.Custom;
this.rtbRecord.TabIndex = 0;
this.rtbRecord.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.rtbRecord.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
this.rtbRecord.TextChanged += new System.EventHandler(this.rtbRecord_TextChanged);
//
// bgWorker1
//
this.bgWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker1_DoWork);
this.bgWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker1_ProgressChanged);
this.bgWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker1_RunWorkerCompleted);
//
// FeeUpload
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(534, 471);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "FeeUpload";
this.Text = "费用上传";
this.Load += new System.EventHandler(this.ProgressBar_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Sunny.UI.UIProcessBar pbFee;
private Sunny.UI.UILabel lbFee;
private System.Windows.Forms.Panel panel2;
private Sunny.UI.UIButton btExit;
private System.Windows.Forms.Panel panel3;
private Sunny.UI.UIRichTextBox rtbRecord;
private System.ComponentModel.BackgroundWorker bgWorker1;
private Sunny.UI.UIProcessBar pbDetail;
private Sunny.UI.UILabel lbDetail;
private Sunny.UI.UIButton btUpload;
private Sunny.UI.UIButton btPause;
private Sunny.UI.UIButton btStop;
}
}