| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- namespace UAS_Tools_HY
- {
- partial class Loading
- {
- /// <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.loadingBar = new System.Windows.Forms.ProgressBar();
- this.Confirm = new System.Windows.Forms.Button();
- this.Msg = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // loadingBar
- //
- this.loadingBar.Location = new System.Drawing.Point(15, 42);
- this.loadingBar.Margin = new System.Windows.Forms.Padding(4);
- this.loadingBar.MarqueeAnimationSpeed = 30;
- this.loadingBar.Name = "loadingBar";
- this.loadingBar.Size = new System.Drawing.Size(350, 35);
- this.loadingBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
- this.loadingBar.TabIndex = 0;
- //
- // Confirm
- //
- this.Confirm.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Confirm.Location = new System.Drawing.Point(132, 100);
- this.Confirm.Margin = new System.Windows.Forms.Padding(4);
- this.Confirm.Name = "Confirm";
- this.Confirm.Size = new System.Drawing.Size(100, 35);
- this.Confirm.TabIndex = 2;
- this.Confirm.Text = "确定";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // Msg
- //
- this.Msg.Location = new System.Drawing.Point(12, 42);
- this.Msg.Name = "Msg";
- this.Msg.Size = new System.Drawing.Size(353, 24);
- this.Msg.TabIndex = 3;
- this.Msg.Text = "已找到:0条数据";
- this.Msg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // Loading
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(378, 148);
- this.Controls.Add(this.Msg);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.loadingBar);
- 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.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Loading";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Loading";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Loading_FormClosing);
- this.Load += new System.EventHandler(this.Loading_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ProgressBar loadingBar;
- private System.Windows.Forms.Button Confirm;
- private System.Windows.Forms.Label Msg;
- }
- }
|