DetectFileCtrl.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. namespace Core.StlMes.Client.Judge.Controls
  2. {
  3. partial class DetectFileCtrl
  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();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("detectResultPath");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("detectFile");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("qualified");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("processDesc");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("detectResultPath2");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("detectFile2");
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  48. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.dataSet1 = new System.Data.DataSet();
  51. this.dataTable1 = new System.Data.DataTable();
  52. this.dataColumn1 = new System.Data.DataColumn();
  53. this.dataColumn2 = new System.Data.DataColumn();
  54. this.dataColumn3 = new System.Data.DataColumn();
  55. this.dataColumn4 = new System.Data.DataColumn();
  56. this.dataColumn5 = new System.Data.DataColumn();
  57. this.dataColumn6 = new System.Data.DataColumn();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // ultraTextEditor1
  65. //
  66. editorButton1.Text = "查看";
  67. this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
  68. this.ultraTextEditor1.Location = new System.Drawing.Point(65, 138);
  69. this.ultraTextEditor1.Name = "ultraTextEditor1";
  70. this.ultraTextEditor1.Size = new System.Drawing.Size(202, 24);
  71. this.ultraTextEditor1.TabIndex = 1;
  72. this.ultraTextEditor1.Visible = false;
  73. this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor1_EditorButtonClick);
  74. //
  75. // ultraGrid1
  76. //
  77. this.ultraGrid1.DataMember = "Table1";
  78. this.ultraGrid1.DataSource = this.dataSet1;
  79. appearance1.BackColor = System.Drawing.SystemColors.Window;
  80. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  81. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  82. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  83. ultraGridColumn1.Header.VisiblePosition = 0;
  84. ultraGridColumn1.Hidden = true;
  85. ultraGridColumn2.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  86. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  87. ultraGridColumn2.EditorComponent = this.ultraTextEditor1;
  88. ultraGridColumn2.Header.VisiblePosition = 2;
  89. ultraGridColumn2.Width = 322;
  90. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  91. ultraGridColumn3.Header.VisiblePosition = 4;
  92. ultraGridColumn3.Width = 93;
  93. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  94. ultraGridColumn4.Header.VisiblePosition = 1;
  95. ultraGridColumn4.Width = 88;
  96. ultraGridColumn5.Header.VisiblePosition = 5;
  97. ultraGridColumn5.Hidden = true;
  98. ultraGridColumn6.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always;
  99. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  100. ultraGridColumn6.EditorComponent = this.ultraTextEditor1;
  101. ultraGridColumn6.Header.VisiblePosition = 3;
  102. ultraGridColumn6.Width = 269;
  103. ultraGridBand1.Columns.AddRange(new object[] {
  104. ultraGridColumn1,
  105. ultraGridColumn2,
  106. ultraGridColumn3,
  107. ultraGridColumn4,
  108. ultraGridColumn5,
  109. ultraGridColumn6});
  110. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  111. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  112. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  113. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  114. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  115. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  116. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  117. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  118. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  119. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  120. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  121. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  122. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  123. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  124. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  125. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  126. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  127. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  128. appearance7.BackColor = System.Drawing.SystemColors.Window;
  129. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  130. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  131. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  132. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  133. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  134. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  135. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  136. appearance12.BackColor = System.Drawing.SystemColors.Window;
  137. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  138. appearance8.BorderColor = System.Drawing.Color.Silver;
  139. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  140. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  141. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  142. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  143. appearance6.BackColor = System.Drawing.SystemColors.Control;
  144. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  145. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  146. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  147. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  148. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  149. appearance5.TextHAlignAsString = "Left";
  150. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  151. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  152. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  153. appearance11.BackColor = System.Drawing.SystemColors.Window;
  154. appearance11.BorderColor = System.Drawing.Color.Silver;
  155. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  156. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  157. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  158. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  159. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  160. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  161. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  162. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  164. this.ultraGrid1.Name = "ultraGrid1";
  165. this.ultraGrid1.Size = new System.Drawing.Size(546, 307);
  166. this.ultraGrid1.TabIndex = 0;
  167. this.ultraGrid1.Text = "ultraGrid1";
  168. //
  169. // dataSet1
  170. //
  171. this.dataSet1.DataSetName = "NewDataSet";
  172. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  173. this.dataTable1});
  174. //
  175. // dataTable1
  176. //
  177. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  178. this.dataColumn1,
  179. this.dataColumn2,
  180. this.dataColumn3,
  181. this.dataColumn4,
  182. this.dataColumn5,
  183. this.dataColumn6});
  184. this.dataTable1.TableName = "Table1";
  185. //
  186. // dataColumn1
  187. //
  188. this.dataColumn1.Caption = "探伤检验路径";
  189. this.dataColumn1.ColumnName = "detectResultPath";
  190. //
  191. // dataColumn2
  192. //
  193. this.dataColumn2.Caption = "探伤检验文件";
  194. this.dataColumn2.ColumnName = "detectFile";
  195. //
  196. // dataColumn3
  197. //
  198. this.dataColumn3.Caption = "检验结果";
  199. this.dataColumn3.ColumnName = "qualified";
  200. //
  201. // dataColumn4
  202. //
  203. this.dataColumn4.Caption = "工序";
  204. this.dataColumn4.ColumnName = "processDesc";
  205. //
  206. // dataColumn5
  207. //
  208. this.dataColumn5.Caption = "探伤检验路径2";
  209. this.dataColumn5.ColumnName = "detectResultPath2";
  210. //
  211. // dataColumn6
  212. //
  213. this.dataColumn6.Caption = "探伤检验文件2";
  214. this.dataColumn6.ColumnName = "detectFile2";
  215. //
  216. // DetectFileCtrl
  217. //
  218. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  219. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  220. this.Controls.Add(this.ultraTextEditor1);
  221. this.Controls.Add(this.ultraGrid1);
  222. this.Name = "DetectFileCtrl";
  223. this.Size = new System.Drawing.Size(546, 307);
  224. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  228. this.ResumeLayout(false);
  229. this.PerformLayout();
  230. }
  231. #endregion
  232. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  233. private System.Data.DataSet dataSet1;
  234. private System.Data.DataTable dataTable1;
  235. private System.Data.DataColumn dataColumn1;
  236. private System.Data.DataColumn dataColumn2;
  237. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  238. private System.Data.DataColumn dataColumn3;
  239. private System.Data.DataColumn dataColumn4;
  240. private System.Data.DataColumn dataColumn5;
  241. private System.Data.DataColumn dataColumn6;
  242. }
  243. }