1
0

FormRegistration.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace СУБД_Агентство
  2. {
  3. partial class FormRegistration
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Label famLabel;
  30. System.Windows.Forms.Label nameLabel;
  31. System.Windows.Forms.Label loginLabel;
  32. System.Windows.Forms.Label passwordLabel;
  33. this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
  34. this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
  35. this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
  36. this.tableAdapterManager = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager();
  37. this.famTextBox = new System.Windows.Forms.TextBox();
  38. this.nameTextBox = new System.Windows.Forms.TextBox();
  39. this.loginTextBox = new System.Windows.Forms.TextBox();
  40. this.passwordTextBox = new System.Windows.Forms.TextBox();
  41. this.photoPictureBox = new System.Windows.Forms.PictureBox();
  42. this.btnClearPhoto = new System.Windows.Forms.Button();
  43. this.btnLoadPhoto = new System.Windows.Forms.Button();
  44. this.cbxShowPass = new System.Windows.Forms.CheckBox();
  45. this.btnReg = new System.Windows.Forms.Button();
  46. this.btnCancel = new System.Windows.Forms.Button();
  47. this.lblType = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. famLabel = new System.Windows.Forms.Label();
  52. nameLabel = new System.Windows.Forms.Label();
  53. loginLabel = new System.Windows.Forms.Label();
  54. passwordLabel = new System.Windows.Forms.Label();
  55. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.photoPictureBox)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  59. this.panel1.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // famLabel
  63. //
  64. famLabel.AutoSize = true;
  65. famLabel.Location = new System.Drawing.Point(72, 159);
  66. famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  67. famLabel.Name = "famLabel";
  68. famLabel.Size = new System.Drawing.Size(83, 23);
  69. famLabel.TabIndex = 0;
  70. famLabel.Text = "Фамилия:";
  71. //
  72. // nameLabel
  73. //
  74. nameLabel.AutoSize = true;
  75. nameLabel.Location = new System.Drawing.Point(112, 218);
  76. nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  77. nameLabel.Name = "nameLabel";
  78. nameLabel.Size = new System.Drawing.Size(47, 23);
  79. nameLabel.TabIndex = 2;
  80. nameLabel.Text = "Имя:";
  81. //
  82. // loginLabel
  83. //
  84. loginLabel.AutoSize = true;
  85. loginLabel.Location = new System.Drawing.Point(99, 277);
  86. loginLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. loginLabel.Name = "loginLabel";
  88. loginLabel.Size = new System.Drawing.Size(63, 23);
  89. loginLabel.TabIndex = 4;
  90. loginLabel.Text = "Логин:";
  91. //
  92. // passwordLabel
  93. //
  94. passwordLabel.AutoSize = true;
  95. passwordLabel.Location = new System.Drawing.Point(89, 342);
  96. passwordLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. passwordLabel.Name = "passwordLabel";
  98. passwordLabel.Size = new System.Drawing.Size(74, 23);
  99. passwordLabel.TabIndex = 6;
  100. passwordLabel.Text = "Пароль:";
  101. //
  102. // dbAgentstvoDataSet1
  103. //
  104. this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
  105. this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  106. //
  107. // bsUsers
  108. //
  109. this.bsUsers.DataMember = "Users";
  110. this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
  111. //
  112. // usersTableAdapter
  113. //
  114. this.usersTableAdapter.ClearBeforeFill = true;
  115. //
  116. // tableAdapterManager
  117. //
  118. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  119. this.tableAdapterManager.PotrebnostTableAdapter = null;
  120. this.tableAdapterManager.predlozhenieTableAdapter = null;
  121. this.tableAdapterManager.SdelkaTableAdapter = null;
  122. this.tableAdapterManager.UpdateOrder = СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  123. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  124. //
  125. // famTextBox
  126. //
  127. this.famTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));
  128. this.famTextBox.Location = new System.Drawing.Point(170, 153);
  129. this.famTextBox.Margin = new System.Windows.Forms.Padding(4);
  130. this.famTextBox.Name = "famTextBox";
  131. this.famTextBox.Size = new System.Drawing.Size(268, 29);
  132. this.famTextBox.TabIndex = 1;
  133. //
  134. // nameTextBox
  135. //
  136. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "name", true));
  137. this.nameTextBox.Location = new System.Drawing.Point(170, 212);
  138. this.nameTextBox.Margin = new System.Windows.Forms.Padding(4);
  139. this.nameTextBox.Name = "nameTextBox";
  140. this.nameTextBox.Size = new System.Drawing.Size(268, 29);
  141. this.nameTextBox.TabIndex = 3;
  142. //
  143. // loginTextBox
  144. //
  145. this.loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "login", true));
  146. this.loginTextBox.Location = new System.Drawing.Point(170, 271);
  147. this.loginTextBox.Margin = new System.Windows.Forms.Padding(4);
  148. this.loginTextBox.Name = "loginTextBox";
  149. this.loginTextBox.Size = new System.Drawing.Size(268, 29);
  150. this.loginTextBox.TabIndex = 5;
  151. //
  152. // passwordTextBox
  153. //
  154. this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "password", true));
  155. this.passwordTextBox.Location = new System.Drawing.Point(170, 338);
  156. this.passwordTextBox.Margin = new System.Windows.Forms.Padding(4);
  157. this.passwordTextBox.Name = "passwordTextBox";
  158. this.passwordTextBox.Size = new System.Drawing.Size(268, 29);
  159. this.passwordTextBox.TabIndex = 7;
  160. //
  161. // photoPictureBox
  162. //
  163. this.photoPictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bsUsers, "photo", true));
  164. this.photoPictureBox.Location = new System.Drawing.Point(620, 153);
  165. this.photoPictureBox.Margin = new System.Windows.Forms.Padding(4);
  166. this.photoPictureBox.Name = "photoPictureBox";
  167. this.photoPictureBox.Size = new System.Drawing.Size(242, 208);
  168. this.photoPictureBox.TabIndex = 9;
  169. this.photoPictureBox.TabStop = false;
  170. //
  171. // btnClearPhoto
  172. //
  173. this.btnClearPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  174. this.btnClearPhoto.Location = new System.Drawing.Point(755, 379);
  175. this.btnClearPhoto.Margin = new System.Windows.Forms.Padding(4);
  176. this.btnClearPhoto.Name = "btnClearPhoto";
  177. this.btnClearPhoto.Size = new System.Drawing.Size(172, 36);
  178. this.btnClearPhoto.TabIndex = 15;
  179. this.btnClearPhoto.Text = "Очистить фото";
  180. this.btnClearPhoto.UseVisualStyleBackColor = false;
  181. //
  182. // btnLoadPhoto
  183. //
  184. this.btnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  185. this.btnLoadPhoto.Location = new System.Drawing.Point(558, 379);
  186. this.btnLoadPhoto.Margin = new System.Windows.Forms.Padding(4);
  187. this.btnLoadPhoto.Name = "btnLoadPhoto";
  188. this.btnLoadPhoto.Size = new System.Drawing.Size(172, 36);
  189. this.btnLoadPhoto.TabIndex = 14;
  190. this.btnLoadPhoto.Text = "Загрузить фото";
  191. this.btnLoadPhoto.UseVisualStyleBackColor = false;
  192. //
  193. // cbxShowPass
  194. //
  195. this.cbxShowPass.AutoSize = true;
  196. this.cbxShowPass.Location = new System.Drawing.Point(168, 379);
  197. this.cbxShowPass.Margin = new System.Windows.Forms.Padding(4);
  198. this.cbxShowPass.Name = "cbxShowPass";
  199. this.cbxShowPass.Size = new System.Drawing.Size(258, 27);
  200. this.cbxShowPass.TabIndex = 13;
  201. this.cbxShowPass.Text = "Показывать символы пароля";
  202. this.cbxShowPass.UseVisualStyleBackColor = true;
  203. //
  204. // btnReg
  205. //
  206. this.btnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  207. this.btnReg.Location = new System.Drawing.Point(145, 492);
  208. this.btnReg.Margin = new System.Windows.Forms.Padding(4);
  209. this.btnReg.Name = "btnReg";
  210. this.btnReg.Size = new System.Drawing.Size(237, 36);
  211. this.btnReg.TabIndex = 16;
  212. this.btnReg.Text = "Зарегистрировать";
  213. this.btnReg.UseVisualStyleBackColor = false;
  214. this.btnReg.Click += new System.EventHandler(this.btnReg_Click);
  215. //
  216. // btnCancel
  217. //
  218. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  219. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  220. this.btnCancel.Location = new System.Drawing.Point(558, 492);
  221. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  222. this.btnCancel.Name = "btnCancel";
  223. this.btnCancel.Size = new System.Drawing.Size(237, 36);
  224. this.btnCancel.TabIndex = 17;
  225. this.btnCancel.Text = "Отменить регистрацию";
  226. this.btnCancel.UseVisualStyleBackColor = false;
  227. //
  228. // lblType
  229. //
  230. this.lblType.AutoSize = true;
  231. this.lblType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "type", true));
  232. this.lblType.Location = new System.Drawing.Point(117, 610);
  233. this.lblType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  234. this.lblType.Name = "lblType";
  235. this.lblType.Size = new System.Drawing.Size(53, 23);
  236. this.lblType.TabIndex = 18;
  237. this.lblType.Text = "label1";
  238. //
  239. // label4
  240. //
  241. this.label4.AutoSize = true;
  242. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
  243. this.label4.Location = new System.Drawing.Point(138, 39);
  244. this.label4.Name = "label4";
  245. this.label4.Size = new System.Drawing.Size(477, 39);
  246. this.label4.TabIndex = 1;
  247. this.label4.Text = "Регистрация нового пользователя";
  248. //
  249. // pictureBox1
  250. //
  251. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  252. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  253. this.pictureBox1.Location = new System.Drawing.Point(786, 0);
  254. this.pictureBox1.Name = "pictureBox1";
  255. this.pictureBox1.Size = new System.Drawing.Size(172, 119);
  256. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  257. this.pictureBox1.TabIndex = 0;
  258. this.pictureBox1.TabStop = false;
  259. //
  260. // panel1
  261. //
  262. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  263. this.panel1.Controls.Add(this.label4);
  264. this.panel1.Controls.Add(this.pictureBox1);
  265. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  266. this.panel1.Location = new System.Drawing.Point(0, 0);
  267. this.panel1.Name = "panel1";
  268. this.panel1.Size = new System.Drawing.Size(958, 119);
  269. this.panel1.TabIndex = 19;
  270. //
  271. // FormRegistration
  272. //
  273. this.AcceptButton = this.btnReg;
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  276. this.BackColor = System.Drawing.Color.White;
  277. this.CancelButton = this.btnCancel;
  278. this.ClientSize = new System.Drawing.Size(958, 580);
  279. this.Controls.Add(this.panel1);
  280. this.Controls.Add(this.lblType);
  281. this.Controls.Add(this.btnCancel);
  282. this.Controls.Add(this.btnReg);
  283. this.Controls.Add(this.btnClearPhoto);
  284. this.Controls.Add(this.btnLoadPhoto);
  285. this.Controls.Add(this.cbxShowPass);
  286. this.Controls.Add(this.photoPictureBox);
  287. this.Controls.Add(passwordLabel);
  288. this.Controls.Add(this.passwordTextBox);
  289. this.Controls.Add(loginLabel);
  290. this.Controls.Add(this.loginTextBox);
  291. this.Controls.Add(nameLabel);
  292. this.Controls.Add(this.nameTextBox);
  293. this.Controls.Add(famLabel);
  294. this.Controls.Add(this.famTextBox);
  295. this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
  296. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  297. this.Margin = new System.Windows.Forms.Padding(4);
  298. this.MaximizeBox = false;
  299. this.MinimizeBox = false;
  300. this.Name = "FormRegistration";
  301. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  302. this.Text = "СУБД \"Агентство недвижимости\"";
  303. this.Load += new System.EventHandler(this.FormRegistration_Load);
  304. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.photoPictureBox)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  308. this.panel1.ResumeLayout(false);
  309. this.panel1.PerformLayout();
  310. this.ResumeLayout(false);
  311. this.PerformLayout();
  312. }
  313. #endregion
  314. private DBAgentstvoDataSet dbAgentstvoDataSet1;
  315. private System.Windows.Forms.BindingSource bsUsers;
  316. private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  317. private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  318. private System.Windows.Forms.TextBox famTextBox;
  319. private System.Windows.Forms.TextBox nameTextBox;
  320. private System.Windows.Forms.TextBox loginTextBox;
  321. private System.Windows.Forms.TextBox passwordTextBox;
  322. private System.Windows.Forms.PictureBox photoPictureBox;
  323. private System.Windows.Forms.Button btnClearPhoto;
  324. private System.Windows.Forms.Button btnLoadPhoto;
  325. private System.Windows.Forms.CheckBox cbxShowPass;
  326. private System.Windows.Forms.Button btnReg;
  327. private System.Windows.Forms.Button btnCancel;
  328. private System.Windows.Forms.Label lblType;
  329. private System.Windows.Forms.Label label4;
  330. private System.Windows.Forms.PictureBox pictureBox1;
  331. private System.Windows.Forms.Panel panel1;
  332. }
  333. }