AddPhyRItems.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. namespace Core.StlMes.Client.Lims.Port
  2. {
  3. partial class AddPhyRItems
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_CODE_F");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NAME_F");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_CODE_W");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NAME_W");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_CODE_C");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NAME_C");
  36. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  47. this.ultraF = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.ultraW = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  49. this.ultraC = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  52. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  53. this.dataSet1 = new System.Data.DataSet();
  54. this.dataTable1 = new System.Data.DataTable();
  55. this.dataColumn12 = new System.Data.DataColumn();
  56. this.dataColumn18 = new System.Data.DataColumn();
  57. this.dataColumn19 = new System.Data.DataColumn();
  58. this.dataColumn20 = new System.Data.DataColumn();
  59. this.dataColumn13 = new System.Data.DataColumn();
  60. this.dataColumn14 = new System.Data.DataColumn();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraF)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraW)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultraC)).BeginInit();
  64. this.panel1.SuspendLayout();
  65. this.panel1_Fill_Panel.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // ultraF
  72. //
  73. this.ultraF.Location = new System.Drawing.Point(4, 344);
  74. this.ultraF.Name = "ultraF";
  75. this.ultraF.Size = new System.Drawing.Size(81, 21);
  76. this.ultraF.TabIndex = 44;
  77. this.ultraF.Visible = false;
  78. this.ultraF.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  79. //
  80. // ultraW
  81. //
  82. this.ultraW.Location = new System.Drawing.Point(127, 344);
  83. this.ultraW.Name = "ultraW";
  84. this.ultraW.Size = new System.Drawing.Size(81, 21);
  85. this.ultraW.TabIndex = 45;
  86. this.ultraW.Visible = false;
  87. this.ultraW.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  88. //
  89. // ultraC
  90. //
  91. this.ultraC.Location = new System.Drawing.Point(247, 344);
  92. this.ultraC.Name = "ultraC";
  93. this.ultraC.Size = new System.Drawing.Size(81, 21);
  94. this.ultraC.TabIndex = 46;
  95. this.ultraC.Visible = false;
  96. this.ultraC.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  97. //
  98. // panel1
  99. //
  100. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  101. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panel1.Location = new System.Drawing.Point(0, 0);
  103. this.panel1.Name = "panel1";
  104. this.panel1.Size = new System.Drawing.Size(424, 402);
  105. this.panel1.TabIndex = 0;
  106. //
  107. // panel1_Fill_Panel
  108. //
  109. this.panel1_Fill_Panel.Controls.Add(this.ultraC);
  110. this.panel1_Fill_Panel.Controls.Add(this.ultraW);
  111. this.panel1_Fill_Panel.Controls.Add(this.ultraF);
  112. this.panel1_Fill_Panel.Controls.Add(this.ultraGrid1);
  113. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  114. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  116. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  117. this.panel1_Fill_Panel.Size = new System.Drawing.Size(424, 402);
  118. this.panel1_Fill_Panel.TabIndex = 0;
  119. //
  120. // ultraGrid1
  121. //
  122. this.ultraGrid1.DataMember = "Table1";
  123. this.ultraGrid1.DataSource = this.dataSet1;
  124. appearance1.BackColor = System.Drawing.SystemColors.Window;
  125. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  126. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  127. ultraGridColumn1.Header.VisiblePosition = 0;
  128. ultraGridColumn1.Hidden = true;
  129. ultraGridColumn2.EditorComponent = this.ultraF;
  130. ultraGridColumn2.Header.VisiblePosition = 1;
  131. ultraGridColumn3.Header.VisiblePosition = 2;
  132. ultraGridColumn3.Hidden = true;
  133. ultraGridColumn4.EditorComponent = this.ultraW;
  134. ultraGridColumn4.Header.VisiblePosition = 3;
  135. ultraGridColumn5.Header.VisiblePosition = 4;
  136. ultraGridColumn5.Hidden = true;
  137. ultraGridColumn6.EditorComponent = this.ultraC;
  138. ultraGridColumn6.Header.VisiblePosition = 5;
  139. ultraGridBand1.Columns.AddRange(new object[] {
  140. ultraGridColumn1,
  141. ultraGridColumn2,
  142. ultraGridColumn3,
  143. ultraGridColumn4,
  144. ultraGridColumn5,
  145. ultraGridColumn6});
  146. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  147. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  148. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  149. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  150. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  151. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  152. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  153. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  154. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  155. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  156. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  157. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  158. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  159. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  160. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  161. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  162. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  163. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  164. appearance5.BackColor = System.Drawing.SystemColors.Window;
  165. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  166. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  167. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  168. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  169. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  170. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  171. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  172. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  173. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  174. appearance7.BackColor = System.Drawing.SystemColors.Window;
  175. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  176. appearance8.BorderColor = System.Drawing.Color.Silver;
  177. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  178. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  179. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  180. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  181. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  182. appearance9.BackColor = System.Drawing.SystemColors.Control;
  183. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  184. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  185. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  186. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  187. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  188. appearance10.TextHAlignAsString = "Left";
  189. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  190. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  191. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  192. appearance11.BackColor = System.Drawing.SystemColors.Window;
  193. appearance11.BorderColor = System.Drawing.Color.Silver;
  194. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  195. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  196. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  197. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  198. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  199. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  200. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  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(424, 402);
  206. this.ultraGrid1.TabIndex = 43;
  207. this.ultraGrid1.Text = "方向温度尺寸";
  208. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  209. //
  210. // dataSet1
  211. //
  212. this.dataSet1.DataSetName = "NewDataSet";
  213. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  214. this.dataTable1});
  215. //
  216. // dataTable1
  217. //
  218. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  219. this.dataColumn12,
  220. this.dataColumn18,
  221. this.dataColumn19,
  222. this.dataColumn20,
  223. this.dataColumn13,
  224. this.dataColumn14});
  225. this.dataTable1.TableName = "Table1";
  226. //
  227. // dataColumn12
  228. //
  229. this.dataColumn12.Caption = "方向代码";
  230. this.dataColumn12.ColumnName = "ITEM_CODE_F";
  231. //
  232. // dataColumn18
  233. //
  234. this.dataColumn18.Caption = "方向";
  235. this.dataColumn18.ColumnName = "ITEM_NAME_F";
  236. //
  237. // dataColumn19
  238. //
  239. this.dataColumn19.Caption = "温度代码";
  240. this.dataColumn19.ColumnName = "ITEM_CODE_W";
  241. //
  242. // dataColumn20
  243. //
  244. this.dataColumn20.Caption = "温度";
  245. this.dataColumn20.ColumnName = "ITEM_NAME_W";
  246. //
  247. // dataColumn13
  248. //
  249. this.dataColumn13.Caption = "尺寸代码";
  250. this.dataColumn13.ColumnName = "ITEM_CODE_C";
  251. //
  252. // dataColumn14
  253. //
  254. this.dataColumn14.Caption = "尺寸";
  255. this.dataColumn14.ColumnName = "ITEM_NAME_C";
  256. //
  257. // AddPhyRItems
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.ClientSize = new System.Drawing.Size(424, 402);
  262. this.Controls.Add(this.panel1);
  263. this.Name = "AddPhyRItems";
  264. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  265. this.Text = "方向温度尺寸";
  266. this.Load += new System.EventHandler(this.AddPhyRItems_Load);
  267. ((System.ComponentModel.ISupportInitialize)(this.ultraF)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.ultraW)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.ultraC)).EndInit();
  270. this.panel1.ResumeLayout(false);
  271. this.panel1_Fill_Panel.ResumeLayout(false);
  272. this.panel1_Fill_Panel.PerformLayout();
  273. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  276. this.ResumeLayout(false);
  277. }
  278. #endregion
  279. private System.Windows.Forms.Panel panel1;
  280. private System.Windows.Forms.Panel panel1_Fill_Panel;
  281. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  282. private System.Data.DataSet dataSet1;
  283. private System.Data.DataTable dataTable1;
  284. private System.Data.DataColumn dataColumn12;
  285. private System.Data.DataColumn dataColumn18;
  286. private System.Data.DataColumn dataColumn19;
  287. private System.Data.DataColumn dataColumn20;
  288. private System.Data.DataColumn dataColumn13;
  289. private System.Data.DataColumn dataColumn14;
  290. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraC;
  291. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraW;
  292. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraF;
  293. }
  294. }