版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

54 строки
1.8 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmSetParams
  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.SuspendLayout();
  29. //
  30. // FrmSetParams
  31. //
  32. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  33. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  34. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  35. this.ClientSize = new System.Drawing.Size(1278, 744);
  36. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  37. this.MaximizeBox = false;
  38. this.MinimizeBox = false;
  39. this.Name = "FrmSetParams";
  40. this.ShowIcon = false;
  41. this.ShowInTaskbar = false;
  42. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  43. this.Text = "设置工序参数";
  44. this.Load += new System.EventHandler(this.FrmSetParams_Load);
  45. this.ResumeLayout(false);
  46. }
  47. #endregion
  48. }
  49. }