namespace IStation.WinFrmUI
|
{
|
partial class ShowFileResultFrm
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowFileResultFrm));
|
this.label1 = new System.Windows.Forms.Label();
|
this.button1 = new IStation.WinFrmUI.DevWin8Button();
|
this.button2 = new IStation.WinFrmUI.DevWin8Button();
|
this.button3 = new IStation.WinFrmUI.DevWin8Button();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(54, 18);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(269, 19);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "导出成功,请问是否打开文件?";
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(33, 54);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
this.button1.TabIndex = 1;
|
this.button1.Text = "打开文件夹";
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(148, 54);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
this.button2.TabIndex = 2;
|
this.button2.Text = "打开文件";
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button3
|
//
|
this.button3.Location = new System.Drawing.Point(266, 54);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
this.button3.TabIndex = 3;
|
this.button3.Text = "关闭";
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
//
|
// ShowFileResultFrm
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(383, 95);
|
this.Controls.Add(this.button3);
|
this.Controls.Add(this.button2);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.label1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Name = "ShowFileResultFrm";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "请选择是否打开";
|
this.Load += new System.EventHandler(this.ShowFileResultFrm_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private DevWin8Button button1;
|
private DevWin8Button button2;
|
private DevWin8Button button3;
|
}
|
}
|