增加日志功能;关于窗体
This commit is contained in:
+68
@@ -0,0 +1,68 @@
|
||||
namespace BaseFunction
|
||||
{
|
||||
partial class ResultPicture
|
||||
{
|
||||
/// <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 组件设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResultPicture));
|
||||
this.picBox_Result = new System.Windows.Forms.PictureBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picBox_Result)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// picBox_Result
|
||||
//
|
||||
this.picBox_Result.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||||
this.picBox_Result.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.picBox_Result.Image = ((System.Drawing.Image)(resources.GetObject("picBox_Result.Image")));
|
||||
this.picBox_Result.Location = new System.Drawing.Point(0, 0);
|
||||
this.picBox_Result.Name = "picBox_Result";
|
||||
this.picBox_Result.Size = new System.Drawing.Size(160, 160);
|
||||
this.picBox_Result.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.picBox_Result.TabIndex = 0;
|
||||
this.picBox_Result.TabStop = false;
|
||||
this.picBox_Result.Click += new System.EventHandler(this.picBox_Result_Click);
|
||||
//
|
||||
// ResultPicture
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.picBox_Result);
|
||||
this.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.Name = "ResultPicture";
|
||||
this.Size = new System.Drawing.Size(160, 160);
|
||||
((System.ComponentModel.ISupportInitialize)(this.picBox_Result)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.PictureBox picBox_Result;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user