DlgCustChoose.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. namespace Core.StlMes.Client.Sale.SaleFundMgt.FundUI.UIDlgBox
  2. {
  3. partial class DlgCustChoose
  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 appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Choose");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  46. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  47. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DlgCustChoose));
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Choose");
  49. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
  51. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.textBox1 = new System.Windows.Forms.TextBox();
  55. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  56. this._DlgSelectBuyer_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  57. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  58. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this._DlgSelectBuyer_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  60. this._DlgSelectBuyer_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  61. this.groupBox1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // groupBox1
  67. //
  68. this.groupBox1.Controls.Add(this.label1);
  69. this.groupBox1.Controls.Add(this.textBox1);
  70. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.groupBox1.Location = new System.Drawing.Point(0, 24);
  72. this.groupBox1.Name = "groupBox1";
  73. this.groupBox1.Size = new System.Drawing.Size(651, 45);
  74. this.groupBox1.TabIndex = 1;
  75. this.groupBox1.TabStop = false;
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Location = new System.Drawing.Point(5, 17);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(53, 12);
  83. this.label1.TabIndex = 1;
  84. this.label1.Text = "客户名称";
  85. //
  86. // textBox1
  87. //
  88. this.textBox1.Location = new System.Drawing.Point(60, 14);
  89. this.textBox1.Name = "textBox1";
  90. this.textBox1.Size = new System.Drawing.Size(168, 21);
  91. this.textBox1.TabIndex = 0;
  92. //
  93. // ultraGrid1
  94. //
  95. appearance4.BackColor = System.Drawing.SystemColors.Window;
  96. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  97. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  98. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  99. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  100. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  101. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  102. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  103. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  104. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1;
  105. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  106. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  107. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  108. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  109. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  110. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  111. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  112. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  113. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  114. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  115. appearance15.BackColor = System.Drawing.SystemColors.Window;
  116. appearance15.ForeColor = System.Drawing.SystemColors.ControlText;
  117. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance15;
  118. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  119. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  120. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  121. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  122. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  123. appearance6.BackColor = System.Drawing.SystemColors.Window;
  124. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance6;
  125. appearance5.BorderColor = System.Drawing.Color.Silver;
  126. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  127. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5;
  128. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  129. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  130. appearance9.BackColor = System.Drawing.SystemColors.Control;
  131. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  132. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  133. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  134. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  135. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  136. appearance14.TextHAlignAsString = "Left";
  137. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance14;
  138. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  139. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  140. appearance10.BackColor = System.Drawing.SystemColors.Window;
  141. appearance10.BorderColor = System.Drawing.Color.Silver;
  142. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10;
  143. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  144. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  145. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  146. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  147. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  148. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.ultraGrid1.Location = new System.Drawing.Point(0, 69);
  150. this.ultraGrid1.Name = "ultraGrid1";
  151. this.ultraGrid1.Size = new System.Drawing.Size(651, 336);
  152. this.ultraGrid1.TabIndex = 5;
  153. this.ultraGrid1.Text = "ultraGrid1";
  154. //
  155. // _DlgSelectBuyer_Toolbars_Dock_Area_Top
  156. //
  157. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  158. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  159. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  160. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  161. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  162. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Top";
  163. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(651, 24);
  164. this._DlgSelectBuyer_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  165. //
  166. // ultraToolbarsManager1
  167. //
  168. this.ultraToolbarsManager1.DesignerFlags = 1;
  169. this.ultraToolbarsManager1.DockWithinContainer = this;
  170. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  171. ultraToolbar1.DockedColumn = 0;
  172. ultraToolbar1.DockedRow = 0;
  173. buttonTool1.InstanceProps.IsFirstInGroup = true;
  174. buttonTool2.InstanceProps.IsFirstInGroup = true;
  175. buttonTool3.InstanceProps.IsFirstInGroup = true;
  176. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  177. buttonTool1,
  178. buttonTool2,
  179. buttonTool3});
  180. ultraToolbar1.Text = "UltraToolbar1";
  181. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  182. ultraToolbar1});
  183. this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
  184. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  185. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  186. buttonTool4.SharedPropsInternal.Caption = "查询";
  187. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  188. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  189. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  190. buttonTool5.SharedPropsInternal.Caption = "选择";
  191. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  192. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  193. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  194. buttonTool6.SharedPropsInternal.Caption = "关闭";
  195. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  196. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  197. buttonTool4,
  198. buttonTool5,
  199. buttonTool6});
  200. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  201. //
  202. // _DlgSelectBuyer_Toolbars_Dock_Area_Bottom
  203. //
  204. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  205. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  206. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  207. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 405);
  209. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Bottom";
  210. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(651, 0);
  211. this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  212. //
  213. // _DlgSelectBuyer_Toolbars_Dock_Area_Left
  214. //
  215. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  216. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  217. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  218. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  219. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  220. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Left";
  221. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 381);
  222. this._DlgSelectBuyer_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  223. //
  224. // _DlgSelectBuyer_Toolbars_Dock_Area_Right
  225. //
  226. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  227. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  228. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  229. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  230. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(651, 24);
  231. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.Name = "_DlgSelectBuyer_Toolbars_Dock_Area_Right";
  232. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 381);
  233. this._DlgSelectBuyer_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  234. //
  235. // DlgCustChoose
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(651, 405);
  240. this.Controls.Add(this.ultraGrid1);
  241. this.Controls.Add(this.groupBox1);
  242. this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Left);
  243. this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Right);
  244. this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Top);
  245. this.Controls.Add(this._DlgSelectBuyer_Toolbars_Dock_Area_Bottom);
  246. this.Name = "DlgCustChoose";
  247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  248. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  249. this.Text = "选择客户";
  250. this.Load += new System.EventHandler(this.DlgCustChoose_Load);
  251. this.groupBox1.ResumeLayout(false);
  252. this.groupBox1.PerformLayout();
  253. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  255. this.ResumeLayout(false);
  256. }
  257. #endregion
  258. private System.Windows.Forms.GroupBox groupBox1;
  259. private System.Windows.Forms.Label label1;
  260. private System.Windows.Forms.TextBox textBox1;
  261. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  262. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  263. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Left;
  264. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Right;
  265. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Top;
  266. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _DlgSelectBuyer_Toolbars_Dock_Area_Bottom;
  267. }
  268. }