📄 frmbeginning.designer.cs
字号:
this.label1.Location = new System.Drawing.Point(14, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(226, 24);
this.label1.TabIndex = 0;
this.label1.Text = "此步操作将会永久性的删除数据信息,\r\n强烈建议你备份系统后进行初始化!";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Location = new System.Drawing.Point(272, 305);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 36);
this.button1.TabIndex = 13;
this.button1.Text = "取消&C";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(92, 305);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(89, 36);
this.button2.TabIndex = 12;
this.button2.Text = "确定&S";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.checkBox7);
this.groupBox3.Controls.Add(this.checkBox8);
this.groupBox3.Controls.Add(this.checkBox9);
this.groupBox3.ForeColor = System.Drawing.Color.Red;
this.groupBox3.Location = new System.Drawing.Point(187, 155);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(251, 118);
this.groupBox3.TabIndex = 11;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "以下内容可以选择性的保留";
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.Checked = true;
this.checkBox7.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox7.ForeColor = System.Drawing.Color.Black;
this.checkBox7.Location = new System.Drawing.Point(64, 77);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(108, 16);
this.checkBox7.TabIndex = 3;
this.checkBox7.Text = "保存期刊库资料";
this.checkBox7.UseVisualStyleBackColor = true;
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.Checked = true;
this.checkBox8.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox8.ForeColor = System.Drawing.Color.Black;
this.checkBox8.Location = new System.Drawing.Point(64, 55);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(108, 16);
this.checkBox8.TabIndex = 1;
this.checkBox8.Text = "保存书籍库资料";
this.checkBox8.UseVisualStyleBackColor = true;
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Checked = true;
this.checkBox9.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox9.ForeColor = System.Drawing.Color.Black;
this.checkBox9.Location = new System.Drawing.Point(64, 33);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(108, 16);
this.checkBox9.TabIndex = 0;
this.checkBox9.Text = "保留读者库资料";
this.checkBox9.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Location = new System.Drawing.Point(187, 43);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(251, 88);
this.groupBox4.TabIndex = 10;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "重要提示";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(14, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(226, 24);
this.label2.TabIndex = 0;
this.label2.Text = "此步操作将会永久性的删除数据信息,\r\n强烈建议你备份系统后进行初始化!";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(5, 45);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(157, 228);
this.pictureBox2.TabIndex = 14;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::UI.Properties.Resources.李志龙印;
this.pictureBox1.Location = new System.Drawing.Point(3, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(129, 230);
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
//
// frmBeginning
//
this.ClientSize = new System.Drawing.Size(450, 379);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.button1);
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox4);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(458, 413);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(458, 413);
this.Name = "frmBeginning";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统初始化";
this.Load += new System.EventHandler(this.frmBeginning_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btnN;
private System.Windows.Forms.Button btnY;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox checkBox7;
private System.Windows.Forms.CheckBox checkBox8;
private System.Windows.Forms.CheckBox checkBox9;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -