Form2.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. 
  2. namespace AMONIC_Airlines02
  3. {
  4. partial class Form2
  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(Form2));
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.session1_02DataSet = new AMONIC_Airlines02.Session1_02DataSet();
  34. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.usersTableAdapter = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.UsersTableAdapter();
  36. this.tableAdapterManager = new AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager();
  37. this.usersDataGridView = new System.Windows.Forms.DataGridView();
  38. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  39. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  41. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.RoleID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.button2 = new System.Windows.Forms.Button();
  48. this.button3 = new System.Windows.Forms.Button();
  49. ((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).BeginInit();
  52. this.toolStrip1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(12, 40);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(38, 13);
  61. this.label1.TabIndex = 2;
  62. this.label1.Text = "Office:";
  63. //
  64. // comboBox1
  65. //
  66. this.comboBox1.DataSource = this.usersBindingSource;
  67. this.comboBox1.DisplayMember = "OfficeID";
  68. this.comboBox1.ForeColor = System.Drawing.SystemColors.WindowText;
  69. this.comboBox1.FormattingEnabled = true;
  70. this.comboBox1.Location = new System.Drawing.Point(56, 40);
  71. this.comboBox1.Name = "comboBox1";
  72. this.comboBox1.Size = new System.Drawing.Size(128, 21);
  73. this.comboBox1.TabIndex = 3;
  74. //
  75. // session1_02DataSet
  76. //
  77. this.session1_02DataSet.DataSetName = "Session1_02DataSet";
  78. this.session1_02DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  79. //
  80. // usersBindingSource
  81. //
  82. this.usersBindingSource.DataMember = "Users";
  83. this.usersBindingSource.DataSource = this.session1_02DataSet;
  84. //
  85. // usersTableAdapter
  86. //
  87. this.usersTableAdapter.ClearBeforeFill = true;
  88. //
  89. // tableAdapterManager
  90. //
  91. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  92. this.tableAdapterManager.CountriesTableAdapter = null;
  93. this.tableAdapterManager.OfficesTableAdapter = null;
  94. this.tableAdapterManager.RolesTableAdapter = null;
  95. this.tableAdapterManager.UpdateOrder = AMONIC_Airlines02.Session1_02DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  96. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  97. //
  98. // usersDataGridView
  99. //
  100. this.usersDataGridView.AutoGenerateColumns = false;
  101. this.usersDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  102. this.usersDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.dataGridViewTextBoxColumn5,
  104. this.dataGridViewTextBoxColumn6,
  105. this.RoleID,
  106. this.dataGridViewTextBoxColumn3,
  107. this.dataGridViewTextBoxColumn7});
  108. this.usersDataGridView.DataSource = this.usersBindingSource;
  109. this.usersDataGridView.Location = new System.Drawing.Point(78, 88);
  110. this.usersDataGridView.Name = "usersDataGridView";
  111. this.usersDataGridView.Size = new System.Drawing.Size(548, 307);
  112. this.usersDataGridView.TabIndex = 4;
  113. //
  114. // toolStrip1
  115. //
  116. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  117. this.toolStripButton1,
  118. this.toolStripButton2});
  119. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  120. this.toolStrip1.Name = "toolStrip1";
  121. this.toolStrip1.Size = new System.Drawing.Size(675, 25);
  122. this.toolStrip1.TabIndex = 5;
  123. this.toolStrip1.Text = "toolStrip1";
  124. //
  125. // toolStripButton1
  126. //
  127. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  128. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  129. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  130. this.toolStripButton1.Name = "toolStripButton1";
  131. this.toolStripButton1.Size = new System.Drawing.Size(58, 22);
  132. this.toolStripButton1.Text = "Add user";
  133. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  134. //
  135. // toolStripButton2
  136. //
  137. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  138. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  139. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  140. this.toolStripButton2.Name = "toolStripButton2";
  141. this.toolStripButton2.Size = new System.Drawing.Size(30, 22);
  142. this.toolStripButton2.Text = "Exit";
  143. this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
  144. //
  145. // dataGridViewTextBoxColumn5
  146. //
  147. this.dataGridViewTextBoxColumn5.DataPropertyName = "FirstName";
  148. this.dataGridViewTextBoxColumn5.HeaderText = "FirstName";
  149. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  150. //
  151. // dataGridViewTextBoxColumn6
  152. //
  153. this.dataGridViewTextBoxColumn6.DataPropertyName = "LastName";
  154. this.dataGridViewTextBoxColumn6.HeaderText = "LastName";
  155. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  156. //
  157. // RoleID
  158. //
  159. this.RoleID.DataPropertyName = "RoleID";
  160. this.RoleID.HeaderText = "RoleID";
  161. this.RoleID.Name = "RoleID";
  162. //
  163. // dataGridViewTextBoxColumn3
  164. //
  165. this.dataGridViewTextBoxColumn3.DataPropertyName = "Email";
  166. this.dataGridViewTextBoxColumn3.HeaderText = "Email";
  167. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  168. //
  169. // dataGridViewTextBoxColumn7
  170. //
  171. this.dataGridViewTextBoxColumn7.DataPropertyName = "OfficeID";
  172. this.dataGridViewTextBoxColumn7.HeaderText = "OfficeID";
  173. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  174. //
  175. // button1
  176. //
  177. this.button1.Location = new System.Drawing.Point(12, 413);
  178. this.button1.Name = "button1";
  179. this.button1.Size = new System.Drawing.Size(133, 23);
  180. this.button1.TabIndex = 6;
  181. this.button1.Text = "Показать роль";
  182. this.button1.UseVisualStyleBackColor = true;
  183. //
  184. // button2
  185. //
  186. this.button2.Location = new System.Drawing.Point(151, 413);
  187. this.button2.Name = "button2";
  188. this.button2.Size = new System.Drawing.Size(159, 23);
  189. this.button2.TabIndex = 7;
  190. this.button2.Text = "Показать/скрыть логин";
  191. this.button2.UseVisualStyleBackColor = true;
  192. //
  193. // button3
  194. //
  195. this.button3.Location = new System.Drawing.Point(559, 413);
  196. this.button3.Name = "button3";
  197. this.button3.Size = new System.Drawing.Size(75, 23);
  198. this.button3.TabIndex = 8;
  199. this.button3.Text = "Назад";
  200. this.button3.UseVisualStyleBackColor = true;
  201. this.button3.Click += new System.EventHandler(this.button3_Click);
  202. //
  203. // Form2
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.BackColor = System.Drawing.SystemColors.Window;
  208. this.ClientSize = new System.Drawing.Size(675, 448);
  209. this.Controls.Add(this.button3);
  210. this.Controls.Add(this.button2);
  211. this.Controls.Add(this.button1);
  212. this.Controls.Add(this.toolStrip1);
  213. this.Controls.Add(this.usersDataGridView);
  214. this.Controls.Add(this.comboBox1);
  215. this.Controls.Add(this.label1);
  216. this.Name = "Form2";
  217. this.Text = "Form2";
  218. this.Load += new System.EventHandler(this.Form2_Load);
  219. ((System.ComponentModel.ISupportInitialize)(this.session1_02DataSet)).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.usersDataGridView)).EndInit();
  222. this.toolStrip1.ResumeLayout(false);
  223. this.toolStrip1.PerformLayout();
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private System.Windows.Forms.Label label1;
  229. private System.Windows.Forms.ComboBox comboBox1;
  230. private Session1_02DataSet session1_02DataSet;
  231. private System.Windows.Forms.BindingSource usersBindingSource;
  232. private Session1_02DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  233. private Session1_02DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  234. private System.Windows.Forms.DataGridView usersDataGridView;
  235. private System.Windows.Forms.ToolStrip toolStrip1;
  236. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  237. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  238. private System.Windows.Forms.DataGridViewTextBoxColumn RoleID;
  239. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  240. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  241. private System.Windows.Forms.ToolStripButton toolStripButton1;
  242. private System.Windows.Forms.ToolStripButton toolStripButton2;
  243. private System.Windows.Forms.Button button1;
  244. private System.Windows.Forms.Button button2;
  245. private System.Windows.Forms.Button button3;
  246. }
  247. }