namespace Pur.pur_plan
{
partial class SummaryOK
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("confirm");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("confirm");
Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SummaryOK));
this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this.SummaryOK_Fill_Panel = new System.Windows.Forms.Panel();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
this.txt_procRecord = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_negDate = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.txt_mngOrgName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.txt_buyerUsername = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this._SummaryOK_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._SummaryOK_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._SummaryOK_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._SummaryOK_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
this.SummaryOK_Fill_Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
this.ultraGroupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_negDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_mngOrgName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_buyerUsername)).BeginInit();
this.SuspendLayout();
//
// ultraToolbarsManager1
//
this.ultraToolbarsManager1.DesignerFlags = 1;
this.ultraToolbarsManager1.DockWithinContainer = this;
this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
ultraToolbar1.DockedColumn = 0;
ultraToolbar1.DockedRow = 0;
buttonTool1.InstanceProps.IsFirstInGroup = true;
buttonTool2.InstanceProps.IsFirstInGroup = true;
ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool1,
buttonTool2});
ultraToolbar1.Text = "UltraToolbar1";
this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
ultraToolbar1});
appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
buttonTool3.SharedPropsInternal.Caption = "生成";
buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
buttonTool4.SharedPropsInternal.Caption = "关闭";
buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool3,
buttonTool4});
this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
//
// SummaryOK_Fill_Panel
//
this.SummaryOK_Fill_Panel.Controls.Add(this.ultraGroupBox1);
this.SummaryOK_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
this.SummaryOK_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.SummaryOK_Fill_Panel.Location = new System.Drawing.Point(0, 28);
this.SummaryOK_Fill_Panel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.SummaryOK_Fill_Panel.Name = "SummaryOK_Fill_Panel";
this.SummaryOK_Fill_Panel.Size = new System.Drawing.Size(1131, 498);
this.SummaryOK_Fill_Panel.TabIndex = 0;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(1131, 498);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.Text = "评审单编辑区";
//
// ultraGroupBox3
//
this.ultraGroupBox3.Controls.Add(this.txt_procRecord);
this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
this.ultraGroupBox3.Location = new System.Drawing.Point(295, 21);
this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraGroupBox3.Name = "ultraGroupBox3";
this.ultraGroupBox3.Size = new System.Drawing.Size(833, 474);
this.ultraGroupBox3.TabIndex = 16;
this.ultraGroupBox3.Text = "过程纪要";
//
// txt_procRecord
//
this.txt_procRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_procRecord.Location = new System.Drawing.Point(3, 26);
this.txt_procRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_procRecord.Multiline = true;
this.txt_procRecord.Name = "txt_procRecord";
this.txt_procRecord.Size = new System.Drawing.Size(827, 445);
this.txt_procRecord.TabIndex = 13;
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.txt_taskId);
this.ultraGroupBox2.Controls.Add(this.txt_negDate);
this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
this.ultraGroupBox2.Controls.Add(this.txt_taskName);
this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
this.ultraGroupBox2.Controls.Add(this.txt_mngOrgName);
this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
this.ultraGroupBox2.Controls.Add(this.txt_buyerUsername);
this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.ultraGroupBox2.Location = new System.Drawing.Point(3, 21);
this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(292, 474);
this.ultraGroupBox2.TabIndex = 15;
//
// txt_taskId
//
this.txt_taskId.Location = new System.Drawing.Point(107, 16);
this.txt_taskId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_taskId.Name = "txt_taskId";
this.txt_taskId.ReadOnly = true;
this.txt_taskId.Size = new System.Drawing.Size(160, 24);
this.txt_taskId.TabIndex = 7;
this.txt_taskId.Text = " ";
//
// txt_negDate
//
this.txt_negDate.DateButtons.Add(dateButton1);
this.txt_negDate.Format = "yyyy/MM/dd";
this.txt_negDate.Location = new System.Drawing.Point(107, 142);
this.txt_negDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txt_negDate.Name = "txt_negDate";
this.txt_negDate.NonAutoSizeHeight = 21;
this.txt_negDate.Size = new System.Drawing.Size(160, 25);
this.txt_negDate.TabIndex = 14;
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(29, 19);
this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
this.ultraLabel1.TabIndex = 0;
this.ultraLabel1.Text = "任务单号";
//
// txt_taskName
//
this.txt_taskName.Location = new System.Drawing.Point(107, 48);
this.txt_taskName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_taskName.Name = "txt_taskName";
this.txt_taskName.ReadOnly = true;
this.txt_taskName.Size = new System.Drawing.Size(160, 24);
this.txt_taskName.TabIndex = 8;
this.txt_taskName.Text = " ";
//
// ultraLabel6
//
this.ultraLabel6.AutoSize = true;
this.ultraLabel6.Location = new System.Drawing.Point(29, 145);
this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel6.Name = "ultraLabel6";
this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
this.ultraLabel6.TabIndex = 5;
this.ultraLabel6.Text = "谈判日期";
//
// txt_mngOrgName
//
this.txt_mngOrgName.Location = new System.Drawing.Point(107, 110);
this.txt_mngOrgName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_mngOrgName.Name = "txt_mngOrgName";
this.txt_mngOrgName.ReadOnly = true;
this.txt_mngOrgName.Size = new System.Drawing.Size(160, 24);
this.txt_mngOrgName.TabIndex = 11;
this.txt_mngOrgName.Text = " ";
this.txt_mngOrgName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_mngOrgName_EditorButtonClick);
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(29, 50);
this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
this.ultraLabel2.TabIndex = 1;
this.ultraLabel2.Text = "任务名称";
//
// txt_buyerUsername
//
this.txt_buyerUsername.Location = new System.Drawing.Point(107, 79);
this.txt_buyerUsername.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_buyerUsername.Name = "txt_buyerUsername";
this.txt_buyerUsername.ReadOnly = true;
this.txt_buyerUsername.Size = new System.Drawing.Size(160, 24);
this.txt_buyerUsername.TabIndex = 10;
this.txt_buyerUsername.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_buyerUsername_EditorButtonClick);
//
// ultraLabel5
//
this.ultraLabel5.AutoSize = true;
this.ultraLabel5.Location = new System.Drawing.Point(29, 112);
this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel5.Name = "ultraLabel5";
this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
this.ultraLabel5.TabIndex = 4;
this.ultraLabel5.Text = "主管科室";
//
// ultraLabel4
//
this.ultraLabel4.AutoSize = true;
this.ultraLabel4.Location = new System.Drawing.Point(45, 81);
this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(69, 24);
this.ultraLabel4.TabIndex = 3;
this.ultraLabel4.Text = "业务员";
//
// _SummaryOK_Toolbars_Dock_Area_Left
//
this._SummaryOK_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._SummaryOK_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
this._SummaryOK_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
this._SummaryOK_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
this._SummaryOK_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
this._SummaryOK_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this._SummaryOK_Toolbars_Dock_Area_Left.Name = "_SummaryOK_Toolbars_Dock_Area_Left";
this._SummaryOK_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 498);
this._SummaryOK_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
//
// _SummaryOK_Toolbars_Dock_Area_Right
//
this._SummaryOK_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._SummaryOK_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
this._SummaryOK_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
this._SummaryOK_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
this._SummaryOK_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1131, 28);
this._SummaryOK_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this._SummaryOK_Toolbars_Dock_Area_Right.Name = "_SummaryOK_Toolbars_Dock_Area_Right";
this._SummaryOK_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 498);
this._SummaryOK_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
//
// _SummaryOK_Toolbars_Dock_Area_Top
//
this._SummaryOK_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._SummaryOK_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
this._SummaryOK_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
this._SummaryOK_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
this._SummaryOK_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
this._SummaryOK_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this._SummaryOK_Toolbars_Dock_Area_Top.Name = "_SummaryOK_Toolbars_Dock_Area_Top";
this._SummaryOK_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1131, 28);
this._SummaryOK_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
//
// _SummaryOK_Toolbars_Dock_Area_Bottom
//
this._SummaryOK_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._SummaryOK_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
this._SummaryOK_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
this._SummaryOK_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
this._SummaryOK_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 526);
this._SummaryOK_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this._SummaryOK_Toolbars_Dock_Area_Bottom.Name = "_SummaryOK_Toolbars_Dock_Area_Bottom";
this._SummaryOK_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1131, 0);
this._SummaryOK_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
//
// SummaryOK
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 526);
this.Controls.Add(this.SummaryOK_Fill_Panel);
this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Left);
this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Right);
this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Top);
this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Bottom);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "SummaryOK";
this.Text = "生成采购纪要评审单";
this.Load += new System.EventHandler(this.SummaryOK_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
this.SummaryOK_Fill_Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
this.ultraGroupBox3.ResumeLayout(false);
this.ultraGroupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
this.ultraGroupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_negDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_mngOrgName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_buyerUsername)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
private System.Windows.Forms.Panel SummaryOK_Fill_Panel;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Left;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Right;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Top;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Bottom;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_procRecord;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_mngOrgName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_buyerUsername;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_negDate;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
}
}