FrmBalPriceInput.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace Core.StlMes.Client.Sale.UI.Balance.BalanceAccount
  2. {
  3. partial class FrmBalPriceInput
  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 appearance4 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.radioButton2 = new System.Windows.Forms.RadioButton();
  43. this.radioButton1 = new System.Windows.Forms.RadioButton();
  44. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  45. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  46. this.textBox1 = new System.Windows.Forms.TextBox();
  47. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  48. this.checkBox1 = new System.Windows.Forms.CheckBox();
  49. this.groupBox1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // groupBox1
  54. //
  55. this.groupBox1.Controls.Add(this.checkBox1);
  56. this.groupBox1.Controls.Add(this.label3);
  57. this.groupBox1.Controls.Add(this.radioButton2);
  58. this.groupBox1.Controls.Add(this.radioButton1);
  59. this.groupBox1.Controls.Add(this.dateTimePicker2);
  60. this.groupBox1.Controls.Add(this.dateTimePicker1);
  61. this.groupBox1.Controls.Add(this.textBox1);
  62. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Size = new System.Drawing.Size(856, 42);
  66. this.groupBox1.TabIndex = 7;
  67. this.groupBox1.TabStop = false;
  68. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  69. //
  70. // label3
  71. //
  72. this.label3.BackColor = System.Drawing.Color.LightSteelBlue;
  73. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  74. this.label3.Font = new System.Drawing.Font("宋体", 9F);
  75. this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  76. this.label3.Location = new System.Drawing.Point(329, 18);
  77. this.label3.Name = "label3";
  78. this.label3.Size = new System.Drawing.Size(43, 21);
  79. this.label3.TabIndex = 509;
  80. this.label3.Text = "合同号";
  81. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  82. //
  83. // radioButton2
  84. //
  85. this.radioButton2.AutoSize = true;
  86. this.radioButton2.Location = new System.Drawing.Point(498, 18);
  87. this.radioButton2.Name = "radioButton2";
  88. this.radioButton2.Size = new System.Drawing.Size(59, 16);
  89. this.radioButton2.TabIndex = 503;
  90. this.radioButton2.TabStop = true;
  91. this.radioButton2.Text = "未审批";
  92. this.radioButton2.UseVisualStyleBackColor = true;
  93. //
  94. // radioButton1
  95. //
  96. this.radioButton1.AutoSize = true;
  97. this.radioButton1.Location = new System.Drawing.Point(563, 18);
  98. this.radioButton1.Name = "radioButton1";
  99. this.radioButton1.Size = new System.Drawing.Size(59, 16);
  100. this.radioButton1.TabIndex = 503;
  101. this.radioButton1.TabStop = true;
  102. this.radioButton1.Text = "已审批";
  103. this.radioButton1.UseVisualStyleBackColor = true;
  104. //
  105. // dateTimePicker2
  106. //
  107. this.dateTimePicker2.Location = new System.Drawing.Point(205, 18);
  108. this.dateTimePicker2.Name = "dateTimePicker2";
  109. this.dateTimePicker2.Size = new System.Drawing.Size(121, 21);
  110. this.dateTimePicker2.TabIndex = 502;
  111. //
  112. // dateTimePicker1
  113. //
  114. this.dateTimePicker1.Location = new System.Drawing.Point(82, 18);
  115. this.dateTimePicker1.Name = "dateTimePicker1";
  116. this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
  117. this.dateTimePicker1.TabIndex = 502;
  118. //
  119. // textBox1
  120. //
  121. this.textBox1.Location = new System.Drawing.Point(374, 18);
  122. this.textBox1.Name = "textBox1";
  123. this.textBox1.Size = new System.Drawing.Size(121, 21);
  124. this.textBox1.TabIndex = 494;
  125. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  126. //
  127. // ultraGrid1
  128. //
  129. appearance4.BackColor = System.Drawing.SystemColors.Window;
  130. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  131. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  132. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  133. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  134. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  135. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  136. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  137. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  138. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance1;
  139. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  140. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  141. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  142. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  143. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  144. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  145. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  146. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  147. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  148. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  149. appearance12.BackColor = System.Drawing.SystemColors.Window;
  150. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  151. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  152. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  153. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  154. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  155. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  156. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  157. appearance6.BackColor = System.Drawing.SystemColors.Window;
  158. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance6;
  159. appearance5.BorderColor = System.Drawing.Color.Silver;
  160. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  161. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5;
  162. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  163. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  164. appearance9.BackColor = System.Drawing.SystemColors.Control;
  165. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  166. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  167. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  168. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  169. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  170. appearance11.TextHAlignAsString = "Left";
  171. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance11;
  172. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  173. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  174. appearance10.BackColor = System.Drawing.SystemColors.Window;
  175. appearance10.BorderColor = System.Drawing.Color.Silver;
  176. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance10;
  177. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  178. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  179. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  180. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  181. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  182. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
  184. this.ultraGrid1.Name = "ultraGrid1";
  185. this.ultraGrid1.Size = new System.Drawing.Size(856, 231);
  186. this.ultraGrid1.TabIndex = 8;
  187. this.ultraGrid1.Text = "ultraGrid1";
  188. //
  189. // checkBox1
  190. //
  191. this.checkBox1.AutoSize = true;
  192. this.checkBox1.Location = new System.Drawing.Point(6, 18);
  193. this.checkBox1.Name = "checkBox1";
  194. this.checkBox1.Size = new System.Drawing.Size(72, 16);
  195. this.checkBox1.TabIndex = 510;
  196. this.checkBox1.Text = "创建时间";
  197. this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  198. this.checkBox1.UseVisualStyleBackColor = true;
  199. //
  200. // FrmBalPriceInput
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(856, 273);
  205. this.Controls.Add(this.ultraGrid1);
  206. this.Controls.Add(this.groupBox1);
  207. this.Name = "FrmBalPriceInput";
  208. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  209. this.Text = "FrmBalPriceInput";
  210. this.Load += new System.EventHandler(this.FrmBalPriceInput_Load);
  211. this.groupBox1.ResumeLayout(false);
  212. this.groupBox1.PerformLayout();
  213. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  214. this.ResumeLayout(false);
  215. }
  216. #endregion
  217. private System.Windows.Forms.GroupBox groupBox1;
  218. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  219. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  220. private System.Windows.Forms.TextBox textBox1;
  221. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  222. private System.Windows.Forms.RadioButton radioButton2;
  223. private System.Windows.Forms.RadioButton radioButton1;
  224. private System.Windows.Forms.Label label3;
  225. private System.Windows.Forms.CheckBox checkBox1;
  226. }
  227. }