This commit is contained in:
chudov
2009-02-27 15:15:37 +00:00
parent 0aa76b5022
commit 249a37b78b
10 changed files with 190 additions and 348 deletions

View File

@@ -35,25 +35,36 @@ namespace JDP
//
// btnClose
//
this.btnClose.AccessibleDescription = null;
this.btnClose.AccessibleName = null;
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.BackgroundImage = null;
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = null;
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
//
// txtReport
//
this.txtReport.BackColor = System.Drawing.SystemColors.Control;
this.txtReport.AccessibleDescription = null;
this.txtReport.AccessibleName = null;
resources.ApplyResources(this.txtReport, "txtReport");
this.txtReport.BackColor = System.Drawing.SystemColors.Control;
this.txtReport.BackgroundImage = null;
this.txtReport.Name = "txtReport";
this.txtReport.ReadOnly = true;
//
// frmReport
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = null;
this.CancelButton = this.btnClose;
this.Controls.Add(this.txtReport);
this.Controls.Add(this.btnClose);
this.Icon = null;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmReport";