MainMenu.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. 
  2. namespace Transportation
  3. {
  4. partial class MainMenu
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.VehiclesTP = new System.Windows.Forms.TabPage();
  31. this.SortingGB = new System.Windows.Forms.GroupBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.volume = new System.Windows.Forms.NumericUpDown();
  34. this.check = new System.Windows.Forms.Button();
  35. this.VehiclesDGV = new System.Windows.Forms.DataGridView();
  36. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  37. this.AddVehicleTSMI = new System.Windows.Forms.ToolStripMenuItem();
  38. this.ChangeVehicleTSMI = new System.Windows.Forms.ToolStripMenuItem();
  39. this.DropVehicleTSMI = new System.Windows.Forms.ToolStripMenuItem();
  40. this.DriversTP = new System.Windows.Forms.TabPage();
  41. this.DriversDGV = new System.Windows.Forms.DataGridView();
  42. this.menuStrip2 = new System.Windows.Forms.MenuStrip();
  43. this.AddDriverTSMI = new System.Windows.Forms.ToolStripMenuItem();
  44. this.ChangeDriverTSMI = new System.Windows.Forms.ToolStripMenuItem();
  45. this.DropDriverTSMI = new System.Windows.Forms.ToolStripMenuItem();
  46. this.ExecutorsTP = new System.Windows.Forms.TabPage();
  47. this.ExecutorsDGV = new System.Windows.Forms.DataGridView();
  48. this.menuStrip3 = new System.Windows.Forms.MenuStrip();
  49. this.AddExecutorTSMI = new System.Windows.Forms.ToolStripMenuItem();
  50. this.UpdateExecutorTSMI = new System.Windows.Forms.ToolStripMenuItem();
  51. this.DropExecutorTSMI = new System.Windows.Forms.ToolStripMenuItem();
  52. this.LogisticiansTP = new System.Windows.Forms.TabPage();
  53. this.LogisticiansDGV = new System.Windows.Forms.DataGridView();
  54. this.menuStrip4 = new System.Windows.Forms.MenuStrip();
  55. this.AddLogisticianTSMI = new System.Windows.Forms.ToolStripMenuItem();
  56. this.UpdateLogisticianTSMI = new System.Windows.Forms.ToolStripMenuItem();
  57. this.DropLogisticianTSMI = new System.Windows.Forms.ToolStripMenuItem();
  58. this.RequestsTP = new System.Windows.Forms.TabPage();
  59. this.RequestsDGV = new System.Windows.Forms.DataGridView();
  60. this.menuStrip5 = new System.Windows.Forms.MenuStrip();
  61. this.AddRequestTSMI = new System.Windows.Forms.ToolStripMenuItem();
  62. this.UpdateRequestTSMI = new System.Windows.Forms.ToolStripMenuItem();
  63. this.DropRequestTSMI = new System.Windows.Forms.ToolStripMenuItem();
  64. this.tabControl1.SuspendLayout();
  65. this.VehiclesTP.SuspendLayout();
  66. this.SortingGB.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.volume)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.VehiclesDGV)).BeginInit();
  69. this.menuStrip1.SuspendLayout();
  70. this.DriversTP.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.DriversDGV)).BeginInit();
  72. this.menuStrip2.SuspendLayout();
  73. this.ExecutorsTP.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.ExecutorsDGV)).BeginInit();
  75. this.menuStrip3.SuspendLayout();
  76. this.LogisticiansTP.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.LogisticiansDGV)).BeginInit();
  78. this.menuStrip4.SuspendLayout();
  79. this.RequestsTP.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.RequestsDGV)).BeginInit();
  81. this.menuStrip5.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // tabControl1
  85. //
  86. this.tabControl1.Controls.Add(this.VehiclesTP);
  87. this.tabControl1.Controls.Add(this.DriversTP);
  88. this.tabControl1.Controls.Add(this.ExecutorsTP);
  89. this.tabControl1.Controls.Add(this.LogisticiansTP);
  90. this.tabControl1.Controls.Add(this.RequestsTP);
  91. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  93. this.tabControl1.Name = "tabControl1";
  94. this.tabControl1.SelectedIndex = 0;
  95. this.tabControl1.Size = new System.Drawing.Size(1197, 627);
  96. this.tabControl1.TabIndex = 0;
  97. //
  98. // VehiclesTP
  99. //
  100. this.VehiclesTP.Controls.Add(this.SortingGB);
  101. this.VehiclesTP.Controls.Add(this.VehiclesDGV);
  102. this.VehiclesTP.Controls.Add(this.menuStrip1);
  103. this.VehiclesTP.Location = new System.Drawing.Point(4, 25);
  104. this.VehiclesTP.Name = "VehiclesTP";
  105. this.VehiclesTP.Padding = new System.Windows.Forms.Padding(3);
  106. this.VehiclesTP.Size = new System.Drawing.Size(1189, 598);
  107. this.VehiclesTP.TabIndex = 0;
  108. this.VehiclesTP.Text = "Автомобили";
  109. this.VehiclesTP.UseVisualStyleBackColor = true;
  110. //
  111. // SortingGB
  112. //
  113. this.SortingGB.Controls.Add(this.label1);
  114. this.SortingGB.Controls.Add(this.volume);
  115. this.SortingGB.Controls.Add(this.check);
  116. this.SortingGB.Location = new System.Drawing.Point(1016, 31);
  117. this.SortingGB.Name = "SortingGB";
  118. this.SortingGB.Size = new System.Drawing.Size(165, 564);
  119. this.SortingGB.TabIndex = 2;
  120. this.SortingGB.TabStop = false;
  121. this.SortingGB.Text = "Сортировка";
  122. //
  123. // label1
  124. //
  125. this.label1.AutoSize = true;
  126. this.label1.Location = new System.Drawing.Point(26, 38);
  127. this.label1.Name = "label1";
  128. this.label1.Size = new System.Drawing.Size(58, 17);
  129. this.label1.TabIndex = 3;
  130. this.label1.Text = "Тоннаж";
  131. //
  132. // volume
  133. //
  134. this.volume.DecimalPlaces = 1;
  135. this.volume.Location = new System.Drawing.Point(90, 36);
  136. this.volume.Minimum = new decimal(new int[] {
  137. 1,
  138. 0,
  139. 0,
  140. 0});
  141. this.volume.Name = "volume";
  142. this.volume.Size = new System.Drawing.Size(52, 22);
  143. this.volume.TabIndex = 2;
  144. this.volume.Value = new decimal(new int[] {
  145. 1,
  146. 0,
  147. 0,
  148. 0});
  149. //
  150. // check
  151. //
  152. this.check.Location = new System.Drawing.Point(29, 73);
  153. this.check.Name = "check";
  154. this.check.Size = new System.Drawing.Size(111, 23);
  155. this.check.TabIndex = 1;
  156. this.check.Text = "Сортировать";
  157. this.check.UseVisualStyleBackColor = true;
  158. this.check.Click += new System.EventHandler(this.check_Click);
  159. //
  160. // VehiclesDGV
  161. //
  162. this.VehiclesDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  163. this.VehiclesDGV.Dock = System.Windows.Forms.DockStyle.Left;
  164. this.VehiclesDGV.Location = new System.Drawing.Point(3, 31);
  165. this.VehiclesDGV.Name = "VehiclesDGV";
  166. this.VehiclesDGV.RowHeadersWidth = 51;
  167. this.VehiclesDGV.RowTemplate.Height = 24;
  168. this.VehiclesDGV.Size = new System.Drawing.Size(1007, 564);
  169. this.VehiclesDGV.TabIndex = 1;
  170. //
  171. // menuStrip1
  172. //
  173. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  174. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  175. this.AddVehicleTSMI,
  176. this.ChangeVehicleTSMI,
  177. this.DropVehicleTSMI});
  178. this.menuStrip1.Location = new System.Drawing.Point(3, 3);
  179. this.menuStrip1.Name = "menuStrip1";
  180. this.menuStrip1.Size = new System.Drawing.Size(1183, 28);
  181. this.menuStrip1.TabIndex = 0;
  182. this.menuStrip1.Text = "menuStrip1";
  183. //
  184. // AddVehicleTSMI
  185. //
  186. this.AddVehicleTSMI.Name = "AddVehicleTSMI";
  187. this.AddVehicleTSMI.Size = new System.Drawing.Size(90, 24);
  188. this.AddVehicleTSMI.Text = "Добавить";
  189. this.AddVehicleTSMI.Click += new System.EventHandler(this.AddVehicleTSMI_Click);
  190. //
  191. // ChangeVehicleTSMI
  192. //
  193. this.ChangeVehicleTSMI.Name = "ChangeVehicleTSMI";
  194. this.ChangeVehicleTSMI.Size = new System.Drawing.Size(92, 24);
  195. this.ChangeVehicleTSMI.Text = "Изменить";
  196. this.ChangeVehicleTSMI.Click += new System.EventHandler(this.ChangeVehicleTSMI_Click);
  197. //
  198. // DropVehicleTSMI
  199. //
  200. this.DropVehicleTSMI.Name = "DropVehicleTSMI";
  201. this.DropVehicleTSMI.Size = new System.Drawing.Size(79, 24);
  202. this.DropVehicleTSMI.Text = "Удалить";
  203. this.DropVehicleTSMI.Click += new System.EventHandler(this.DropVehicleTSMI_Click);
  204. //
  205. // DriversTP
  206. //
  207. this.DriversTP.Controls.Add(this.DriversDGV);
  208. this.DriversTP.Controls.Add(this.menuStrip2);
  209. this.DriversTP.Location = new System.Drawing.Point(4, 25);
  210. this.DriversTP.Name = "DriversTP";
  211. this.DriversTP.Padding = new System.Windows.Forms.Padding(3);
  212. this.DriversTP.Size = new System.Drawing.Size(1189, 598);
  213. this.DriversTP.TabIndex = 1;
  214. this.DriversTP.Text = "Водители";
  215. this.DriversTP.UseVisualStyleBackColor = true;
  216. //
  217. // DriversDGV
  218. //
  219. this.DriversDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  220. this.DriversDGV.Dock = System.Windows.Forms.DockStyle.Left;
  221. this.DriversDGV.Location = new System.Drawing.Point(3, 31);
  222. this.DriversDGV.Name = "DriversDGV";
  223. this.DriversDGV.RowHeadersWidth = 51;
  224. this.DriversDGV.RowTemplate.Height = 24;
  225. this.DriversDGV.Size = new System.Drawing.Size(1183, 564);
  226. this.DriversDGV.TabIndex = 3;
  227. //
  228. // menuStrip2
  229. //
  230. this.menuStrip2.ImageScalingSize = new System.Drawing.Size(20, 20);
  231. this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  232. this.AddDriverTSMI,
  233. this.ChangeDriverTSMI,
  234. this.DropDriverTSMI});
  235. this.menuStrip2.Location = new System.Drawing.Point(3, 3);
  236. this.menuStrip2.Name = "menuStrip2";
  237. this.menuStrip2.Size = new System.Drawing.Size(1183, 28);
  238. this.menuStrip2.TabIndex = 2;
  239. this.menuStrip2.Text = "menuStrip2";
  240. //
  241. // AddDriverTSMI
  242. //
  243. this.AddDriverTSMI.Name = "AddDriverTSMI";
  244. this.AddDriverTSMI.Size = new System.Drawing.Size(90, 24);
  245. this.AddDriverTSMI.Text = "Добавить";
  246. this.AddDriverTSMI.Click += new System.EventHandler(this.AddDriverTSMI_Click);
  247. //
  248. // ChangeDriverTSMI
  249. //
  250. this.ChangeDriverTSMI.Name = "ChangeDriverTSMI";
  251. this.ChangeDriverTSMI.Size = new System.Drawing.Size(92, 24);
  252. this.ChangeDriverTSMI.Text = "Изменить";
  253. this.ChangeDriverTSMI.Click += new System.EventHandler(this.ChangeDriverTSMI_Click);
  254. //
  255. // DropDriverTSMI
  256. //
  257. this.DropDriverTSMI.Name = "DropDriverTSMI";
  258. this.DropDriverTSMI.Size = new System.Drawing.Size(79, 24);
  259. this.DropDriverTSMI.Text = "Удалить";
  260. this.DropDriverTSMI.Click += new System.EventHandler(this.DropDriverTSMI_Click);
  261. //
  262. // ExecutorsTP
  263. //
  264. this.ExecutorsTP.Controls.Add(this.ExecutorsDGV);
  265. this.ExecutorsTP.Controls.Add(this.menuStrip3);
  266. this.ExecutorsTP.Location = new System.Drawing.Point(4, 25);
  267. this.ExecutorsTP.Name = "ExecutorsTP";
  268. this.ExecutorsTP.Size = new System.Drawing.Size(1189, 598);
  269. this.ExecutorsTP.TabIndex = 2;
  270. this.ExecutorsTP.Text = "Исполнители";
  271. this.ExecutorsTP.UseVisualStyleBackColor = true;
  272. //
  273. // ExecutorsDGV
  274. //
  275. this.ExecutorsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  276. this.ExecutorsDGV.Dock = System.Windows.Forms.DockStyle.Left;
  277. this.ExecutorsDGV.Location = new System.Drawing.Point(0, 28);
  278. this.ExecutorsDGV.Name = "ExecutorsDGV";
  279. this.ExecutorsDGV.RowHeadersWidth = 51;
  280. this.ExecutorsDGV.RowTemplate.Height = 24;
  281. this.ExecutorsDGV.Size = new System.Drawing.Size(1186, 570);
  282. this.ExecutorsDGV.TabIndex = 5;
  283. //
  284. // menuStrip3
  285. //
  286. this.menuStrip3.ImageScalingSize = new System.Drawing.Size(20, 20);
  287. this.menuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  288. this.AddExecutorTSMI,
  289. this.UpdateExecutorTSMI,
  290. this.DropExecutorTSMI});
  291. this.menuStrip3.Location = new System.Drawing.Point(0, 0);
  292. this.menuStrip3.Name = "menuStrip3";
  293. this.menuStrip3.Size = new System.Drawing.Size(1189, 28);
  294. this.menuStrip3.TabIndex = 4;
  295. this.menuStrip3.Text = "menuStrip3";
  296. //
  297. // AddExecutorTSMI
  298. //
  299. this.AddExecutorTSMI.Name = "AddExecutorTSMI";
  300. this.AddExecutorTSMI.Size = new System.Drawing.Size(90, 24);
  301. this.AddExecutorTSMI.Text = "Добавить";
  302. this.AddExecutorTSMI.Click += new System.EventHandler(this.AddExecutorTSMI_Click);
  303. //
  304. // UpdateExecutorTSMI
  305. //
  306. this.UpdateExecutorTSMI.Name = "UpdateExecutorTSMI";
  307. this.UpdateExecutorTSMI.Size = new System.Drawing.Size(92, 24);
  308. this.UpdateExecutorTSMI.Text = "Изменить";
  309. this.UpdateExecutorTSMI.Click += new System.EventHandler(this.UpdateExecutorTSMI_Click);
  310. //
  311. // DropExecutorTSMI
  312. //
  313. this.DropExecutorTSMI.Name = "DropExecutorTSMI";
  314. this.DropExecutorTSMI.Size = new System.Drawing.Size(79, 24);
  315. this.DropExecutorTSMI.Text = "Удалить";
  316. this.DropExecutorTSMI.Click += new System.EventHandler(this.DropExecutorTSMI_Click);
  317. //
  318. // LogisticiansTP
  319. //
  320. this.LogisticiansTP.Controls.Add(this.LogisticiansDGV);
  321. this.LogisticiansTP.Controls.Add(this.menuStrip4);
  322. this.LogisticiansTP.Location = new System.Drawing.Point(4, 25);
  323. this.LogisticiansTP.Name = "LogisticiansTP";
  324. this.LogisticiansTP.Size = new System.Drawing.Size(1189, 598);
  325. this.LogisticiansTP.TabIndex = 3;
  326. this.LogisticiansTP.Text = "Логисты";
  327. this.LogisticiansTP.UseVisualStyleBackColor = true;
  328. //
  329. // LogisticiansDGV
  330. //
  331. this.LogisticiansDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  332. this.LogisticiansDGV.Dock = System.Windows.Forms.DockStyle.Left;
  333. this.LogisticiansDGV.Location = new System.Drawing.Point(0, 28);
  334. this.LogisticiansDGV.Name = "LogisticiansDGV";
  335. this.LogisticiansDGV.RowHeadersWidth = 51;
  336. this.LogisticiansDGV.RowTemplate.Height = 24;
  337. this.LogisticiansDGV.Size = new System.Drawing.Size(1186, 570);
  338. this.LogisticiansDGV.TabIndex = 6;
  339. //
  340. // menuStrip4
  341. //
  342. this.menuStrip4.ImageScalingSize = new System.Drawing.Size(20, 20);
  343. this.menuStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  344. this.AddLogisticianTSMI,
  345. this.UpdateLogisticianTSMI,
  346. this.DropLogisticianTSMI});
  347. this.menuStrip4.Location = new System.Drawing.Point(0, 0);
  348. this.menuStrip4.Name = "menuStrip4";
  349. this.menuStrip4.Size = new System.Drawing.Size(1189, 28);
  350. this.menuStrip4.TabIndex = 5;
  351. this.menuStrip4.Text = "menuStrip4";
  352. //
  353. // AddLogisticianTSMI
  354. //
  355. this.AddLogisticianTSMI.Name = "AddLogisticianTSMI";
  356. this.AddLogisticianTSMI.Size = new System.Drawing.Size(90, 24);
  357. this.AddLogisticianTSMI.Text = "Добавить";
  358. this.AddLogisticianTSMI.Click += new System.EventHandler(this.AddLogisticianTSMI_Click);
  359. //
  360. // UpdateLogisticianTSMI
  361. //
  362. this.UpdateLogisticianTSMI.Name = "UpdateLogisticianTSMI";
  363. this.UpdateLogisticianTSMI.Size = new System.Drawing.Size(92, 24);
  364. this.UpdateLogisticianTSMI.Text = "Изменить";
  365. this.UpdateLogisticianTSMI.Click += new System.EventHandler(this.UpdateLogisticianTSMI_Click);
  366. //
  367. // DropLogisticianTSMI
  368. //
  369. this.DropLogisticianTSMI.Name = "DropLogisticianTSMI";
  370. this.DropLogisticianTSMI.Size = new System.Drawing.Size(79, 24);
  371. this.DropLogisticianTSMI.Text = "Удалить";
  372. this.DropLogisticianTSMI.Click += new System.EventHandler(this.DropLogisticianTSMI_Click);
  373. //
  374. // RequestsTP
  375. //
  376. this.RequestsTP.Controls.Add(this.RequestsDGV);
  377. this.RequestsTP.Controls.Add(this.menuStrip5);
  378. this.RequestsTP.Location = new System.Drawing.Point(4, 25);
  379. this.RequestsTP.Name = "RequestsTP";
  380. this.RequestsTP.Size = new System.Drawing.Size(1189, 598);
  381. this.RequestsTP.TabIndex = 4;
  382. this.RequestsTP.Text = "Заявки";
  383. this.RequestsTP.UseVisualStyleBackColor = true;
  384. //
  385. // RequestsDGV
  386. //
  387. this.RequestsDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  388. this.RequestsDGV.Dock = System.Windows.Forms.DockStyle.Left;
  389. this.RequestsDGV.Location = new System.Drawing.Point(0, 28);
  390. this.RequestsDGV.Name = "RequestsDGV";
  391. this.RequestsDGV.RowHeadersWidth = 51;
  392. this.RequestsDGV.RowTemplate.Height = 24;
  393. this.RequestsDGV.Size = new System.Drawing.Size(1186, 570);
  394. this.RequestsDGV.TabIndex = 8;
  395. //
  396. // menuStrip5
  397. //
  398. this.menuStrip5.ImageScalingSize = new System.Drawing.Size(20, 20);
  399. this.menuStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  400. this.AddRequestTSMI,
  401. this.UpdateRequestTSMI,
  402. this.DropRequestTSMI});
  403. this.menuStrip5.Location = new System.Drawing.Point(0, 0);
  404. this.menuStrip5.Name = "menuStrip5";
  405. this.menuStrip5.Size = new System.Drawing.Size(1189, 28);
  406. this.menuStrip5.TabIndex = 7;
  407. this.menuStrip5.Text = "menuStrip5";
  408. //
  409. // AddRequestTSMI
  410. //
  411. this.AddRequestTSMI.Name = "AddRequestTSMI";
  412. this.AddRequestTSMI.Size = new System.Drawing.Size(90, 24);
  413. this.AddRequestTSMI.Text = "Добавить";
  414. this.AddRequestTSMI.Click += new System.EventHandler(this.AddRequestTSMI_Click);
  415. //
  416. // UpdateRequestTSMI
  417. //
  418. this.UpdateRequestTSMI.Name = "UpdateRequestTSMI";
  419. this.UpdateRequestTSMI.Size = new System.Drawing.Size(92, 24);
  420. this.UpdateRequestTSMI.Text = "Изменить";
  421. this.UpdateRequestTSMI.Click += new System.EventHandler(this.UpdateRequestTSMI_Click);
  422. //
  423. // DropRequestTSMI
  424. //
  425. this.DropRequestTSMI.Name = "DropRequestTSMI";
  426. this.DropRequestTSMI.Size = new System.Drawing.Size(79, 24);
  427. this.DropRequestTSMI.Text = "Удалить";
  428. this.DropRequestTSMI.Click += new System.EventHandler(this.DropRequestTSMI_Click);
  429. //
  430. // MainMenu
  431. //
  432. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  433. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  434. this.ClientSize = new System.Drawing.Size(1197, 627);
  435. this.Controls.Add(this.tabControl1);
  436. this.MaximizeBox = false;
  437. this.MaximumSize = new System.Drawing.Size(1215, 674);
  438. this.MinimizeBox = false;
  439. this.MinimumSize = new System.Drawing.Size(1215, 674);
  440. this.Name = "MainMenu";
  441. this.Text = "Каравелла";
  442. this.Load += new System.EventHandler(this.Form1_Load);
  443. this.tabControl1.ResumeLayout(false);
  444. this.VehiclesTP.ResumeLayout(false);
  445. this.VehiclesTP.PerformLayout();
  446. this.SortingGB.ResumeLayout(false);
  447. this.SortingGB.PerformLayout();
  448. ((System.ComponentModel.ISupportInitialize)(this.volume)).EndInit();
  449. ((System.ComponentModel.ISupportInitialize)(this.VehiclesDGV)).EndInit();
  450. this.menuStrip1.ResumeLayout(false);
  451. this.menuStrip1.PerformLayout();
  452. this.DriversTP.ResumeLayout(false);
  453. this.DriversTP.PerformLayout();
  454. ((System.ComponentModel.ISupportInitialize)(this.DriversDGV)).EndInit();
  455. this.menuStrip2.ResumeLayout(false);
  456. this.menuStrip2.PerformLayout();
  457. this.ExecutorsTP.ResumeLayout(false);
  458. this.ExecutorsTP.PerformLayout();
  459. ((System.ComponentModel.ISupportInitialize)(this.ExecutorsDGV)).EndInit();
  460. this.menuStrip3.ResumeLayout(false);
  461. this.menuStrip3.PerformLayout();
  462. this.LogisticiansTP.ResumeLayout(false);
  463. this.LogisticiansTP.PerformLayout();
  464. ((System.ComponentModel.ISupportInitialize)(this.LogisticiansDGV)).EndInit();
  465. this.menuStrip4.ResumeLayout(false);
  466. this.menuStrip4.PerformLayout();
  467. this.RequestsTP.ResumeLayout(false);
  468. this.RequestsTP.PerformLayout();
  469. ((System.ComponentModel.ISupportInitialize)(this.RequestsDGV)).EndInit();
  470. this.menuStrip5.ResumeLayout(false);
  471. this.menuStrip5.PerformLayout();
  472. this.ResumeLayout(false);
  473. }
  474. #endregion
  475. private System.Windows.Forms.TabControl tabControl1;
  476. private System.Windows.Forms.TabPage VehiclesTP;
  477. private System.Windows.Forms.TabPage DriversTP;
  478. private System.Windows.Forms.TabPage ExecutorsTP;
  479. private System.Windows.Forms.TabPage LogisticiansTP;
  480. private System.Windows.Forms.TabPage RequestsTP;
  481. private System.Windows.Forms.MenuStrip menuStrip1;
  482. private System.Windows.Forms.ToolStripMenuItem AddVehicleTSMI;
  483. private System.Windows.Forms.ToolStripMenuItem ChangeVehicleTSMI;
  484. private System.Windows.Forms.ToolStripMenuItem DropVehicleTSMI;
  485. private System.Windows.Forms.GroupBox SortingGB;
  486. private System.Windows.Forms.DataGridView VehiclesDGV;
  487. private System.Windows.Forms.MenuStrip menuStrip2;
  488. private System.Windows.Forms.ToolStripMenuItem AddDriverTSMI;
  489. private System.Windows.Forms.ToolStripMenuItem ChangeDriverTSMI;
  490. private System.Windows.Forms.ToolStripMenuItem DropDriverTSMI;
  491. private System.Windows.Forms.DataGridView DriversDGV;
  492. private System.Windows.Forms.DataGridView ExecutorsDGV;
  493. private System.Windows.Forms.MenuStrip menuStrip3;
  494. private System.Windows.Forms.ToolStripMenuItem AddExecutorTSMI;
  495. private System.Windows.Forms.ToolStripMenuItem UpdateExecutorTSMI;
  496. private System.Windows.Forms.ToolStripMenuItem DropExecutorTSMI;
  497. private System.Windows.Forms.DataGridView LogisticiansDGV;
  498. private System.Windows.Forms.MenuStrip menuStrip4;
  499. private System.Windows.Forms.ToolStripMenuItem AddLogisticianTSMI;
  500. private System.Windows.Forms.ToolStripMenuItem UpdateLogisticianTSMI;
  501. private System.Windows.Forms.ToolStripMenuItem DropLogisticianTSMI;
  502. private System.Windows.Forms.Button check;
  503. private System.Windows.Forms.NumericUpDown volume;
  504. private System.Windows.Forms.Label label1;
  505. private System.Windows.Forms.DataGridView RequestsDGV;
  506. private System.Windows.Forms.MenuStrip menuStrip5;
  507. private System.Windows.Forms.ToolStripMenuItem AddRequestTSMI;
  508. private System.Windows.Forms.ToolStripMenuItem UpdateRequestTSMI;
  509. private System.Windows.Forms.ToolStripMenuItem DropRequestTSMI;
  510. }
  511. }