frmSetTaskPrice.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. namespace Pur.pur_plan
  2. {
  3. partial class frmSetTaskPrice
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("confirm");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("confirm");
  35. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetTaskPrice));
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  38. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  39. this.dt_REQ_DATE = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  40. this.txt_procRecord = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  41. this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  42. this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  44. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  45. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  46. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  47. this.txt_PROC_RECORD = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.txt_REMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  50. this.txt_TASK_AMT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  52. this.txt_TASK_QTY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  54. this.txt_MNG_ORG_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  55. this.txt_REQ_ORG_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  56. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  57. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  58. this.SummaryOK_Fill_Panel = new System.Windows.Forms.Panel();
  59. this._SummaryOK_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  60. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  61. this._SummaryOK_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  62. this._SummaryOK_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  63. this._SummaryOK_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  64. ((System.ComponentModel.ISupportInitialize)(this.dt_REQ_DATE)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txt_PROC_RECORD)).BeginInit();
  69. this.txt_PROC_RECORD.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.txt_REMARK)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_AMT)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_QTY)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txt_MNG_ORG_NAME)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG_NAME)).BeginInit();
  75. this.SummaryOK_Fill_Panel.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // dt_REQ_DATE
  80. //
  81. this.dt_REQ_DATE.FormatProvider = new System.Globalization.CultureInfo("en-GB");
  82. this.dt_REQ_DATE.Location = new System.Drawing.Point(359, 60);
  83. this.dt_REQ_DATE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  84. this.dt_REQ_DATE.MaskInput = "{LOC}yyyy/mm/dd";
  85. this.dt_REQ_DATE.Name = "dt_REQ_DATE";
  86. this.dt_REQ_DATE.Size = new System.Drawing.Size(177, 24);
  87. this.dt_REQ_DATE.TabIndex = 14;
  88. //
  89. // txt_procRecord
  90. //
  91. this.txt_procRecord.Location = new System.Drawing.Point(103, 122);
  92. this.txt_procRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  93. this.txt_procRecord.Multiline = true;
  94. this.txt_procRecord.Name = "txt_procRecord";
  95. this.txt_procRecord.Size = new System.Drawing.Size(693, 200);
  96. this.txt_procRecord.TabIndex = 13;
  97. //
  98. // txt_taskName
  99. //
  100. this.txt_taskName.Location = new System.Drawing.Point(359, 29);
  101. this.txt_taskName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  102. this.txt_taskName.Name = "txt_taskName";
  103. this.txt_taskName.Size = new System.Drawing.Size(177, 24);
  104. this.txt_taskName.TabIndex = 8;
  105. this.txt_taskName.Text = " ";
  106. //
  107. // txt_taskId
  108. //
  109. this.txt_taskId.Location = new System.Drawing.Point(103, 29);
  110. this.txt_taskId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  111. this.txt_taskId.Name = "txt_taskId";
  112. this.txt_taskId.Size = new System.Drawing.Size(177, 24);
  113. this.txt_taskId.TabIndex = 7;
  114. this.txt_taskId.Text = " ";
  115. //
  116. // ultraLabel7
  117. //
  118. this.ultraLabel7.AutoSize = true;
  119. this.ultraLabel7.Location = new System.Drawing.Point(28, 128);
  120. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  121. this.ultraLabel7.Name = "ultraLabel7";
  122. this.ultraLabel7.Size = new System.Drawing.Size(89, 24);
  123. this.ultraLabel7.TabIndex = 6;
  124. this.ultraLabel7.Text = "定价内容";
  125. //
  126. // ultraLabel6
  127. //
  128. this.ultraLabel6.AutoSize = true;
  129. this.ultraLabel6.Location = new System.Drawing.Point(285, 65);
  130. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  131. this.ultraLabel6.Name = "ultraLabel6";
  132. this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
  133. this.ultraLabel6.TabIndex = 5;
  134. this.ultraLabel6.Text = "申请日期";
  135. //
  136. // ultraLabel5
  137. //
  138. this.ultraLabel5.AutoSize = true;
  139. this.ultraLabel5.Location = new System.Drawing.Point(29, 65);
  140. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  141. this.ultraLabel5.Name = "ultraLabel5";
  142. this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
  143. this.ultraLabel5.TabIndex = 4;
  144. this.ultraLabel5.Text = "定价项目";
  145. //
  146. // ultraLabel4
  147. //
  148. this.ultraLabel4.AutoSize = true;
  149. this.ultraLabel4.Location = new System.Drawing.Point(545, 31);
  150. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  151. this.ultraLabel4.Name = "ultraLabel4";
  152. this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
  153. this.ultraLabel4.TabIndex = 3;
  154. this.ultraLabel4.Text = "填报单位";
  155. //
  156. // txt_PROC_RECORD
  157. //
  158. this.txt_PROC_RECORD.Controls.Add(this.txt_REMARK);
  159. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel9);
  160. this.txt_PROC_RECORD.Controls.Add(this.txt_TASK_AMT);
  161. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel8);
  162. this.txt_PROC_RECORD.Controls.Add(this.txt_TASK_QTY);
  163. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel3);
  164. this.txt_PROC_RECORD.Controls.Add(this.txt_MNG_ORG_NAME);
  165. this.txt_PROC_RECORD.Controls.Add(this.txt_REQ_ORG_NAME);
  166. this.txt_PROC_RECORD.Controls.Add(this.dt_REQ_DATE);
  167. this.txt_PROC_RECORD.Controls.Add(this.txt_procRecord);
  168. this.txt_PROC_RECORD.Controls.Add(this.txt_taskName);
  169. this.txt_PROC_RECORD.Controls.Add(this.txt_taskId);
  170. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel7);
  171. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel6);
  172. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel5);
  173. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel4);
  174. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel2);
  175. this.txt_PROC_RECORD.Controls.Add(this.ultraLabel1);
  176. this.txt_PROC_RECORD.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.txt_PROC_RECORD.Location = new System.Drawing.Point(0, 0);
  178. this.txt_PROC_RECORD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  179. this.txt_PROC_RECORD.Name = "txt_PROC_RECORD";
  180. this.txt_PROC_RECORD.Size = new System.Drawing.Size(841, 356);
  181. this.txt_PROC_RECORD.TabIndex = 0;
  182. this.txt_PROC_RECORD.Text = "价格审批信息";
  183. //
  184. // txt_REMARK
  185. //
  186. this.txt_REMARK.Location = new System.Drawing.Point(359, 90);
  187. this.txt_REMARK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  188. this.txt_REMARK.Name = "txt_REMARK";
  189. this.txt_REMARK.Size = new System.Drawing.Size(177, 24);
  190. this.txt_REMARK.TabIndex = 22;
  191. this.txt_REMARK.Text = " ";
  192. //
  193. // ultraLabel9
  194. //
  195. this.ultraLabel9.AutoSize = true;
  196. this.ultraLabel9.Location = new System.Drawing.Point(319, 92);
  197. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  198. this.ultraLabel9.Name = "ultraLabel9";
  199. this.ultraLabel9.Size = new System.Drawing.Size(48, 24);
  200. this.ultraLabel9.TabIndex = 21;
  201. this.ultraLabel9.Text = "备注";
  202. //
  203. // txt_TASK_AMT
  204. //
  205. this.txt_TASK_AMT.Location = new System.Drawing.Point(103, 90);
  206. this.txt_TASK_AMT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  207. this.txt_TASK_AMT.Name = "txt_TASK_AMT";
  208. this.txt_TASK_AMT.ReadOnly = true;
  209. this.txt_TASK_AMT.Size = new System.Drawing.Size(177, 24);
  210. this.txt_TASK_AMT.TabIndex = 20;
  211. this.txt_TASK_AMT.Text = " ";
  212. //
  213. // ultraLabel8
  214. //
  215. this.ultraLabel8.AutoSize = true;
  216. this.ultraLabel8.Location = new System.Drawing.Point(63, 92);
  217. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  218. this.ultraLabel8.Name = "ultraLabel8";
  219. this.ultraLabel8.Size = new System.Drawing.Size(48, 24);
  220. this.ultraLabel8.TabIndex = 19;
  221. this.ultraLabel8.Text = "金额";
  222. //
  223. // txt_TASK_QTY
  224. //
  225. this.txt_TASK_QTY.Location = new System.Drawing.Point(619, 60);
  226. this.txt_TASK_QTY.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  227. this.txt_TASK_QTY.Name = "txt_TASK_QTY";
  228. this.txt_TASK_QTY.ReadOnly = true;
  229. this.txt_TASK_QTY.Size = new System.Drawing.Size(177, 24);
  230. this.txt_TASK_QTY.TabIndex = 18;
  231. this.txt_TASK_QTY.Text = " ";
  232. //
  233. // ultraLabel3
  234. //
  235. this.ultraLabel3.AutoSize = true;
  236. this.ultraLabel3.Location = new System.Drawing.Point(579, 62);
  237. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  238. this.ultraLabel3.Name = "ultraLabel3";
  239. this.ultraLabel3.Size = new System.Drawing.Size(48, 24);
  240. this.ultraLabel3.TabIndex = 17;
  241. this.ultraLabel3.Text = "数量";
  242. //
  243. // txt_MNG_ORG_NAME
  244. //
  245. this.txt_MNG_ORG_NAME.Location = new System.Drawing.Point(103, 60);
  246. this.txt_MNG_ORG_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  247. this.txt_MNG_ORG_NAME.Name = "txt_MNG_ORG_NAME";
  248. this.txt_MNG_ORG_NAME.Size = new System.Drawing.Size(177, 24);
  249. this.txt_MNG_ORG_NAME.TabIndex = 16;
  250. this.txt_MNG_ORG_NAME.Text = " ";
  251. //
  252. // txt_REQ_ORG_NAME
  253. //
  254. appearance1.TextHAlignAsString = "Center";
  255. appearance1.TextVAlignAsString = "Middle";
  256. editorButton1.Appearance = appearance1;
  257. editorButton1.Text = "+";
  258. this.txt_REQ_ORG_NAME.ButtonsRight.Add(editorButton1);
  259. this.txt_REQ_ORG_NAME.Location = new System.Drawing.Point(619, 29);
  260. this.txt_REQ_ORG_NAME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  261. this.txt_REQ_ORG_NAME.Name = "txt_REQ_ORG_NAME";
  262. this.txt_REQ_ORG_NAME.ReadOnly = true;
  263. this.txt_REQ_ORG_NAME.Size = new System.Drawing.Size(177, 24);
  264. this.txt_REQ_ORG_NAME.TabIndex = 15;
  265. this.txt_REQ_ORG_NAME.Text = " ";
  266. this.txt_REQ_ORG_NAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_REQ_ORG_ID_EditorButtonClick);
  267. //
  268. // ultraLabel2
  269. //
  270. this.ultraLabel2.AutoSize = true;
  271. this.ultraLabel2.Location = new System.Drawing.Point(285, 31);
  272. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  273. this.ultraLabel2.Name = "ultraLabel2";
  274. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  275. this.ultraLabel2.TabIndex = 1;
  276. this.ultraLabel2.Text = "任务名称";
  277. //
  278. // ultraLabel1
  279. //
  280. this.ultraLabel1.AutoSize = true;
  281. this.ultraLabel1.Location = new System.Drawing.Point(29, 31);
  282. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  283. this.ultraLabel1.Name = "ultraLabel1";
  284. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  285. this.ultraLabel1.TabIndex = 0;
  286. this.ultraLabel1.Text = "任务单号";
  287. //
  288. // SummaryOK_Fill_Panel
  289. //
  290. this.SummaryOK_Fill_Panel.Controls.Add(this.txt_PROC_RECORD);
  291. this.SummaryOK_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  292. this.SummaryOK_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.SummaryOK_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  294. this.SummaryOK_Fill_Panel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  295. this.SummaryOK_Fill_Panel.Name = "SummaryOK_Fill_Panel";
  296. this.SummaryOK_Fill_Panel.Size = new System.Drawing.Size(841, 356);
  297. this.SummaryOK_Fill_Panel.TabIndex = 5;
  298. //
  299. // _SummaryOK_Toolbars_Dock_Area_Top
  300. //
  301. this._SummaryOK_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  302. this._SummaryOK_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  303. this._SummaryOK_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  304. this._SummaryOK_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  305. this._SummaryOK_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  306. this._SummaryOK_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  307. this._SummaryOK_Toolbars_Dock_Area_Top.Name = "_SummaryOK_Toolbars_Dock_Area_Top";
  308. this._SummaryOK_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(841, 28);
  309. this._SummaryOK_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  310. //
  311. // ultraToolbarsManager1
  312. //
  313. this.ultraToolbarsManager1.DesignerFlags = 1;
  314. this.ultraToolbarsManager1.DockWithinContainer = this;
  315. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  316. ultraToolbar1.DockedColumn = 0;
  317. ultraToolbar1.DockedRow = 0;
  318. buttonTool1.InstanceProps.IsFirstInGroup = true;
  319. buttonTool2.InstanceProps.IsFirstInGroup = true;
  320. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  321. buttonTool1,
  322. buttonTool2});
  323. ultraToolbar1.Text = "UltraToolbar1";
  324. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  325. ultraToolbar1});
  326. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  327. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  328. buttonTool3.SharedPropsInternal.Caption = "确认";
  329. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  330. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  331. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  332. buttonTool4.SharedPropsInternal.Caption = "取消";
  333. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  334. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  335. buttonTool3,
  336. buttonTool4});
  337. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  338. //
  339. // _SummaryOK_Toolbars_Dock_Area_Bottom
  340. //
  341. this._SummaryOK_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  342. this._SummaryOK_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  343. this._SummaryOK_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  344. this._SummaryOK_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  345. this._SummaryOK_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 384);
  346. this._SummaryOK_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  347. this._SummaryOK_Toolbars_Dock_Area_Bottom.Name = "_SummaryOK_Toolbars_Dock_Area_Bottom";
  348. this._SummaryOK_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(841, 0);
  349. this._SummaryOK_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  350. //
  351. // _SummaryOK_Toolbars_Dock_Area_Left
  352. //
  353. this._SummaryOK_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  354. this._SummaryOK_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  355. this._SummaryOK_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  356. this._SummaryOK_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  357. this._SummaryOK_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  358. this._SummaryOK_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  359. this._SummaryOK_Toolbars_Dock_Area_Left.Name = "_SummaryOK_Toolbars_Dock_Area_Left";
  360. this._SummaryOK_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 356);
  361. this._SummaryOK_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  362. //
  363. // _SummaryOK_Toolbars_Dock_Area_Right
  364. //
  365. this._SummaryOK_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  366. this._SummaryOK_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  367. this._SummaryOK_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  368. this._SummaryOK_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  369. this._SummaryOK_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(841, 28);
  370. this._SummaryOK_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  371. this._SummaryOK_Toolbars_Dock_Area_Right.Name = "_SummaryOK_Toolbars_Dock_Area_Right";
  372. this._SummaryOK_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 356);
  373. this._SummaryOK_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  374. //
  375. // frmSetTaskPrice
  376. //
  377. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  378. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379. this.ClientSize = new System.Drawing.Size(841, 384);
  380. this.Controls.Add(this.SummaryOK_Fill_Panel);
  381. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Left);
  382. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Right);
  383. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Top);
  384. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Bottom);
  385. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  386. this.Name = "frmSetTaskPrice";
  387. this.Text = "frmSetTaskPrice";
  388. this.Load += new System.EventHandler(this.frmSetTaskPrice_Load);
  389. ((System.ComponentModel.ISupportInitialize)(this.dt_REQ_DATE)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.txt_PROC_RECORD)).EndInit();
  394. this.txt_PROC_RECORD.ResumeLayout(false);
  395. this.txt_PROC_RECORD.PerformLayout();
  396. ((System.ComponentModel.ISupportInitialize)(this.txt_REMARK)).EndInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_AMT)).EndInit();
  398. ((System.ComponentModel.ISupportInitialize)(this.txt_TASK_QTY)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.txt_MNG_ORG_NAME)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.txt_REQ_ORG_NAME)).EndInit();
  401. this.SummaryOK_Fill_Panel.ResumeLayout(false);
  402. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  403. this.ResumeLayout(false);
  404. }
  405. #endregion
  406. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dt_REQ_DATE;
  407. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_procRecord;
  408. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
  409. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
  410. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  411. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  412. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  413. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  414. private Infragistics.Win.Misc.UltraGroupBox txt_PROC_RECORD;
  415. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  416. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  417. private System.Windows.Forms.Panel SummaryOK_Fill_Panel;
  418. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  419. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Left;
  420. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Right;
  421. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Top;
  422. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Bottom;
  423. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REMARK;
  424. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  425. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TASK_AMT;
  426. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  427. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_TASK_QTY;
  428. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  429. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_MNG_ORG_NAME;
  430. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_REQ_ORG_NAME;
  431. }
  432. }