F_SYS_0103.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace Dongke.IBOSS.PRD.Client.Public
  2. {
  3. partial class F_SYS_0103
  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(F_SYS_0103));
  29. this.lblInfo = new System.Windows.Forms.Label();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.txtUpgradeInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.lblThanks = new System.Windows.Forms.Label();
  33. this.btnNext = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // lblInfo
  39. //
  40. this.lblInfo.AutoSize = true;
  41. this.lblInfo.BackColor = System.Drawing.Color.Transparent;
  42. this.lblInfo.Location = new System.Drawing.Point(12, 9);
  43. this.lblInfo.Name = "lblInfo";
  44. this.lblInfo.Size = new System.Drawing.Size(101, 12);
  45. this.lblInfo.TabIndex = 58;
  46. this.lblInfo.Text = "更新版本信息提示";
  47. //
  48. // pictureBox1
  49. //
  50. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  51. this.pictureBox1.Location = new System.Drawing.Point(3, 33);
  52. this.pictureBox1.Name = "pictureBox1";
  53. this.pictureBox1.Size = new System.Drawing.Size(96, 240);
  54. this.pictureBox1.TabIndex = 61;
  55. this.pictureBox1.TabStop = false;
  56. //
  57. // txtUpgradeInfo
  58. //
  59. this.txtUpgradeInfo.BackColor = System.Drawing.SystemColors.Control;
  60. this.txtUpgradeInfo.BackgroundColor = System.Drawing.SystemColors.Window;
  61. this.txtUpgradeInfo.ErrorMessage = "";
  62. this.txtUpgradeInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.txtUpgradeInfo.Location = new System.Drawing.Point(105, 33);
  64. this.txtUpgradeInfo.Multiline = true;
  65. this.txtUpgradeInfo.Name = "txtUpgradeInfo";
  66. this.txtUpgradeInfo.ReadOnly = true;
  67. this.txtUpgradeInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  68. this.txtUpgradeInfo.Size = new System.Drawing.Size(347, 240);
  69. this.txtUpgradeInfo.TabIndex = 1;
  70. //
  71. // lblThanks
  72. //
  73. this.lblThanks.AutoSize = true;
  74. this.lblThanks.BackColor = System.Drawing.Color.Transparent;
  75. this.lblThanks.ForeColor = System.Drawing.Color.Blue;
  76. this.lblThanks.Location = new System.Drawing.Point(1, 289);
  77. this.lblThanks.Name = "lblThanks";
  78. this.lblThanks.Size = new System.Drawing.Size(263, 12);
  79. this.lblThanks.TabIndex = 63;
  80. this.lblThanks.Text = "注:自动更新与网络及电脑配置有关,请耐心等待";
  81. //
  82. // btnNext
  83. //
  84. this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.btnNext.BackColor = System.Drawing.Color.Transparent;
  86. this.btnNext.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNext.BackgroundImage")));
  87. this.btnNext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.btnNext.ForeColor = System.Drawing.Color.White;
  89. this.btnNext.Location = new System.Drawing.Point(276, 280);
  90. this.btnNext.Name = "btnNext";
  91. this.btnNext.Size = new System.Drawing.Size(85, 30);
  92. this.btnNext.TabIndex = 60;
  93. this.btnNext.Text = "下一步";
  94. this.btnNext.UseVisualStyleBackColor = true;
  95. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  96. //
  97. // btnClose
  98. //
  99. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  100. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  101. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  102. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btnClose.ForeColor = System.Drawing.Color.White;
  104. this.btnClose.Location = new System.Drawing.Point(367, 280);
  105. this.btnClose.Name = "btnClose";
  106. this.btnClose.Size = new System.Drawing.Size(85, 30);
  107. this.btnClose.TabIndex = 59;
  108. this.btnClose.Text = "关闭";
  109. this.btnClose.UseVisualStyleBackColor = true;
  110. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  111. //
  112. // F_SYS_0103
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(464, 335);
  117. this.Controls.Add(this.btnClose);
  118. this.Controls.Add(this.btnNext);
  119. this.Controls.Add(this.lblThanks);
  120. this.Controls.Add(this.txtUpgradeInfo);
  121. this.Controls.Add(this.pictureBox1);
  122. this.Controls.Add(this.lblInfo);
  123. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  124. this.IsSaveFormSize = false;
  125. this.MaximizeBox = false;
  126. this.MinimizeBox = false;
  127. this.Name = "F_SYS_0103";
  128. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  129. this.StatusSizingGrip = false;
  130. this.Text = "自动更新";
  131. this.TopMost = true;
  132. this.Controls.SetChildIndex(this.lblInfo, 0);
  133. this.Controls.SetChildIndex(this.pictureBox1, 0);
  134. this.Controls.SetChildIndex(this.txtUpgradeInfo, 0);
  135. this.Controls.SetChildIndex(this.lblThanks, 0);
  136. this.Controls.SetChildIndex(this.btnNext, 0);
  137. this.Controls.SetChildIndex(this.btnClose, 0);
  138. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private System.Windows.Forms.Label lblInfo;
  144. private System.Windows.Forms.PictureBox pictureBox1;
  145. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUpgradeInfo;
  146. private System.Windows.Forms.Label lblThanks;
  147. private Basics.BaseControls.C_Button btnNext;
  148. private Basics.BaseControls.C_Button btnClose;
  149. }
  150. }