WaitForm1.Designer.cs 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. namespace Uninpho.Tools.components.DataManager
  2. {
  3. partial class WaitForm1
  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. this.progressPanel1 = new DevExpress.XtraWaitForm.ProgressPanel();
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.tableLayoutPanel1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // progressPanel1
  34. //
  35. this.progressPanel1.Appearance.BackColor = System.Drawing.Color.Transparent;
  36. this.progressPanel1.Appearance.Options.UseBackColor = true;
  37. this.progressPanel1.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  38. this.progressPanel1.AppearanceCaption.Options.UseFont = true;
  39. this.progressPanel1.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
  40. this.progressPanel1.AppearanceDescription.Options.UseFont = true;
  41. this.progressPanel1.Caption = "正在加载数据";
  42. this.progressPanel1.Description = "请稍后 ...";
  43. this.progressPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.progressPanel1.ImageHorzOffset = 20;
  45. this.progressPanel1.Location = new System.Drawing.Point(0, 16);
  46. this.progressPanel1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
  47. this.progressPanel1.Name = "progressPanel1";
  48. this.progressPanel1.Size = new System.Drawing.Size(246, 35);
  49. this.progressPanel1.TabIndex = 0;
  50. this.progressPanel1.Text = "776";
  51. //
  52. // tableLayoutPanel1
  53. //
  54. this.tableLayoutPanel1.AutoSize = true;
  55. this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  56. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  57. this.tableLayoutPanel1.ColumnCount = 1;
  58. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  59. this.tableLayoutPanel1.Controls.Add(this.progressPanel1, 0, 0);
  60. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  62. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  63. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 13, 0, 13);
  64. this.tableLayoutPanel1.RowCount = 1;
  65. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  66. this.tableLayoutPanel1.Size = new System.Drawing.Size(246, 67);
  67. this.tableLayoutPanel1.TabIndex = 1;
  68. //
  69. // WaitForm1
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.AutoSize = true;
  74. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  75. this.ClientSize = new System.Drawing.Size(246, 67);
  76. this.Controls.Add(this.tableLayoutPanel1);
  77. this.DoubleBuffered = true;
  78. this.Name = "WaitForm1";
  79. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  80. this.Text = "Form1";
  81. this.tableLayoutPanel1.ResumeLayout(false);
  82. this.ResumeLayout(false);
  83. this.PerformLayout();
  84. }
  85. #endregion
  86. private DevExpress.XtraWaitForm.ProgressPanel progressPanel1;
  87. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  88. }
  89. }