F_PC_0207.Designer.cs 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0207
  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_0207";
  31. ////}
  32. ////#endregion
  33. private Basics.BaseControls.C_TextBox txtRemarks;
  34. private Basics.BaseControls.C_Label lblmisspriority;
  35. private Basics.BaseControls.C_DGV_Digital txtmisspriority;
  36. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  37. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  38. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  39. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  40. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  41. private System.Windows.Forms.TabPage tabPage4;
  42. private Basics.BaseControls.C_DataGridView dgvKiln;
  43. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  44. private System.Windows.Forms.DataGridViewTextBoxColumn kilnCode;
  45. private System.Windows.Forms.DataGridViewTextBoxColumn kilnName;
  46. private Basics.BaseControls.C_Label lblDisplayNo;
  47. private Basics.BaseControls.C_DGV_Digital txtDisplayNo;
  48. private Basics.BaseControls.C_Label c_Label4;
  49. private System.Windows.Forms.GroupBox groupBox6;
  50. public System.Windows.Forms.RadioButton rbtnAuto;
  51. public System.Windows.Forms.RadioButton rbtnHand;
  52. private Basics.BaseControls.C_DGV_Digital txtBarCodePrintCopies;
  53. private Basics.BaseControls.C_Label c_Label5;
  54. private System.Windows.Forms.GroupBox groupBox7;
  55. public System.Windows.Forms.RadioButton rbtnOutBarCode;
  56. public System.Windows.Forms.RadioButton rbtnGBarcode;
  57. private WinForm.Controls.ChkCheckBox rbtnSpecialReworkProcess;
  58. private WinForm.Controls.ChkCheckBox rbtnSpecialSemireProcess;
  59. }
  60. }