FrmImportSetOrder.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. namespace Core.StlMes.Client.PlnSaleOrd.PopupWindow
  2. {
  3. partial class FrmImportSetOrder
  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("Save");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Open");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmImportSetOrder));
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Open");
  38. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  40. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ExcelTool");
  42. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  43. this.ultraNumRowEnd = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.ultraNumRowStart = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  49. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  50. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  53. this.uC_EmbedExcelIntoWinFormNoDLL1 = new SuperTools.UC_EmbedExcelIntoWinFormNoDLL();
  54. this.ultraPanel1.ClientArea.SuspendLayout();
  55. this.ultraPanel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.ultraNumRowEnd)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraNumRowStart)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // ultraPanel1
  62. //
  63. //
  64. // ultraPanel1.ClientArea
  65. //
  66. this.ultraPanel1.ClientArea.Controls.Add(this.ultraNumRowEnd);
  67. this.ultraPanel1.ClientArea.Controls.Add(this.label2);
  68. this.ultraPanel1.ClientArea.Controls.Add(this.ultraNumRowStart);
  69. this.ultraPanel1.ClientArea.Controls.Add(this.label1);
  70. this.ultraPanel1.ClientArea.Controls.Add(this.label3);
  71. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.ultraPanel1.Location = new System.Drawing.Point(0, 24);
  73. this.ultraPanel1.Name = "ultraPanel1";
  74. this.ultraPanel1.Size = new System.Drawing.Size(813, 36);
  75. this.ultraPanel1.TabIndex = 1;
  76. //
  77. // ultraNumRowEnd
  78. //
  79. this.ultraNumRowEnd.Location = new System.Drawing.Point(193, 8);
  80. this.ultraNumRowEnd.MinValue = 1;
  81. this.ultraNumRowEnd.Name = "ultraNumRowEnd";
  82. this.ultraNumRowEnd.PromptChar = ' ';
  83. this.ultraNumRowEnd.Size = new System.Drawing.Size(85, 21);
  84. this.ultraNumRowEnd.TabIndex = 42;
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Location = new System.Drawing.Point(12, 12);
  90. this.label2.Name = "label2";
  91. this.label2.Size = new System.Drawing.Size(41, 12);
  92. this.label2.TabIndex = 40;
  93. this.label2.Text = "导入第";
  94. //
  95. // ultraNumRowStart
  96. //
  97. this.ultraNumRowStart.Location = new System.Drawing.Point(59, 8);
  98. this.ultraNumRowStart.MinValue = 2;
  99. this.ultraNumRowStart.Name = "ultraNumRowStart";
  100. this.ultraNumRowStart.PromptChar = ' ';
  101. this.ultraNumRowStart.Size = new System.Drawing.Size(85, 21);
  102. this.ultraNumRowStart.TabIndex = 41;
  103. //
  104. // label1
  105. //
  106. this.label1.AutoSize = true;
  107. this.label1.Location = new System.Drawing.Point(152, 12);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(35, 12);
  110. this.label1.TabIndex = 38;
  111. this.label1.Text = "行 到";
  112. //
  113. // label3
  114. //
  115. this.label3.AutoSize = true;
  116. this.label3.Location = new System.Drawing.Point(284, 13);
  117. this.label3.Name = "label3";
  118. this.label3.Size = new System.Drawing.Size(17, 12);
  119. this.label3.TabIndex = 39;
  120. this.label3.Text = "行";
  121. //
  122. // _FrmBase_Toolbars_Dock_Area_Top
  123. //
  124. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  125. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  126. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  127. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  128. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  129. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  130. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(813, 24);
  131. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  132. //
  133. // ultraToolbarsManager1
  134. //
  135. this.ultraToolbarsManager1.DesignerFlags = 1;
  136. this.ultraToolbarsManager1.DockWithinContainer = this;
  137. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  138. ultraToolbar1.DockedColumn = 0;
  139. ultraToolbar1.DockedRow = 0;
  140. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  141. buttonTool1,
  142. buttonTool5,
  143. buttonTool7});
  144. ultraToolbar1.Text = "UltraToolbar1";
  145. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  146. ultraToolbar1});
  147. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  148. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  149. buttonTool3.SharedPropsInternal.Caption = "导入";
  150. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  151. buttonTool4.SharedPropsInternal.Caption = "取消";
  152. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  153. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  154. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  155. buttonTool6.SharedPropsInternal.Caption = "打开";
  156. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  157. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  158. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  159. buttonTool8.SharedPropsInternal.Caption = "关闭";
  160. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  161. buttonTool9.SharedPropsInternal.Caption = "导出";
  162. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  163. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  164. buttonTool3,
  165. buttonTool4,
  166. buttonTool6,
  167. buttonTool8,
  168. buttonTool9});
  169. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  170. //
  171. // _FrmBase_Toolbars_Dock_Area_Bottom
  172. //
  173. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  174. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  175. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  176. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  177. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 477);
  178. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  179. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(813, 0);
  180. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  181. //
  182. // _FrmBase_Toolbars_Dock_Area_Left
  183. //
  184. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  185. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  186. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  187. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  188. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  189. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  190. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 453);
  191. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  192. //
  193. // _FrmBase_Toolbars_Dock_Area_Right
  194. //
  195. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  196. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  197. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  198. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  199. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(813, 24);
  200. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  201. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 453);
  202. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  203. //
  204. // uC_EmbedExcelIntoWinFormNoDLL1
  205. //
  206. this.uC_EmbedExcelIntoWinFormNoDLL1.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.uC_EmbedExcelIntoWinFormNoDLL1.Location = new System.Drawing.Point(0, 60);
  208. this.uC_EmbedExcelIntoWinFormNoDLL1.Name = "uC_EmbedExcelIntoWinFormNoDLL1";
  209. this.uC_EmbedExcelIntoWinFormNoDLL1.Size = new System.Drawing.Size(813, 417);
  210. this.uC_EmbedExcelIntoWinFormNoDLL1.TabIndex = 2;
  211. //
  212. // FrmImportSetOrder
  213. //
  214. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  215. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  216. this.ClientSize = new System.Drawing.Size(813, 477);
  217. this.Controls.Add(this.uC_EmbedExcelIntoWinFormNoDLL1);
  218. this.Controls.Add(this.ultraPanel1);
  219. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  220. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  221. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  222. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  223. this.Name = "FrmImportSetOrder";
  224. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  225. this.Text = "导入合同";
  226. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  227. this.Load += new System.EventHandler(this.FrmImportSetOrder_Load);
  228. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmImportSetOrder_FormClosed);
  229. this.ultraPanel1.ClientArea.ResumeLayout(false);
  230. this.ultraPanel1.ClientArea.PerformLayout();
  231. this.ultraPanel1.ResumeLayout(false);
  232. ((System.ComponentModel.ISupportInitialize)(this.ultraNumRowEnd)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.ultraNumRowStart)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  235. this.ResumeLayout(false);
  236. }
  237. #endregion
  238. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  239. private SuperTools.UC_EmbedExcelIntoWinFormNoDLL uC_EmbedExcelIntoWinFormNoDLL1;
  240. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumRowEnd;
  241. private System.Windows.Forms.Label label2;
  242. private Infragistics.Win.UltraWinEditors.UltraNumericEditor ultraNumRowStart;
  243. private System.Windows.Forms.Label label1;
  244. private System.Windows.Forms.Label label3;
  245. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  246. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  247. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  248. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  249. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  250. }
  251. }