FrmBuySupplier.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace Core.StlMes.Client.BuyBillet
  2. {
  3. partial class FrmBuySupplier
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBuySupplier));
  29. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUSTOMER_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CUSTOMER_NM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WET_D");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WET_DG");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WET_DGF");
  37. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  48. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  49. this.ts_btn_AddNew = new System.Windows.Forms.ToolStripButton();
  50. this.ts_btn_Delete = new System.Windows.Forms.ToolStripButton();
  51. this.ts_btn_Save = new System.Windows.Forms.ToolStripButton();
  52. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  53. this.toolStrip1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // toolStrip1
  58. //
  59. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  60. this.ts_btn_AddNew,
  61. this.ts_btn_Delete,
  62. this.ts_btn_Save});
  63. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  64. this.toolStrip1.Name = "toolStrip1";
  65. this.toolStrip1.Size = new System.Drawing.Size(519, 25);
  66. this.toolStrip1.TabIndex = 0;
  67. this.toolStrip1.Text = "toolStrip1";
  68. //
  69. // ts_btn_AddNew
  70. //
  71. this.ts_btn_AddNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  72. this.ts_btn_AddNew.Image = ((System.Drawing.Image)(resources.GetObject("ts_btn_AddNew.Image")));
  73. this.ts_btn_AddNew.ImageTransparentColor = System.Drawing.Color.Magenta;
  74. this.ts_btn_AddNew.Name = "ts_btn_AddNew";
  75. this.ts_btn_AddNew.Size = new System.Drawing.Size(36, 22);
  76. this.ts_btn_AddNew.Text = "新增";
  77. this.ts_btn_AddNew.Click += new System.EventHandler(this.ts_btn_AddNew_Click);
  78. //
  79. // ts_btn_Delete
  80. //
  81. this.ts_btn_Delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  82. this.ts_btn_Delete.Image = ((System.Drawing.Image)(resources.GetObject("ts_btn_Delete.Image")));
  83. this.ts_btn_Delete.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.ts_btn_Delete.Name = "ts_btn_Delete";
  85. this.ts_btn_Delete.Size = new System.Drawing.Size(36, 22);
  86. this.ts_btn_Delete.Text = "删除";
  87. //
  88. // ts_btn_Save
  89. //
  90. this.ts_btn_Save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  91. this.ts_btn_Save.Image = ((System.Drawing.Image)(resources.GetObject("ts_btn_Save.Image")));
  92. this.ts_btn_Save.ImageTransparentColor = System.Drawing.Color.Magenta;
  93. this.ts_btn_Save.Name = "ts_btn_Save";
  94. this.ts_btn_Save.Size = new System.Drawing.Size(36, 22);
  95. this.ts_btn_Save.Text = "保存";
  96. this.ts_btn_Save.Click += new System.EventHandler(this.ts_btn_Save_Click);
  97. //
  98. // ultraGrid1
  99. //
  100. appearance25.BackColor = System.Drawing.SystemColors.Window;
  101. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  102. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  103. ultraGridColumn1.Header.VisiblePosition = 0;
  104. ultraGridColumn1.Hidden = true;
  105. ultraGridColumn2.Header.Caption = "供应商名称";
  106. ultraGridColumn2.Header.VisiblePosition = 1;
  107. ultraGridColumn3.Header.Caption = "省市";
  108. ultraGridColumn3.Header.VisiblePosition = 2;
  109. ultraGridColumn4.Header.Caption = "同断面最小起订量";
  110. ultraGridColumn4.Header.VisiblePosition = 3;
  111. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0);
  112. ultraGridColumn5.Header.Caption = "同断面同钢种最小起订量";
  113. ultraGridColumn5.Header.VisiblePosition = 4;
  114. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(160, 0);
  115. ultraGridColumn6.Header.Caption = "同断面同钢种同单倍最小起订量";
  116. ultraGridColumn6.Header.VisiblePosition = 5;
  117. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(200, 0);
  118. ultraGridBand1.Columns.AddRange(new object[] {
  119. ultraGridColumn1,
  120. ultraGridColumn2,
  121. ultraGridColumn3,
  122. ultraGridColumn4,
  123. ultraGridColumn5,
  124. ultraGridColumn6});
  125. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  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. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  130. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  131. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  132. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  133. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  134. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  135. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  136. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  137. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  138. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  139. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  140. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  141. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  142. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  143. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  144. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  145. appearance29.BackColor = System.Drawing.SystemColors.Window;
  146. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  147. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  148. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  149. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  150. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  151. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  152. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  153. appearance31.BackColor = System.Drawing.SystemColors.Window;
  154. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  155. appearance32.BorderColor = System.Drawing.Color.Silver;
  156. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  157. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  158. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  159. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  160. appearance33.BackColor = System.Drawing.SystemColors.Control;
  161. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  162. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  163. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  164. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  165. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  166. appearance34.TextHAlignAsString = "Left";
  167. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  168. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  169. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  170. appearance35.BackColor = System.Drawing.SystemColors.Window;
  171. appearance35.BorderColor = System.Drawing.Color.Silver;
  172. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  173. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  174. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  175. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  176. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  177. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  178. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  179. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.ultraGrid1.Location = new System.Drawing.Point(0, 25);
  182. this.ultraGrid1.Name = "ultraGrid1";
  183. this.ultraGrid1.Size = new System.Drawing.Size(519, 237);
  184. this.ultraGrid1.TabIndex = 1;
  185. this.ultraGrid1.Text = "ultraGrid1";
  186. //
  187. // FrmBuySupplier
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.ClientSize = new System.Drawing.Size(519, 262);
  192. this.Controls.Add(this.ultraGrid1);
  193. this.Controls.Add(this.toolStrip1);
  194. this.Name = "FrmBuySupplier";
  195. this.ShowIcon = false;
  196. this.Text = "供货商维护";
  197. this.Load += new System.EventHandler(this.FrmBuySupplier_Load);
  198. this.toolStrip1.ResumeLayout(false);
  199. this.toolStrip1.PerformLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  201. this.ResumeLayout(false);
  202. this.PerformLayout();
  203. }
  204. #endregion
  205. private System.Windows.Forms.ToolStrip toolStrip1;
  206. private System.Windows.Forms.ToolStripButton ts_btn_AddNew;
  207. private System.Windows.Forms.ToolStripButton ts_btn_Delete;
  208. private System.Windows.Forms.ToolStripButton ts_btn_Save;
  209. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  210. }
  211. }