WaitWindow.Designer.cs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 
  2. namespace DGPosPay.Window
  3. {
  4. partial class WaitWindow
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.Font = new System.Drawing.Font("华文中宋", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  38. this.label1.Location = new System.Drawing.Point(6, 80);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(434, 43);
  41. this.label1.TabIndex = 0;
  42. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  43. //
  44. // label2
  45. //
  46. this.label2.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.label2.Location = new System.Drawing.Point(143, 133);
  48. this.label2.Name = "label2";
  49. this.label2.Size = new System.Drawing.Size(153, 75);
  50. this.label2.TabIndex = 1;
  51. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  52. //
  53. // label3
  54. //
  55. this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.label3.ForeColor = System.Drawing.Color.Red;
  57. this.label3.Location = new System.Drawing.Point(42, 9);
  58. this.label3.Name = "label3";
  59. this.label3.Size = new System.Drawing.Size(398, 71);
  60. this.label3.TabIndex = 2;
  61. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  62. //
  63. // WaitWindow
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(452, 236);
  68. this.Controls.Add(this.label3);
  69. this.Controls.Add(this.label2);
  70. this.Controls.Add(this.label1);
  71. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  72. this.MaximizeBox = false;
  73. this.MinimizeBox = false;
  74. this.Name = "WaitWindow";
  75. this.Text = "请操作POS.......";
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. private System.Windows.Forms.Label label1;
  80. private System.Windows.Forms.Label label2;
  81. private System.Windows.Forms.Label label3;
  82. }
  83. }