Роли.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. namespace ИС32Осадчий
  2. {
  3. partial class Роли
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Роли));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.roleDataGridView = new System.Windows.Forms.DataGridView();
  35. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
  39. this.button6 = new System.Windows.Forms.Button();
  40. this.roleTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.RoleTableAdapter();
  41. this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
  42. this.roleBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  43. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  45. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  50. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  51. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  54. this.roleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.roleDataGridView)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.roleBindingNavigator)).BeginInit();
  60. this.roleBindingNavigator.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // panel1
  64. //
  65. this.panel1.BackColor = System.Drawing.Color.Moccasin;
  66. this.panel1.Controls.Add(this.button3);
  67. this.panel1.Controls.Add(this.button2);
  68. this.panel1.Controls.Add(this.button1);
  69. this.panel1.Controls.Add(this.roleDataGridView);
  70. this.panel1.Controls.Add(this.button6);
  71. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.panel1.Location = new System.Drawing.Point(0, 0);
  73. this.panel1.Name = "panel1";
  74. this.panel1.Size = new System.Drawing.Size(615, 427);
  75. this.panel1.TabIndex = 1;
  76. //
  77. // button3
  78. //
  79. this.button3.Location = new System.Drawing.Point(3, 330);
  80. this.button3.Name = "button3";
  81. this.button3.Size = new System.Drawing.Size(180, 32);
  82. this.button3.TabIndex = 16;
  83. this.button3.Text = "Сохранить информацию";
  84. this.button3.UseVisualStyleBackColor = true;
  85. this.button3.Click += new System.EventHandler(this.button3_Click);
  86. //
  87. // button2
  88. //
  89. this.button2.Location = new System.Drawing.Point(3, 292);
  90. this.button2.Name = "button2";
  91. this.button2.Size = new System.Drawing.Size(180, 32);
  92. this.button2.TabIndex = 15;
  93. this.button2.Text = "Удалить";
  94. this.button2.UseVisualStyleBackColor = true;
  95. this.button2.Click += new System.EventHandler(this.button2_Click);
  96. //
  97. // button1
  98. //
  99. this.button1.Location = new System.Drawing.Point(3, 254);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(180, 32);
  102. this.button1.TabIndex = 14;
  103. this.button1.Text = "Добавить ";
  104. this.button1.UseVisualStyleBackColor = true;
  105. this.button1.Click += new System.EventHandler(this.button1_Click);
  106. //
  107. // roleDataGridView
  108. //
  109. this.roleDataGridView.AutoGenerateColumns = false;
  110. this.roleDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  111. this.roleDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  112. this.dataGridViewTextBoxColumn1,
  113. this.dataGridViewTextBoxColumn2});
  114. this.roleDataGridView.DataSource = this.roleBindingSource;
  115. this.roleDataGridView.Location = new System.Drawing.Point(12, 28);
  116. this.roleDataGridView.Name = "roleDataGridView";
  117. this.roleDataGridView.Size = new System.Drawing.Size(272, 220);
  118. this.roleDataGridView.TabIndex = 8;
  119. //
  120. // dataGridViewTextBoxColumn1
  121. //
  122. this.dataGridViewTextBoxColumn1.DataPropertyName = "RoleID";
  123. this.dataGridViewTextBoxColumn1.HeaderText = "RoleID";
  124. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  125. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  126. //
  127. // dataGridViewTextBoxColumn2
  128. //
  129. this.dataGridViewTextBoxColumn2.DataPropertyName = "RoleName";
  130. this.dataGridViewTextBoxColumn2.HeaderText = "RoleName";
  131. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  132. //
  133. // roleBindingSource
  134. //
  135. this.roleBindingSource.DataMember = "Role";
  136. this.roleBindingSource.DataSource = this.иС32ОсадчийDataSet;
  137. //
  138. // иС32ОсадчийDataSet
  139. //
  140. this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
  141. this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  142. //
  143. // button6
  144. //
  145. this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.button6.Location = new System.Drawing.Point(493, 377);
  147. this.button6.Name = "button6";
  148. this.button6.Size = new System.Drawing.Size(110, 38);
  149. this.button6.TabIndex = 8;
  150. this.button6.Text = "Назад";
  151. this.button6.UseVisualStyleBackColor = true;
  152. this.button6.Click += new System.EventHandler(this.button6_Click);
  153. //
  154. // roleTableAdapter
  155. //
  156. this.roleTableAdapter.ClearBeforeFill = true;
  157. //
  158. // tableAdapterManager
  159. //
  160. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  161. this.tableAdapterManager.OrderProductTableAdapter = null;
  162. this.tableAdapterManager.OrderTableAdapter = null;
  163. this.tableAdapterManager.ProductTableAdapter = null;
  164. this.tableAdapterManager.RoleTableAdapter = this.roleTableAdapter;
  165. this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  166. this.tableAdapterManager.UserTableAdapter = null;
  167. //
  168. // roleBindingNavigator
  169. //
  170. this.roleBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  171. this.roleBindingNavigator.BindingSource = this.roleBindingSource;
  172. this.roleBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  173. this.roleBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  174. this.roleBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  175. this.bindingNavigatorMoveFirstItem,
  176. this.bindingNavigatorMovePreviousItem,
  177. this.bindingNavigatorSeparator,
  178. this.bindingNavigatorPositionItem,
  179. this.bindingNavigatorCountItem,
  180. this.bindingNavigatorSeparator1,
  181. this.bindingNavigatorMoveNextItem,
  182. this.bindingNavigatorMoveLastItem,
  183. this.bindingNavigatorSeparator2,
  184. this.bindingNavigatorAddNewItem,
  185. this.bindingNavigatorDeleteItem,
  186. this.roleBindingNavigatorSaveItem});
  187. this.roleBindingNavigator.Location = new System.Drawing.Point(0, 0);
  188. this.roleBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  189. this.roleBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  190. this.roleBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  191. this.roleBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  192. this.roleBindingNavigator.Name = "roleBindingNavigator";
  193. this.roleBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  194. this.roleBindingNavigator.Size = new System.Drawing.Size(615, 25);
  195. this.roleBindingNavigator.TabIndex = 2;
  196. this.roleBindingNavigator.Text = "bindingNavigator1";
  197. //
  198. // bindingNavigatorAddNewItem
  199. //
  200. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  202. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  203. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  204. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  205. this.bindingNavigatorAddNewItem.Text = "Добавить";
  206. //
  207. // bindingNavigatorCountItem
  208. //
  209. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  210. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  211. this.bindingNavigatorCountItem.Text = "для {0}";
  212. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  213. //
  214. // bindingNavigatorDeleteItem
  215. //
  216. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  217. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  218. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  219. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  220. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  221. this.bindingNavigatorDeleteItem.Text = "Удалить";
  222. //
  223. // bindingNavigatorMoveFirstItem
  224. //
  225. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  226. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  227. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  228. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  229. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  230. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  231. //
  232. // bindingNavigatorMovePreviousItem
  233. //
  234. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  235. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  236. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  237. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  238. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  239. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  240. //
  241. // bindingNavigatorSeparator
  242. //
  243. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  244. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  245. //
  246. // bindingNavigatorPositionItem
  247. //
  248. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  249. this.bindingNavigatorPositionItem.AutoSize = false;
  250. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  251. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  252. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  253. this.bindingNavigatorPositionItem.Text = "0";
  254. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  255. //
  256. // bindingNavigatorSeparator1
  257. //
  258. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  259. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  260. //
  261. // bindingNavigatorMoveNextItem
  262. //
  263. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  264. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  265. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  266. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  267. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  268. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  269. //
  270. // bindingNavigatorMoveLastItem
  271. //
  272. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  273. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  274. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  275. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  276. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  277. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  278. //
  279. // bindingNavigatorSeparator2
  280. //
  281. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  282. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  283. //
  284. // roleBindingNavigatorSaveItem
  285. //
  286. this.roleBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  287. this.roleBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("roleBindingNavigatorSaveItem.Image")));
  288. this.roleBindingNavigatorSaveItem.Name = "roleBindingNavigatorSaveItem";
  289. this.roleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  290. this.roleBindingNavigatorSaveItem.Text = "Сохранить данные";
  291. this.roleBindingNavigatorSaveItem.Click += new System.EventHandler(this.roleBindingNavigatorSaveItem_Click);
  292. //
  293. // Роли
  294. //
  295. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  296. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  297. this.ClientSize = new System.Drawing.Size(615, 427);
  298. this.Controls.Add(this.roleBindingNavigator);
  299. this.Controls.Add(this.panel1);
  300. this.Name = "Роли";
  301. this.Text = "Роли";
  302. this.Load += new System.EventHandler(this.Роли_Load);
  303. this.panel1.ResumeLayout(false);
  304. ((System.ComponentModel.ISupportInitialize)(this.roleDataGridView)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.roleBindingNavigator)).EndInit();
  308. this.roleBindingNavigator.ResumeLayout(false);
  309. this.roleBindingNavigator.PerformLayout();
  310. this.ResumeLayout(false);
  311. this.PerformLayout();
  312. }
  313. #endregion
  314. private System.Windows.Forms.Panel panel1;
  315. private System.Windows.Forms.Button button6;
  316. private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
  317. private System.Windows.Forms.BindingSource roleBindingSource;
  318. private ИС32ОсадчийDataSetTableAdapters.RoleTableAdapter roleTableAdapter;
  319. private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  320. private System.Windows.Forms.BindingNavigator roleBindingNavigator;
  321. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  322. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  323. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  324. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  325. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  326. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  327. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  328. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  329. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  330. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  331. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  332. private System.Windows.Forms.ToolStripButton roleBindingNavigatorSaveItem;
  333. private System.Windows.Forms.DataGridView roleDataGridView;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  336. private System.Windows.Forms.Button button3;
  337. private System.Windows.Forms.Button button2;
  338. private System.Windows.Forms.Button button1;
  339. }
  340. }