namespace Pur.pur_plan
{
partial class frmSetTaskPrice
{
///
/// 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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetTaskPrice));
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
this.dt_REQ_DATE = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.txt_procRecord = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
this.txt_PROC_RECORD = new Infragistics.Win.Misc.UltraGroupBox();
this.txt_REMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
this.txt_TASK_AMT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
this.txt_TASK_QTY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.txt_MNG_ORG_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_REQ_ORG_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
this.SummaryOK_Fill_Panel = new System.Windows.Forms.Panel();
this._SummaryOK_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this._SummaryOK_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._SummaryOK_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._SummaryOK_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
((System.ComponentModel.ISupportInitialize)(this.dt_REQ_DATE)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_PROC_RECORD)).BeginInit();
this.txt_PROC_RECORD.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_REMARK)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_TASK_AMT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_TASK_QTY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_MNG_ORG_NAME)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG_NAME)).BeginInit();
this.SummaryOK_Fill_Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
this.SuspendLayout();
//
// dt_REQ_DATE
//
this.dt_REQ_DATE.FormatProvider = new System.Globalization.CultureInfo("en-GB");
this.dt_REQ_DATE.Location = new System.Drawing.Point(359, 60);
this.dt_REQ_DATE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dt_REQ_DATE.MaskInput = "{LOC}yyyy/mm/dd";
this.dt_REQ_DATE.Name = "dt_REQ_DATE";
this.dt_REQ_DATE.Size = new System.Drawing.Size(177, 24);
this.dt_REQ_DATE.TabIndex = 14;
//
// txt_procRecord
//
this.txt_procRecord.Location = new System.Drawing.Point(103, 122);
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(693, 200);
this.txt_procRecord.TabIndex = 13;
//
// txt_taskName
//
this.txt_taskName.Location = new System.Drawing.Point(359, 29);
this.txt_taskName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_taskName.Name = "txt_taskName";
this.txt_taskName.Size = new System.Drawing.Size(177, 24);
this.txt_taskName.TabIndex = 8;
this.txt_taskName.Text = " ";
//
// txt_taskId
//
this.txt_taskId.Location = new System.Drawing.Point(103, 29);
this.txt_taskId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_taskId.Name = "txt_taskId";
this.txt_taskId.Size = new System.Drawing.Size(177, 24);
this.txt_taskId.TabIndex = 7;
this.txt_taskId.Text = " ";
//
// ultraLabel7
//
this.ultraLabel7.AutoSize = true;
this.ultraLabel7.Location = new System.Drawing.Point(28, 128);
this.ultraLabel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel7.Name = "ultraLabel7";
this.ultraLabel7.Size = new System.Drawing.Size(89, 24);
this.ultraLabel7.TabIndex = 6;
this.ultraLabel7.Text = "定价内容";
//
// ultraLabel6
//
this.ultraLabel6.AutoSize = true;
this.ultraLabel6.Location = new System.Drawing.Point(285, 65);
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 = "申请日期";
//
// ultraLabel5
//
this.ultraLabel5.AutoSize = true;
this.ultraLabel5.Location = new System.Drawing.Point(29, 65);
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(545, 31);
this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel4.Name = "ultraLabel4";
this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
this.ultraLabel4.TabIndex = 3;
this.ultraLabel4.Text = "填报单位";
//
// txt_PROC_RECORD
//
this.txt_PROC_RECORD.Controls.Add(this.txt_REMARK);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel9);
this.txt_PROC_RECORD.Controls.Add(this.txt_TASK_AMT);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel8);
this.txt_PROC_RECORD.Controls.Add(this.txt_TASK_QTY);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel3);
this.txt_PROC_RECORD.Controls.Add(this.txt_MNG_ORG_NAME);
this.txt_PROC_RECORD.Controls.Add(this.txt_REQ_ORG_NAME);
this.txt_PROC_RECORD.Controls.Add(this.dt_REQ_DATE);
this.txt_PROC_RECORD.Controls.Add(this.txt_procRecord);
this.txt_PROC_RECORD.Controls.Add(this.txt_taskName);
this.txt_PROC_RECORD.Controls.Add(this.txt_taskId);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel7);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel6);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel5);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel4);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel2);
this.txt_PROC_RECORD.Controls.Add(this.ultraLabel1);
this.txt_PROC_RECORD.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_PROC_RECORD.Location = new System.Drawing.Point(0, 0);
this.txt_PROC_RECORD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_PROC_RECORD.Name = "txt_PROC_RECORD";
this.txt_PROC_RECORD.Size = new System.Drawing.Size(841, 356);
this.txt_PROC_RECORD.TabIndex = 0;
this.txt_PROC_RECORD.Text = "价格审批信息";
//
// txt_REMARK
//
this.txt_REMARK.Location = new System.Drawing.Point(359, 90);
this.txt_REMARK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_REMARK.Name = "txt_REMARK";
this.txt_REMARK.Size = new System.Drawing.Size(177, 24);
this.txt_REMARK.TabIndex = 22;
this.txt_REMARK.Text = " ";
//
// ultraLabel9
//
this.ultraLabel9.AutoSize = true;
this.ultraLabel9.Location = new System.Drawing.Point(319, 92);
this.ultraLabel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel9.Name = "ultraLabel9";
this.ultraLabel9.Size = new System.Drawing.Size(48, 24);
this.ultraLabel9.TabIndex = 21;
this.ultraLabel9.Text = "备注";
//
// txt_TASK_AMT
//
this.txt_TASK_AMT.Location = new System.Drawing.Point(103, 90);
this.txt_TASK_AMT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_TASK_AMT.Name = "txt_TASK_AMT";
this.txt_TASK_AMT.ReadOnly = true;
this.txt_TASK_AMT.Size = new System.Drawing.Size(177, 24);
this.txt_TASK_AMT.TabIndex = 20;
this.txt_TASK_AMT.Text = " ";
//
// ultraLabel8
//
this.ultraLabel8.AutoSize = true;
this.ultraLabel8.Location = new System.Drawing.Point(63, 92);
this.ultraLabel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel8.Name = "ultraLabel8";
this.ultraLabel8.Size = new System.Drawing.Size(48, 24);
this.ultraLabel8.TabIndex = 19;
this.ultraLabel8.Text = "金额";
//
// txt_TASK_QTY
//
this.txt_TASK_QTY.Location = new System.Drawing.Point(619, 60);
this.txt_TASK_QTY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_TASK_QTY.Name = "txt_TASK_QTY";
this.txt_TASK_QTY.ReadOnly = true;
this.txt_TASK_QTY.Size = new System.Drawing.Size(177, 24);
this.txt_TASK_QTY.TabIndex = 18;
this.txt_TASK_QTY.Text = " ";
//
// ultraLabel3
//
this.ultraLabel3.AutoSize = true;
this.ultraLabel3.Location = new System.Drawing.Point(579, 62);
this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(48, 24);
this.ultraLabel3.TabIndex = 17;
this.ultraLabel3.Text = "数量";
//
// txt_MNG_ORG_NAME
//
this.txt_MNG_ORG_NAME.Location = new System.Drawing.Point(103, 60);
this.txt_MNG_ORG_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_MNG_ORG_NAME.Name = "txt_MNG_ORG_NAME";
this.txt_MNG_ORG_NAME.Size = new System.Drawing.Size(177, 24);
this.txt_MNG_ORG_NAME.TabIndex = 16;
this.txt_MNG_ORG_NAME.Text = " ";
//
// txt_REQ_ORG_NAME
//
appearance1.TextHAlignAsString = "Center";
appearance1.TextVAlignAsString = "Middle";
editorButton1.Appearance = appearance1;
editorButton1.Text = "+";
this.txt_REQ_ORG_NAME.ButtonsRight.Add(editorButton1);
this.txt_REQ_ORG_NAME.Location = new System.Drawing.Point(619, 29);
this.txt_REQ_ORG_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txt_REQ_ORG_NAME.Name = "txt_REQ_ORG_NAME";
this.txt_REQ_ORG_NAME.ReadOnly = true;
this.txt_REQ_ORG_NAME.Size = new System.Drawing.Size(177, 24);
this.txt_REQ_ORG_NAME.TabIndex = 15;
this.txt_REQ_ORG_NAME.Text = " ";
this.txt_REQ_ORG_NAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQ_ORG_ID_EditorButtonClick);
//
// ultraLabel2
//
this.ultraLabel2.AutoSize = true;
this.ultraLabel2.Location = new System.Drawing.Point(285, 31);
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 = "任务名称";
//
// ultraLabel1
//
this.ultraLabel1.AutoSize = true;
this.ultraLabel1.Location = new System.Drawing.Point(29, 31);
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 = "任务单号";
//
// SummaryOK_Fill_Panel
//
this.SummaryOK_Fill_Panel.Controls.Add(this.txt_PROC_RECORD);
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(841, 356);
this.SummaryOK_Fill_Panel.TabIndex = 5;
//
// _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(841, 28);
this._SummaryOK_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
//
// ultraToolbarsManager1
//
this.ultraToolbarsManager1.DesignerFlags = 1;
this.ultraToolbarsManager1.DockWithinContainer = this;
this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
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_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, 384);
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(841, 0);
this._SummaryOK_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
//
// _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, 356);
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(841, 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, 356);
this._SummaryOK_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
//
// frmSetTaskPrice
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(841, 384);
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.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.Name = "frmSetTaskPrice";
this.Text = "frmSetTaskPrice";
this.Load += new System.EventHandler(this.frmSetTaskPrice_Load);
((System.ComponentModel.ISupportInitialize)(this.dt_REQ_DATE)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_PROC_RECORD)).EndInit();
this.txt_PROC_RECORD.ResumeLayout(false);
this.txt_PROC_RECORD.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_REMARK)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_TASK_AMT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_TASK_QTY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_MNG_ORG_NAME)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG_NAME)).EndInit();
this.SummaryOK_Fill_Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dt_REQ_DATE;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_procRecord;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
private Infragistics.Win.Misc.UltraLabel ultraLabel7;
private Infragistics.Win.Misc.UltraLabel ultraLabel6;
private Infragistics.Win.Misc.UltraLabel ultraLabel5;
private Infragistics.Win.Misc.UltraLabel ultraLabel4;
private Infragistics.Win.Misc.UltraGroupBox txt_PROC_RECORD;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private System.Windows.Forms.Panel SummaryOK_Fill_Panel;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
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.UltraWinEditors.UltraTextEditor txt_REMARK;
private Infragistics.Win.Misc.UltraLabel ultraLabel9;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TASK_AMT;
private Infragistics.Win.Misc.UltraLabel ultraLabel8;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TASK_QTY;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_MNG_ORG_NAME;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQ_ORG_NAME;
}
}