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

72 рядки
2.8 KiB

  1. namespace MaiMuAOI.SysUI.ProductAndStep
  2. {
  3. partial class SetParamsFrm
  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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.SuspendLayout();
  31. //
  32. // uiTitel1
  33. //
  34. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  35. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  36. this.uiTitel1.FatherForm = null;
  37. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  38. this.uiTitel1.Name = "uiTitel1";
  39. this.uiTitel1.Size = new System.Drawing.Size(715, 46);
  40. this.uiTitel1.TabIndex = 32;
  41. //
  42. // panel1
  43. //
  44. this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  45. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.panel1.Location = new System.Drawing.Point(0, 46);
  47. this.panel1.Name = "panel1";
  48. this.panel1.Size = new System.Drawing.Size(715, 499);
  49. this.panel1.TabIndex = 33;
  50. //
  51. // SetParamsFrm
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(715, 545);
  56. this.Controls.Add(this.panel1);
  57. this.Controls.Add(this.uiTitel1);
  58. this.Name = "SetParamsFrm";
  59. this.Text = "参数设置";
  60. this.Load += new System.EventHandler(this.SerParamsFrm_Load);
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  65. private System.Windows.Forms.Panel panel1;
  66. }
  67. }