Form2.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. 
  2. namespace Salon8
  3. {
  4. partial class Form2
  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.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.radioButton1 = new System.Windows.Forms.RadioButton();
  34. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  35. this.textBox1 = new System.Windows.Forms.TextBox();
  36. this.treeView1 = new System.Windows.Forms.TreeView();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // pictureBox1
  42. //
  43. this.pictureBox1.Location = new System.Drawing.Point(-1, 91);
  44. this.pictureBox1.Name = "pictureBox1";
  45. this.pictureBox1.Size = new System.Drawing.Size(804, 362);
  46. this.pictureBox1.TabIndex = 0;
  47. this.pictureBox1.TabStop = false;
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Location = new System.Drawing.Point(28, 192);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(35, 13);
  55. this.label1.TabIndex = 1;
  56. this.label1.Text = "label1";
  57. //
  58. // button1
  59. //
  60. this.button1.Location = new System.Drawing.Point(723, 189);
  61. this.button1.Name = "button1";
  62. this.button1.Size = new System.Drawing.Size(75, 23);
  63. this.button1.TabIndex = 2;
  64. this.button1.Text = "button1";
  65. this.button1.UseVisualStyleBackColor = true;
  66. //
  67. // button2
  68. //
  69. this.button2.Location = new System.Drawing.Point(676, 190);
  70. this.button2.Name = "button2";
  71. this.button2.Size = new System.Drawing.Size(75, 23);
  72. this.button2.TabIndex = 3;
  73. this.button2.Text = "button2";
  74. this.button2.UseVisualStyleBackColor = true;
  75. //
  76. // radioButton1
  77. //
  78. this.radioButton1.AutoSize = true;
  79. this.radioButton1.Location = new System.Drawing.Point(699, 193);
  80. this.radioButton1.Name = "radioButton1";
  81. this.radioButton1.Size = new System.Drawing.Size(85, 17);
  82. this.radioButton1.TabIndex = 4;
  83. this.radioButton1.TabStop = true;
  84. this.radioButton1.Text = "radioButton1";
  85. this.radioButton1.UseVisualStyleBackColor = true;
  86. //
  87. // richTextBox1
  88. //
  89. this.richTextBox1.Location = new System.Drawing.Point(0, 94);
  90. this.richTextBox1.Name = "richTextBox1";
  91. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  92. this.richTextBox1.TabIndex = 5;
  93. this.richTextBox1.Text = "";
  94. //
  95. // textBox1
  96. //
  97. this.textBox1.Location = new System.Drawing.Point(0, 188);
  98. this.textBox1.Name = "textBox1";
  99. this.textBox1.Size = new System.Drawing.Size(100, 20);
  100. this.textBox1.TabIndex = 6;
  101. //
  102. // treeView1
  103. //
  104. this.treeView1.Location = new System.Drawing.Point(677, 92);
  105. this.treeView1.Name = "treeView1";
  106. this.treeView1.Size = new System.Drawing.Size(121, 97);
  107. this.treeView1.TabIndex = 7;
  108. //
  109. // panel1
  110. //
  111. this.panel1.Location = new System.Drawing.Point(-1, 1);
  112. this.panel1.Name = "panel1";
  113. this.panel1.Size = new System.Drawing.Size(801, 91);
  114. this.panel1.TabIndex = 8;
  115. //
  116. // Form2
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.ClientSize = new System.Drawing.Size(800, 450);
  121. this.Controls.Add(this.panel1);
  122. this.Controls.Add(this.treeView1);
  123. this.Controls.Add(this.textBox1);
  124. this.Controls.Add(this.richTextBox1);
  125. this.Controls.Add(this.radioButton1);
  126. this.Controls.Add(this.button2);
  127. this.Controls.Add(this.button1);
  128. this.Controls.Add(this.label1);
  129. this.Controls.Add(this.pictureBox1);
  130. this.Name = "Form2";
  131. this.Text = "Form2";
  132. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  133. this.ResumeLayout(false);
  134. this.PerformLayout();
  135. }
  136. #endregion
  137. private System.Windows.Forms.PictureBox pictureBox1;
  138. private System.Windows.Forms.Label label1;
  139. private System.Windows.Forms.Button button1;
  140. private System.Windows.Forms.Button button2;
  141. private System.Windows.Forms.RadioButton radioButton1;
  142. private System.Windows.Forms.RichTextBox richTextBox1;
  143. private System.Windows.Forms.TextBox textBox1;
  144. private System.Windows.Forms.TreeView treeView1;
  145. private System.Windows.Forms.Panel panel1;
  146. }
  147. }