FrmShortRuler.Designer.cs 17 KB

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