FrmPriceDoc.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. namespace Core.StlMes.Client.SalePrice.BaseForm
  2. {
  3. partial class FrmPriceDoc
  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 appearance9 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SlmPriceDocEntity", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PriceVerId");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PriceVerDesc", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  33. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ValiddateBegin");
  35. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ValiddateEnd");
  37. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Createname");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Createdate");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Updatename");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Updatedate");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  44. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  55. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  56. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  57. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  58. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  59. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  60. this.gdPriceDoc = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.slmPriceDocEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  62. this.ultraPanel1.ClientArea.SuspendLayout();
  63. this.ultraPanel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  65. this.ultraPanel2.ClientArea.SuspendLayout();
  66. this.ultraPanel2.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.gdPriceDoc)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.slmPriceDocEntityBindingSource)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // ultraPanel1
  72. //
  73. //
  74. // ultraPanel1.ClientArea
  75. //
  76. this.ultraPanel1.ClientArea.Controls.Add(this.chkValid);
  77. this.ultraPanel1.ClientArea.Controls.Add(this.labelTextBox2);
  78. this.ultraPanel1.ClientArea.Controls.Add(this.labelTextBox1);
  79. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  80. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  81. this.ultraPanel1.Name = "ultraPanel1";
  82. this.ultraPanel1.Size = new System.Drawing.Size(633, 38);
  83. this.ultraPanel1.TabIndex = 2;
  84. //
  85. // chkValid
  86. //
  87. this.chkValid.AutoSize = true;
  88. this.chkValid.Location = new System.Drawing.Point(450, 9);
  89. this.chkValid.Name = "chkValid";
  90. this.chkValid.Size = new System.Drawing.Size(71, 19);
  91. this.chkValid.TabIndex = 1;
  92. this.chkValid.Text = "包含无效";
  93. this.chkValid.CheckedChanged += new System.EventHandler(this.chkValid_CheckedChanged);
  94. //
  95. // labelTextBox2
  96. //
  97. //
  98. //
  99. //
  100. this.labelTextBox2.CheckBox.AutoSize = true;
  101. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(4, 4);
  102. this.labelTextBox2.CheckBox.Name = "checkBox1";
  103. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(15, 14);
  104. this.labelTextBox2.CheckBox.TabIndex = 1;
  105. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  106. //
  107. //
  108. //
  109. this.labelTextBox2.Label.AutoSize = true;
  110. this.labelTextBox2.Label.Location = new System.Drawing.Point(21, 4);
  111. this.labelTextBox2.Label.Name = "label1";
  112. this.labelTextBox2.Label.Size = new System.Drawing.Size(65, 12);
  113. this.labelTextBox2.Label.TabIndex = 0;
  114. this.labelTextBox2.Label.Text = "文件版本号";
  115. this.labelTextBox2.Location = new System.Drawing.Point(231, 9);
  116. this.labelTextBox2.Name = "labelTextBox2";
  117. this.labelTextBox2.Size = new System.Drawing.Size(197, 21);
  118. this.labelTextBox2.TabIndex = 0;
  119. //
  120. //
  121. //
  122. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.labelTextBox2.TextBox.Enabled = false;
  124. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  125. this.labelTextBox2.TextBox.Name = "textBox1";
  126. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(108, 21);
  127. this.labelTextBox2.TextBox.TabIndex = 1;
  128. //
  129. // labelTextBox1
  130. //
  131. //
  132. //
  133. //
  134. this.labelTextBox1.CheckBox.AutoSize = true;
  135. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  136. this.labelTextBox1.CheckBox.Name = "checkBox1";
  137. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  138. this.labelTextBox1.CheckBox.TabIndex = 1;
  139. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  140. //
  141. //
  142. //
  143. this.labelTextBox1.Label.AutoSize = true;
  144. this.labelTextBox1.Label.Location = new System.Drawing.Point(21, 4);
  145. this.labelTextBox1.Label.Name = "label1";
  146. this.labelTextBox1.Label.Size = new System.Drawing.Size(77, 12);
  147. this.labelTextBox1.Label.TabIndex = 0;
  148. this.labelTextBox1.Label.Text = "文件版本描述";
  149. this.labelTextBox1.Location = new System.Drawing.Point(13, 9);
  150. this.labelTextBox1.Name = "labelTextBox1";
  151. this.labelTextBox1.Size = new System.Drawing.Size(197, 21);
  152. this.labelTextBox1.TabIndex = 0;
  153. //
  154. //
  155. //
  156. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.labelTextBox1.TextBox.Enabled = false;
  158. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  159. this.labelTextBox1.TextBox.Name = "textBox1";
  160. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(96, 21);
  161. this.labelTextBox1.TextBox.TabIndex = 1;
  162. //
  163. // ultraPanel2
  164. //
  165. //
  166. // ultraPanel2.ClientArea
  167. //
  168. this.ultraPanel2.ClientArea.Controls.Add(this.gdPriceDoc);
  169. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.ultraPanel2.Location = new System.Drawing.Point(0, 38);
  171. this.ultraPanel2.Name = "ultraPanel2";
  172. this.ultraPanel2.Size = new System.Drawing.Size(633, 303);
  173. this.ultraPanel2.TabIndex = 3;
  174. //
  175. // gdPriceDoc
  176. //
  177. this.gdPriceDoc.DataSource = this.slmPriceDocEntityBindingSource;
  178. appearance9.BackColor = System.Drawing.SystemColors.Window;
  179. appearance9.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  180. this.gdPriceDoc.DisplayLayout.Appearance = appearance9;
  181. ultraGridColumn1.Header.VisiblePosition = 0;
  182. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  183. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  184. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  185. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  186. appearance4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  187. ultraGridColumn2.CellAppearance = appearance4;
  188. ultraGridColumn2.Header.VisiblePosition = 2;
  189. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  190. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  191. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  192. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  193. appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  194. ultraGridColumn3.CellAppearance = appearance5;
  195. ultraGridColumn3.Header.VisiblePosition = 3;
  196. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  197. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  198. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  199. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  200. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
  201. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  202. ultraGridColumn4.CellAppearance = appearance6;
  203. ultraGridColumn4.Header.VisiblePosition = 4;
  204. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  205. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  206. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  207. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  208. ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.Date;
  209. ultraGridColumn5.Header.VisiblePosition = 5;
  210. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  211. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  212. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  213. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  214. ultraGridColumn6.Header.VisiblePosition = 6;
  215. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
  216. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  217. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  218. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  219. ultraGridColumn7.Header.VisiblePosition = 7;
  220. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 14;
  221. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  222. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  223. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  224. ultraGridColumn8.Header.VisiblePosition = 8;
  225. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 16;
  226. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  227. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  228. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  229. ultraGridColumn9.Header.VisiblePosition = 9;
  230. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 18;
  231. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  232. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  233. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  234. ultraGridColumn10.DataType = typeof(bool);
  235. ultraGridColumn10.DefaultCellValue = false;
  236. ultraGridColumn10.Header.Caption = "选择";
  237. ultraGridColumn10.Header.VisiblePosition = 1;
  238. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
  239. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  240. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  241. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  242. ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  243. ultraGridBand1.Columns.AddRange(new object[] {
  244. ultraGridColumn1,
  245. ultraGridColumn2,
  246. ultraGridColumn3,
  247. ultraGridColumn4,
  248. ultraGridColumn5,
  249. ultraGridColumn6,
  250. ultraGridColumn7,
  251. ultraGridColumn8,
  252. ultraGridColumn9,
  253. ultraGridColumn10});
  254. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  255. this.gdPriceDoc.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  256. this.gdPriceDoc.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  257. this.gdPriceDoc.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  258. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  259. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  260. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  261. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  262. this.gdPriceDoc.DisplayLayout.GroupByBox.Appearance = appearance14;
  263. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  264. this.gdPriceDoc.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  265. this.gdPriceDoc.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  266. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  267. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  268. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  269. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  270. this.gdPriceDoc.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  271. this.gdPriceDoc.DisplayLayout.MaxColScrollRegions = 1;
  272. this.gdPriceDoc.DisplayLayout.MaxRowScrollRegions = 1;
  273. appearance17.BackColor = System.Drawing.SystemColors.Window;
  274. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  275. this.gdPriceDoc.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  276. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  277. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  278. this.gdPriceDoc.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  279. this.gdPriceDoc.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  280. this.gdPriceDoc.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  281. this.gdPriceDoc.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  282. appearance19.BackColor = System.Drawing.SystemColors.Window;
  283. this.gdPriceDoc.DisplayLayout.Override.CardAreaAppearance = appearance19;
  284. appearance20.BorderColor = System.Drawing.Color.Silver;
  285. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  286. this.gdPriceDoc.DisplayLayout.Override.CellAppearance = appearance20;
  287. this.gdPriceDoc.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  288. this.gdPriceDoc.DisplayLayout.Override.CellPadding = 0;
  289. appearance22.BackColor = System.Drawing.SystemColors.Control;
  290. appearance22.BackColor2 = System.Drawing.SystemColors.ControlDark;
  291. appearance22.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  292. appearance22.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  293. appearance22.BorderColor = System.Drawing.SystemColors.Window;
  294. this.gdPriceDoc.DisplayLayout.Override.GroupByRowAppearance = appearance22;
  295. appearance23.TextHAlignAsString = "Left";
  296. this.gdPriceDoc.DisplayLayout.Override.HeaderAppearance = appearance23;
  297. this.gdPriceDoc.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  298. this.gdPriceDoc.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  299. appearance24.BackColor = System.Drawing.SystemColors.Window;
  300. appearance24.BorderColor = System.Drawing.Color.Silver;
  301. this.gdPriceDoc.DisplayLayout.Override.RowAppearance = appearance24;
  302. this.gdPriceDoc.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  303. appearance25.BackColor = System.Drawing.SystemColors.ControlLight;
  304. this.gdPriceDoc.DisplayLayout.Override.TemplateAddRowAppearance = appearance25;
  305. this.gdPriceDoc.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  306. this.gdPriceDoc.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  307. this.gdPriceDoc.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  308. this.gdPriceDoc.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.gdPriceDoc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.gdPriceDoc.Location = new System.Drawing.Point(0, 0);
  311. this.gdPriceDoc.Name = "gdPriceDoc";
  312. this.gdPriceDoc.Size = new System.Drawing.Size(633, 303);
  313. this.gdPriceDoc.TabIndex = 4;
  314. this.gdPriceDoc.Text = "ultraGrid1";
  315. this.gdPriceDoc.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gdPriceDoc_InitializeRow);
  316. this.gdPriceDoc.AfterRowInsert += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.gdPriceDoc_AfterRowInsert);
  317. //
  318. // slmPriceDocEntityBindingSource
  319. //
  320. this.slmPriceDocEntityBindingSource.DataSource = typeof(com.steering.pss.sale.price.entity.SlmPriceDocEntity);
  321. //
  322. // FrmPriceDoc
  323. //
  324. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  325. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  326. this.ClientSize = new System.Drawing.Size(633, 341);
  327. this.Controls.Add(this.ultraPanel2);
  328. this.Controls.Add(this.ultraPanel1);
  329. this.Name = "FrmPriceDoc";
  330. this.Text = "FrmPriceDoc";
  331. this.Load += new System.EventHandler(this.FrmPriceDoc_Load);
  332. this.ultraPanel1.ClientArea.ResumeLayout(false);
  333. this.ultraPanel1.ClientArea.PerformLayout();
  334. this.ultraPanel1.ResumeLayout(false);
  335. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  336. this.ultraPanel2.ClientArea.ResumeLayout(false);
  337. this.ultraPanel2.ResumeLayout(false);
  338. ((System.ComponentModel.ISupportInitialize)(this.gdPriceDoc)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.slmPriceDocEntityBindingSource)).EndInit();
  340. this.ResumeLayout(false);
  341. }
  342. #endregion
  343. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  344. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  345. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  346. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  347. private System.Windows.Forms.BindingSource slmPriceDocEntityBindingSource;
  348. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  349. private Infragistics.Win.UltraWinGrid.UltraGrid gdPriceDoc;
  350. }
  351. }