Form_jdt.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace LJLib.Jdt
  2. {
  3. partial class Form_jdt
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_jdt));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // pictureBox1
  37. //
  38. this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Default;
  39. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  40. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  41. this.pictureBox1.Name = "pictureBox1";
  42. this.pictureBox1.Size = new System.Drawing.Size(400, 40);
  43. this.pictureBox1.TabIndex = 0;
  44. this.pictureBox1.TabStop = false;
  45. //
  46. // progressBar1
  47. //
  48. this.progressBar1.Location = new System.Drawing.Point(14, 97);
  49. this.progressBar1.Name = "progressBar1";
  50. this.progressBar1.Size = new System.Drawing.Size(375, 17);
  51. this.progressBar1.TabIndex = 1;
  52. //
  53. // label1
  54. //
  55. this.label1.Location = new System.Drawing.Point(12, 43);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(377, 27);
  58. this.label1.TabIndex = 2;
  59. this.label1.Text = "系统正在进行数据处理,请稍候...";
  60. //
  61. // label2
  62. //
  63. this.label2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.label2.Location = new System.Drawing.Point(150, 76);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(100, 16);
  67. this.label2.TabIndex = 3;
  68. this.label2.Text = "0.0%";
  69. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  70. //
  71. // Form_jdt
  72. //
  73. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  74. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  75. this.ClientSize = new System.Drawing.Size(400, 123);
  76. this.ControlBox = false;
  77. this.Controls.Add(this.label2);
  78. this.Controls.Add(this.label1);
  79. this.Controls.Add(this.progressBar1);
  80. this.Controls.Add(this.pictureBox1);
  81. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  82. this.MaximizeBox = false;
  83. this.MinimizeBox = false;
  84. this.Name = "Form_jdt";
  85. this.ShowIcon = false;
  86. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  87. this.Text = "进度";
  88. this.Shown += new System.EventHandler(this.Form_jdt_Shown);
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  90. this.ResumeLayout(false);
  91. }
  92. #endregion
  93. private System.Windows.Forms.PictureBox pictureBox1;
  94. private System.Windows.Forms.ProgressBar progressBar1;
  95. private System.Windows.Forms.Label label1;
  96. private System.Windows.Forms.Label label2;
  97. }
  98. }