MchControlBase.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. namespace Core.StlMes.Client.Mcp.Control.Machining
  2. {
  3. partial class MchControlBase
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
  42. this.name = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  43. this.uteSuspicious = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  44. this.cmbBz = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.cmbBc = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. this.uteScrapped = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. ((System.ComponentModel.ISupportInitialize)(this.name)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.uteSuspicious)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.uteScrapped)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // name
  57. //
  58. this.name.Location = new System.Drawing.Point(303, 68);
  59. this.name.Name = "name";
  60. this.name.Size = new System.Drawing.Size(144, 24);
  61. this.name.TabIndex = 79;
  62. this.name.Visible = false;
  63. //
  64. // uteSuspicious
  65. //
  66. editorButton1.Key = "select";
  67. editorButton1.Text = "录入";
  68. this.uteSuspicious.ButtonsRight.Add(editorButton1);
  69. this.uteSuspicious.Location = new System.Drawing.Point(500, 68);
  70. this.uteSuspicious.Margin = new System.Windows.Forms.Padding(4);
  71. this.uteSuspicious.Name = "uteSuspicious";
  72. this.uteSuspicious.Size = new System.Drawing.Size(183, 24);
  73. this.uteSuspicious.TabIndex = 78;
  74. this.uteSuspicious.Visible = false;
  75. this.uteSuspicious.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uteSuspicious_EditorButtonClick);
  76. //
  77. // cmbBz
  78. //
  79. this.cmbBz.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  80. valueListItem1.DataValue = "1";
  81. valueListItem1.DisplayText = "甲";
  82. valueListItem2.DataValue = "2";
  83. valueListItem2.DisplayText = "乙";
  84. valueListItem3.DataValue = "3";
  85. valueListItem3.DisplayText = "丙";
  86. valueListItem4.DataValue = "4";
  87. valueListItem4.DisplayText = "丁";
  88. this.cmbBz.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  89. valueListItem1,
  90. valueListItem2,
  91. valueListItem3,
  92. valueListItem4});
  93. this.cmbBz.Location = new System.Drawing.Point(50, 58);
  94. this.cmbBz.Margin = new System.Windows.Forms.Padding(4);
  95. this.cmbBz.Name = "cmbBz";
  96. this.cmbBz.Size = new System.Drawing.Size(75, 24);
  97. this.cmbBz.TabIndex = 77;
  98. this.cmbBz.Visible = false;
  99. //
  100. // cmbBc
  101. //
  102. this.cmbBc.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  103. valueListItem5.DataValue = "1";
  104. valueListItem5.DisplayText = "早";
  105. valueListItem6.DataValue = "2";
  106. valueListItem6.DisplayText = "中";
  107. valueListItem7.DataValue = "3";
  108. valueListItem7.DisplayText = "晚";
  109. valueListItem8.DataValue = "0";
  110. valueListItem8.DisplayText = "白";
  111. this.cmbBc.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  112. valueListItem5,
  113. valueListItem6,
  114. valueListItem7,
  115. valueListItem8});
  116. this.cmbBc.Location = new System.Drawing.Point(174, 68);
  117. this.cmbBc.Margin = new System.Windows.Forms.Padding(4);
  118. this.cmbBc.Name = "cmbBc";
  119. this.cmbBc.Size = new System.Drawing.Size(75, 24);
  120. this.cmbBc.TabIndex = 76;
  121. this.cmbBc.Visible = false;
  122. //
  123. // ultraGrid1
  124. //
  125. appearance2.BackColor = System.Drawing.Color.Transparent;
  126. this.ultraGrid1.DisplayLayout.Appearance = appearance2;
  127. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  128. this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  129. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  130. this.ultraGrid1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  131. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  132. this.ultraGrid1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  133. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  134. appearance4.BackColor = System.Drawing.Color.Transparent;
  135. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance4;
  136. appearance6.TextVAlignAsString = "Middle";
  137. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance6;
  138. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  139. appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
  140. appearance7.TextHAlignAsString = "Center";
  141. appearance7.TextVAlignAsString = "Middle";
  142. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance7;
  143. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  144. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  145. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  146. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  147. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  150. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  151. this.ultraGrid1.Name = "ultraGrid1";
  152. this.ultraGrid1.Size = new System.Drawing.Size(743, 150);
  153. this.ultraGrid1.TabIndex = 80;
  154. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  155. //
  156. // uteScrapped
  157. //
  158. editorButton2.Key = "select";
  159. editorButton2.Text = "录入";
  160. this.uteScrapped.ButtonsRight.Add(editorButton2);
  161. this.uteScrapped.Location = new System.Drawing.Point(500, 15);
  162. this.uteScrapped.Margin = new System.Windows.Forms.Padding(4);
  163. this.uteScrapped.Name = "uteScrapped";
  164. this.uteScrapped.Size = new System.Drawing.Size(183, 24);
  165. this.uteScrapped.TabIndex = 81;
  166. this.uteScrapped.Visible = false;
  167. this.uteScrapped.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uteScrapped_EditorButtonClick);
  168. //
  169. // MchControlBase
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.Controls.Add(this.uteScrapped);
  174. this.Controls.Add(this.cmbBc);
  175. this.Controls.Add(this.cmbBz);
  176. this.Controls.Add(this.uteSuspicious);
  177. this.Controls.Add(this.name);
  178. this.Controls.Add(this.ultraGrid1);
  179. this.Name = "MchControlBase";
  180. this.Size = new System.Drawing.Size(743, 150);
  181. ((System.ComponentModel.ISupportInitialize)(this.name)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.uteSuspicious)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.uteScrapped)).EndInit();
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. protected Infragistics.Win.UltraWinEditors.UltraComboEditor name;
  192. protected Infragistics.Win.UltraWinEditors.UltraTextEditor uteSuspicious;
  193. protected Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBz;
  194. protected Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBc;
  195. protected Infragistics.Win.UltraWinEditors.UltraTextEditor uteScrapped;
  196. public Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  197. }
  198. }