FrmStopSamll.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. namespace Core.StlMes.Client.Mcp.Control.Base
  2. {
  3. partial class FrmStopSamll
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dsStopSamll", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASECODE");
  32. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Outlibrary");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Outlibrary");
  36. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStopSamll));
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  39. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DeletReceive");
  42. Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("Receive\n");
  43. Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
  44. this.dataSet1 = new System.Data.DataSet();
  45. this.dataBill = new System.Data.DataTable();
  46. this.dataColumn166 = new System.Data.DataColumn();
  47. this.dataColumn1 = new System.Data.DataColumn();
  48. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  49. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  50. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this.FrmStopSamll_Fill_Panel = new System.Windows.Forms.Panel();
  53. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  55. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataBill)).BeginInit();
  57. this.FrmStopSamll_Fill_Panel.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // dataSet1
  63. //
  64. this.dataSet1.DataSetName = "NewDataSet";
  65. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  66. this.dataBill});
  67. //
  68. // dataBill
  69. //
  70. this.dataBill.Columns.AddRange(new System.Data.DataColumn[] {
  71. this.dataColumn166,
  72. this.dataColumn1});
  73. this.dataBill.TableName = "dsStopSamll";
  74. //
  75. // dataColumn166
  76. //
  77. this.dataColumn166.Caption = "名称";
  78. this.dataColumn166.ColumnName = "BASENAME";
  79. //
  80. // dataColumn1
  81. //
  82. this.dataColumn1.ColumnName = "BASECODE";
  83. //
  84. // _FrmBase_Toolbars_Dock_Area_Top
  85. //
  86. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  87. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  88. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  89. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  90. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  91. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  92. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(222, 28);
  93. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  94. //
  95. // _FrmBase_Toolbars_Dock_Area_Bottom
  96. //
  97. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  98. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  99. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  100. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  101. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 327);
  102. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  103. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(222, 0);
  104. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  105. //
  106. // _FrmBase_Toolbars_Dock_Area_Left
  107. //
  108. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  109. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  110. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  111. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  112. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  113. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  114. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 299);
  115. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  116. //
  117. // _FrmBase_Toolbars_Dock_Area_Right
  118. //
  119. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  120. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  121. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  122. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(222, 28);
  124. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  125. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 299);
  126. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  127. //
  128. // FrmStopSamll_Fill_Panel
  129. //
  130. this.FrmStopSamll_Fill_Panel.Controls.Add(this.ultraGrid1);
  131. this.FrmStopSamll_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  132. this.FrmStopSamll_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.FrmStopSamll_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  134. this.FrmStopSamll_Fill_Panel.Name = "FrmStopSamll_Fill_Panel";
  135. this.FrmStopSamll_Fill_Panel.Size = new System.Drawing.Size(222, 299);
  136. this.FrmStopSamll_Fill_Panel.TabIndex = 8;
  137. //
  138. // ultraGrid1
  139. //
  140. this.ultraGrid1.DataMember = "dsStopSamll";
  141. this.ultraGrid1.DataSource = this.dataSet1;
  142. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  143. ultraGridColumn1.Header.VisiblePosition = 0;
  144. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  145. ultraGridColumn2.Header.VisiblePosition = 1;
  146. ultraGridColumn2.Hidden = true;
  147. ultraGridBand1.Columns.AddRange(new object[] {
  148. ultraGridColumn1,
  149. ultraGridColumn2});
  150. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  151. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  152. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  154. this.ultraGrid1.Name = "ultraGrid1";
  155. this.ultraGrid1.Size = new System.Drawing.Size(222, 299);
  156. this.ultraGrid1.TabIndex = 0;
  157. //
  158. // ultraToolbarsManager1
  159. //
  160. this.ultraToolbarsManager1.DesignerFlags = 1;
  161. this.ultraToolbarsManager1.DockWithinContainer = this;
  162. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  163. this.ultraToolbarsManager1.MiniToolbar.ToolRowCount = 1;
  164. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  165. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  166. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  167. ultraToolbar1.DockedColumn = 0;
  168. ultraToolbar1.DockedRow = 0;
  169. buttonTool1.InstanceProps.IsFirstInGroup = true;
  170. buttonTool4.InstanceProps.IsFirstInGroup = true;
  171. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  172. buttonTool1,
  173. buttonTool4});
  174. ultraToolbar1.Text = "UltraToolbar1";
  175. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  176. ultraToolbar1});
  177. appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
  178. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
  179. buttonTool7.SharedPropsInternal.Caption = "保存";
  180. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  181. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  182. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  183. buttonTool14.SharedPropsInternal.Caption = "关闭";
  184. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  185. buttonTool17.SharedPropsInternal.Caption = "撤销倒库";
  186. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  187. buttonTool18.SharedPropsInternal.Caption = "撤销接收";
  188. buttonTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  189. comboBoxTool2.SharedPropsInternal.Caption = "接收";
  190. comboBoxTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  191. comboBoxTool2.ValueList = valueList1;
  192. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  193. buttonTool7,
  194. buttonTool14,
  195. buttonTool17,
  196. buttonTool18,
  197. comboBoxTool2});
  198. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  199. //
  200. // FrmStopSamll
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(222, 327);
  205. this.Controls.Add(this.FrmStopSamll_Fill_Panel);
  206. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  207. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  208. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  209. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  210. this.Name = "FrmStopSamll";
  211. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  212. this.Text = "FrmStopSamll";
  213. this.Load += new System.EventHandler(this.FrmStopSamll_Load);
  214. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.dataBill)).EndInit();
  216. this.FrmStopSamll_Fill_Panel.ResumeLayout(false);
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  219. this.ResumeLayout(false);
  220. }
  221. #endregion
  222. private System.Data.DataSet dataSet1;
  223. private System.Data.DataTable dataBill;
  224. private System.Data.DataColumn dataColumn166;
  225. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  226. private System.Windows.Forms.Panel FrmStopSamll_Fill_Panel;
  227. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  228. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  229. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  230. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  231. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  232. private System.Data.DataColumn dataColumn1;
  233. }
  234. }