StockLocationPopup.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. namespace Core.StlMes.Client.BuyBillet
  2. {
  3. partial class StockLocationPopup
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NAME");
  32. Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  44. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  45. this.btn_choice = new Infragistics.Win.Misc.UltraButton();
  46. this.btn_qry = new Infragistics.Win.Misc.UltraButton();
  47. this.txt_location = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  49. this.txt_stocklocation = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.ug_location = new Infragistics.Win.UltraWinGrid.UltraGrid();
  51. this.ds_location = new System.Data.DataSet();
  52. this.dataTable1 = new System.Data.DataTable();
  53. this.dataColumn1 = new System.Data.DataColumn();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  55. this.ultraGroupBox1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.txt_location)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txt_stocklocation)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ug_location)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ds_location)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // ultraGroupBox1
  64. //
  65. this.ultraGroupBox1.Controls.Add(this.btn_choice);
  66. this.ultraGroupBox1.Controls.Add(this.btn_qry);
  67. this.ultraGroupBox1.Controls.Add(this.txt_location);
  68. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  69. this.ultraGroupBox1.Controls.Add(this.txt_stocklocation);
  70. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  72. this.ultraGroupBox1.Name = "ultraGroupBox1";
  73. this.ultraGroupBox1.Size = new System.Drawing.Size(418, 33);
  74. this.ultraGroupBox1.TabIndex = 1;
  75. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  76. //
  77. // btn_choice
  78. //
  79. this.btn_choice.Location = new System.Drawing.Point(247, 5);
  80. this.btn_choice.Name = "btn_choice";
  81. this.btn_choice.Size = new System.Drawing.Size(56, 23);
  82. this.btn_choice.TabIndex = 9;
  83. this.btn_choice.Text = "选择";
  84. this.btn_choice.Click += new System.EventHandler(this.btn_choice_Click);
  85. //
  86. // btn_qry
  87. //
  88. this.btn_qry.Location = new System.Drawing.Point(153, 4);
  89. this.btn_qry.Name = "btn_qry";
  90. this.btn_qry.Size = new System.Drawing.Size(56, 23);
  91. this.btn_qry.TabIndex = 8;
  92. this.btn_qry.Text = "查询";
  93. this.btn_qry.Click += new System.EventHandler(this.btn_qry_Click);
  94. //
  95. // txt_location
  96. //
  97. editorButton1.Text = "库位";
  98. this.txt_location.ButtonsRight.Add(editorButton1);
  99. this.txt_location.Location = new System.Drawing.Point(612, 4);
  100. this.txt_location.Name = "txt_location";
  101. this.txt_location.Size = new System.Drawing.Size(100, 21);
  102. this.txt_location.TabIndex = 7;
  103. //
  104. // ultraLabel3
  105. //
  106. this.ultraLabel3.Location = new System.Drawing.Point(4, 5);
  107. this.ultraLabel3.Name = "ultraLabel3";
  108. this.ultraLabel3.Size = new System.Drawing.Size(33, 20);
  109. this.ultraLabel3.TabIndex = 5;
  110. this.ultraLabel3.Text = "库位";
  111. //
  112. // txt_stocklocation
  113. //
  114. this.txt_stocklocation.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  115. this.txt_stocklocation.Location = new System.Drawing.Point(40, 4);
  116. this.txt_stocklocation.Name = "txt_stocklocation";
  117. this.txt_stocklocation.Size = new System.Drawing.Size(109, 21);
  118. this.txt_stocklocation.TabIndex = 3;
  119. this.txt_stocklocation.ValueChanged += new System.EventHandler(this.txt_stocklocation_ValueChanged);
  120. //
  121. // ug_location
  122. //
  123. this.ug_location.DataSource = this.ds_location;
  124. appearance75.BackColor = System.Drawing.SystemColors.Window;
  125. appearance75.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  126. this.ug_location.DisplayLayout.Appearance = appearance75;
  127. ultraGridColumn1.Header.Caption = "库位";
  128. ultraGridColumn1.Header.VisiblePosition = 0;
  129. ultraGridBand1.Columns.AddRange(new object[] {
  130. ultraGridColumn1});
  131. this.ug_location.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  132. this.ug_location.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  133. appearance79.TextHAlignAsString = "Left";
  134. this.ug_location.DisplayLayout.CaptionAppearance = appearance79;
  135. this.ug_location.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
  136. appearance80.BackColor = System.Drawing.SystemColors.ActiveBorder;
  137. appearance80.BackColor2 = System.Drawing.SystemColors.ControlDark;
  138. appearance80.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  139. appearance80.BorderColor = System.Drawing.SystemColors.Window;
  140. this.ug_location.DisplayLayout.GroupByBox.Appearance = appearance80;
  141. appearance81.ForeColor = System.Drawing.SystemColors.GrayText;
  142. this.ug_location.DisplayLayout.GroupByBox.BandLabelAppearance = appearance81;
  143. this.ug_location.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  144. this.ug_location.DisplayLayout.GroupByBox.Hidden = true;
  145. appearance82.BackColor = System.Drawing.SystemColors.ControlLightLight;
  146. appearance82.BackColor2 = System.Drawing.SystemColors.Control;
  147. appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  148. appearance82.ForeColor = System.Drawing.SystemColors.GrayText;
  149. this.ug_location.DisplayLayout.GroupByBox.PromptAppearance = appearance82;
  150. this.ug_location.DisplayLayout.MaxColScrollRegions = 1;
  151. this.ug_location.DisplayLayout.MaxRowScrollRegions = 1;
  152. appearance83.BackColor = System.Drawing.SystemColors.Window;
  153. appearance83.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.ug_location.DisplayLayout.Override.ActiveCellAppearance = appearance83;
  155. appearance84.BackColor = System.Drawing.SystemColors.Highlight;
  156. appearance84.ForeColor = System.Drawing.SystemColors.HighlightText;
  157. this.ug_location.DisplayLayout.Override.ActiveRowAppearance = appearance84;
  158. this.ug_location.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  159. this.ug_location.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  160. appearance85.BackColor = System.Drawing.SystemColors.Window;
  161. this.ug_location.DisplayLayout.Override.CardAreaAppearance = appearance85;
  162. appearance86.BorderColor = System.Drawing.Color.Silver;
  163. appearance86.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  164. this.ug_location.DisplayLayout.Override.CellAppearance = appearance86;
  165. this.ug_location.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  166. this.ug_location.DisplayLayout.Override.CellPadding = 0;
  167. appearance87.BackColor = System.Drawing.SystemColors.Control;
  168. appearance87.BackColor2 = System.Drawing.SystemColors.ControlDark;
  169. appearance87.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  170. appearance87.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  171. appearance87.BorderColor = System.Drawing.SystemColors.Window;
  172. this.ug_location.DisplayLayout.Override.GroupByRowAppearance = appearance87;
  173. appearance88.TextHAlignAsString = "Left";
  174. this.ug_location.DisplayLayout.Override.HeaderAppearance = appearance88;
  175. this.ug_location.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  176. this.ug_location.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  177. appearance89.BackColor = System.Drawing.SystemColors.Window;
  178. appearance89.BorderColor = System.Drawing.Color.Silver;
  179. this.ug_location.DisplayLayout.Override.RowAppearance = appearance89;
  180. this.ug_location.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  181. appearance90.BackColor = System.Drawing.SystemColors.ControlLight;
  182. this.ug_location.DisplayLayout.Override.TemplateAddRowAppearance = appearance90;
  183. this.ug_location.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  184. this.ug_location.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  185. this.ug_location.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  186. this.ug_location.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.ug_location.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.ug_location.Location = new System.Drawing.Point(0, 33);
  189. this.ug_location.Name = "ug_location";
  190. this.ug_location.Size = new System.Drawing.Size(418, 371);
  191. this.ug_location.TabIndex = 2;
  192. this.ug_location.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ug_location_DoubleClickCell);
  193. this.ug_location.DoubleClick += new System.EventHandler(this.ug_location_DoubleClick);
  194. //
  195. // ds_location
  196. //
  197. this.ds_location.DataSetName = "NewDataSet";
  198. this.ds_location.Tables.AddRange(new System.Data.DataTable[] {
  199. this.dataTable1});
  200. //
  201. // dataTable1
  202. //
  203. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  204. this.dataColumn1});
  205. this.dataTable1.TableName = "Table1";
  206. //
  207. // dataColumn1
  208. //
  209. this.dataColumn1.ColumnName = "LOCATION_NAME";
  210. //
  211. // StockLocationPopup
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(418, 404);
  216. this.Controls.Add(this.ug_location);
  217. this.Controls.Add(this.ultraGroupBox1);
  218. this.Name = "StockLocationPopup";
  219. this.ShowIcon = false;
  220. this.Text = "仓库库位";
  221. this.Load += new System.EventHandler(this.StockLocationPopup_Load);
  222. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  223. this.ultraGroupBox1.ResumeLayout(false);
  224. this.ultraGroupBox1.PerformLayout();
  225. ((System.ComponentModel.ISupportInitialize)(this.txt_location)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.txt_stocklocation)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.ug_location)).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.ds_location)).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  230. this.ResumeLayout(false);
  231. }
  232. #endregion
  233. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  234. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_location;
  235. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  236. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_stocklocation;
  237. private Infragistics.Win.Misc.UltraButton btn_qry;
  238. private Infragistics.Win.UltraWinGrid.UltraGrid ug_location;
  239. private System.Data.DataSet ds_location;
  240. private System.Data.DataTable dataTable1;
  241. private System.Data.DataColumn dataColumn1;
  242. private Infragistics.Win.Misc.UltraButton btn_choice;
  243. }
  244. }