WaitForm1.Designer.cs 4.6 KB

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