FrmProcessing.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. namespace WCS_Client
  2. {
  3. partial class FrmProcessing
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.lbMessage = new System.Windows.Forms.Label();
  30. this.panImage = new System.Windows.Forms.Panel();
  31. this.tableLayoutPanel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // tableLayoutPanel1
  35. //
  36. this.tableLayoutPanel1.ColumnCount = 1;
  37. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  38. this.tableLayoutPanel1.Controls.Add(this.lbMessage, 0, 0);
  39. this.tableLayoutPanel1.Controls.Add(this.panImage, 0, 1);
  40. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  42. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  43. this.tableLayoutPanel1.RowCount = 2;
  44. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  45. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  46. this.tableLayoutPanel1.Size = new System.Drawing.Size(582, 318);
  47. this.tableLayoutPanel1.TabIndex = 1;
  48. //
  49. // lbMessage
  50. //
  51. this.lbMessage.BackColor = System.Drawing.Color.Transparent;
  52. this.lbMessage.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.lbMessage.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.lbMessage.Location = new System.Drawing.Point(3, 0);
  55. this.lbMessage.Name = "lbMessage";
  56. this.lbMessage.Padding = new System.Windows.Forms.Padding(0, 0, 0, 30);
  57. this.lbMessage.Size = new System.Drawing.Size(576, 159);
  58. this.lbMessage.TabIndex = 1;
  59. this.lbMessage.Text = "lbMessage\r\nadsfadsf";
  60. this.lbMessage.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  61. //
  62. // panImage
  63. //
  64. this.panImage.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.panImage.Location = new System.Drawing.Point(3, 162);
  66. this.panImage.Name = "panImage";
  67. this.panImage.Size = new System.Drawing.Size(576, 153);
  68. this.panImage.TabIndex = 2;
  69. //
  70. // FrmProcessing
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.BackColor = System.Drawing.SystemColors.Control;
  75. this.ClientSize = new System.Drawing.Size(582, 318);
  76. this.Controls.Add(this.tableLayoutPanel1);
  77. this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
  78. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  79. this.Name = "FrmProcessing";
  80. this.Opacity = 0.85D;//0.85D
  81. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  82. this.Text = "FrmProcessing";
  83. this.Load += new System.EventHandler(this.FrmProcessing_Load);
  84. this.Shown += new System.EventHandler(this.FrmProcessing_Shown);
  85. this.tableLayoutPanel1.ResumeLayout(false);
  86. this.ResumeLayout(false);
  87. }
  88. #endregion
  89. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  90. private System.Windows.Forms.Label lbMessage;
  91. private System.Windows.Forms.Panel panImage;
  92. }
  93. }