SwitchSystemValidation.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. 
  2. namespace OTSSysMgrApp
  3. {
  4. partial class SwitchSystemValidation
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.cB_updatefile = new System.Windows.Forms.CheckBox();
  30. this.btn_OK = new System.Windows.Forms.Button();
  31. this.btn_CANCEL = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // cB_updatefile
  36. //
  37. this.cB_updatefile.AutoSize = true;
  38. this.cB_updatefile.Location = new System.Drawing.Point(41, 64);
  39. this.cB_updatefile.Name = "cB_updatefile";
  40. this.cB_updatefile.Size = new System.Drawing.Size(108, 16);
  41. this.cB_updatefile.TabIndex = 0;
  42. this.cB_updatefile.Text = "初始化配置文件";
  43. this.cB_updatefile.UseVisualStyleBackColor = true;
  44. this.cB_updatefile.CheckedChanged += new System.EventHandler(this.cB_updatefile_CheckedChanged);
  45. //
  46. // btn_OK
  47. //
  48. this.btn_OK.Location = new System.Drawing.Point(214, 92);
  49. this.btn_OK.Name = "btn_OK";
  50. this.btn_OK.Size = new System.Drawing.Size(75, 23);
  51. this.btn_OK.TabIndex = 1;
  52. this.btn_OK.Text = "OK";
  53. this.btn_OK.UseVisualStyleBackColor = true;
  54. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  55. //
  56. // btn_CANCEL
  57. //
  58. this.btn_CANCEL.Location = new System.Drawing.Point(307, 92);
  59. this.btn_CANCEL.Name = "btn_CANCEL";
  60. this.btn_CANCEL.Size = new System.Drawing.Size(75, 23);
  61. this.btn_CANCEL.TabIndex = 2;
  62. this.btn_CANCEL.Text = "CANCEL";
  63. this.btn_CANCEL.UseVisualStyleBackColor = true;
  64. this.btn_CANCEL.Click += new System.EventHandler(this.btn_CANCEL_Click);
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.label1.Location = new System.Drawing.Point(23, 22);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(285, 24);
  73. this.label1.TabIndex = 3;
  74. this.label1.Text = "是否确认切换系统类型?";
  75. //
  76. // SwitchSystemValidation
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(394, 127);
  81. this.Controls.Add(this.label1);
  82. this.Controls.Add(this.btn_CANCEL);
  83. this.Controls.Add(this.btn_OK);
  84. this.Controls.Add(this.cB_updatefile);
  85. this.MaximizeBox = false;
  86. this.MinimizeBox = false;
  87. this.Name = "SwitchSystemValidation";
  88. this.ShowIcon = false;
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  90. this.Text = "SwitchSystemValidation";
  91. this.Load += new System.EventHandler(this.SwitchSystemValidation_Load);
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private System.Windows.Forms.CheckBox cB_updatefile;
  97. private System.Windows.Forms.Button btn_OK;
  98. private System.Windows.Forms.Button btn_CANCEL;
  99. private System.Windows.Forms.Label label1;
  100. }
  101. }