SummaryOK.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. namespace Pur.pur_plan
  2. {
  3. partial class SummaryOK
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("confirm");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("confirm");
  33. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  35. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SummaryOK));
  38. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  39. this.SummaryOK_Fill_Panel = new System.Windows.Forms.Panel();
  40. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  41. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  42. this.txt_procRecord = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  44. this.txt_taskId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  45. this.txt_negDate = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  46. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  47. this.txt_taskName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  49. this.txt_mngOrgName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  51. this.txt_buyerUsername = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  53. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  54. this._SummaryOK_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  55. this._SummaryOK_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  56. this._SummaryOK_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  57. this._SummaryOK_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  59. this.SummaryOK_Fill_Panel.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  61. this.ultraGroupBox1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  63. this.ultraGroupBox3.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  66. this.ultraGroupBox2.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txt_negDate)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txt_mngOrgName)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txt_buyerUsername)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // ultraToolbarsManager1
  75. //
  76. this.ultraToolbarsManager1.DesignerFlags = 1;
  77. this.ultraToolbarsManager1.DockWithinContainer = this;
  78. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  79. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  80. ultraToolbar1.DockedColumn = 0;
  81. ultraToolbar1.DockedRow = 0;
  82. buttonTool1.InstanceProps.IsFirstInGroup = true;
  83. buttonTool2.InstanceProps.IsFirstInGroup = true;
  84. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  85. buttonTool1,
  86. buttonTool2});
  87. ultraToolbar1.Text = "UltraToolbar1";
  88. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  89. ultraToolbar1});
  90. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  91. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  92. buttonTool3.SharedPropsInternal.Caption = "生成";
  93. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  94. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  95. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  96. buttonTool4.SharedPropsInternal.Caption = "关闭";
  97. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  98. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  99. buttonTool3,
  100. buttonTool4});
  101. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  102. //
  103. // SummaryOK_Fill_Panel
  104. //
  105. this.SummaryOK_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  106. this.SummaryOK_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  107. this.SummaryOK_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.SummaryOK_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  109. this.SummaryOK_Fill_Panel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  110. this.SummaryOK_Fill_Panel.Name = "SummaryOK_Fill_Panel";
  111. this.SummaryOK_Fill_Panel.Size = new System.Drawing.Size(1131, 498);
  112. this.SummaryOK_Fill_Panel.TabIndex = 0;
  113. //
  114. // ultraGroupBox1
  115. //
  116. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
  117. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
  118. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  120. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  121. this.ultraGroupBox1.Name = "ultraGroupBox1";
  122. this.ultraGroupBox1.Size = new System.Drawing.Size(1131, 498);
  123. this.ultraGroupBox1.TabIndex = 0;
  124. this.ultraGroupBox1.Text = "评审单编辑区";
  125. //
  126. // ultraGroupBox3
  127. //
  128. this.ultraGroupBox3.Controls.Add(this.txt_procRecord);
  129. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.ultraGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  131. this.ultraGroupBox3.Location = new System.Drawing.Point(295, 21);
  132. this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  133. this.ultraGroupBox3.Name = "ultraGroupBox3";
  134. this.ultraGroupBox3.Size = new System.Drawing.Size(833, 474);
  135. this.ultraGroupBox3.TabIndex = 16;
  136. this.ultraGroupBox3.Text = "过程纪要";
  137. //
  138. // txt_procRecord
  139. //
  140. this.txt_procRecord.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.txt_procRecord.Location = new System.Drawing.Point(3, 26);
  142. this.txt_procRecord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  143. this.txt_procRecord.Multiline = true;
  144. this.txt_procRecord.Name = "txt_procRecord";
  145. this.txt_procRecord.Size = new System.Drawing.Size(827, 445);
  146. this.txt_procRecord.TabIndex = 13;
  147. //
  148. // ultraGroupBox2
  149. //
  150. this.ultraGroupBox2.Controls.Add(this.txt_taskId);
  151. this.ultraGroupBox2.Controls.Add(this.txt_negDate);
  152. this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
  153. this.ultraGroupBox2.Controls.Add(this.txt_taskName);
  154. this.ultraGroupBox2.Controls.Add(this.ultraLabel6);
  155. this.ultraGroupBox2.Controls.Add(this.txt_mngOrgName);
  156. this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
  157. this.ultraGroupBox2.Controls.Add(this.txt_buyerUsername);
  158. this.ultraGroupBox2.Controls.Add(this.ultraLabel5);
  159. this.ultraGroupBox2.Controls.Add(this.ultraLabel4);
  160. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  161. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 21);
  162. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  163. this.ultraGroupBox2.Name = "ultraGroupBox2";
  164. this.ultraGroupBox2.Size = new System.Drawing.Size(292, 474);
  165. this.ultraGroupBox2.TabIndex = 15;
  166. //
  167. // txt_taskId
  168. //
  169. this.txt_taskId.Location = new System.Drawing.Point(107, 16);
  170. this.txt_taskId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  171. this.txt_taskId.Name = "txt_taskId";
  172. this.txt_taskId.ReadOnly = true;
  173. this.txt_taskId.Size = new System.Drawing.Size(160, 24);
  174. this.txt_taskId.TabIndex = 7;
  175. this.txt_taskId.Text = " ";
  176. //
  177. // txt_negDate
  178. //
  179. this.txt_negDate.DateButtons.Add(dateButton1);
  180. this.txt_negDate.Format = "yyyy/MM/dd";
  181. this.txt_negDate.Location = new System.Drawing.Point(107, 142);
  182. this.txt_negDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  183. this.txt_negDate.Name = "txt_negDate";
  184. this.txt_negDate.NonAutoSizeHeight = 21;
  185. this.txt_negDate.Size = new System.Drawing.Size(160, 25);
  186. this.txt_negDate.TabIndex = 14;
  187. //
  188. // ultraLabel1
  189. //
  190. this.ultraLabel1.AutoSize = true;
  191. this.ultraLabel1.Location = new System.Drawing.Point(29, 19);
  192. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  193. this.ultraLabel1.Name = "ultraLabel1";
  194. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  195. this.ultraLabel1.TabIndex = 0;
  196. this.ultraLabel1.Text = "任务单号";
  197. //
  198. // txt_taskName
  199. //
  200. this.txt_taskName.Location = new System.Drawing.Point(107, 48);
  201. this.txt_taskName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  202. this.txt_taskName.Name = "txt_taskName";
  203. this.txt_taskName.ReadOnly = true;
  204. this.txt_taskName.Size = new System.Drawing.Size(160, 24);
  205. this.txt_taskName.TabIndex = 8;
  206. this.txt_taskName.Text = " ";
  207. //
  208. // ultraLabel6
  209. //
  210. this.ultraLabel6.AutoSize = true;
  211. this.ultraLabel6.Location = new System.Drawing.Point(29, 145);
  212. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  213. this.ultraLabel6.Name = "ultraLabel6";
  214. this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
  215. this.ultraLabel6.TabIndex = 5;
  216. this.ultraLabel6.Text = "谈判日期";
  217. //
  218. // txt_mngOrgName
  219. //
  220. this.txt_mngOrgName.Location = new System.Drawing.Point(107, 110);
  221. this.txt_mngOrgName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  222. this.txt_mngOrgName.Name = "txt_mngOrgName";
  223. this.txt_mngOrgName.ReadOnly = true;
  224. this.txt_mngOrgName.Size = new System.Drawing.Size(160, 24);
  225. this.txt_mngOrgName.TabIndex = 11;
  226. this.txt_mngOrgName.Text = " ";
  227. this.txt_mngOrgName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_mngOrgName_EditorButtonClick);
  228. //
  229. // ultraLabel2
  230. //
  231. this.ultraLabel2.AutoSize = true;
  232. this.ultraLabel2.Location = new System.Drawing.Point(29, 50);
  233. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  234. this.ultraLabel2.Name = "ultraLabel2";
  235. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  236. this.ultraLabel2.TabIndex = 1;
  237. this.ultraLabel2.Text = "任务名称";
  238. //
  239. // txt_buyerUsername
  240. //
  241. this.txt_buyerUsername.Location = new System.Drawing.Point(107, 79);
  242. this.txt_buyerUsername.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  243. this.txt_buyerUsername.Name = "txt_buyerUsername";
  244. this.txt_buyerUsername.ReadOnly = true;
  245. this.txt_buyerUsername.Size = new System.Drawing.Size(160, 24);
  246. this.txt_buyerUsername.TabIndex = 10;
  247. this.txt_buyerUsername.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_buyerUsername_EditorButtonClick);
  248. //
  249. // ultraLabel5
  250. //
  251. this.ultraLabel5.AutoSize = true;
  252. this.ultraLabel5.Location = new System.Drawing.Point(29, 112);
  253. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  254. this.ultraLabel5.Name = "ultraLabel5";
  255. this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
  256. this.ultraLabel5.TabIndex = 4;
  257. this.ultraLabel5.Text = "主管科室";
  258. //
  259. // ultraLabel4
  260. //
  261. this.ultraLabel4.AutoSize = true;
  262. this.ultraLabel4.Location = new System.Drawing.Point(45, 81);
  263. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  264. this.ultraLabel4.Name = "ultraLabel4";
  265. this.ultraLabel4.Size = new System.Drawing.Size(69, 24);
  266. this.ultraLabel4.TabIndex = 3;
  267. this.ultraLabel4.Text = "业务员";
  268. //
  269. // _SummaryOK_Toolbars_Dock_Area_Left
  270. //
  271. this._SummaryOK_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  272. this._SummaryOK_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  273. this._SummaryOK_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  274. this._SummaryOK_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  275. this._SummaryOK_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  276. this._SummaryOK_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  277. this._SummaryOK_Toolbars_Dock_Area_Left.Name = "_SummaryOK_Toolbars_Dock_Area_Left";
  278. this._SummaryOK_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 498);
  279. this._SummaryOK_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  280. //
  281. // _SummaryOK_Toolbars_Dock_Area_Right
  282. //
  283. this._SummaryOK_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  284. this._SummaryOK_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  285. this._SummaryOK_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  286. this._SummaryOK_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  287. this._SummaryOK_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1131, 28);
  288. this._SummaryOK_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  289. this._SummaryOK_Toolbars_Dock_Area_Right.Name = "_SummaryOK_Toolbars_Dock_Area_Right";
  290. this._SummaryOK_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 498);
  291. this._SummaryOK_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  292. //
  293. // _SummaryOK_Toolbars_Dock_Area_Top
  294. //
  295. this._SummaryOK_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  296. this._SummaryOK_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  297. this._SummaryOK_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  298. this._SummaryOK_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  299. this._SummaryOK_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  300. this._SummaryOK_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  301. this._SummaryOK_Toolbars_Dock_Area_Top.Name = "_SummaryOK_Toolbars_Dock_Area_Top";
  302. this._SummaryOK_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1131, 28);
  303. this._SummaryOK_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  304. //
  305. // _SummaryOK_Toolbars_Dock_Area_Bottom
  306. //
  307. this._SummaryOK_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  308. this._SummaryOK_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  309. this._SummaryOK_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  310. this._SummaryOK_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  311. this._SummaryOK_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 526);
  312. this._SummaryOK_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  313. this._SummaryOK_Toolbars_Dock_Area_Bottom.Name = "_SummaryOK_Toolbars_Dock_Area_Bottom";
  314. this._SummaryOK_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1131, 0);
  315. this._SummaryOK_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  316. //
  317. // SummaryOK
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.ClientSize = new System.Drawing.Size(1131, 526);
  322. this.Controls.Add(this.SummaryOK_Fill_Panel);
  323. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Left);
  324. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Right);
  325. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Top);
  326. this.Controls.Add(this._SummaryOK_Toolbars_Dock_Area_Bottom);
  327. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  328. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  329. this.Name = "SummaryOK";
  330. this.Text = "生成采购纪要评审单";
  331. this.Load += new System.EventHandler(this.SummaryOK_Load);
  332. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  333. this.SummaryOK_Fill_Panel.ResumeLayout(false);
  334. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  335. this.ultraGroupBox1.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  337. this.ultraGroupBox3.ResumeLayout(false);
  338. this.ultraGroupBox3.PerformLayout();
  339. ((System.ComponentModel.ISupportInitialize)(this.txt_procRecord)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  341. this.ultraGroupBox2.ResumeLayout(false);
  342. this.ultraGroupBox2.PerformLayout();
  343. ((System.ComponentModel.ISupportInitialize)(this.txt_taskId)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txt_negDate)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.txt_taskName)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.txt_mngOrgName)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.txt_buyerUsername)).EndInit();
  348. this.ResumeLayout(false);
  349. }
  350. #endregion
  351. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  352. private System.Windows.Forms.Panel SummaryOK_Fill_Panel;
  353. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Left;
  354. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Right;
  355. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Top;
  356. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _SummaryOK_Toolbars_Dock_Area_Bottom;
  357. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  358. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  359. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  360. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  361. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  362. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  363. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_procRecord;
  364. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_mngOrgName;
  365. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_buyerUsername;
  366. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskName;
  367. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_taskId;
  368. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txt_negDate;
  369. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  370. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  371. }
  372. }