namespace Lskj.PubCreatPPT
{
partial class FrmMain
{
///
/// 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.txtLog = new System.Windows.Forms.TextBox();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_getout = new DevExpress.XtraEditors.SimpleButton();
this.btn_start = new DevExpress.XtraEditors.SimpleButton();
this.lbl_progress = new System.Windows.Forms.ProgressBar();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// txtLog
//
this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtLog.Location = new System.Drawing.Point(0, 0);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtLog.Size = new System.Drawing.Size(832, 522);
this.txtLog.TabIndex = 8;
//
// panel1
//
this.panel1.Controls.Add(this.btn_getout);
this.panel1.Controls.Add(this.btn_start);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 462);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(832, 39);
this.panel1.TabIndex = 12;
//
// btn_getout
//
this.btn_getout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_getout.Location = new System.Drawing.Point(718, 3);
this.btn_getout.Margin = new System.Windows.Forms.Padding(2);
this.btn_getout.Name = "btn_getout";
this.btn_getout.Size = new System.Drawing.Size(76, 32);
this.btn_getout.TabIndex = 0;
this.btn_getout.Text = "退出";
this.btn_getout.Click += new System.EventHandler(this.OnbtnGetoutClick);
//
// btn_start
//
this.btn_start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_start.Location = new System.Drawing.Point(615, 3);
this.btn_start.Margin = new System.Windows.Forms.Padding(2);
this.btn_start.Name = "btn_start";
this.btn_start.Size = new System.Drawing.Size(76, 32);
this.btn_start.TabIndex = 0;
this.btn_start.Text = "开始生成";
this.btn_start.Click += new System.EventHandler(this.OnbtnStartClick);
//
// lbl_progress
//
this.lbl_progress.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lbl_progress.Location = new System.Drawing.Point(0, 501);
this.lbl_progress.Margin = new System.Windows.Forms.Padding(2);
this.lbl_progress.Name = "lbl_progress";
this.lbl_progress.Size = new System.Drawing.Size(832, 21);
this.lbl_progress.TabIndex = 11;
//
// panel2
//
this.panel2.Controls.Add(this.txtLog);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(832, 522);
this.panel2.TabIndex = 13;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(832, 522);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lbl_progress);
this.Controls.Add(this.panel2);
this.Name = "FrmMain";
this.Text = "朗速-开发设计文档(PPT)智能生成工具";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtLog;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton btn_getout;
private DevExpress.XtraEditors.SimpleButton btn_start;
private System.Windows.Forms.ProgressBar lbl_progress;
private System.Windows.Forms.Panel panel2;
}
}