F_PC_0206.Designer.cs 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0206
  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. // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  30. // this.Text = "F_PC_0206";
  31. //}
  32. //#endregion
  33. private Basics.BaseControls.C_Button btnCancel;
  34. private Basics.BaseControls.C_Button btnSave;
  35. private Basics.BaseControls.C_DGV_Digital txtmisspriority;
  36. private Basics.BaseControls.C_Label lblmisspriority;
  37. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  38. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  39. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  40. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  41. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  42. private System.Windows.Forms.DataGridViewComboBoxColumn User_NO;
  43. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  44. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  45. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  46. private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
  47. private Basics.BaseControls.C_Label lblDisplayNo;
  48. private Basics.BaseControls.C_Label c_Label4;
  49. private Basics.BaseControls.C_DGV_Digital txtBarCodePrintCopies;
  50. private Basics.BaseControls.C_Label c_Label5;
  51. private Basics.BaseControls.C_ComboBox ddlPrintType;
  52. private Basics.BaseControls.C_Label c_Label6;
  53. private System.Windows.Forms.GroupBox groupBoxSemi;
  54. private Basics.BaseControls.DKListBoxComboBox ddlProcessModelType;
  55. private WinForm.Controls.CklCheckedListBox cklSemiGoodsLevel;
  56. }
  57. }