F_SYS_0103.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace Dongke.IBOSS.PRD.Client
  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.ErrorMessage = null;
  60. this.txtUpgradeInfo.FixCharsPattern = null;
  61. this.txtUpgradeInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.txtUpgradeInfo.HasError = false;
  63. this.txtUpgradeInfo.IsMustInput = false;
  64. this.txtUpgradeInfo.Location = new System.Drawing.Point(105, 33);
  65. this.txtUpgradeInfo.MinLength = 0;
  66. this.txtUpgradeInfo.Multiline = true;
  67. this.txtUpgradeInfo.Name = "txtUpgradeInfo";
  68. this.txtUpgradeInfo.ReadOnly = true;
  69. this.txtUpgradeInfo.RejectCharsPattern = null;
  70. this.txtUpgradeInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  71. this.txtUpgradeInfo.Size = new System.Drawing.Size(347, 240);
  72. this.txtUpgradeInfo.TabIndex = 1;
  73. this.txtUpgradeInfo.TextFormat = null;
  74. this.txtUpgradeInfo.TextValue = null;
  75. //
  76. // lblThanks
  77. //
  78. this.lblThanks.AutoSize = true;
  79. this.lblThanks.BackColor = System.Drawing.Color.Transparent;
  80. this.lblThanks.ForeColor = System.Drawing.Color.Blue;
  81. this.lblThanks.Location = new System.Drawing.Point(1, 289);
  82. this.lblThanks.Name = "lblThanks";
  83. this.lblThanks.Size = new System.Drawing.Size(263, 12);
  84. this.lblThanks.TabIndex = 63;
  85. this.lblThanks.Text = "注:自动更新与网络及电脑配置有关,请耐心等待";
  86. //
  87. // btnNext
  88. //
  89. this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnNext.BackColor = System.Drawing.Color.Transparent;
  91. this.btnNext.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNext.BackgroundImage")));
  92. this.btnNext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.btnNext.ForeColor = System.Drawing.Color.White;
  94. this.btnNext.Location = new System.Drawing.Point(276, 280);
  95. this.btnNext.Name = "btnNext";
  96. this.btnNext.Size = new System.Drawing.Size(85, 30);
  97. this.btnNext.TabIndex = 60;
  98. this.btnNext.Text = "下一步";
  99. this.btnNext.UseVisualStyleBackColor = true;
  100. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  101. //
  102. // btnClose
  103. //
  104. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  105. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  106. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  107. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.btnClose.ForeColor = System.Drawing.Color.White;
  109. this.btnClose.Location = new System.Drawing.Point(367, 280);
  110. this.btnClose.Name = "btnClose";
  111. this.btnClose.Size = new System.Drawing.Size(85, 30);
  112. this.btnClose.TabIndex = 59;
  113. this.btnClose.Text = "关闭";
  114. this.btnClose.UseVisualStyleBackColor = true;
  115. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  116. //
  117. // F_SYS_0103
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.ClientSize = new System.Drawing.Size(464, 335);
  122. this.Controls.Add(this.btnClose);
  123. this.Controls.Add(this.btnNext);
  124. this.Controls.Add(this.lblThanks);
  125. this.Controls.Add(this.txtUpgradeInfo);
  126. this.Controls.Add(this.pictureBox1);
  127. this.Controls.Add(this.lblInfo);
  128. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  129. this.IsSaveFormSize = false;
  130. this.MaximizeBox = false;
  131. this.MinimizeBox = false;
  132. this.Name = "F_SYS_0103";
  133. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  134. this.StatusSizingGrip = false;
  135. this.Text = "自动更新";
  136. this.Controls.SetChildIndex(this.lblInfo, 0);
  137. this.Controls.SetChildIndex(this.pictureBox1, 0);
  138. this.Controls.SetChildIndex(this.txtUpgradeInfo, 0);
  139. this.Controls.SetChildIndex(this.lblThanks, 0);
  140. this.Controls.SetChildIndex(this.btnNext, 0);
  141. this.Controls.SetChildIndex(this.btnClose, 0);
  142. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private System.Windows.Forms.Label lblInfo;
  148. private System.Windows.Forms.PictureBox pictureBox1;
  149. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtUpgradeInfo;
  150. private System.Windows.Forms.Label lblThanks;
  151. private Basics.BaseControls.C_Button btnNext;
  152. private Basics.BaseControls.C_Button btnClose;
  153. }
  154. }