FrmCreateCustAccount.Designer.cs 18 KB

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