洛阳公积金升级后需使用的坐席客户端,从4.1版本衍生而来,因使用的web框架不一样需单独版本应对

AboutForm.Designer.cs 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace HySoft.Lecall.SeatFrame
  2. {
  3. partial class AboutForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.btnOK = new HySoft.HYSoftControl.HYButtonEx.ButtonEx();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // pictureBox1
  38. //
  39. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  40. this.pictureBox1.Location = new System.Drawing.Point(20, 38);
  41. this.pictureBox1.Name = "pictureBox1";
  42. this.pictureBox1.Size = new System.Drawing.Size(67, 63);
  43. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  44. this.pictureBox1.TabIndex = 0;
  45. this.pictureBox1.TabStop = false;
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Location = new System.Drawing.Point(113, 51);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(101, 12);
  53. this.label1.TabIndex = 1;
  54. this.label1.Text = "呼叫中心坐席框架";
  55. //
  56. // label2
  57. //
  58. this.label2.AutoSize = true;
  59. this.label2.Location = new System.Drawing.Point(113, 89);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(155, 12);
  62. this.label2.TabIndex = 1;
  63. this.label2.Text = "Copyright © 加一信息 2019";
  64. //
  65. // label3
  66. //
  67. this.label3.AutoSize = true;
  68. this.label3.Location = new System.Drawing.Point(113, 71);
  69. this.label3.Name = "label3";
  70. this.label3.Size = new System.Drawing.Size(59, 12);
  71. this.label3.TabIndex = 1;
  72. this.label3.Text = "版本 V4.2";
  73. //
  74. // btnOK
  75. //
  76. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  77. this.btnOK.Location = new System.Drawing.Point(277, 125);
  78. this.btnOK.Name = "btnOK";
  79. this.btnOK.RoundStyle = HySoft.HYSoftControl.HYButtonEx.RoundStyle.None;
  80. this.btnOK.Size = new System.Drawing.Size(60, 23);
  81. this.btnOK.TabIndex = 26;
  82. this.btnOK.Text = "确定";
  83. this.btnOK.UseVisualStyleBackColor = true;
  84. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  85. //
  86. // AboutForm
  87. //
  88. this.AcceptButton = this.btnOK;
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.CancelButton = this.btnOK;
  92. this.ClientSize = new System.Drawing.Size(360, 165);
  93. this.Controls.Add(this.btnOK);
  94. this.Controls.Add(this.label2);
  95. this.Controls.Add(this.label3);
  96. this.Controls.Add(this.label1);
  97. this.Controls.Add(this.pictureBox1);
  98. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  99. this.MaximizeBox = false;
  100. this.MinimizeBox = false;
  101. this.Name = "AboutForm";
  102. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  103. this.Text = "关于";
  104. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private System.Windows.Forms.PictureBox pictureBox1;
  110. private System.Windows.Forms.Label label1;
  111. private System.Windows.Forms.Label label2;
  112. private System.Windows.Forms.Label label3;
  113. private HYSoftControl.HYButtonEx.ButtonEx btnOK;
  114. }
  115. }