FrmMaterialLBDaioage.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. namespace Core.XgMes.Client.JGKC.MaterialManager
  2. {
  3. partial class FrmMaterialLBDaioage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand4 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL__LB_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL__LB_NAME");
  32. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.btnQR = new System.Windows.Forms.Button();
  49. this.button1 = new System.Windows.Forms.Button();
  50. this.txt_wz = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.chk_wz = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  52. this.txt_wzdm = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.Chk_WZDM = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  54. this.panel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  56. this.panel2.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txt_wz)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txt_wzdm)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // panel1
  62. //
  63. this.panel1.Controls.Add(this.ultraGrid1);
  64. this.panel1.Controls.Add(this.panel2);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.panel1.Location = new System.Drawing.Point(0, 0);
  67. this.panel1.Name = "panel1";
  68. this.panel1.Size = new System.Drawing.Size(631, 310);
  69. this.panel1.TabIndex = 0;
  70. //
  71. // ultraGrid1
  72. //
  73. appearance41.BackColor = System.Drawing.SystemColors.Window;
  74. appearance41.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  75. this.ultraGrid1.DisplayLayout.Appearance = appearance41;
  76. ultraGridColumn7.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  77. ultraGridColumn7.Header.Caption = "物资类别代码";
  78. ultraGridColumn7.Header.VisiblePosition = 0;
  79. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  80. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  81. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  82. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  83. ultraGridColumn8.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  84. ultraGridColumn8.Header.Caption = "物资类别名称";
  85. ultraGridColumn8.Header.VisiblePosition = 1;
  86. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2;
  87. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  88. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  89. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  90. ultraGridBand4.Columns.AddRange(new object[] {
  91. ultraGridColumn7,
  92. ultraGridColumn8});
  93. ultraGridBand4.UseRowLayout = true;
  94. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand4);
  95. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  96. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  97. appearance42.BackColor = System.Drawing.SystemColors.ActiveBorder;
  98. appearance42.BackColor2 = System.Drawing.SystemColors.ControlDark;
  99. appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  100. appearance42.BorderColor = System.Drawing.SystemColors.Window;
  101. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance42;
  102. appearance43.ForeColor = System.Drawing.SystemColors.GrayText;
  103. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance43;
  104. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  105. appearance44.BackColor = System.Drawing.SystemColors.ControlLightLight;
  106. appearance44.BackColor2 = System.Drawing.SystemColors.Control;
  107. appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  108. appearance44.ForeColor = System.Drawing.SystemColors.GrayText;
  109. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance44;
  110. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  111. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  112. appearance45.BackColor = System.Drawing.SystemColors.Window;
  113. appearance45.ForeColor = System.Drawing.SystemColors.ControlText;
  114. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance45;
  115. appearance46.BackColor = System.Drawing.SystemColors.Highlight;
  116. appearance46.ForeColor = System.Drawing.SystemColors.HighlightText;
  117. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance46;
  118. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  119. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  120. appearance47.BackColor = System.Drawing.SystemColors.Window;
  121. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance47;
  122. appearance48.BorderColor = System.Drawing.Color.Silver;
  123. appearance48.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  124. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance48;
  125. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  126. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  127. appearance49.BackColor = System.Drawing.SystemColors.Control;
  128. appearance49.BackColor2 = System.Drawing.SystemColors.ControlDark;
  129. appearance49.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  130. appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  131. appearance49.BorderColor = System.Drawing.SystemColors.Window;
  132. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance49;
  133. appearance50.TextHAlign = Infragistics.Win.HAlign.Left;
  134. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance50;
  135. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  136. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  137. appearance51.BackColor = System.Drawing.SystemColors.Window;
  138. appearance51.BorderColor = System.Drawing.Color.Silver;
  139. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance51;
  140. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  141. appearance52.BackColor = System.Drawing.SystemColors.ControlLight;
  142. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance52;
  143. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  144. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  145. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.ultraGrid1.Location = new System.Drawing.Point(0, 41);
  148. this.ultraGrid1.Name = "ultraGrid1";
  149. this.ultraGrid1.Size = new System.Drawing.Size(631, 269);
  150. this.ultraGrid1.TabIndex = 1;
  151. this.ultraGrid1.Text = "ultraGrid1";
  152. //
  153. // panel2
  154. //
  155. this.panel2.Controls.Add(this.txt_wz);
  156. this.panel2.Controls.Add(this.chk_wz);
  157. this.panel2.Controls.Add(this.txt_wzdm);
  158. this.panel2.Controls.Add(this.Chk_WZDM);
  159. this.panel2.Controls.Add(this.button1);
  160. this.panel2.Controls.Add(this.btnQR);
  161. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  162. this.panel2.Location = new System.Drawing.Point(0, 0);
  163. this.panel2.Name = "panel2";
  164. this.panel2.Size = new System.Drawing.Size(631, 41);
  165. this.panel2.TabIndex = 0;
  166. //
  167. // btnQR
  168. //
  169. this.btnQR.Location = new System.Drawing.Point(523, 3);
  170. this.btnQR.Name = "btnQR";
  171. this.btnQR.Size = new System.Drawing.Size(75, 30);
  172. this.btnQR.TabIndex = 0;
  173. this.btnQR.Text = "确认";
  174. this.btnQR.UseVisualStyleBackColor = true;
  175. this.btnQR.Click += new System.EventHandler(this.btnQR_Click);
  176. //
  177. // button1
  178. //
  179. this.button1.Location = new System.Drawing.Point(442, 3);
  180. this.button1.Name = "button1";
  181. this.button1.Size = new System.Drawing.Size(75, 30);
  182. this.button1.TabIndex = 1;
  183. this.button1.Text = "查询";
  184. this.button1.UseVisualStyleBackColor = true;
  185. this.button1.Click += new System.EventHandler(this.button1_Click);
  186. //
  187. // txt_wz
  188. //
  189. appearance53.BackColor = System.Drawing.Color.LightCyan;
  190. this.txt_wz.Appearance = appearance53;
  191. this.txt_wz.AutoSize = true;
  192. this.txt_wz.Enabled = false;
  193. this.txt_wz.FlatMode = true;
  194. this.txt_wz.Location = new System.Drawing.Point(313, 11);
  195. this.txt_wz.Name = "txt_wz";
  196. this.txt_wz.Size = new System.Drawing.Size(96, 19);
  197. this.txt_wz.TabIndex = 412;
  198. this.txt_wz.Tag = "";
  199. //
  200. // chk_wz
  201. //
  202. this.chk_wz.FlatMode = true;
  203. this.chk_wz.Location = new System.Drawing.Point(216, 14);
  204. this.chk_wz.Name = "chk_wz";
  205. this.chk_wz.Size = new System.Drawing.Size(91, 15);
  206. this.chk_wz.TabIndex = 411;
  207. this.chk_wz.Text = "物资类别名称";
  208. this.chk_wz.CheckedChanged += new System.EventHandler(this.chk_wz_CheckedChanged);
  209. //
  210. // txt_wzdm
  211. //
  212. appearance54.BackColor = System.Drawing.Color.LightCyan;
  213. this.txt_wzdm.Appearance = appearance54;
  214. this.txt_wzdm.AutoSize = true;
  215. this.txt_wzdm.Enabled = false;
  216. this.txt_wzdm.FlatMode = true;
  217. this.txt_wzdm.Location = new System.Drawing.Point(114, 10);
  218. this.txt_wzdm.Name = "txt_wzdm";
  219. this.txt_wzdm.Size = new System.Drawing.Size(96, 19);
  220. this.txt_wzdm.TabIndex = 410;
  221. this.txt_wzdm.Tag = "";
  222. //
  223. // Chk_WZDM
  224. //
  225. this.Chk_WZDM.FlatMode = true;
  226. this.Chk_WZDM.Location = new System.Drawing.Point(22, 12);
  227. this.Chk_WZDM.Name = "Chk_WZDM";
  228. this.Chk_WZDM.Size = new System.Drawing.Size(96, 17);
  229. this.Chk_WZDM.TabIndex = 409;
  230. this.Chk_WZDM.Text = "物资类别代码";
  231. this.Chk_WZDM.CheckedChanged += new System.EventHandler(this.Chk_WZDM_CheckedChanged);
  232. //
  233. // FrmMaterialLBDaioage
  234. //
  235. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  236. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  237. this.ClientSize = new System.Drawing.Size(631, 310);
  238. this.Controls.Add(this.panel1);
  239. this.Name = "FrmMaterialLBDaioage";
  240. this.Text = "FrmMaterialDaioage";
  241. this.Load += new System.EventHandler(this.FrmMaterialLBDaioage_Load);
  242. this.panel1.ResumeLayout(false);
  243. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  244. this.panel2.ResumeLayout(false);
  245. ((System.ComponentModel.ISupportInitialize)(this.txt_wz)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.txt_wzdm)).EndInit();
  247. this.ResumeLayout(false);
  248. }
  249. #endregion
  250. private System.Windows.Forms.Panel panel1;
  251. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  252. private System.Windows.Forms.Panel panel2;
  253. private System.Windows.Forms.Button btnQR;
  254. private System.Windows.Forms.Button button1;
  255. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wz;
  256. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_wz;
  257. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_wzdm;
  258. private Infragistics.Win.UltraWinEditors.UltraCheckEditor Chk_WZDM;
  259. }
  260. }