FrmProvlderDialog.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace Core.XgMes.Client.JGKC.MaterialManager
  2. {
  3. partial class FrmProvlderDialog
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROVIDER_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROVIDER_NAME");
  32. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  45. this.panel2 = new System.Windows.Forms.Panel();
  46. this.btnqr = new Infragistics.Win.Misc.UltraButton();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  49. this.panel2.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // panel1
  53. //
  54. this.panel1.Controls.Add(this.ultraGrid1);
  55. this.panel1.Controls.Add(this.panel2);
  56. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.panel1.Location = new System.Drawing.Point(0, 0);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(423, 224);
  60. this.panel1.TabIndex = 0;
  61. //
  62. // ultraGrid1
  63. //
  64. appearance1.BackColor = System.Drawing.SystemColors.Window;
  65. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  66. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  67. ultraGridColumn1.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  68. ultraGridColumn1.Header.Caption = "供方代码";
  69. ultraGridColumn1.Header.VisiblePosition = 0;
  70. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  71. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  72. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  73. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  74. ultraGridColumn2.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  75. ultraGridColumn2.Header.Caption = "供方名称";
  76. ultraGridColumn2.Header.VisiblePosition = 1;
  77. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  78. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  79. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  80. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  81. ultraGridBand1.Columns.AddRange(new object[] {
  82. ultraGridColumn1,
  83. ultraGridColumn2});
  84. ultraGridBand1.UseRowLayout = true;
  85. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  86. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  87. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  88. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  89. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  90. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  91. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  92. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  93. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  94. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  95. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  96. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  97. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  98. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  99. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  100. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  101. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  102. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  103. appearance5.BackColor = System.Drawing.SystemColors.Window;
  104. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  105. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  106. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  107. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  108. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  109. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  110. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  111. appearance7.BackColor = System.Drawing.SystemColors.Window;
  112. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  113. appearance8.BorderColor = System.Drawing.Color.Silver;
  114. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  115. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  116. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  117. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  118. appearance9.BackColor = System.Drawing.SystemColors.Control;
  119. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  120. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  121. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  122. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  123. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  124. appearance10.TextHAlign = Infragistics.Win.HAlign.Left;
  125. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  126. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  127. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  128. appearance11.BackColor = System.Drawing.SystemColors.Window;
  129. appearance11.BorderColor = System.Drawing.Color.Silver;
  130. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  131. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  132. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  133. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  134. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  135. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  136. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.ultraGrid1.Location = new System.Drawing.Point(0, 38);
  139. this.ultraGrid1.Name = "ultraGrid1";
  140. this.ultraGrid1.Size = new System.Drawing.Size(423, 186);
  141. this.ultraGrid1.TabIndex = 1;
  142. this.ultraGrid1.Text = "ultraGrid1";
  143. //
  144. // panel2
  145. //
  146. this.panel2.Controls.Add(this.btnqr);
  147. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  148. this.panel2.Location = new System.Drawing.Point(0, 0);
  149. this.panel2.Name = "panel2";
  150. this.panel2.Size = new System.Drawing.Size(423, 38);
  151. this.panel2.TabIndex = 0;
  152. //
  153. // btnqr
  154. //
  155. this.btnqr.Location = new System.Drawing.Point(325, 3);
  156. this.btnqr.Name = "btnqr";
  157. this.btnqr.Size = new System.Drawing.Size(86, 33);
  158. this.btnqr.TabIndex = 0;
  159. this.btnqr.Text = "确认";
  160. this.btnqr.Click += new System.EventHandler(this.btrqr_Click);
  161. //
  162. // FrmProvlderDialog
  163. //
  164. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  165. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  166. this.ClientSize = new System.Drawing.Size(423, 224);
  167. this.Controls.Add(this.panel1);
  168. this.Name = "FrmProvlderDialog";
  169. this.Text = "供方";
  170. this.Load += new System.EventHandler(this.FrmProvlderDialog_Load);
  171. this.panel1.ResumeLayout(false);
  172. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  173. this.panel2.ResumeLayout(false);
  174. this.ResumeLayout(false);
  175. }
  176. #endregion
  177. private System.Windows.Forms.Panel panel1;
  178. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  179. private System.Windows.Forms.Panel panel2;
  180. private Infragistics.Win.Misc.UltraButton btnqr;
  181. }
  182. }