PopupSetFjImg.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class PopupSetFjImg
  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("FILE_JPEG");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILE_NAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk", 0);
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("保存");
  49. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  51. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  52. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupSetFjImg));
  53. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. this.dataSet1 = new System.Data.DataSet();
  55. this.dataTable1 = new System.Data.DataTable();
  56. this.dataColumn1 = new System.Data.DataColumn();
  57. this.dataColumn2 = new System.Data.DataColumn();
  58. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  60. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  61. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  62. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // ultraGrid1
  70. //
  71. this.ultraGrid1.DataMember = "Table1";
  72. this.ultraGrid1.DataSource = this.dataSet1;
  73. appearance1.BackColor = System.Drawing.SystemColors.Window;
  74. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  75. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  76. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  77. ultraGridColumn1.Header.VisiblePosition = 1;
  78. ultraGridColumn1.Hidden = true;
  79. ultraGridColumn1.Width = 403;
  80. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  81. ultraGridColumn2.Header.VisiblePosition = 2;
  82. ultraGridColumn2.Width = 464;
  83. ultraGridColumn3.DataType = typeof(bool);
  84. ultraGridColumn3.Header.Caption = "选择";
  85. ultraGridColumn3.Header.VisiblePosition = 0;
  86. ultraGridBand1.Columns.AddRange(new object[] {
  87. ultraGridColumn1,
  88. ultraGridColumn2,
  89. ultraGridColumn3});
  90. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  91. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  92. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  93. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  94. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  95. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  96. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  97. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  98. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  99. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  100. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  101. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  102. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  103. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  104. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  105. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  106. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  107. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  108. appearance5.BackColor = System.Drawing.SystemColors.Window;
  109. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  110. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  111. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  112. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  113. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  114. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  115. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  116. appearance7.BackColor = System.Drawing.SystemColors.Window;
  117. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  118. appearance8.BorderColor = System.Drawing.Color.Silver;
  119. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  120. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  121. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  122. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  123. appearance9.BackColor = System.Drawing.SystemColors.Control;
  124. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  125. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  126. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  127. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  128. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  129. appearance10.TextHAlignAsString = "Left";
  130. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  131. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  132. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  133. appearance11.BackColor = System.Drawing.SystemColors.Window;
  134. appearance11.BorderColor = System.Drawing.Color.Silver;
  135. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  136. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  137. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  138. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  139. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  140. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  141. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  142. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.ultraGrid1.Location = new System.Drawing.Point(0, 28);
  144. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.ultraGrid1.Name = "ultraGrid1";
  146. this.ultraGrid1.Size = new System.Drawing.Size(781, 494);
  147. this.ultraGrid1.TabIndex = 3;
  148. this.ultraGrid1.Text = "ultraGrid1";
  149. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  150. //
  151. // dataSet1
  152. //
  153. this.dataSet1.DataSetName = "NewDataSet";
  154. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  155. this.dataTable1});
  156. //
  157. // dataTable1
  158. //
  159. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  160. this.dataColumn1,
  161. this.dataColumn2});
  162. this.dataTable1.TableName = "Table1";
  163. //
  164. // dataColumn1
  165. //
  166. this.dataColumn1.Caption = "附件图片";
  167. this.dataColumn1.ColumnName = "FILE_JPEG";
  168. //
  169. // dataColumn2
  170. //
  171. this.dataColumn2.Caption = "附件图片";
  172. this.dataColumn2.ColumnName = "FILE_NAME";
  173. //
  174. // _FrmBase_Toolbars_Dock_Area_Left
  175. //
  176. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  177. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  178. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  179. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  181. this._FrmBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  183. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 494);
  184. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  185. //
  186. // ultraToolbarsManager1
  187. //
  188. this.ultraToolbarsManager1.DesignerFlags = 1;
  189. this.ultraToolbarsManager1.DockWithinContainer = this;
  190. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  191. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  192. ultraToolbar1.DockedColumn = 0;
  193. ultraToolbar1.DockedRow = 0;
  194. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  195. buttonTool5,
  196. buttonTool2});
  197. ultraToolbar1.Text = "UltraToolbar1";
  198. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  199. ultraToolbar1});
  200. appearance32.Image = ((object)(resources.GetObject("appearance32.Image")));
  201. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance32;
  202. buttonTool3.SharedPropsInternal.Caption = "保存";
  203. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  204. appearance33.Image = ((object)(resources.GetObject("appearance33.Image")));
  205. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance33;
  206. buttonTool4.SharedPropsInternal.Caption = "关闭";
  207. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  208. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  209. buttonTool3,
  210. buttonTool4});
  211. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  212. //
  213. // _FrmBase_Toolbars_Dock_Area_Right
  214. //
  215. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  216. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  217. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  218. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  219. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(781, 28);
  220. this._FrmBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  221. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  222. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 494);
  223. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  224. //
  225. // _FrmBase_Toolbars_Dock_Area_Top
  226. //
  227. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  228. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  229. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  230. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  231. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  232. this._FrmBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  233. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  234. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(781, 28);
  235. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  236. //
  237. // _FrmBase_Toolbars_Dock_Area_Bottom
  238. //
  239. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  240. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  241. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  242. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  243. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 522);
  244. this._FrmBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  245. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  246. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(781, 0);
  247. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  248. //
  249. // PopupSetFjImg
  250. //
  251. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  252. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  253. this.ClientSize = new System.Drawing.Size(781, 522);
  254. this.Controls.Add(this.ultraGrid1);
  255. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  256. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  257. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  258. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  259. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  260. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  261. this.MaximizeBox = false;
  262. this.MinimizeBox = false;
  263. this.Name = "PopupSetFjImg";
  264. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  265. this.Text = "设定制程";
  266. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  270. this.ResumeLayout(false);
  271. }
  272. #endregion
  273. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  274. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  275. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  276. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  277. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  278. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  279. private System.Data.DataSet dataSet1;
  280. private System.Data.DataTable dataTable1;
  281. private System.Data.DataColumn dataColumn1;
  282. private System.Data.DataColumn dataColumn2;
  283. }
  284. }