MscChoicePopup.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class MscChoicePopup
  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.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("MSC");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MSC_DESC");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USE_CODE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USE_DESC");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk");
  36. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  52. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  54. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  56. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  57. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MscChoicePopup));
  58. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  59. this._MscChoicePopup_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  60. this._MscChoicePopup_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  61. this._MscChoicePopup_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  62. this._MscChoicePopup_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  63. this.dataSet1 = new System.Data.DataSet();
  64. this.dataTable1 = new System.Data.DataTable();
  65. this.dataColumn1 = new System.Data.DataColumn();
  66. this.dataColumn2 = new System.Data.DataColumn();
  67. this.dataColumn3 = new System.Data.DataColumn();
  68. this.dataColumn4 = new System.Data.DataColumn();
  69. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  70. this.dataColumn5 = new System.Data.DataColumn();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // ultraGrid1
  78. //
  79. this.ultraGrid1.DataMember = "Table1";
  80. this.ultraGrid1.DataSource = this.dataSet1;
  81. appearance1.BackColor = System.Drawing.SystemColors.Window;
  82. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  83. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  84. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  85. ultraGridColumn1.Header.VisiblePosition = 0;
  86. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  87. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  88. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(111, 0);
  89. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  90. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  91. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  92. ultraGridColumn2.Header.VisiblePosition = 1;
  93. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  94. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  95. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(237, 0);
  96. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  97. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  98. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  99. ultraGridColumn3.Header.VisiblePosition = 2;
  100. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  101. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  102. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  103. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  104. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  105. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  106. ultraGridColumn4.Header.VisiblePosition = 3;
  107. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  108. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  109. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(297, 0);
  110. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  111. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  112. ultraGridColumn5.Header.VisiblePosition = 4;
  113. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  114. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  115. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
  116. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  117. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  118. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  119. ultraGridBand1.Columns.AddRange(new object[] {
  120. ultraGridColumn1,
  121. ultraGridColumn2,
  122. ultraGridColumn3,
  123. ultraGridColumn4,
  124. ultraGridColumn5});
  125. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  126. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  127. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  128. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  129. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  130. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  131. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  132. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  133. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  134. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  135. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  136. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  137. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  138. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  139. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  140. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  141. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  142. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  143. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  144. appearance7.BackColor = System.Drawing.SystemColors.Window;
  145. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  147. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  148. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  149. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  150. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  151. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  152. appearance12.BackColor = System.Drawing.SystemColors.Window;
  153. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  154. appearance8.BorderColor = System.Drawing.Color.Silver;
  155. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  156. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  157. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  158. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  159. appearance6.BackColor = System.Drawing.SystemColors.Control;
  160. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  161. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  162. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  163. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  164. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  165. appearance5.TextHAlignAsString = "Left";
  166. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  167. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  168. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  169. appearance11.BackColor = System.Drawing.SystemColors.Window;
  170. appearance11.BorderColor = System.Drawing.Color.Silver;
  171. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  172. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  173. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  174. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  175. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  176. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  177. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  178. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.ultraGrid1.Location = new System.Drawing.Point(0, 28);
  180. this.ultraGrid1.Name = "ultraGrid1";
  181. this.ultraGrid1.Size = new System.Drawing.Size(1117, 498);
  182. this.ultraGrid1.TabIndex = 0;
  183. this.ultraGrid1.Text = "ultraGrid1";
  184. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  185. //
  186. // _MscChoicePopup_Toolbars_Dock_Area_Left
  187. //
  188. this._MscChoicePopup_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  189. this._MscChoicePopup_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  190. this._MscChoicePopup_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  191. this._MscChoicePopup_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  192. this._MscChoicePopup_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  193. this._MscChoicePopup_Toolbars_Dock_Area_Left.Name = "_MscChoicePopup_Toolbars_Dock_Area_Left";
  194. this._MscChoicePopup_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 498);
  195. this._MscChoicePopup_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  196. //
  197. // _MscChoicePopup_Toolbars_Dock_Area_Right
  198. //
  199. this._MscChoicePopup_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  200. this._MscChoicePopup_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  201. this._MscChoicePopup_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  202. this._MscChoicePopup_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  203. this._MscChoicePopup_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1117, 28);
  204. this._MscChoicePopup_Toolbars_Dock_Area_Right.Name = "_MscChoicePopup_Toolbars_Dock_Area_Right";
  205. this._MscChoicePopup_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 498);
  206. this._MscChoicePopup_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  207. //
  208. // _MscChoicePopup_Toolbars_Dock_Area_Top
  209. //
  210. this._MscChoicePopup_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  211. this._MscChoicePopup_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  212. this._MscChoicePopup_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  213. this._MscChoicePopup_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  214. this._MscChoicePopup_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  215. this._MscChoicePopup_Toolbars_Dock_Area_Top.Name = "_MscChoicePopup_Toolbars_Dock_Area_Top";
  216. this._MscChoicePopup_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1117, 28);
  217. this._MscChoicePopup_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  218. //
  219. // _MscChoicePopup_Toolbars_Dock_Area_Bottom
  220. //
  221. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  222. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  223. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  224. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  225. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 526);
  226. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.Name = "_MscChoicePopup_Toolbars_Dock_Area_Bottom";
  227. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1117, 0);
  228. this._MscChoicePopup_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  229. //
  230. // dataSet1
  231. //
  232. this.dataSet1.DataSetName = "NewDataSet";
  233. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  234. this.dataTable1});
  235. //
  236. // dataTable1
  237. //
  238. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  239. this.dataColumn1,
  240. this.dataColumn2,
  241. this.dataColumn3,
  242. this.dataColumn4,
  243. this.dataColumn5});
  244. this.dataTable1.TableName = "Table1";
  245. //
  246. // dataColumn1
  247. //
  248. this.dataColumn1.Caption = "冶金规范码";
  249. this.dataColumn1.ColumnName = "MSC";
  250. //
  251. // dataColumn2
  252. //
  253. this.dataColumn2.Caption = "冶金规范描述";
  254. this.dataColumn2.ColumnName = "MSC_DESC";
  255. //
  256. // dataColumn3
  257. //
  258. this.dataColumn3.Caption = "用途码";
  259. this.dataColumn3.ColumnName = "USE_CODE";
  260. //
  261. // dataColumn4
  262. //
  263. this.dataColumn4.Caption = "用途描述";
  264. this.dataColumn4.ColumnName = "USE_DESC";
  265. //
  266. // ultraToolbarsManager1
  267. //
  268. this.ultraToolbarsManager1.DesignerFlags = 1;
  269. this.ultraToolbarsManager1.DockWithinContainer = this;
  270. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  271. ultraToolbar1.DockedColumn = 0;
  272. ultraToolbar1.DockedRow = 0;
  273. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  274. buttonTool1,
  275. buttonTool2,
  276. buttonTool3});
  277. ultraToolbar1.Text = "UltraToolbar1";
  278. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  279. ultraToolbar1});
  280. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  281. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  282. buttonTool4.SharedPropsInternal.Caption = "查询";
  283. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  284. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  285. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  286. buttonTool5.SharedPropsInternal.Caption = "确认";
  287. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  288. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  289. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  290. buttonTool6.SharedPropsInternal.Caption = "关闭";
  291. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  292. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  293. buttonTool4,
  294. buttonTool5,
  295. buttonTool6});
  296. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  297. //
  298. // dataColumn5
  299. //
  300. this.dataColumn5.Caption = "选择";
  301. this.dataColumn5.ColumnName = "Chk";
  302. this.dataColumn5.DataType = typeof(bool);
  303. //
  304. // MscChoicePopup
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.ClientSize = new System.Drawing.Size(1117, 526);
  309. this.Controls.Add(this.ultraGrid1);
  310. this.Controls.Add(this._MscChoicePopup_Toolbars_Dock_Area_Left);
  311. this.Controls.Add(this._MscChoicePopup_Toolbars_Dock_Area_Right);
  312. this.Controls.Add(this._MscChoicePopup_Toolbars_Dock_Area_Top);
  313. this.Controls.Add(this._MscChoicePopup_Toolbars_Dock_Area_Bottom);
  314. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  315. this.Name = "MscChoicePopup";
  316. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  317. this.Text = "选择可用MSC";
  318. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  322. this.ResumeLayout(false);
  323. }
  324. #endregion
  325. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  326. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  327. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _MscChoicePopup_Toolbars_Dock_Area_Left;
  328. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _MscChoicePopup_Toolbars_Dock_Area_Right;
  329. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _MscChoicePopup_Toolbars_Dock_Area_Top;
  330. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _MscChoicePopup_Toolbars_Dock_Area_Bottom;
  331. private System.Data.DataSet dataSet1;
  332. private System.Data.DataTable dataTable1;
  333. private System.Data.DataColumn dataColumn1;
  334. private System.Data.DataColumn dataColumn2;
  335. private System.Data.DataColumn dataColumn3;
  336. private System.Data.DataColumn dataColumn4;
  337. private System.Data.DataColumn dataColumn5;
  338. }
  339. }