ComBasePurchaseProviderChoice.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBasePurchaseProviderChoice
  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("BindingList`1", -1);
  31. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  42. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBasePurchaseProviderChoice));
  43. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  46. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  47. this.comBasePurchaseProviderEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  48. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.comBasePurchaseProviderEntityBindingSource)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ultraGrid1
  54. //
  55. this.ultraGrid1.DataSource = this.comBasePurchaseProviderEntityBindingSource;
  56. appearance1.BackColor = System.Drawing.SystemColors.Window;
  57. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  58. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  59. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  60. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  61. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  62. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  63. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  64. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  65. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  66. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  67. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  68. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  69. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  70. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  71. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  72. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  73. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  74. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  75. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  76. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  77. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  78. appearance7.BackColor = System.Drawing.SystemColors.Window;
  79. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  80. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  81. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  82. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  83. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  84. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  85. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  86. appearance12.BackColor = System.Drawing.SystemColors.Window;
  87. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  88. appearance8.BorderColor = System.Drawing.Color.Silver;
  89. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  90. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  91. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  92. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  93. appearance6.BackColor = System.Drawing.SystemColors.Control;
  94. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  95. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  96. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  97. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  98. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  99. appearance5.TextHAlignAsString = "Left";
  100. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  101. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  102. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  103. appearance11.BackColor = System.Drawing.SystemColors.Window;
  104. appearance11.BorderColor = System.Drawing.Color.Silver;
  105. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  106. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  107. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  108. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  109. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  110. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  111. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  112. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  114. this.ultraGrid1.Name = "ultraGrid1";
  115. this.ultraGrid1.Size = new System.Drawing.Size(928, 535);
  116. this.ultraGrid1.TabIndex = 0;
  117. this.ultraGrid1.Text = "ultraGrid1";
  118. //
  119. // panel1
  120. //
  121. this.panel1.Controls.Add(this.ultraButton2);
  122. this.panel1.Controls.Add(this.ultraButton1);
  123. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  124. this.panel1.Location = new System.Drawing.Point(0, 535);
  125. this.panel1.Name = "panel1";
  126. this.panel1.Size = new System.Drawing.Size(928, 62);
  127. this.panel1.TabIndex = 1;
  128. //
  129. // ultraButton2
  130. //
  131. this.ultraButton2.Location = new System.Drawing.Point(189, 15);
  132. this.ultraButton2.Name = "ultraButton2";
  133. this.ultraButton2.Size = new System.Drawing.Size(111, 35);
  134. this.ultraButton2.TabIndex = 1;
  135. this.ultraButton2.Text = "取消";
  136. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  137. //
  138. // ultraButton1
  139. //
  140. this.ultraButton1.Location = new System.Drawing.Point(32, 15);
  141. this.ultraButton1.Name = "ultraButton1";
  142. this.ultraButton1.Size = new System.Drawing.Size(111, 35);
  143. this.ultraButton1.TabIndex = 0;
  144. this.ultraButton1.Text = "确认";
  145. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  146. //
  147. // ComBasePurchaseProviderChoice
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(928, 597);
  152. this.Controls.Add(this.ultraGrid1);
  153. this.Controls.Add(this.panel1);
  154. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  155. this.Name = "ComBasePurchaseProviderChoice";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  157. this.Text = "供应商选择";
  158. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  159. this.panel1.ResumeLayout(false);
  160. ((System.ComponentModel.ISupportInitialize)(this.comBasePurchaseProviderEntityBindingSource)).EndInit();
  161. this.ResumeLayout(false);
  162. }
  163. #endregion
  164. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  165. private System.Windows.Forms.Panel panel1;
  166. private Infragistics.Win.Misc.UltraButton ultraButton1;
  167. private Infragistics.Win.Misc.UltraButton ultraButton2;
  168. private System.Windows.Forms.BindingSource comBasePurchaseProviderEntityBindingSource;
  169. }
  170. }