1
0

FormDataRielter.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. namespace СУБД_Агентство
  2. {
  3. partial class FormDataRielter
  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. this.tbxMaxKlient = new System.Windows.Forms.TextBox();
  29. this.tbxProcPredl = new System.Windows.Forms.TextBox();
  30. this.tbxProcPotreb = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.btnSave = new System.Windows.Forms.Button();
  35. this.btnCancel = new System.Windows.Forms.Button();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.panel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // tbxMaxKlient
  44. //
  45. this.tbxMaxKlient.Location = new System.Drawing.Point(202, 199);
  46. this.tbxMaxKlient.Margin = new System.Windows.Forms.Padding(4);
  47. this.tbxMaxKlient.Name = "tbxMaxKlient";
  48. this.tbxMaxKlient.Size = new System.Drawing.Size(148, 29);
  49. this.tbxMaxKlient.TabIndex = 0;
  50. this.tbxMaxKlient.Text = "5";
  51. //
  52. // tbxProcPredl
  53. //
  54. this.tbxProcPredl.Location = new System.Drawing.Point(202, 299);
  55. this.tbxProcPredl.Margin = new System.Windows.Forms.Padding(4);
  56. this.tbxProcPredl.Name = "tbxProcPredl";
  57. this.tbxProcPredl.Size = new System.Drawing.Size(148, 29);
  58. this.tbxProcPredl.TabIndex = 1;
  59. this.tbxProcPredl.Text = "5";
  60. //
  61. // tbxProcPotreb
  62. //
  63. this.tbxProcPotreb.Location = new System.Drawing.Point(202, 393);
  64. this.tbxProcPotreb.Margin = new System.Windows.Forms.Padding(4);
  65. this.tbxProcPotreb.Name = "tbxProcPotreb";
  66. this.tbxProcPotreb.Size = new System.Drawing.Size(148, 29);
  67. this.tbxProcPotreb.TabIndex = 2;
  68. this.tbxProcPotreb.Text = "5";
  69. //
  70. // label1
  71. //
  72. this.label1.Location = new System.Drawing.Point(119, 144);
  73. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(360, 49);
  76. this.label1.TabIndex = 3;
  77. this.label1.Text = "Максимальное количество клиентов, которое может обслуживать один риелтор одноврем" +
  78. "енно";
  79. //
  80. // label2
  81. //
  82. this.label2.Location = new System.Drawing.Point(119, 242);
  83. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(266, 52);
  86. this.label2.TabIndex = 4;
  87. this.label2.Text = "Процент от сделки риелтору клиента с предложением";
  88. //
  89. // label3
  90. //
  91. this.label3.Location = new System.Drawing.Point(119, 349);
  92. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(292, 41);
  95. this.label3.TabIndex = 5;
  96. this.label3.Text = "Процент от сделки риелтору клиента с потребностью";
  97. //
  98. // btnSave
  99. //
  100. this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  101. this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
  102. this.btnSave.Location = new System.Drawing.Point(119, 469);
  103. this.btnSave.Margin = new System.Windows.Forms.Padding(4);
  104. this.btnSave.Name = "btnSave";
  105. this.btnSave.Size = new System.Drawing.Size(112, 36);
  106. this.btnSave.TabIndex = 6;
  107. this.btnSave.Text = "Сохранить";
  108. this.btnSave.UseVisualStyleBackColor = false;
  109. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  110. //
  111. // btnCancel
  112. //
  113. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  114. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  115. this.btnCancel.Location = new System.Drawing.Point(331, 469);
  116. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  117. this.btnCancel.Name = "btnCancel";
  118. this.btnCancel.Size = new System.Drawing.Size(112, 36);
  119. this.btnCancel.TabIndex = 7;
  120. this.btnCancel.Text = "Отменить";
  121. this.btnCancel.UseVisualStyleBackColor = false;
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
  127. this.label4.Location = new System.Drawing.Point(14, 32);
  128. this.label4.Name = "label4";
  129. this.label4.Size = new System.Drawing.Size(327, 39);
  130. this.label4.TabIndex = 1;
  131. this.label4.Text = "Данные для риелтеров";
  132. //
  133. // pictureBox1
  134. //
  135. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  136. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  137. this.pictureBox1.Location = new System.Drawing.Point(370, 0);
  138. this.pictureBox1.Name = "pictureBox1";
  139. this.pictureBox1.Size = new System.Drawing.Size(172, 119);
  140. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  141. this.pictureBox1.TabIndex = 0;
  142. this.pictureBox1.TabStop = false;
  143. //
  144. // panel1
  145. //
  146. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  147. this.panel1.Controls.Add(this.label4);
  148. this.panel1.Controls.Add(this.pictureBox1);
  149. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  150. this.panel1.Location = new System.Drawing.Point(0, 0);
  151. this.panel1.Name = "panel1";
  152. this.panel1.Size = new System.Drawing.Size(542, 119);
  153. this.panel1.TabIndex = 10;
  154. //
  155. // FormDataRielter
  156. //
  157. this.AcceptButton = this.btnSave;
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.BackColor = System.Drawing.Color.White;
  161. this.CancelButton = this.btnCancel;
  162. this.ClientSize = new System.Drawing.Size(542, 528);
  163. this.Controls.Add(this.panel1);
  164. this.Controls.Add(this.btnCancel);
  165. this.Controls.Add(this.btnSave);
  166. this.Controls.Add(this.label3);
  167. this.Controls.Add(this.label2);
  168. this.Controls.Add(this.label1);
  169. this.Controls.Add(this.tbxProcPotreb);
  170. this.Controls.Add(this.tbxProcPredl);
  171. this.Controls.Add(this.tbxMaxKlient);
  172. this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
  173. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  174. this.Margin = new System.Windows.Forms.Padding(4);
  175. this.MaximizeBox = false;
  176. this.MinimizeBox = false;
  177. this.Name = "FormDataRielter";
  178. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  179. this.Text = "СУБД \"Агентство недвижимости\"";
  180. this.Load += new System.EventHandler(this.FormDataRielter_Load);
  181. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  182. this.panel1.ResumeLayout(false);
  183. this.panel1.PerformLayout();
  184. this.ResumeLayout(false);
  185. this.PerformLayout();
  186. }
  187. #endregion
  188. private System.Windows.Forms.TextBox tbxMaxKlient;
  189. private System.Windows.Forms.TextBox tbxProcPredl;
  190. private System.Windows.Forms.TextBox tbxProcPotreb;
  191. private System.Windows.Forms.Label label1;
  192. private System.Windows.Forms.Label label2;
  193. private System.Windows.Forms.Label label3;
  194. private System.Windows.Forms.Button btnSave;
  195. private System.Windows.Forms.Button btnCancel;
  196. private System.Windows.Forms.Label label4;
  197. private System.Windows.Forms.PictureBox pictureBox1;
  198. private System.Windows.Forms.Panel panel1;
  199. }
  200. }