基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+150
@@ -0,0 +1,150 @@
|
||||
namespace Lskj.BaseWorkflow
|
||||
{
|
||||
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.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.panel2 = new System.Windows.Forms.Panel();
|
||||
this.txtLog = new System.Windows.Forms.TextBox();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lbl_progress
|
||||
//
|
||||
this.lbl_progress.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.lbl_progress.Location = new System.Drawing.Point(0, 374);
|
||||
this.lbl_progress.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.lbl_progress.Name = "lbl_progress";
|
||||
this.lbl_progress.Size = new System.Drawing.Size(648, 24);
|
||||
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, 329);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(648, 45);
|
||||
this.panel1.TabIndex = 9;
|
||||
//
|
||||
// btn_getout
|
||||
//
|
||||
this.btn_getout.Location = new System.Drawing.Point(535, 6);
|
||||
this.btn_getout.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btn_getout.Name = "btn_getout";
|
||||
this.btn_getout.Size = new System.Drawing.Size(89, 37);
|
||||
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.Location = new System.Drawing.Point(289, 4);
|
||||
this.btn_pdf.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btn_pdf.Name = "btn_pdf";
|
||||
this.btn_pdf.Size = new System.Drawing.Size(89, 37);
|
||||
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.Location = new System.Drawing.Point(418, 4);
|
||||
this.btn_start.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.btn_start.Name = "btn_start";
|
||||
this.btn_start.Size = new System.Drawing.Size(89, 37);
|
||||
this.btn_start.TabIndex = 0;
|
||||
this.btn_start.Text = "开始生成";
|
||||
this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
|
||||
//
|
||||
// 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(648, 329);
|
||||
this.panel2.TabIndex = 10;
|
||||
//
|
||||
// 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(648, 329);
|
||||
this.txtLog.TabIndex = 8;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(648, 398);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.lbl_progress);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "FrmMain";
|
||||
this.Text = "朗速-开发设计文档(WORD)智能生成工具";
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
||||
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;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.TextBox txtLog;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user