Advertisement
JokerLjnk

vbvcbvcb

May 27th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. namespace xRAT_2.Forms
  2. {
  3. partial class frmUpdate
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  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.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUpdate));
  32. this.btnUpdate = new System.Windows.Forms.Button();
  33. this.txtURL = new System.Windows.Forms.TextBox();
  34. this.lblURL = new System.Windows.Forms.Label();
  35. this.lblInformation = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // btnUpdate
  39. //
  40. this.btnUpdate.Location = new System.Drawing.Point(246, 37);
  41. this.btnUpdate.Name = "btnUpdate";
  42. this.btnUpdate.Size = new System.Drawing.Size(138, 23);
  43. this.btnUpdate.TabIndex = 0;
  44. this.btnUpdate.Text = "Update Clients";
  45. this.btnUpdate.UseVisualStyleBackColor = true;
  46. this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  47. //
  48. // txtURL
  49. //
  50. this.txtURL.Location = new System.Drawing.Point(48, 6);
  51. this.txtURL.Name = "txtURL";
  52. this.txtURL.Size = new System.Drawing.Size(336, 22);
  53. this.txtURL.TabIndex = 1;
  54. //
  55. // lblURL
  56. //
  57. this.lblURL.AutoSize = true;
  58. this.lblURL.Location = new System.Drawing.Point(12, 9);
  59. this.lblURL.Name = "lblURL";
  60. this.lblURL.Size = new System.Drawing.Size(30, 13);
  61. this.lblURL.TabIndex = 2;
  62. this.lblURL.Text = "URL:";
  63. //
  64. // lblInformation
  65. //
  66. this.lblInformation.AutoSize = true;
  67. this.lblInformation.Location = new System.Drawing.Point(12, 37);
  68. this.lblInformation.Name = "lblInformation";
  69. this.lblInformation.Size = new System.Drawing.Size(221, 26);
  70. this.lblInformation.TabIndex = 3;
  71. this.lblInformation.Text = "Please be sure to use the same settings in\r\nyour new client. Check your URL!!!";
  72. //
  73. // frmUpdate
  74. //
  75. this.AcceptButton = this.btnUpdate;
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(396, 72);
  79. this.Controls.Add(this.lblInformation);
  80. this.Controls.Add(this.lblURL);
  81. this.Controls.Add(this.txtURL);
  82. this.Controls.Add(this.btnUpdate);
  83. this.DoubleBuffered = true;
  84. this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  86. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  87. this.MaximizeBox = false;
  88. this.MinimizeBox = false;
  89. this.Name = "frmUpdate";
  90. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  91. this.Text = "Code By JokerLjnk - Update []";
  92. this.Load += new System.EventHandler(this.frmUpdate_Load);
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95.  
  96. }
  97.  
  98. #endregion
  99.  
  100. private System.Windows.Forms.Button btnUpdate;
  101. private System.Windows.Forms.TextBox txtURL;
  102. private System.Windows.Forms.Label lblURL;
  103. private System.Windows.Forms.Label lblInformation;
  104. }
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement