FormProfile.Designer.cs 18 KB

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