Form1.Designer.cs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 
  2. namespace IMCS.DefaultList.NewFolder1
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  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. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.Location = new System.Drawing.Point(617, 58);
  36. this.button1.Name = "button1";
  37. this.button1.Size = new System.Drawing.Size(75, 23);
  38. this.button1.TabIndex = 0;
  39. this.button1.Text = "button1";
  40. this.button1.UseVisualStyleBackColor = true;
  41. this.button1.Click += new System.EventHandler(this.button1_Click);
  42. //
  43. // richTextBox1
  44. //
  45. this.richTextBox1.Location = new System.Drawing.Point(38, 162);
  46. this.richTextBox1.Name = "richTextBox1";
  47. this.richTextBox1.Size = new System.Drawing.Size(799, 336);
  48. this.richTextBox1.TabIndex = 1;
  49. this.richTextBox1.Text = "";
  50. //
  51. // Form1
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(859, 510);
  56. this.Controls.Add(this.richTextBox1);
  57. this.Controls.Add(this.button1);
  58. this.Name = "Form1";
  59. this.Text = "Form1";
  60. this.ResumeLayout(false);
  61. }
  62. #endregion
  63. private System.Windows.Forms.Button button1;
  64. private System.Windows.Forms.RichTextBox richTextBox1;
  65. }
  66. }