FormInfo.Designer.cs 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 
  2. namespace ZLPlugin_LisPacs_MR
  3. {
  4. partial class FormInfo
  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.SuspendLayout();
  31. //
  32. // label1
  33. //
  34. this.label1.AutoSize = true;
  35. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  36. this.label1.Location = new System.Drawing.Point(26, 20);
  37. this.label1.Name = "label1";
  38. this.label1.Size = new System.Drawing.Size(339, 20);
  39. this.label1.TabIndex = 0;
  40. this.label1.Text = "互认平台返回消息中,请耐心等待...";
  41. //
  42. // FormInfo
  43. //
  44. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  45. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  46. this.ClientSize = new System.Drawing.Size(438, 69);
  47. this.ControlBox = false;
  48. this.Controls.Add(this.label1);
  49. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  50. this.Name = "FormInfo";
  51. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  52. this.Text = "中联软件";
  53. this.ResumeLayout(false);
  54. this.PerformLayout();
  55. }
  56. #endregion
  57. private System.Windows.Forms.Label label1;
  58. }
  59. }