ComBaseStdChoice.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBaseStdChoice
  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 appearance13 = 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("STD_CODE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STD_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  34. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  45. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBaseStdChoice));
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. this.dataSet1 = new System.Data.DataSet();
  48. this.dataTable1 = new System.Data.DataTable();
  49. this.dataColumn1 = new System.Data.DataColumn();
  50. this.dataColumn2 = new System.Data.DataColumn();
  51. this.dataColumn3 = new System.Data.DataColumn();
  52. this.dataColumn4 = new System.Data.DataColumn();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.panel2 = new System.Windows.Forms.Panel();
  55. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  56. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  60. this.panel1.SuspendLayout();
  61. this.panel2.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // ultraGrid1
  65. //
  66. this.ultraGrid1.DataSource = this.dataSet1;
  67. appearance13.BackColor = System.Drawing.SystemColors.Window;
  68. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  69. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  70. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  71. ultraGridColumn1.Header.VisiblePosition = 1;
  72. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  73. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  74. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  75. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  76. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  77. ultraGridColumn1.Width = 91;
  78. ultraGridColumn2.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  79. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  80. ultraGridColumn2.Header.VisiblePosition = 2;
  81. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  82. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  83. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(332, 0);
  84. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  85. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  86. ultraGridColumn2.Width = 401;
  87. ultraGridColumn3.Header.VisiblePosition = 0;
  88. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  89. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  90. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
  91. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  92. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  93. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  94. ultraGridColumn4.Header.VisiblePosition = 3;
  95. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  96. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  97. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(312, 0);
  98. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  99. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  100. ultraGridColumn4.Width = 438;
  101. ultraGridBand1.Columns.AddRange(new object[] {
  102. ultraGridColumn1,
  103. ultraGridColumn2,
  104. ultraGridColumn3,
  105. ultraGridColumn4});
  106. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  107. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  108. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  109. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  110. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  111. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  112. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  113. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  114. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  115. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  116. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  117. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  118. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  119. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  120. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  121. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  122. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  123. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  124. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  125. appearance17.BackColor = System.Drawing.SystemColors.Window;
  126. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  127. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  128. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  129. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  130. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  131. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  132. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  133. appearance19.BackColor = System.Drawing.SystemColors.Window;
  134. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  135. appearance20.BorderColor = System.Drawing.Color.Silver;
  136. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  137. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  138. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  139. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  140. this.ultraGrid1.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
  141. this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  142. appearance21.BackColor = System.Drawing.SystemColors.Control;
  143. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  144. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  145. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  146. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  147. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  148. appearance22.TextHAlignAsString = "Left";
  149. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  150. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  151. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  152. appearance23.BackColor = System.Drawing.SystemColors.Window;
  153. appearance23.BorderColor = System.Drawing.Color.Silver;
  154. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  155. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  156. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  157. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  158. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  159. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  160. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  161. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  164. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  165. this.ultraGrid1.Name = "ultraGrid1";
  166. this.ultraGrid1.Size = new System.Drawing.Size(1006, 521);
  167. this.ultraGrid1.TabIndex = 0;
  168. this.ultraGrid1.Text = "ultraGrid1";
  169. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  170. //
  171. // dataSet1
  172. //
  173. this.dataSet1.DataSetName = "NewDataSet";
  174. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  175. this.dataTable1});
  176. //
  177. // dataTable1
  178. //
  179. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  180. this.dataColumn1,
  181. this.dataColumn2,
  182. this.dataColumn3,
  183. this.dataColumn4});
  184. this.dataTable1.TableName = "Table1";
  185. //
  186. // dataColumn1
  187. //
  188. this.dataColumn1.Caption = "标准代码";
  189. this.dataColumn1.ColumnName = "STD_CODE";
  190. //
  191. // dataColumn2
  192. //
  193. this.dataColumn2.Caption = "标准名称";
  194. this.dataColumn2.ColumnName = "STD_NAME";
  195. //
  196. // dataColumn3
  197. //
  198. this.dataColumn3.Caption = "选择";
  199. this.dataColumn3.ColumnName = "CHK";
  200. this.dataColumn3.DataType = typeof(bool);
  201. //
  202. // dataColumn4
  203. //
  204. this.dataColumn4.Caption = "备注";
  205. this.dataColumn4.ColumnName = "MEMO";
  206. //
  207. // panel1
  208. //
  209. this.panel1.Controls.Add(this.ultraGrid1);
  210. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  211. this.panel1.Location = new System.Drawing.Point(0, 0);
  212. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  213. this.panel1.Name = "panel1";
  214. this.panel1.Size = new System.Drawing.Size(1006, 521);
  215. this.panel1.TabIndex = 1;
  216. //
  217. // panel2
  218. //
  219. this.panel2.Controls.Add(this.ultraButton2);
  220. this.panel2.Controls.Add(this.ultraButton1);
  221. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  222. this.panel2.Location = new System.Drawing.Point(0, 521);
  223. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  224. this.panel2.Name = "panel2";
  225. this.panel2.Size = new System.Drawing.Size(1006, 65);
  226. this.panel2.TabIndex = 2;
  227. //
  228. // ultraButton2
  229. //
  230. this.ultraButton2.Location = new System.Drawing.Point(203, 8);
  231. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  232. this.ultraButton2.Name = "ultraButton2";
  233. this.ultraButton2.Size = new System.Drawing.Size(125, 42);
  234. this.ultraButton2.TabIndex = 1;
  235. this.ultraButton2.Text = "取消";
  236. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  237. //
  238. // ultraButton1
  239. //
  240. this.ultraButton1.Location = new System.Drawing.Point(35, 8);
  241. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  242. this.ultraButton1.Name = "ultraButton1";
  243. this.ultraButton1.Size = new System.Drawing.Size(125, 42);
  244. this.ultraButton1.TabIndex = 0;
  245. this.ultraButton1.Text = "确认";
  246. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  247. //
  248. // ComBaseStdChoice
  249. //
  250. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  251. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  252. this.ClientSize = new System.Drawing.Size(1006, 586);
  253. this.Controls.Add(this.panel1);
  254. this.Controls.Add(this.panel2);
  255. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  256. this.Margin = new System.Windows.Forms.Padding(5);
  257. this.Name = "ComBaseStdChoice";
  258. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  259. this.Text = "标准选择";
  260. this.Load += new System.EventHandler(this.ComBaseStdChoice_Load);
  261. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  264. this.panel1.ResumeLayout(false);
  265. this.panel2.ResumeLayout(false);
  266. this.ResumeLayout(false);
  267. }
  268. #endregion
  269. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  270. private System.Data.DataSet dataSet1;
  271. private System.Data.DataTable dataTable1;
  272. private System.Data.DataColumn dataColumn1;
  273. private System.Data.DataColumn dataColumn2;
  274. private System.Windows.Forms.Panel panel1;
  275. private System.Windows.Forms.Panel panel2;
  276. private Infragistics.Win.Misc.UltraButton ultraButton1;
  277. private Infragistics.Win.Misc.UltraButton ultraButton2;
  278. private System.Data.DataColumn dataColumn3;
  279. private System.Data.DataColumn dataColumn4;
  280. }
  281. }