ab56a9bcf7
SVN-Revision: r240
140 lines
6.3 KiB
C#
140 lines
6.3 KiB
C#
namespace Lskj.AutoWordFiles
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
this.txtLog = new System.Windows.Forms.TextBox();
|
|
this.lbl_progress = new System.Windows.Forms.ProgressBar();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btn_getout = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_pdf = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_start = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panel1.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(717, 494);
|
|
this.txtLog.TabIndex = 7;
|
|
//
|
|
// lbl_progress
|
|
//
|
|
this.lbl_progress.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.lbl_progress.Location = new System.Drawing.Point(0, 473);
|
|
this.lbl_progress.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.lbl_progress.Name = "lbl_progress";
|
|
this.lbl_progress.Size = new System.Drawing.Size(717, 21);
|
|
this.lbl_progress.TabIndex = 8;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btn_getout);
|
|
this.panel1.Controls.Add(this.btn_pdf);
|
|
this.panel1.Controls.Add(this.btn_start);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 434);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(717, 39);
|
|
this.panel1.TabIndex = 9;
|
|
//
|
|
// 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(630, 2);
|
|
this.btn_getout.Margin = new System.Windows.Forms.Padding(2, 2, 2, 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.btn_getout_Click);
|
|
//
|
|
// btn_pdf
|
|
//
|
|
this.btn_pdf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btn_pdf.Location = new System.Drawing.Point(406, 0);
|
|
this.btn_pdf.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
this.btn_pdf.Name = "btn_pdf";
|
|
this.btn_pdf.Size = new System.Drawing.Size(76, 32);
|
|
this.btn_pdf.TabIndex = 0;
|
|
this.btn_pdf.Text = "生成pdf";
|
|
this.btn_pdf.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// 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(528, 2);
|
|
this.btn_start.Margin = new System.Windows.Forms.Padding(2, 2, 2, 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.btn_start_Click);
|
|
//
|
|
// 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(717, 494);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.lbl_progress);
|
|
this.Controls.Add(this.txtLog);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmMain";
|
|
this.Text = "朗速-开发设计文档(WORD)智能生成工具";
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
private System.Windows.Forms.TextBox txtLog;
|
|
private System.Windows.Forms.ProgressBar lbl_progress;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SimpleButton btn_getout;
|
|
private DevExpress.XtraEditors.SimpleButton btn_start;
|
|
private DevExpress.XtraEditors.SimpleButton btn_pdf;
|
|
|
|
|
|
}
|
|
}
|
|
|