Files
cuetools.net/CUETools/frmReport.Designer.cs

73 lines
2.2 KiB
C#
Raw Normal View History

2008-10-13 19:25:11 +00:00
namespace JDP
{
partial class frmReport
{
/// <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(frmReport));
this.btnClose = new System.Windows.Forms.Button();
this.txtReport = new System.Windows.Forms.TextBox();
2008-10-13 19:25:11 +00:00
this.SuspendLayout();
//
// btnClose
2008-10-13 19:25:11 +00:00
//
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
2008-10-13 19:25:11 +00:00
//
// txtReport
2008-10-13 19:25:11 +00:00
//
resources.ApplyResources(this.txtReport, "txtReport");
2009-02-27 15:15:37 +00:00
this.txtReport.BackColor = System.Drawing.SystemColors.Control;
2009-03-22 16:59:05 +00:00
this.txtReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtReport.Name = "txtReport";
this.txtReport.ReadOnly = true;
2008-10-13 19:25:11 +00:00
//
// frmReport
//
resources.ApplyResources(this, "$this");
2008-10-13 19:25:11 +00:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.Controls.Add(this.txtReport);
this.Controls.Add(this.btnClose);
2008-10-13 19:25:11 +00:00
this.MaximizeBox = false;
this.MinimizeBox = false;
2008-10-13 19:25:11 +00:00
this.Name = "frmReport";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2008-10-13 19:25:11 +00:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.TextBox txtReport;
2008-10-13 19:25:11 +00:00
}
}