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()
|
|
|
|
|
{
|
2008-10-19 17:58:48 +00:00
|
|
|
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();
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
// btnClose
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2009-02-27 15:15:37 +00:00
|
|
|
this.btnClose.AccessibleDescription = null;
|
|
|
|
|
this.btnClose.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.btnClose, "btnClose");
|
2009-02-27 15:15:37 +00:00
|
|
|
this.btnClose.BackgroundImage = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2009-02-27 15:15:37 +00:00
|
|
|
this.btnClose.Font = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.btnClose.Name = "btnClose";
|
|
|
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
// txtReport
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2009-02-27 15:15:37 +00:00
|
|
|
this.txtReport.AccessibleDescription = null;
|
|
|
|
|
this.txtReport.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.txtReport, "txtReport");
|
2009-02-27 15:15:37 +00:00
|
|
|
this.txtReport.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.txtReport.BackgroundImage = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.txtReport.Name = "txtReport";
|
|
|
|
|
this.txtReport.ReadOnly = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// frmReport
|
|
|
|
|
//
|
2009-02-27 15:15:37 +00:00
|
|
|
this.AccessibleDescription = null;
|
|
|
|
|
this.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this, "$this");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2009-02-27 15:15:37 +00:00
|
|
|
this.BackgroundImage = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.CancelButton = this.btnClose;
|
|
|
|
|
this.Controls.Add(this.txtReport);
|
|
|
|
|
this.Controls.Add(this.btnClose);
|
2009-02-27 15:15:37 +00:00
|
|
|
this.Icon = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.MaximizeBox = false;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.MinimizeBox = false;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.Name = "frmReport";
|
2008-10-22 11:45:53 +00:00
|
|
|
this.ShowInTaskbar = false;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2008-10-19 17:58:48 +00:00
|
|
|
private System.Windows.Forms.Button btnClose;
|
|
|
|
|
private System.Windows.Forms.TextBox txtReport;
|
2008-10-13 19:25:11 +00:00
|
|
|
}
|
|
|
|
|
}
|