|
|
|
|
|
|
|
|
|
namespace BirdyFlash
|
|
|
|
|
{
|
|
|
|
|
partial class ScanningPagersDialog
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
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.prgScanProgress = new MaterialSkin.Controls.MaterialProgressBar();
|
|
|
|
|
this.txtLog = new MaterialSkin.Controls.MaterialMultiLineTextBox();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// prgScanProgress
|
|
|
|
|
//
|
|
|
|
|
this.prgScanProgress.Depth = 0;
|
|
|
|
|
this.prgScanProgress.Location = new System.Drawing.Point(12, 230);
|
|
|
|
|
this.prgScanProgress.MouseState = MaterialSkin.MouseState.HOVER;
|
|
|
|
|
this.prgScanProgress.Name = "prgScanProgress";
|
|
|
|
|
this.prgScanProgress.Size = new System.Drawing.Size(411, 5);
|
|
|
|
|
this.prgScanProgress.TabIndex = 0;
|
|
|
|
|
this.prgScanProgress.UseWaitCursor = true;
|
|
|
|
|
//
|
|
|
|
|
// txtLog
|
|
|
|
|
//
|
|
|
|
|
this.txtLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
|
|
this.txtLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.txtLog.Depth = 0;
|
|
|
|
|
this.txtLog.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
|
|
|
|
|
this.txtLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
|
|
|
this.txtLog.Location = new System.Drawing.Point(12, 77);
|
|
|
|
|
this.txtLog.MouseState = MaterialSkin.MouseState.HOVER;
|
|
|
|
|
this.txtLog.Name = "txtLog";
|
|
|
|
|
this.txtLog.ReadOnly = true;
|
|
|
|
|
this.txtLog.Size = new System.Drawing.Size(411, 147);
|
|
|
|
|
this.txtLog.TabIndex = 1;
|
|
|
|
|
this.txtLog.Text = "";
|
|
|
|
|
this.txtLog.UseWaitCursor = true;
|
|
|
|
|
//
|
|
|
|
|
// ScanningPagersDialog
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(435, 248);
|
|
|
|
|
this.Controls.Add(this.txtLog);
|
|
|
|
|
this.Controls.Add(this.prgScanProgress);
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "ScanningPagersDialog";
|
|
|
|
|
this.Padding = new System.Windows.Forms.Padding(9);
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.ShowInTaskbar = false;
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
|
|
|
this.Text = "Scanning Pagers";
|
|
|
|
|
this.UseWaitCursor = true;
|
|
|
|
|
this.Load += new System.EventHandler(this.ScanningPagersDialog_Load);
|
|
|
|
|
this.Shown += new System.EventHandler(this.ScanningPagersDialog_Shown);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private MaterialSkin.Controls.MaterialProgressBar prgScanProgress;
|
|
|
|
|
private MaterialSkin.Controls.MaterialMultiLineTextBox txtLog;
|
|
|
|
|
}
|
|
|
|
|
}
|