Form3.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. 
  2. namespace AMONIC_Airlines02
  3. {
  4. partial class Form3
  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.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  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.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.textBox2 = new System.Windows.Forms.TextBox();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.comboBox2 = new System.Windows.Forms.ComboBox();
  40. this.textBox3 = new System.Windows.Forms.TextBox();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.session1_02DataSet = new AMONIC_Airlines02.Session1_02DataSet();
  44. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  45. this.usersTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.UsersTableAdapter();
  46. this.rolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.rolesTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.RolesTableAdapter();
  48. this.officesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  49. this.officesTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.OfficesTableAdapter();
  50. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  53. this.usersBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  54. this.tableAdapterManager = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager();
  55. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  56. ((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(75)))), ((int)(((byte)(102)))));
  69. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  70. this.label1.Location = new System.Drawing.Point(38, 167);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(29, 13);
  73. this.label1.TabIndex = 0;
  74. this.label1.Text = "Имя";
  75. this.label1.Click += new System.EventHandler(this.label1_Click);
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  81. this.label2.Location = new System.Drawing.Point(38, 203);
  82. this.label2.Name = "label2";
  83. this.label2.Size = new System.Drawing.Size(56, 13);
  84. this.label2.TabIndex = 1;
  85. this.label2.Text = "Фамилия";
  86. //
  87. // label3
  88. //
  89. this.label3.AutoSize = true;
  90. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  91. this.label3.Location = new System.Drawing.Point(41, 238);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(32, 13);
  94. this.label3.TabIndex = 2;
  95. this.label3.Text = "Роль";
  96. //
  97. // label4
  98. //
  99. this.label4.AutoSize = true;
  100. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  101. this.label4.Location = new System.Drawing.Point(41, 276);
  102. this.label4.Name = "label4";
  103. this.label4.Size = new System.Drawing.Size(32, 13);
  104. this.label4.TabIndex = 3;
  105. this.label4.Text = "Email";
  106. //
  107. // label5
  108. //
  109. this.label5.AutoSize = true;
  110. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  111. this.label5.Location = new System.Drawing.Point(41, 320);
  112. this.label5.Name = "label5";
  113. this.label5.Size = new System.Drawing.Size(35, 13);
  114. this.label5.TabIndex = 4;
  115. this.label5.Text = "Офис";
  116. //
  117. // textBox1
  118. //
  119. this.textBox1.Location = new System.Drawing.Point(131, 164);
  120. this.textBox1.Name = "textBox1";
  121. this.textBox1.Size = new System.Drawing.Size(121, 20);
  122. this.textBox1.TabIndex = 5;
  123. //
  124. // textBox2
  125. //
  126. this.textBox2.Location = new System.Drawing.Point(131, 200);
  127. this.textBox2.Name = "textBox2";
  128. this.textBox2.Size = new System.Drawing.Size(121, 20);
  129. this.textBox2.TabIndex = 6;
  130. //
  131. // comboBox1
  132. //
  133. this.comboBox1.DataSource = this.rolesBindingSource;
  134. this.comboBox1.DisplayMember = "ID";
  135. this.comboBox1.FormattingEnabled = true;
  136. this.comboBox1.Location = new System.Drawing.Point(131, 235);
  137. this.comboBox1.Name = "comboBox1";
  138. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  139. this.comboBox1.TabIndex = 7;
  140. //
  141. // comboBox2
  142. //
  143. this.comboBox2.DataSource = this.officesBindingSource;
  144. this.comboBox2.DisplayMember = "ID";
  145. this.comboBox2.FormattingEnabled = true;
  146. this.comboBox2.Location = new System.Drawing.Point(131, 317);
  147. this.comboBox2.Name = "comboBox2";
  148. this.comboBox2.Size = new System.Drawing.Size(121, 21);
  149. this.comboBox2.TabIndex = 8;
  150. //
  151. // textBox3
  152. //
  153. this.textBox3.Location = new System.Drawing.Point(131, 273);
  154. this.textBox3.Name = "textBox3";
  155. this.textBox3.Size = new System.Drawing.Size(121, 20);
  156. this.textBox3.TabIndex = 9;
  157. //
  158. // button1
  159. //
  160. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(106)))), ((int)(((byte)(166)))));
  161. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  162. this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  163. this.button1.Location = new System.Drawing.Point(41, 415);
  164. this.button1.Name = "button1";
  165. this.button1.Size = new System.Drawing.Size(75, 23);
  166. this.button1.TabIndex = 10;
  167. this.button1.Text = "Сохранить";
  168. this.button1.UseVisualStyleBackColor = false;
  169. this.button1.Click += new System.EventHandler(this.button1_Click);
  170. //
  171. // button2
  172. //
  173. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(148)))), ((int)(((byte)(32)))));
  174. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  175. this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  176. this.button2.Location = new System.Drawing.Point(168, 415);
  177. this.button2.Name = "button2";
  178. this.button2.Size = new System.Drawing.Size(75, 23);
  179. this.button2.TabIndex = 11;
  180. this.button2.Text = "Назад";
  181. this.button2.UseVisualStyleBackColor = false;
  182. this.button2.Click += new System.EventHandler(this.button2_Click);
  183. //
  184. // session1_02DataSet
  185. //
  186. this.session1_02DataSet.DataSetName = "Session1_02DataSet";
  187. this.session1_02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  188. //
  189. // usersBindingSource
  190. //
  191. this.usersBindingSource.DataMember = "Users";
  192. this.usersBindingSource.DataSource = this.session1_02DataSet;
  193. //
  194. // usersTableAdapter
  195. //
  196. this.usersTableAdapter.ClearBeforeFill = true;
  197. //
  198. // rolesBindingSource
  199. //
  200. this.rolesBindingSource.DataMember = "Roles";
  201. this.rolesBindingSource.DataSource = this.session1_02DataSet;
  202. //
  203. // rolesTableAdapter
  204. //
  205. this.rolesTableAdapter.ClearBeforeFill = true;
  206. //
  207. // officesBindingSource
  208. //
  209. this.officesBindingSource.DataMember = "Offices";
  210. this.officesBindingSource.DataSource = this.session1_02DataSet;
  211. //
  212. // officesTableAdapter
  213. //
  214. this.officesTableAdapter.ClearBeforeFill = true;
  215. //
  216. // pictureBox1
  217. //
  218. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  219. this.pictureBox1.Location = new System.Drawing.Point(-3, 12);
  220. this.pictureBox1.Name = "pictureBox1";
  221. this.pictureBox1.Size = new System.Drawing.Size(340, 143);
  222. this.pictureBox1.TabIndex = 12;
  223. this.pictureBox1.TabStop = false;
  224. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  225. //
  226. // label6
  227. //
  228. this.label6.AutoSize = true;
  229. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(203)))));
  230. this.label6.Location = new System.Drawing.Point(38, 355);
  231. this.label6.Name = "label6";
  232. this.label6.Size = new System.Drawing.Size(87, 13);
  233. this.label6.TabIndex = 13;
  234. this.label6.Text = "День рождения";
  235. //
  236. // dateTimePicker1
  237. //
  238. this.dateTimePicker1.Location = new System.Drawing.Point(131, 349);
  239. this.dateTimePicker1.Name = "dateTimePicker1";
  240. this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
  241. this.dateTimePicker1.TabIndex = 14;
  242. //
  243. // usersBindingSource1
  244. //
  245. this.usersBindingSource1.DataMember = "Users";
  246. this.usersBindingSource1.DataSource = this.session1_02DataSet;
  247. //
  248. // tableAdapterManager
  249. //
  250. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  251. this.tableAdapterManager.CountriesTableAdapter = null;
  252. this.tableAdapterManager.OfficesTableAdapter = this.officesTableAdapter;
  253. this.tableAdapterManager.RolesTableAdapter = this.rolesTableAdapter;
  254. this.tableAdapterManager.UpdateOrder = AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  255. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  256. //
  257. // Form3
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(75)))), ((int)(((byte)(102)))));
  262. this.ClientSize = new System.Drawing.Size(337, 450);
  263. this.Controls.Add(this.dateTimePicker1);
  264. this.Controls.Add(this.label6);
  265. this.Controls.Add(this.pictureBox1);
  266. this.Controls.Add(this.button2);
  267. this.Controls.Add(this.button1);
  268. this.Controls.Add(this.textBox3);
  269. this.Controls.Add(this.comboBox2);
  270. this.Controls.Add(this.comboBox1);
  271. this.Controls.Add(this.textBox2);
  272. this.Controls.Add(this.textBox1);
  273. this.Controls.Add(this.label5);
  274. this.Controls.Add(this.label4);
  275. this.Controls.Add(this.label3);
  276. this.Controls.Add(this.label2);
  277. this.Controls.Add(this.label1);
  278. this.Name = "Form3";
  279. this.Text = "Form3";
  280. this.Load += new System.EventHandler(this.Form3_Load);
  281. ((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource1)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  288. this.ResumeLayout(false);
  289. this.PerformLayout();
  290. }
  291. #endregion
  292. private System.Windows.Forms.Label label1;
  293. private System.Windows.Forms.Label label2;
  294. private System.Windows.Forms.Label label3;
  295. private System.Windows.Forms.Label label4;
  296. private System.Windows.Forms.Label label5;
  297. private System.Windows.Forms.TextBox textBox1;
  298. private System.Windows.Forms.TextBox textBox2;
  299. private System.Windows.Forms.ComboBox comboBox1;
  300. private System.Windows.Forms.ComboBox comboBox2;
  301. private System.Windows.Forms.TextBox textBox3;
  302. private System.Windows.Forms.Button button1;
  303. private System.Windows.Forms.Button button2;
  304. private Session1_02DataSet session1_02DataSet;
  305. private System.Windows.Forms.BindingSource usersBindingSource;
  306. private Session1_02DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  307. private System.Windows.Forms.BindingSource rolesBindingSource;
  308. private Session1_02DataSetTableAdapters.RolesTableAdapter rolesTableAdapter;
  309. private System.Windows.Forms.BindingSource officesBindingSource;
  310. private Session1_02DataSetTableAdapters.OfficesTableAdapter officesTableAdapter;
  311. private System.Windows.Forms.PictureBox pictureBox1;
  312. private System.Windows.Forms.Label label6;
  313. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  314. private System.Windows.Forms.BindingSource usersBindingSource1;
  315. private Session1_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  316. private System.Windows.Forms.BindingSource bindingSource1;
  317. }
  318. }