AddressesForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. namespace WindowsFormsApp4
  2. {
  3. partial class AddressesForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.dgvAddresses = new System.Windows.Forms.DataGridView();
  17. this.btnRefresh = new System.Windows.Forms.Button();
  18. this.btnAdd = new System.Windows.Forms.Button();
  19. this.btnEdit = new System.Windows.Forms.Button();
  20. this.btnDelete = new System.Windows.Forms.Button();
  21. this.btnSetMain = new System.Windows.Forms.Button();
  22. this.btnBack = new System.Windows.Forms.Button();
  23. this.lblTitle = new System.Windows.Forms.Label();
  24. this.panelHeader = new System.Windows.Forms.Panel();
  25. ((System.ComponentModel.ISupportInitialize)(this.dgvAddresses)).BeginInit();
  26. this.panelHeader.SuspendLayout();
  27. this.SuspendLayout();
  28. //
  29. // dgvAddresses
  30. //
  31. this.dgvAddresses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  32. | System.Windows.Forms.AnchorStyles.Left)
  33. | System.Windows.Forms.AnchorStyles.Right)));
  34. this.dgvAddresses.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  35. this.dgvAddresses.BorderStyle = System.Windows.Forms.BorderStyle.None;
  36. this.dgvAddresses.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  37. this.dgvAddresses.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  38. this.dgvAddresses.Location = new System.Drawing.Point(12, 60);
  39. this.dgvAddresses.Margin = new System.Windows.Forms.Padding(2);
  40. this.dgvAddresses.Name = "dgvAddresses";
  41. this.dgvAddresses.ReadOnly = true;
  42. this.dgvAddresses.RowHeadersVisible = false;
  43. this.dgvAddresses.RowTemplate.Height = 28;
  44. this.dgvAddresses.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  45. this.dgvAddresses.Size = new System.Drawing.Size(676, 310);
  46. this.dgvAddresses.TabIndex = 1;
  47. //
  48. // btnRefresh
  49. //
  50. this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  51. this.btnRefresh.FlatAppearance.BorderSize = 0;
  52. this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  53. this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
  54. this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  55. this.btnRefresh.Location = new System.Drawing.Point(12, 385);
  56. this.btnRefresh.Margin = new System.Windows.Forms.Padding(2);
  57. this.btnRefresh.Name = "btnRefresh";
  58. this.btnRefresh.Size = new System.Drawing.Size(85, 35);
  59. this.btnRefresh.TabIndex = 2;
  60. this.btnRefresh.Text = "Обновить";
  61. this.btnRefresh.UseVisualStyleBackColor = false;
  62. //
  63. // btnAdd
  64. //
  65. this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  66. this.btnAdd.FlatAppearance.BorderSize = 0;
  67. this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  68. this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
  69. this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  70. this.btnAdd.Location = new System.Drawing.Point(102, 385);
  71. this.btnAdd.Margin = new System.Windows.Forms.Padding(2);
  72. this.btnAdd.Name = "btnAdd";
  73. this.btnAdd.Size = new System.Drawing.Size(85, 35);
  74. this.btnAdd.TabIndex = 3;
  75. this.btnAdd.Text = "Добавить";
  76. this.btnAdd.UseVisualStyleBackColor = false;
  77. //
  78. // btnEdit
  79. //
  80. this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  81. this.btnEdit.FlatAppearance.BorderSize = 0;
  82. this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  83. this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
  84. this.btnEdit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  85. this.btnEdit.Location = new System.Drawing.Point(192, 385);
  86. this.btnEdit.Margin = new System.Windows.Forms.Padding(2);
  87. this.btnEdit.Name = "btnEdit";
  88. this.btnEdit.Size = new System.Drawing.Size(120, 35);
  89. this.btnEdit.TabIndex = 4;
  90. this.btnEdit.Text = "Редактировать";
  91. this.btnEdit.UseVisualStyleBackColor = false;
  92. //
  93. // btnDelete
  94. //
  95. this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  96. this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
  98. this.btnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  99. this.btnDelete.Location = new System.Drawing.Point(316, 385);
  100. this.btnDelete.Margin = new System.Windows.Forms.Padding(2);
  101. this.btnDelete.Name = "btnDelete";
  102. this.btnDelete.Size = new System.Drawing.Size(85, 35);
  103. this.btnDelete.TabIndex = 5;
  104. this.btnDelete.Text = "Удалить";
  105. this.btnDelete.UseVisualStyleBackColor = false;
  106. //
  107. // btnSetMain
  108. //
  109. this.btnSetMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  110. this.btnSetMain.FlatAppearance.BorderSize = 0;
  111. this.btnSetMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  112. this.btnSetMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
  113. this.btnSetMain.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  114. this.btnSetMain.Location = new System.Drawing.Point(405, 385);
  115. this.btnSetMain.Margin = new System.Windows.Forms.Padding(2);
  116. this.btnSetMain.Name = "btnSetMain";
  117. this.btnSetMain.Size = new System.Drawing.Size(120, 35);
  118. this.btnSetMain.TabIndex = 6;
  119. this.btnSetMain.Text = "⭐ Сделать основным";
  120. this.btnSetMain.UseVisualStyleBackColor = false;
  121. //
  122. // btnBack
  123. //
  124. this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  125. this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  126. this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
  127. this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  128. this.btnBack.Location = new System.Drawing.Point(590, 385);
  129. this.btnBack.Margin = new System.Windows.Forms.Padding(2);
  130. this.btnBack.Name = "btnBack";
  131. this.btnBack.Size = new System.Drawing.Size(98, 35);
  132. this.btnBack.TabIndex = 7;
  133. this.btnBack.Text = "< Назад";
  134. this.btnBack.UseVisualStyleBackColor = false;
  135. //
  136. // lblTitle
  137. //
  138. this.lblTitle.AutoSize = true;
  139. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
  140. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  141. this.lblTitle.Location = new System.Drawing.Point(280, 12);
  142. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  143. this.lblTitle.Name = "lblTitle";
  144. this.lblTitle.Size = new System.Drawing.Size(127, 24);
  145. this.lblTitle.TabIndex = 0;
  146. this.lblTitle.Text = "Мои адреса";
  147. //
  148. // panelHeader
  149. //
  150. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  151. this.panelHeader.Controls.Add(this.lblTitle);
  152. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  153. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  154. this.panelHeader.Margin = new System.Windows.Forms.Padding(2);
  155. this.panelHeader.Name = "panelHeader";
  156. this.panelHeader.Size = new System.Drawing.Size(700, 50);
  157. this.panelHeader.TabIndex = 0;
  158. //
  159. // AddressesForm
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  164. this.ClientSize = new System.Drawing.Size(700, 435);
  165. this.Controls.Add(this.btnBack);
  166. this.Controls.Add(this.btnSetMain);
  167. this.Controls.Add(this.btnDelete);
  168. this.Controls.Add(this.btnEdit);
  169. this.Controls.Add(this.btnAdd);
  170. this.Controls.Add(this.btnRefresh);
  171. this.Controls.Add(this.dgvAddresses);
  172. this.Controls.Add(this.panelHeader);
  173. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  174. this.Margin = new System.Windows.Forms.Padding(2);
  175. this.MaximizeBox = false;
  176. this.Name = "AddressesForm";
  177. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  178. this.Text = "Мои адреса - Обработка заявок";
  179. ((System.ComponentModel.ISupportInitialize)(this.dgvAddresses)).EndInit();
  180. this.panelHeader.ResumeLayout(false);
  181. this.panelHeader.PerformLayout();
  182. this.ResumeLayout(false);
  183. }
  184. private System.Windows.Forms.DataGridView dgvAddresses;
  185. private System.Windows.Forms.Button btnRefresh;
  186. private System.Windows.Forms.Button btnAdd;
  187. private System.Windows.Forms.Button btnEdit;
  188. private System.Windows.Forms.Button btnDelete;
  189. private System.Windows.Forms.Button btnSetMain;
  190. private System.Windows.Forms.Button btnBack;
  191. private System.Windows.Forms.Label lblTitle;
  192. private System.Windows.Forms.Panel panelHeader;
  193. }
  194. }