|
- namespace CNAS_DBSync
- {
- partial class frmPrBar
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrBar));
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnStart = new System.Windows.Forms.Button();
- this.btnGoon = new System.Windows.Forms.Button();
- this.btnStop = new System.Windows.Forms.Button();
- this.btnPause = new System.Windows.Forms.Button();
- this.lblCount = new System.Windows.Forms.Label();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.lblMsg = new System.Windows.Forms.Label();
- this.lblPercentage = new System.Windows.Forms.Label();
- this.pictureBoxCancel = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCancel)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.Control;
- this.panel1.Controls.Add(this.btnStart);
- this.panel1.Controls.Add(this.btnGoon);
- this.panel1.Controls.Add(this.btnStop);
- this.panel1.Controls.Add(this.btnPause);
- this.panel1.Controls.Add(this.lblCount);
- this.panel1.Controls.Add(this.progressBar1);
- this.panel1.Controls.Add(this.lblMsg);
- this.panel1.Controls.Add(this.lblPercentage);
- this.panel1.Controls.Add(this.pictureBoxCancel);
- this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panel1.Location = new System.Drawing.Point(1, 2);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(331, 96);
- this.panel1.TabIndex = 2;
- //
- // btnStart
- //
- this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnStart.Image = ((System.Drawing.Image)(resources.GetObject("btnStart.Image")));
- this.btnStart.Location = new System.Drawing.Point(4, 70);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(75, 23);
- this.btnStart.TabIndex = 8;
- this.btnStart.Text = "开始";
- this.btnStart.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.btnStart.UseVisualStyleBackColor = true;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // btnGoon
- //
- this.btnGoon.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnGoon.Image = ((System.Drawing.Image)(resources.GetObject("btnGoon.Image")));
- this.btnGoon.Location = new System.Drawing.Point(169, 70);
- this.btnGoon.Name = "btnGoon";
- this.btnGoon.Size = new System.Drawing.Size(75, 23);
- this.btnGoon.TabIndex = 7;
- this.btnGoon.Text = "继续";
- this.btnGoon.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnGoon.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.btnGoon.UseVisualStyleBackColor = true;
- this.btnGoon.Click += new System.EventHandler(this.btnGoon_Click);
- //
- // btnStop
- //
- this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
- this.btnStop.Location = new System.Drawing.Point(251, 70);
- this.btnStop.Name = "btnStop";
- this.btnStop.Size = new System.Drawing.Size(75, 23);
- this.btnStop.TabIndex = 6;
- this.btnStop.Text = "停止";
- this.btnStop.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.btnStop.UseVisualStyleBackColor = true;
- this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
- //
- // btnPause
- //
- this.btnPause.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnPause.Image = ((System.Drawing.Image)(resources.GetObject("btnPause.Image")));
- this.btnPause.Location = new System.Drawing.Point(87, 70);
- this.btnPause.Name = "btnPause";
- this.btnPause.Size = new System.Drawing.Size(75, 23);
- this.btnPause.TabIndex = 5;
- this.btnPause.Text = "暂停";
- this.btnPause.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.btnPause.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
- this.btnPause.UseVisualStyleBackColor = true;
- this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
- //
- // lblCount
- //
- this.lblCount.Location = new System.Drawing.Point(239, 17);
- this.lblCount.Name = "lblCount";
- this.lblCount.Size = new System.Drawing.Size(87, 21);
- this.lblCount.TabIndex = 4;
- this.lblCount.Text = "1/1";
- this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(4, 41);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(322, 23);
- this.progressBar1.TabIndex = 3;
- //
- // lblMsg
- //
- this.lblMsg.Location = new System.Drawing.Point(3, 17);
- this.lblMsg.Name = "lblMsg";
- this.lblMsg.Size = new System.Drawing.Size(230, 21);
- this.lblMsg.TabIndex = 1;
- this.lblMsg.Text = "准备就绪";
- this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // lblPercentage
- //
- this.lblPercentage.AutoSize = true;
- this.lblPercentage.ForeColor = System.Drawing.Color.Black;
- this.lblPercentage.Location = new System.Drawing.Point(231, 28);
- this.lblPercentage.Name = "lblPercentage";
- this.lblPercentage.Size = new System.Drawing.Size(12, 17);
- this.lblPercentage.TabIndex = 3;
- this.lblPercentage.Text = " ";
- this.lblPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pictureBoxCancel
- //
- this.pictureBoxCancel.Location = new System.Drawing.Point(308, 5);
- this.pictureBoxCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.pictureBoxCancel.Name = "pictureBoxCancel";
- this.pictureBoxCancel.Size = new System.Drawing.Size(14, 13);
- this.pictureBoxCancel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.pictureBoxCancel.TabIndex = 2;
- this.pictureBoxCancel.TabStop = false;
- this.pictureBoxCancel.Visible = false;
- //
- // frmPrBar
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(332, 100);
- this.ControlBox = false;
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "frmPrBar";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = " ";
- this.TopMost = true;
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCancel)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.Panel panel1;
- public System.Windows.Forms.Label lblCount;
- private System.Windows.Forms.ProgressBar progressBar1;
- public System.Windows.Forms.Label lblMsg;
- private System.Windows.Forms.Label lblPercentage;
- private System.Windows.Forms.PictureBox pictureBoxCancel;
- private System.Windows.Forms.Button btnPause;
- private System.Windows.Forms.Button btnGoon;
- private System.Windows.Forms.Button btnStop;
- private System.Windows.Forms.Button btnStart;
- }
- }
|