SlmBaseCustStorage.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. namespace Core.StlMes.Client.SaleBase
  2. {
  3. partial class SlmBaseCustStorage
  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 appearance81 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("SlmBaseCustStorageEntity", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StorageNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StorageName");
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CustomerNo");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CustomerNm");
  37. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Memo");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  47. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  58. this.Storage_S = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  59. this.Customer_S = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  63. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  64. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  65. this.slmBaseCustStorageEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  66. ((System.ComponentModel.ISupportInitialize)(this.Storage_S)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.Customer_S)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  69. this.panel1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.slmBaseCustStorageEntityBindingSource)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // Storage_S
  75. //
  76. this.Storage_S.Location = new System.Drawing.Point(536, 306);
  77. this.Storage_S.Name = "Storage_S";
  78. this.Storage_S.Size = new System.Drawing.Size(144, 24);
  79. this.Storage_S.TabIndex = 6;
  80. this.Storage_S.Text = "ultraComboEditor1";
  81. this.Storage_S.Visible = false;
  82. //
  83. // Customer_S
  84. //
  85. this.Customer_S.Location = new System.Drawing.Point(536, 263);
  86. this.Customer_S.Name = "Customer_S";
  87. this.Customer_S.Size = new System.Drawing.Size(144, 24);
  88. this.Customer_S.TabIndex = 8;
  89. this.Customer_S.Text = "ultraComboEditor1";
  90. this.Customer_S.Visible = false;
  91. //
  92. // ultraGrid1
  93. //
  94. this.ultraGrid1.DataSource = this.slmBaseCustStorageEntityBindingSource;
  95. appearance81.BackColor = System.Drawing.SystemColors.Window;
  96. appearance81.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  97. this.ultraGrid1.DisplayLayout.Appearance = appearance81;
  98. ultraGridColumn1.Header.VisiblePosition = 0;
  99. ultraGridColumn1.Hidden = true;
  100. ultraGridColumn2.Header.VisiblePosition = 2;
  101. ultraGridColumn2.Hidden = true;
  102. appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  103. ultraGridColumn3.CellAppearance = appearance11;
  104. ultraGridColumn3.EditorComponent = this.Storage_S;
  105. ultraGridColumn3.Header.VisiblePosition = 3;
  106. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;
  107. ultraGridColumn4.Header.VisiblePosition = 5;
  108. ultraGridColumn4.Hidden = true;
  109. appearance12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  110. ultraGridColumn5.CellAppearance = appearance12;
  111. ultraGridColumn5.EditorComponent = this.Customer_S;
  112. ultraGridColumn5.Header.VisiblePosition = 4;
  113. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;
  114. ultraGridColumn6.Header.VisiblePosition = 7;
  115. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  116. ultraGridColumn7.Header.VisiblePosition = 6;
  117. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  118. ultraGridColumn8.Header.VisiblePosition = 8;
  119. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  120. ultraGridColumn9.Header.VisiblePosition = 9;
  121. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  122. ultraGridColumn10.Header.VisiblePosition = 10;
  123. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  124. ultraGridColumn11.Header.VisiblePosition = 11;
  125. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  126. ultraGridColumn12.Header.VisiblePosition = 12;
  127. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  128. ultraGridColumn13.Header.VisiblePosition = 13;
  129. ultraGridColumn14.Header.Caption = "选择";
  130. ultraGridColumn14.Header.VisiblePosition = 1;
  131. ultraGridColumn14.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  132. ultraGridBand1.Columns.AddRange(new object[] {
  133. ultraGridColumn1,
  134. ultraGridColumn2,
  135. ultraGridColumn3,
  136. ultraGridColumn4,
  137. ultraGridColumn5,
  138. ultraGridColumn6,
  139. ultraGridColumn7,
  140. ultraGridColumn8,
  141. ultraGridColumn9,
  142. ultraGridColumn10,
  143. ultraGridColumn11,
  144. ultraGridColumn12,
  145. ultraGridColumn13,
  146. ultraGridColumn14});
  147. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  148. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  149. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  150. appearance82.BackColor = System.Drawing.SystemColors.ActiveBorder;
  151. appearance82.BackColor2 = System.Drawing.SystemColors.ControlDark;
  152. appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  153. appearance82.BorderColor = System.Drawing.SystemColors.Window;
  154. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance82;
  155. appearance83.ForeColor = System.Drawing.SystemColors.GrayText;
  156. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance83;
  157. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  158. appearance84.BackColor = System.Drawing.SystemColors.ControlLightLight;
  159. appearance84.BackColor2 = System.Drawing.SystemColors.Control;
  160. appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  161. appearance84.ForeColor = System.Drawing.SystemColors.GrayText;
  162. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance84;
  163. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  164. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  165. appearance85.BackColor = System.Drawing.SystemColors.Window;
  166. appearance85.ForeColor = System.Drawing.SystemColors.ControlText;
  167. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance85;
  168. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  169. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  170. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  171. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  172. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  173. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  174. appearance19.BackColor = System.Drawing.SystemColors.Window;
  175. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  176. appearance20.BorderColor = System.Drawing.Color.Silver;
  177. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  178. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  179. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  180. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  181. appearance21.BackColor = System.Drawing.SystemColors.Control;
  182. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  183. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  184. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  185. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  186. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  187. appearance22.TextHAlignAsString = "Left";
  188. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  189. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  190. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  191. appearance23.BackColor = System.Drawing.SystemColors.Window;
  192. appearance23.BorderColor = System.Drawing.Color.Silver;
  193. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  194. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  195. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  196. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  197. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  198. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  199. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  200. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.ultraGrid1.Location = new System.Drawing.Point(0, 65);
  203. this.ultraGrid1.Name = "ultraGrid1";
  204. this.ultraGrid1.Size = new System.Drawing.Size(981, 534);
  205. this.ultraGrid1.TabIndex = 4;
  206. this.ultraGrid1.Text = "ultraGrid1";
  207. //
  208. // panel1
  209. //
  210. this.panel1.Controls.Add(this.labelTextBox2);
  211. this.panel1.Controls.Add(this.ultraCheckEditor1);
  212. this.panel1.Controls.Add(this.labelTextBox1);
  213. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  214. this.panel1.Location = new System.Drawing.Point(0, 0);
  215. this.panel1.Name = "panel1";
  216. this.panel1.Size = new System.Drawing.Size(981, 65);
  217. this.panel1.TabIndex = 3;
  218. //
  219. // labelTextBox2
  220. //
  221. //
  222. //
  223. //
  224. this.labelTextBox2.CheckBox.AutoSize = true;
  225. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  226. this.labelTextBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  227. this.labelTextBox2.CheckBox.Name = "checkBox1";
  228. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  229. this.labelTextBox2.CheckBox.TabIndex = 1;
  230. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  231. //
  232. //
  233. //
  234. this.labelTextBox2.Label.AutoSize = true;
  235. this.labelTextBox2.Label.Location = new System.Drawing.Point(25, 5);
  236. this.labelTextBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  237. this.labelTextBox2.Label.Name = "label1";
  238. this.labelTextBox2.Label.Size = new System.Drawing.Size(37, 15);
  239. this.labelTextBox2.Label.TabIndex = 0;
  240. this.labelTextBox2.Label.Text = "客户";
  241. this.labelTextBox2.Location = new System.Drawing.Point(331, 13);
  242. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  243. this.labelTextBox2.Name = "labelTextBox2";
  244. this.labelTextBox2.Size = new System.Drawing.Size(263, 26);
  245. this.labelTextBox2.TabIndex = 2;
  246. //
  247. //
  248. //
  249. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.labelTextBox2.TextBox.Enabled = false;
  251. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  252. this.labelTextBox2.TextBox.Margin = new System.Windows.Forms.Padding(4);
  253. this.labelTextBox2.TextBox.Name = "textBox1";
  254. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(197, 25);
  255. this.labelTextBox2.TextBox.TabIndex = 1;
  256. //
  257. // ultraCheckEditor1
  258. //
  259. this.ultraCheckEditor1.AutoSize = true;
  260. this.ultraCheckEditor1.Location = new System.Drawing.Point(663, 17);
  261. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  262. this.ultraCheckEditor1.Size = new System.Drawing.Size(84, 22);
  263. this.ultraCheckEditor1.TabIndex = 1;
  264. this.ultraCheckEditor1.Text = "包含无效";
  265. //
  266. // labelTextBox1
  267. //
  268. //
  269. //
  270. //
  271. this.labelTextBox1.CheckBox.AutoSize = true;
  272. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  273. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  274. this.labelTextBox1.CheckBox.Name = "checkBox1";
  275. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  276. this.labelTextBox1.CheckBox.TabIndex = 1;
  277. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  278. //
  279. //
  280. //
  281. this.labelTextBox1.Label.AutoSize = true;
  282. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  283. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  284. this.labelTextBox1.Label.Name = "label1";
  285. this.labelTextBox1.Label.Size = new System.Drawing.Size(37, 15);
  286. this.labelTextBox1.Label.TabIndex = 0;
  287. this.labelTextBox1.Label.Text = "仓库";
  288. this.labelTextBox1.Location = new System.Drawing.Point(36, 13);
  289. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  290. this.labelTextBox1.Name = "labelTextBox1";
  291. this.labelTextBox1.Size = new System.Drawing.Size(263, 26);
  292. this.labelTextBox1.TabIndex = 0;
  293. //
  294. //
  295. //
  296. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.labelTextBox1.TextBox.Enabled = false;
  298. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  299. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  300. this.labelTextBox1.TextBox.Name = "textBox1";
  301. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(197, 25);
  302. this.labelTextBox1.TextBox.TabIndex = 1;
  303. //
  304. // slmBaseCustStorageEntityBindingSource
  305. //
  306. this.slmBaseCustStorageEntityBindingSource.DataSource = typeof(Core.StlMes.Client.SaleBase.model.SlmBaseCustStorageEntity);
  307. //
  308. // SlmBaseCustStorage
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.ClientSize = new System.Drawing.Size(981, 599);
  313. this.Controls.Add(this.Customer_S);
  314. this.Controls.Add(this.Storage_S);
  315. this.Controls.Add(this.ultraGrid1);
  316. this.Controls.Add(this.panel1);
  317. this.Name = "SlmBaseCustStorage";
  318. this.Text = "SlmBaseCustStorage";
  319. this.Load += new System.EventHandler(this.SlmBaseCustStorage_Load);
  320. ((System.ComponentModel.ISupportInitialize)(this.Storage_S)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.Customer_S)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  323. this.panel1.ResumeLayout(false);
  324. this.panel1.PerformLayout();
  325. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.slmBaseCustStorageEntityBindingSource)).EndInit();
  327. this.ResumeLayout(false);
  328. this.PerformLayout();
  329. }
  330. #endregion
  331. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  332. private System.Windows.Forms.Panel panel1;
  333. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  334. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  335. private System.Windows.Forms.BindingSource slmBaseCustStorageEntityBindingSource;
  336. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  337. private Infragistics.Win.UltraWinEditors.UltraComboEditor Storage_S;
  338. private Infragistics.Win.UltraWinEditors.UltraComboEditor Customer_S;
  339. }
  340. }