FrmBalanceDetailAccept.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace Core.StlMes.Client.Sale.UI.Balance.BalanceDetail
  2. {
  3. partial class FrmBalanceDetailAccept
  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. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.textBox7 = new System.Windows.Forms.TextBox();
  43. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. this.checkBox1 = new System.Windows.Forms.CheckBox();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // groupBox1
  50. //
  51. this.groupBox1.Controls.Add(this.checkBox1);
  52. this.groupBox1.Controls.Add(this.label2);
  53. this.groupBox1.Controls.Add(this.textBox7);
  54. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  56. this.groupBox1.Name = "groupBox1";
  57. this.groupBox1.Size = new System.Drawing.Size(853, 42);
  58. this.groupBox1.TabIndex = 4;
  59. this.groupBox1.TabStop = false;
  60. //
  61. // label2
  62. //
  63. this.label2.BackColor = System.Drawing.Color.LightSteelBlue;
  64. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  65. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  66. this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  67. this.label2.Location = new System.Drawing.Point(1, 13);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(43, 21);
  70. this.label2.TabIndex = 504;
  71. this.label2.Text = "提单号";
  72. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  73. //
  74. // textBox7
  75. //
  76. this.textBox7.Location = new System.Drawing.Point(46, 13);
  77. this.textBox7.Name = "textBox7";
  78. this.textBox7.Size = new System.Drawing.Size(121, 21);
  79. this.textBox7.TabIndex = 494;
  80. //
  81. // ultraGrid1
  82. //
  83. appearance15.BackColor = System.Drawing.SystemColors.Window;
  84. appearance15.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  85. this.ultraGrid1.DisplayLayout.Appearance = appearance15;
  86. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  87. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  88. appearance12.BackColor = System.Drawing.SystemColors.ActiveBorder;
  89. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  90. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  91. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  92. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance12;
  93. appearance13.ForeColor = System.Drawing.SystemColors.GrayText;
  94. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance13;
  95. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  96. appearance14.BackColor = System.Drawing.SystemColors.ControlLightLight;
  97. appearance14.BackColor2 = System.Drawing.SystemColors.Control;
  98. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  99. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  100. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance14;
  101. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  102. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  103. appearance23.BackColor = System.Drawing.SystemColors.Window;
  104. appearance23.ForeColor = System.Drawing.SystemColors.ControlText;
  105. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance23;
  106. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  107. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  108. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  109. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  110. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  111. appearance17.BackColor = System.Drawing.SystemColors.Window;
  112. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance17;
  113. appearance16.BorderColor = System.Drawing.Color.Silver;
  114. appearance16.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  115. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance16;
  116. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  117. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  118. appearance20.BackColor = System.Drawing.SystemColors.Control;
  119. appearance20.BackColor2 = System.Drawing.SystemColors.ControlDark;
  120. appearance20.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  121. appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  122. appearance20.BorderColor = System.Drawing.SystemColors.Window;
  123. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance20;
  124. appearance22.TextHAlignAsString = "Left";
  125. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  126. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  127. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  128. appearance21.BackColor = System.Drawing.SystemColors.Window;
  129. appearance21.BorderColor = System.Drawing.Color.Silver;
  130. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance21;
  131. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  132. appearance19.BackColor = System.Drawing.SystemColors.ControlLight;
  133. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance19;
  134. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  135. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  136. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  137. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
  139. this.ultraGrid1.Name = "ultraGrid1";
  140. this.ultraGrid1.Size = new System.Drawing.Size(853, 231);
  141. this.ultraGrid1.TabIndex = 5;
  142. this.ultraGrid1.Text = "ultraGrid1";
  143. //
  144. // checkBox1
  145. //
  146. this.checkBox1.AutoSize = true;
  147. this.checkBox1.Location = new System.Drawing.Point(173, 16);
  148. this.checkBox1.Name = "checkBox1";
  149. this.checkBox1.Size = new System.Drawing.Size(96, 16);
  150. this.checkBox1.TabIndex = 505;
  151. this.checkBox1.Text = "是否实际提单";
  152. this.checkBox1.UseVisualStyleBackColor = true;
  153. //
  154. // FrmBalanceDetailAccept
  155. //
  156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  158. this.ClientSize = new System.Drawing.Size(853, 273);
  159. this.Controls.Add(this.ultraGrid1);
  160. this.Controls.Add(this.groupBox1);
  161. this.Name = "FrmBalanceDetailAccept";
  162. this.Text = "FrmBalanceDetailAccept";
  163. this.Load += new System.EventHandler(this.FrmBalanceDetailAccept_Load);
  164. this.groupBox1.ResumeLayout(false);
  165. this.groupBox1.PerformLayout();
  166. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  167. this.ResumeLayout(false);
  168. }
  169. #endregion
  170. private System.Windows.Forms.GroupBox groupBox1;
  171. private System.Windows.Forms.TextBox textBox7;
  172. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  173. private System.Windows.Forms.Label label2;
  174. private System.Windows.Forms.CheckBox checkBox1;
  175. }
  176. }