123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
-
- namespace OTSSysMgrApp
- {
- partial class SwitchSystemValidation
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.cB_updatefile = new System.Windows.Forms.CheckBox();
- this.btn_OK = new System.Windows.Forms.Button();
- this.btn_CANCEL = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // cB_updatefile
- //
- this.cB_updatefile.AutoSize = true;
- this.cB_updatefile.Location = new System.Drawing.Point(41, 64);
- this.cB_updatefile.Name = "cB_updatefile";
- this.cB_updatefile.Size = new System.Drawing.Size(108, 16);
- this.cB_updatefile.TabIndex = 0;
- this.cB_updatefile.Text = "初始化配置文件";
- this.cB_updatefile.UseVisualStyleBackColor = true;
- this.cB_updatefile.CheckedChanged += new System.EventHandler(this.cB_updatefile_CheckedChanged);
- //
- // btn_OK
- //
- this.btn_OK.Location = new System.Drawing.Point(214, 92);
- this.btn_OK.Name = "btn_OK";
- this.btn_OK.Size = new System.Drawing.Size(75, 23);
- this.btn_OK.TabIndex = 1;
- this.btn_OK.Text = "OK";
- this.btn_OK.UseVisualStyleBackColor = true;
- this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
- //
- // btn_CANCEL
- //
- this.btn_CANCEL.Location = new System.Drawing.Point(307, 92);
- this.btn_CANCEL.Name = "btn_CANCEL";
- this.btn_CANCEL.Size = new System.Drawing.Size(75, 23);
- this.btn_CANCEL.TabIndex = 2;
- this.btn_CANCEL.Text = "CANCEL";
- this.btn_CANCEL.UseVisualStyleBackColor = true;
- this.btn_CANCEL.Click += new System.EventHandler(this.btn_CANCEL_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(23, 22);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(285, 24);
- this.label1.TabIndex = 3;
- this.label1.Text = "是否确认切换系统类型?";
- //
- // SwitchSystemValidation
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(394, 127);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btn_CANCEL);
- this.Controls.Add(this.btn_OK);
- this.Controls.Add(this.cB_updatefile);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SwitchSystemValidation";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "SwitchSystemValidation";
- this.Load += new System.EventHandler(this.SwitchSystemValidation_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.CheckBox cB_updatefile;
- private System.Windows.Forms.Button btn_OK;
- private System.Windows.Forms.Button btn_CANCEL;
- private System.Windows.Forms.Label label1;
- }
- }
|