华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

341 lines
17 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class UserControlDrawShow
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.rdoLOTNO = new System.Windows.Forms.RadioButton();
  30. this.btnDownload = new DevExpress.XtraEditors.SimpleButton();
  31. this.txtType = new System.Windows.Forms.ComboBox();
  32. this.txtLOTNO = new DevExpress.XtraEditors.TextEdit();
  33. this.txtFileID = new DevExpress.XtraEditors.TextEdit();
  34. this.rdoFileID = new System.Windows.Forms.RadioButton();
  35. this.chkType = new System.Windows.Forms.CheckBox();
  36. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  37. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  38. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  39. this.colFileID = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colFileName = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colFileVer = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colFileFormat = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colVerNum = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.repPrintList = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  45. this.colItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colItemName = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colItemStd = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  49. this.tableLayoutPanel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtFileID.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  53. this.groupControl1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.repPrintList)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // tableLayoutPanel1
  61. //
  62. this.tableLayoutPanel1.ColumnCount = 7;
  63. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.0587F));
  64. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.5496F));
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.34056F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 17.42687F));
  67. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.95418F));
  68. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.67008F));
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
  70. this.tableLayoutPanel1.Controls.Add(this.rdoLOTNO, 0, 0);
  71. this.tableLayoutPanel1.Controls.Add(this.btnDownload, 6, 0);
  72. this.tableLayoutPanel1.Controls.Add(this.txtType, 5, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.txtLOTNO, 1, 0);
  74. this.tableLayoutPanel1.Controls.Add(this.txtFileID, 3, 0);
  75. this.tableLayoutPanel1.Controls.Add(this.rdoFileID, 2, 0);
  76. this.tableLayoutPanel1.Controls.Add(this.chkType, 4, 0);
  77. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  79. this.tableLayoutPanel1.MinimumSize = new System.Drawing.Size(600, 50);
  80. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  81. this.tableLayoutPanel1.RowCount = 1;
  82. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  83. this.tableLayoutPanel1.Size = new System.Drawing.Size(933, 50);
  84. this.tableLayoutPanel1.TabIndex = 139;
  85. //
  86. // rdoLOTNO
  87. //
  88. this.rdoLOTNO.Anchor = System.Windows.Forms.AnchorStyles.Right;
  89. this.rdoLOTNO.AutoSize = true;
  90. this.rdoLOTNO.Location = new System.Drawing.Point(51, 17);
  91. this.rdoLOTNO.Name = "rdoLOTNO";
  92. this.rdoLOTNO.Size = new System.Drawing.Size(89, 16);
  93. this.rdoLOTNO.TabIndex = 23;
  94. this.rdoLOTNO.Text = "产品跟踪单号:";
  95. this.rdoLOTNO.UseVisualStyleBackColor = true;
  96. this.rdoLOTNO.CheckedChanged += new System.EventHandler(this.rdoLOTNO_CheckedChanged);
  97. //
  98. // btnDownload
  99. //
  100. this.btnDownload.Anchor = System.Windows.Forms.AnchorStyles.Left;
  101. this.btnDownload.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
  102. this.btnDownload.Appearance.Options.UseFont = true;
  103. this.btnDownload.Location = new System.Drawing.Point(842, 11);
  104. this.btnDownload.Name = "btnDownload";
  105. this.btnDownload.Size = new System.Drawing.Size(75, 28);
  106. this.btnDownload.TabIndex = 19;
  107. this.btnDownload.Text = "查看";
  108. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  109. //
  110. // txtType
  111. //
  112. this.txtType.Anchor = System.Windows.Forms.AnchorStyles.Left;
  113. this.txtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.txtType.FormattingEnabled = true;
  115. this.txtType.Location = new System.Drawing.Point(702, 15);
  116. this.txtType.Name = "txtType";
  117. this.txtType.Size = new System.Drawing.Size(125, 20);
  118. this.txtType.TabIndex = 137;
  119. //
  120. // txtLOTNO
  121. //
  122. this.txtLOTNO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  123. this.txtLOTNO.Location = new System.Drawing.Point(146, 15);
  124. this.txtLOTNO.Name = "txtLOTNO";
  125. this.txtLOTNO.Size = new System.Drawing.Size(131, 20);
  126. this.txtLOTNO.TabIndex = 21;
  127. //
  128. // txtFileID
  129. //
  130. this.txtFileID.Anchor = System.Windows.Forms.AnchorStyles.Left;
  131. this.txtFileID.Location = new System.Drawing.Point(422, 15);
  132. this.txtFileID.Name = "txtFileID";
  133. this.txtFileID.Size = new System.Drawing.Size(131, 20);
  134. this.txtFileID.TabIndex = 20;
  135. this.txtFileID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFileID_KeyPress);
  136. //
  137. // rdoFileID
  138. //
  139. this.rdoFileID.Anchor = System.Windows.Forms.AnchorStyles.Right;
  140. this.rdoFileID.AutoSize = true;
  141. this.rdoFileID.Location = new System.Drawing.Point(339, 17);
  142. this.rdoFileID.Name = "rdoFileID";
  143. this.rdoFileID.Size = new System.Drawing.Size(77, 16);
  144. this.rdoFileID.TabIndex = 22;
  145. this.rdoFileID.Text = "存货编码:";
  146. this.rdoFileID.UseVisualStyleBackColor = true;
  147. this.rdoFileID.CheckedChanged += new System.EventHandler(this.rdoFileID_CheckedChanged);
  148. //
  149. // chkType
  150. //
  151. this.chkType.Anchor = System.Windows.Forms.AnchorStyles.Right;
  152. this.chkType.AutoSize = true;
  153. this.chkType.Location = new System.Drawing.Point(618, 17);
  154. this.chkType.Name = "chkType";
  155. this.chkType.Size = new System.Drawing.Size(78, 16);
  156. this.chkType.TabIndex = 139;
  157. this.chkType.Text = "文件类型:";
  158. this.chkType.UseVisualStyleBackColor = true;
  159. //
  160. // groupControl1
  161. //
  162. this.groupControl1.Controls.Add(this.grdDetail);
  163. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.groupControl1.Location = new System.Drawing.Point(0, 50);
  165. this.groupControl1.Name = "groupControl1";
  166. this.groupControl1.Size = new System.Drawing.Size(933, 443);
  167. this.groupControl1.TabIndex = 140;
  168. this.groupControl1.Text = "详细信息";
  169. //
  170. // grdDetail
  171. //
  172. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  174. this.grdDetail.MainView = this.grvDetail;
  175. this.grdDetail.Name = "grdDetail";
  176. this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  177. this.repPrintList});
  178. this.grdDetail.Size = new System.Drawing.Size(929, 419);
  179. this.grdDetail.TabIndex = 1;
  180. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  181. this.grvDetail,
  182. this.grvAdvDetail});
  183. //
  184. // grvDetail
  185. //
  186. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  187. this.colFileID,
  188. this.colFileName,
  189. this.colFileVer,
  190. this.colFileFormat,
  191. this.colVerNum,
  192. this.colItemCode,
  193. this.colItemName,
  194. this.colItemStd});
  195. this.grvDetail.GridControl = this.grdDetail;
  196. this.grvDetail.IndicatorWidth = 40;
  197. this.grvDetail.Name = "grvDetail";
  198. this.grvDetail.OptionsSelection.MultiSelect = true;
  199. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  200. this.grvDetail.OptionsView.ShowFooter = true;
  201. this.grvDetail.OptionsView.ShowGroupPanel = false;
  202. //
  203. // colFileID
  204. //
  205. this.colFileID.Caption = "文件编号";
  206. this.colFileID.FieldName = "FileID";
  207. this.colFileID.Name = "colFileID";
  208. this.colFileID.OptionsColumn.AllowEdit = false;
  209. this.colFileID.Visible = true;
  210. this.colFileID.VisibleIndex = 3;
  211. //
  212. // colFileName
  213. //
  214. this.colFileName.Caption = "文件名称";
  215. this.colFileName.FieldName = "FileName";
  216. this.colFileName.Name = "colFileName";
  217. this.colFileName.OptionsColumn.AllowEdit = false;
  218. this.colFileName.Visible = true;
  219. this.colFileName.VisibleIndex = 4;
  220. this.colFileName.Width = 128;
  221. //
  222. // colFileVer
  223. //
  224. this.colFileVer.Caption = "文件版本";
  225. this.colFileVer.FieldName = "FileVer";
  226. this.colFileVer.Name = "colFileVer";
  227. this.colFileVer.OptionsColumn.AllowEdit = false;
  228. this.colFileVer.Visible = true;
  229. this.colFileVer.VisibleIndex = 5;
  230. //
  231. // colFileFormat
  232. //
  233. this.colFileFormat.Caption = "文件格式";
  234. this.colFileFormat.FieldName = "FileFormat";
  235. this.colFileFormat.Name = "colFileFormat";
  236. this.colFileFormat.OptionsColumn.AllowEdit = false;
  237. this.colFileFormat.Visible = true;
  238. this.colFileFormat.VisibleIndex = 6;
  239. //
  240. // colVerNum
  241. //
  242. this.colVerNum.Caption = "查看";
  243. this.colVerNum.ColumnEdit = this.repPrintList;
  244. this.colVerNum.FieldName = "VerNum";
  245. this.colVerNum.Name = "colVerNum";
  246. this.colVerNum.Visible = true;
  247. this.colVerNum.VisibleIndex = 7;
  248. //
  249. // repPrintList
  250. //
  251. this.repPrintList.AutoHeight = false;
  252. this.repPrintList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  253. new DevExpress.XtraEditors.Controls.EditorButton()});
  254. this.repPrintList.Name = "repPrintList";
  255. this.repPrintList.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
  256. this.repPrintList.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.fileRead_ButtonClick);
  257. //
  258. // colItemCode
  259. //
  260. this.colItemCode.Caption = "存货编码";
  261. this.colItemCode.FieldName = "ItemCode";
  262. this.colItemCode.Name = "colItemCode";
  263. this.colItemCode.Visible = true;
  264. this.colItemCode.VisibleIndex = 0;
  265. //
  266. // colItemName
  267. //
  268. this.colItemName.Caption = "存货名称";
  269. this.colItemName.FieldName = "ItemName";
  270. this.colItemName.Name = "colItemName";
  271. this.colItemName.Visible = true;
  272. this.colItemName.VisibleIndex = 1;
  273. //
  274. // colItemStd
  275. //
  276. this.colItemStd.Caption = "产品规格";
  277. this.colItemStd.FieldName = "ItemStd";
  278. this.colItemStd.Name = "colItemStd";
  279. this.colItemStd.Visible = true;
  280. this.colItemStd.VisibleIndex = 2;
  281. //
  282. // grvAdvDetail
  283. //
  284. this.grvAdvDetail.GridControl = this.grdDetail;
  285. this.grvAdvDetail.Name = "grvAdvDetail";
  286. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  287. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  288. this.grvAdvDetail.OptionsView.ShowFooter = true;
  289. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  290. //
  291. // UserControlDrawShow
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.Controls.Add(this.groupControl1);
  296. this.Controls.Add(this.tableLayoutPanel1);
  297. this.Name = "UserControlDrawShow";
  298. this.Size = new System.Drawing.Size(933, 493);
  299. this.Load += new System.EventHandler(this.UserControlDrawShow_Load);
  300. this.tableLayoutPanel1.ResumeLayout(false);
  301. this.tableLayoutPanel1.PerformLayout();
  302. ((System.ComponentModel.ISupportInitialize)(this.txtLOTNO.Properties)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.txtFileID.Properties)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  305. this.groupControl1.ResumeLayout(false);
  306. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.repPrintList)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  310. this.ResumeLayout(false);
  311. }
  312. #endregion
  313. private System.Windows.Forms.RadioButton rdoFileID;
  314. private System.Windows.Forms.RadioButton rdoLOTNO;
  315. private DevExpress.XtraEditors.TextEdit txtLOTNO;
  316. private DevExpress.XtraEditors.TextEdit txtFileID;
  317. public DevExpress.XtraEditors.SimpleButton btnDownload;
  318. private System.Windows.Forms.ComboBox txtType;
  319. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  320. private System.Windows.Forms.CheckBox chkType;
  321. private DevExpress.XtraEditors.GroupControl groupControl1;
  322. private DevExpress.XtraGrid.GridControl grdDetail;
  323. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  324. private DevExpress.XtraGrid.Columns.GridColumn colFileID;
  325. private DevExpress.XtraGrid.Columns.GridColumn colFileName;
  326. private DevExpress.XtraGrid.Columns.GridColumn colFileVer;
  327. private DevExpress.XtraGrid.Columns.GridColumn colFileFormat;
  328. private DevExpress.XtraGrid.Columns.GridColumn colVerNum;
  329. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repPrintList;
  330. private DevExpress.XtraGrid.Columns.GridColumn colItemCode;
  331. private DevExpress.XtraGrid.Columns.GridColumn colItemName;
  332. private DevExpress.XtraGrid.Columns.GridColumn colItemStd;
  333. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  334. }
  335. }