代码:namespace 登陆
{
partial class Help
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(154, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(123, 19);
this.label1.TabIndex = 0;
this.label1.Text = "图书管理系统";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(34, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(368, 32);
this.label2.TabIndex = 1;
this.label2.Text = " 打开SQL Server企业管理器,启动SQL相关服务,\r\n连接数据库。\r\n";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(34, 140);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(400, 64);
this.label3.TabIndex = 2;
this.label3.Text = " 鼠标右键点击【数据库】->【附加(A)...】,然后\r\n单击【...】按钮,选择本程序所在文件夹下的中的\r\nDataBase文件夹下的Library.mdf文" +
"件,其他采用默认设\r\n置,然后单击【确定】按钮";
上一页 [1] [2] [3] [4] [5] [6] [7] [8]