Techblox Mod Manager / Launcher
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
5.6KB

  1. namespace TBMM
  2. {
  3. partial class CustomMessageBox
  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(CustomMessageBox));
  29. this.content = new System.Windows.Forms.Label();
  30. this.yesbtn = new System.Windows.Forms.Button();
  31. this.nobtn = new System.Windows.Forms.Button();
  32. this.applyToAll = new System.Windows.Forms.CheckBox();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // content
  38. //
  39. this.content.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  40. | System.Windows.Forms.AnchorStyles.Left)
  41. | System.Windows.Forms.AnchorStyles.Right)));
  42. this.content.Location = new System.Drawing.Point(12, 13);
  43. this.content.Name = "content";
  44. this.content.Size = new System.Drawing.Size(367, 55);
  45. this.content.TabIndex = 0;
  46. this.content.Text = "Text";
  47. //
  48. // yesbtn
  49. //
  50. this.yesbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  51. this.yesbtn.Location = new System.Drawing.Point(216, 106);
  52. this.yesbtn.Name = "yesbtn";
  53. this.yesbtn.Size = new System.Drawing.Size(75, 23);
  54. this.yesbtn.TabIndex = 1;
  55. this.yesbtn.Text = "Yes";
  56. this.yesbtn.UseVisualStyleBackColor = true;
  57. //
  58. // nobtn
  59. //
  60. this.nobtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  61. this.nobtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  62. this.nobtn.Location = new System.Drawing.Point(297, 106);
  63. this.nobtn.Name = "nobtn";
  64. this.nobtn.Size = new System.Drawing.Size(75, 23);
  65. this.nobtn.TabIndex = 2;
  66. this.nobtn.Text = "No";
  67. this.nobtn.UseVisualStyleBackColor = true;
  68. //
  69. // applyToAll
  70. //
  71. this.applyToAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  72. this.applyToAll.AutoSize = true;
  73. this.applyToAll.Location = new System.Drawing.Point(12, 83);
  74. this.applyToAll.Name = "applyToAll";
  75. this.applyToAll.Size = new System.Drawing.Size(77, 17);
  76. this.applyToAll.TabIndex = 4;
  77. this.applyToAll.Text = "Apply to all";
  78. this.applyToAll.UseVisualStyleBackColor = true;
  79. //
  80. // panel1
  81. //
  82. this.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  83. this.panel1.Controls.Add(this.content);
  84. this.panel1.Location = new System.Drawing.Point(1, 0);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(382, 80);
  87. this.panel1.TabIndex = 5;
  88. //
  89. // CustomMessageBox
  90. //
  91. this.AcceptButton = this.yesbtn;
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.BackColor = System.Drawing.SystemColors.ControlLight;
  95. this.ClientSize = new System.Drawing.Size(384, 141);
  96. this.ControlBox = false;
  97. this.Controls.Add(this.panel1);
  98. this.Controls.Add(this.applyToAll);
  99. this.Controls.Add(this.nobtn);
  100. this.Controls.Add(this.yesbtn);
  101. this.ForeColor = System.Drawing.SystemColors.ControlText;
  102. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  103. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  104. this.MaximizeBox = false;
  105. this.MinimizeBox = false;
  106. this.Name = "CustomMessageBox";
  107. this.ShowIcon = false;
  108. this.ShowInTaskbar = false;
  109. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  110. this.panel1.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. this.PerformLayout();
  113. }
  114. #endregion
  115. private System.Windows.Forms.Label content;
  116. private System.Windows.Forms.Button yesbtn;
  117. private System.Windows.Forms.Button nobtn;
  118. private System.Windows.Forms.CheckBox applyToAll;
  119. private System.Windows.Forms.Panel panel1;
  120. }
  121. }