20 Star 89 Fork 21

葡萄城 / 报表模板库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
InstallerProcess.Designer.cs 6.53 KB
一键复制 编辑 原始数据 按行查看 历史
葡萄城 提交于 2019-05-22 17:55 . 提交项目
namespace GrapecityReportsLibrary
{
partial class InstallerProcess
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallerProcess));
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.btnStart = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.btnFinish = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.btnCancel = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(103, 46);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(438, 23);
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBar1.TabIndex = 0;
this.progressBar1.Visible = false;
//
// btnStart
//
this.btnStart.Location = new System.Drawing.Point(466, 92);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(75, 23);
this.btnStart.TabIndex = 0;
this.btnStart.Text = "安装";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label1.Location = new System.Drawing.Point(100, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(457, 51);
this.label1.TabIndex = 3;
this.label1.Text = "您可能是第一次使用葡萄城模板库,缺少所需要的 Sqlite 数据库驱动。\r\n请点击【安装】按钮进行安装。";
//
// btnFinish
//
this.btnFinish.Location = new System.Drawing.Point(466, 92);
this.btnFinish.Name = "btnFinish";
this.btnFinish.Size = new System.Drawing.Size(75, 23);
this.btnFinish.TabIndex = 4;
this.btnFinish.Text = "完成";
this.btnFinish.UseVisualStyleBackColor = true;
this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(385, 92);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::GrapecityReportsLibrary.Properties.Resources.ARLogo;
this.pictureBox1.Location = new System.Drawing.Point(25, 18);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(58, 58);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// InstallerProcess
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(578, 132);
this.ControlBox = false;
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnFinish);
this.Controls.Add(this.btnStart);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "InstallerProcess";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "环境准备";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.InstallerProcess_FormClosed);
this.Load += new System.EventHandler(this.InstallerProcess_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnFinish;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
C#
1
https://gitee.com/GrapeCity/ReportLibrary.git
git@gitee.com:GrapeCity/ReportLibrary.git
GrapeCity
ReportLibrary
报表模板库
master

搜索帮助