AddUsers.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace Digital_World_08
  2. {
  3. partial class AddUsers
  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 usernameLabel;
  30. System.Windows.Forms.Label passwordLabel;
  31. System.Windows.Forms.Label roleLabel;
  32. System.Windows.Forms.Label idLabel;
  33. this.digital_world_8DataSet1 = new Digital_World_08.digital_world_8DataSet1();
  34. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.usersTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.UsersTableAdapter();
  36. this.tableAdapterManager = new Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager();
  37. this.roleTableAdapter = new Digital_World_08.digital_world_8DataSet1TableAdapters.RoleTableAdapter();
  38. this.usernameTextBox = new System.Windows.Forms.TextBox();
  39. this.passwordTextBox = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.idTextBox = new System.Windows.Forms.TextBox();
  44. this.roleTextBox = new System.Windows.Forms.TextBox();
  45. this.button2 = new System.Windows.Forms.Button();
  46. usernameLabel = new System.Windows.Forms.Label();
  47. passwordLabel = new System.Windows.Forms.Label();
  48. roleLabel = new System.Windows.Forms.Label();
  49. idLabel = new System.Windows.Forms.Label();
  50. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // usernameLabel
  56. //
  57. usernameLabel.AutoSize = true;
  58. usernameLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  59. usernameLabel.Location = new System.Drawing.Point(72, 164);
  60. usernameLabel.Name = "usernameLabel";
  61. usernameLabel.Size = new System.Drawing.Size(61, 21);
  62. usernameLabel.TabIndex = 1;
  63. usernameLabel.Text = "Логин";
  64. //
  65. // passwordLabel
  66. //
  67. passwordLabel.AutoSize = true;
  68. passwordLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. passwordLabel.Location = new System.Drawing.Point(64, 223);
  70. passwordLabel.Name = "passwordLabel";
  71. passwordLabel.Size = new System.Drawing.Size(69, 21);
  72. passwordLabel.TabIndex = 2;
  73. passwordLabel.Text = "Пароль";
  74. //
  75. // roleLabel
  76. //
  77. roleLabel.AutoSize = true;
  78. roleLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. roleLabel.Location = new System.Drawing.Point(84, 282);
  80. roleLabel.Name = "roleLabel";
  81. roleLabel.Size = new System.Drawing.Size(49, 21);
  82. roleLabel.TabIndex = 4;
  83. roleLabel.Text = "Роль";
  84. //
  85. // idLabel
  86. //
  87. idLabel.AutoSize = true;
  88. idLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. idLabel.Location = new System.Drawing.Point(64, 101);
  90. idLabel.Name = "idLabel";
  91. idLabel.Size = new System.Drawing.Size(248, 21);
  92. idLabel.TabIndex = 8;
  93. idLabel.Text = "Идентификатор пользователя";
  94. //
  95. // digital_world_8DataSet1
  96. //
  97. this.digital_world_8DataSet1.DataSetName = "digital_world_8DataSet1";
  98. this.digital_world_8DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  99. //
  100. // usersBindingSource
  101. //
  102. this.usersBindingSource.DataMember = "Users";
  103. this.usersBindingSource.DataSource = this.digital_world_8DataSet1;
  104. //
  105. // usersTableAdapter
  106. //
  107. this.usersTableAdapter.ClearBeforeFill = true;
  108. //
  109. // tableAdapterManager
  110. //
  111. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  112. this.tableAdapterManager.ComponentsTableAdapter = null;
  113. this.tableAdapterManager.computer_assemblyTableAdapter = null;
  114. this.tableAdapterManager.order_by_clientsTableAdapter = null;
  115. this.tableAdapterManager.Order_statusTableAdapter = null;
  116. this.tableAdapterManager.OrderTableAdapter = null;
  117. this.tableAdapterManager.Postavka_materialTableAdapter = null;
  118. this.tableAdapterManager.providerTableAdapter = null;
  119. this.tableAdapterManager.RoleTableAdapter = this.roleTableAdapter;
  120. this.tableAdapterManager.unit_of_measurementTableAdapter = null;
  121. this.tableAdapterManager.UpdateOrder = Digital_World_08.digital_world_8DataSet1TableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  122. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  123. //
  124. // roleTableAdapter
  125. //
  126. this.roleTableAdapter.ClearBeforeFill = true;
  127. //
  128. // usernameTextBox
  129. //
  130. this.usernameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Username", true));
  131. this.usernameTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  132. this.usernameTextBox.Location = new System.Drawing.Point(110, 188);
  133. this.usernameTextBox.Name = "usernameTextBox";
  134. this.usernameTextBox.Size = new System.Drawing.Size(186, 32);
  135. this.usernameTextBox.TabIndex = 2;
  136. //
  137. // passwordTextBox
  138. //
  139. this.passwordTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Password", true));
  140. this.passwordTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. this.passwordTextBox.Location = new System.Drawing.Point(110, 247);
  142. this.passwordTextBox.Name = "passwordTextBox";
  143. this.passwordTextBox.Size = new System.Drawing.Size(186, 32);
  144. this.passwordTextBox.TabIndex = 3;
  145. //
  146. // label1
  147. //
  148. this.label1.AutoSize = true;
  149. this.label1.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  150. this.label1.Location = new System.Drawing.Point(139, 31);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(509, 37);
  153. this.label1.TabIndex = 6;
  154. this.label1.Text = "Добавление пользователя в систему";
  155. //
  156. // roleBindingSource
  157. //
  158. this.roleBindingSource.DataMember = "Role";
  159. this.roleBindingSource.DataSource = this.digital_world_8DataSet1;
  160. //
  161. // button1
  162. //
  163. this.button1.Location = new System.Drawing.Point(129, 372);
  164. this.button1.Name = "button1";
  165. this.button1.Size = new System.Drawing.Size(167, 41);
  166. this.button1.TabIndex = 7;
  167. this.button1.Text = "Добавить";
  168. this.button1.UseVisualStyleBackColor = true;
  169. this.button1.Click += new System.EventHandler(this.button1_Click);
  170. //
  171. // idTextBox
  172. //
  173. this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id", true));
  174. this.idTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  175. this.idTextBox.Location = new System.Drawing.Point(110, 134);
  176. this.idTextBox.Name = "idTextBox";
  177. this.idTextBox.Size = new System.Drawing.Size(186, 32);
  178. this.idTextBox.TabIndex = 9;
  179. //
  180. // roleTextBox
  181. //
  182. this.roleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Role", true));
  183. this.roleTextBox.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  184. this.roleTextBox.Location = new System.Drawing.Point(110, 306);
  185. this.roleTextBox.Name = "roleTextBox";
  186. this.roleTextBox.Size = new System.Drawing.Size(186, 32);
  187. this.roleTextBox.TabIndex = 10;
  188. //
  189. // button2
  190. //
  191. this.button2.Location = new System.Drawing.Point(675, 372);
  192. this.button2.Name = "button2";
  193. this.button2.Size = new System.Drawing.Size(101, 55);
  194. this.button2.TabIndex = 11;
  195. this.button2.Text = "закрыть";
  196. this.button2.UseVisualStyleBackColor = true;
  197. this.button2.Click += new System.EventHandler(this.button2_Click);
  198. //
  199. // AddUsers
  200. //
  201. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  202. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  203. this.BackColor = System.Drawing.Color.White;
  204. this.ClientSize = new System.Drawing.Size(800, 450);
  205. this.Controls.Add(this.button2);
  206. this.Controls.Add(this.roleTextBox);
  207. this.Controls.Add(idLabel);
  208. this.Controls.Add(this.idTextBox);
  209. this.Controls.Add(this.button1);
  210. this.Controls.Add(this.label1);
  211. this.Controls.Add(roleLabel);
  212. this.Controls.Add(passwordLabel);
  213. this.Controls.Add(this.passwordTextBox);
  214. this.Controls.Add(usernameLabel);
  215. this.Controls.Add(this.usernameTextBox);
  216. this.Name = "AddUsers";
  217. this.Text = "AddUsers";
  218. this.Load += new System.EventHandler(this.AddUsers_Load);
  219. ((System.ComponentModel.ISupportInitialize)(this.digital_world_8DataSet1)).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private digital_world_8DataSet1 digital_world_8DataSet1;
  227. private System.Windows.Forms.BindingSource usersBindingSource;
  228. private digital_world_8DataSet1TableAdapters.UsersTableAdapter usersTableAdapter;
  229. private digital_world_8DataSet1TableAdapters.TableAdapterManager tableAdapterManager;
  230. private System.Windows.Forms.TextBox usernameTextBox;
  231. private digital_world_8DataSet1TableAdapters.RoleTableAdapter roleTableAdapter;
  232. private System.Windows.Forms.TextBox passwordTextBox;
  233. private System.Windows.Forms.Label label1;
  234. private System.Windows.Forms.BindingSource roleBindingSource;
  235. private System.Windows.Forms.Button button1;
  236. private System.Windows.Forms.TextBox idTextBox;
  237. private System.Windows.Forms.TextBox roleTextBox;
  238. private System.Windows.Forms.Button button2;
  239. }
  240. }