FrmCMByWorkShop.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. namespace WCS_Client.Frm
  2. {
  3. partial class FrmCMByWorkShop
  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.lblWorkShopNO = new System.Windows.Forms.Label();
  29. this.lblProLine = new System.Windows.Forms.Label();
  30. this.cmbWorkShopNO = new System.Windows.Forms.ComboBox();
  31. this.cmbProLine = new System.Windows.Forms.ComboBox();
  32. this.btnSave = new System.Windows.Forms.Button();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // lblWorkShopNO
  37. //
  38. this.lblWorkShopNO.AutoSize = true;
  39. this.lblWorkShopNO.Location = new System.Drawing.Point(82, 49);
  40. this.lblWorkShopNO.Name = "lblWorkShopNO";
  41. this.lblWorkShopNO.Size = new System.Drawing.Size(82, 15);
  42. this.lblWorkShopNO.TabIndex = 0;
  43. this.lblWorkShopNO.Text = "车间编号:";
  44. //
  45. // lblProLine
  46. //
  47. this.lblProLine.AutoSize = true;
  48. this.lblProLine.Location = new System.Drawing.Point(82, 108);
  49. this.lblProLine.Name = "lblProLine";
  50. this.lblProLine.Size = new System.Drawing.Size(52, 15);
  51. this.lblProLine.TabIndex = 1;
  52. this.lblProLine.Text = "生产线";
  53. //
  54. // cmbWorkShopNO
  55. //
  56. this.cmbWorkShopNO.FormattingEnabled = true;
  57. this.cmbWorkShopNO.Items.AddRange(new object[] {
  58. "205"});
  59. this.cmbWorkShopNO.Location = new System.Drawing.Point(167, 46);
  60. this.cmbWorkShopNO.Name = "cmbWorkShopNO";
  61. this.cmbWorkShopNO.Size = new System.Drawing.Size(202, 23);
  62. this.cmbWorkShopNO.TabIndex = 2;
  63. //
  64. // cmbProLine
  65. //
  66. this.cmbProLine.FormattingEnabled = true;
  67. this.cmbProLine.Location = new System.Drawing.Point(167, 105);
  68. this.cmbProLine.Name = "cmbProLine";
  69. this.cmbProLine.Size = new System.Drawing.Size(202, 23);
  70. this.cmbProLine.TabIndex = 3;
  71. this.cmbProLine.DropDown += new System.EventHandler(this.cmbProLine_DropDown);
  72. //
  73. // btnSave
  74. //
  75. this.btnSave.Location = new System.Drawing.Point(167, 185);
  76. this.btnSave.Name = "btnSave";
  77. this.btnSave.Size = new System.Drawing.Size(75, 34);
  78. this.btnSave.TabIndex = 4;
  79. this.btnSave.Text = "保存";
  80. this.btnSave.UseVisualStyleBackColor = true;
  81. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  82. //
  83. // btnCancel
  84. //
  85. this.btnCancel.Location = new System.Drawing.Point(294, 185);
  86. this.btnCancel.Name = "btnCancel";
  87. this.btnCancel.Size = new System.Drawing.Size(75, 34);
  88. this.btnCancel.TabIndex = 5;
  89. this.btnCancel.Text = "取消";
  90. this.btnCancel.UseVisualStyleBackColor = true;
  91. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  92. //
  93. // FrmCMByWorkShop
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.ClientSize = new System.Drawing.Size(522, 266);
  98. this.Controls.Add(this.btnCancel);
  99. this.Controls.Add(this.btnSave);
  100. this.Controls.Add(this.cmbProLine);
  101. this.Controls.Add(this.cmbWorkShopNO);
  102. this.Controls.Add(this.lblProLine);
  103. this.Controls.Add(this.lblWorkShopNO);
  104. this.Name = "FrmCMByWorkShop";
  105. this.Text = "FrmCMByWorkShop";
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private System.Windows.Forms.Label lblWorkShopNO;
  111. private System.Windows.Forms.Label lblProLine;
  112. private System.Windows.Forms.ComboBox cmbWorkShopNO;
  113. private System.Windows.Forms.ComboBox cmbProLine;
  114. private System.Windows.Forms.Button btnSave;
  115. private System.Windows.Forms.Button btnCancel;
  116. }
  117. }