AddressEditForm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace WindowsFormsApp4
  2. {
  3. partial class AddressEditForm
  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.txtCity = new System.Windows.Forms.TextBox();
  17. this.txtStreet = new System.Windows.Forms.TextBox();
  18. this.txtHouse = new System.Windows.Forms.TextBox();
  19. this.txtBuilding = new System.Windows.Forms.TextBox();
  20. this.txtApartment = new System.Windows.Forms.TextBox();
  21. this.cmbAddressType = new System.Windows.Forms.ComboBox();
  22. this.btnSave = new System.Windows.Forms.Button();
  23. this.btnCancel = new System.Windows.Forms.Button();
  24. this.lblCity = new System.Windows.Forms.Label();
  25. this.lblStreet = new System.Windows.Forms.Label();
  26. this.lblHouse = new System.Windows.Forms.Label();
  27. this.lblBuilding = new System.Windows.Forms.Label();
  28. this.lblApartment = new System.Windows.Forms.Label();
  29. this.lblAddressType = new System.Windows.Forms.Label();
  30. this.lblTitle = new System.Windows.Forms.Label();
  31. this.panelHeader = new System.Windows.Forms.Panel();
  32. this.panelHeader.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // txtCity
  36. //
  37. this.txtCity.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  38. this.txtCity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  39. this.txtCity.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  40. this.txtCity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  41. this.txtCity.Location = new System.Drawing.Point(100, 68);
  42. this.txtCity.Margin = new System.Windows.Forms.Padding(2);
  43. this.txtCity.Name = "txtCity";
  44. this.txtCity.Size = new System.Drawing.Size(340, 23);
  45. this.txtCity.TabIndex = 2;
  46. //
  47. // txtStreet
  48. //
  49. this.txtStreet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  50. this.txtStreet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  51. this.txtStreet.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  52. this.txtStreet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  53. this.txtStreet.Location = new System.Drawing.Point(100, 103);
  54. this.txtStreet.Margin = new System.Windows.Forms.Padding(2);
  55. this.txtStreet.Name = "txtStreet";
  56. this.txtStreet.Size = new System.Drawing.Size(340, 23);
  57. this.txtStreet.TabIndex = 4;
  58. //
  59. // txtHouse
  60. //
  61. this.txtHouse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  62. this.txtHouse.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  63. this.txtHouse.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  64. this.txtHouse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  65. this.txtHouse.Location = new System.Drawing.Point(100, 138);
  66. this.txtHouse.Margin = new System.Windows.Forms.Padding(2);
  67. this.txtHouse.Name = "txtHouse";
  68. this.txtHouse.Size = new System.Drawing.Size(100, 23);
  69. this.txtHouse.TabIndex = 6;
  70. //
  71. // txtBuilding
  72. //
  73. this.txtBuilding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  74. this.txtBuilding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  75. this.txtBuilding.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  76. this.txtBuilding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  77. this.txtBuilding.Location = new System.Drawing.Point(275, 138);
  78. this.txtBuilding.Margin = new System.Windows.Forms.Padding(2);
  79. this.txtBuilding.Name = "txtBuilding";
  80. this.txtBuilding.Size = new System.Drawing.Size(80, 23);
  81. this.txtBuilding.TabIndex = 8;
  82. //
  83. // txtApartment
  84. //
  85. this.txtApartment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  86. this.txtApartment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  87. this.txtApartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  88. this.txtApartment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  89. this.txtApartment.Location = new System.Drawing.Point(100, 173);
  90. this.txtApartment.Margin = new System.Windows.Forms.Padding(2);
  91. this.txtApartment.Name = "txtApartment";
  92. this.txtApartment.Size = new System.Drawing.Size(100, 23);
  93. this.txtApartment.TabIndex = 10;
  94. //
  95. // cmbAddressType
  96. //
  97. this.cmbAddressType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  98. this.cmbAddressType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  99. this.cmbAddressType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  100. this.cmbAddressType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  101. this.cmbAddressType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  102. this.cmbAddressType.Items.AddRange(new object[] {
  103. "actual",
  104. "delivery"});
  105. this.cmbAddressType.Location = new System.Drawing.Point(100, 207);
  106. this.cmbAddressType.Margin = new System.Windows.Forms.Padding(2);
  107. this.cmbAddressType.Name = "cmbAddressType";
  108. this.cmbAddressType.Size = new System.Drawing.Size(150, 24);
  109. this.cmbAddressType.TabIndex = 12;
  110. //
  111. // btnSave
  112. //
  113. this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  114. this.btnSave.FlatAppearance.BorderSize = 0;
  115. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  116. this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  117. this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  118. this.btnSave.Location = new System.Drawing.Point(90, 260);
  119. this.btnSave.Margin = new System.Windows.Forms.Padding(2);
  120. this.btnSave.Name = "btnSave";
  121. this.btnSave.Size = new System.Drawing.Size(110, 35);
  122. this.btnSave.TabIndex = 13;
  123. this.btnSave.Text = "Сохранить";
  124. this.btnSave.UseVisualStyleBackColor = false;
  125. //
  126. // btnCancel
  127. //
  128. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  129. this.btnCancel.FlatAppearance.BorderSize = 0;
  130. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  131. this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  132. this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  133. this.btnCancel.Location = new System.Drawing.Point(220, 260);
  134. this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
  135. this.btnCancel.Name = "btnCancel";
  136. this.btnCancel.Size = new System.Drawing.Size(110, 35);
  137. this.btnCancel.TabIndex = 14;
  138. this.btnCancel.Text = "❌ Отмена";
  139. this.btnCancel.UseVisualStyleBackColor = false;
  140. //
  141. // lblCity
  142. //
  143. this.lblCity.AutoSize = true;
  144. this.lblCity.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  145. this.lblCity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  146. this.lblCity.Location = new System.Drawing.Point(40, 70);
  147. this.lblCity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  148. this.lblCity.Name = "lblCity";
  149. this.lblCity.Size = new System.Drawing.Size(52, 17);
  150. this.lblCity.TabIndex = 1;
  151. this.lblCity.Text = "Город:";
  152. //
  153. // lblStreet
  154. //
  155. this.lblStreet.AutoSize = true;
  156. this.lblStreet.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  157. this.lblStreet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  158. this.lblStreet.Location = new System.Drawing.Point(40, 105);
  159. this.lblStreet.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  160. this.lblStreet.Name = "lblStreet";
  161. this.lblStreet.Size = new System.Drawing.Size(53, 17);
  162. this.lblStreet.TabIndex = 3;
  163. this.lblStreet.Text = "Улица:";
  164. //
  165. // lblHouse
  166. //
  167. this.lblHouse.AutoSize = true;
  168. this.lblHouse.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  169. this.lblHouse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  170. this.lblHouse.Location = new System.Drawing.Point(40, 140);
  171. this.lblHouse.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  172. this.lblHouse.Name = "lblHouse";
  173. this.lblHouse.Size = new System.Drawing.Size(40, 17);
  174. this.lblHouse.TabIndex = 5;
  175. this.lblHouse.Text = "Дом:";
  176. //
  177. // lblBuilding
  178. //
  179. this.lblBuilding.AutoSize = true;
  180. this.lblBuilding.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  181. this.lblBuilding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  182. this.lblBuilding.Location = new System.Drawing.Point(210, 140);
  183. this.lblBuilding.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  184. this.lblBuilding.Name = "lblBuilding";
  185. this.lblBuilding.Size = new System.Drawing.Size(59, 17);
  186. this.lblBuilding.TabIndex = 7;
  187. this.lblBuilding.Text = "Корпус:";
  188. //
  189. // lblApartment
  190. //
  191. this.lblApartment.AutoSize = true;
  192. this.lblApartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  193. this.lblApartment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  194. this.lblApartment.Location = new System.Drawing.Point(30, 175);
  195. this.lblApartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  196. this.lblApartment.Name = "lblApartment";
  197. this.lblApartment.Size = new System.Drawing.Size(75, 17);
  198. this.lblApartment.TabIndex = 9;
  199. this.lblApartment.Text = "Квартира:";
  200. //
  201. // lblAddressType
  202. //
  203. this.lblAddressType.AutoSize = true;
  204. this.lblAddressType.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  205. this.lblAddressType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  206. this.lblAddressType.Location = new System.Drawing.Point(40, 210);
  207. this.lblAddressType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  208. this.lblAddressType.Name = "lblAddressType";
  209. this.lblAddressType.Size = new System.Drawing.Size(42, 17);
  210. this.lblAddressType.TabIndex = 11;
  211. this.lblAddressType.Text = "Тип*:";
  212. //
  213. // lblTitle
  214. //
  215. this.lblTitle.AutoSize = true;
  216. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
  217. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  218. this.lblTitle.Location = new System.Drawing.Point(150, 12);
  219. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  220. this.lblTitle.Name = "lblTitle";
  221. this.lblTitle.Size = new System.Drawing.Size(175, 24);
  222. this.lblTitle.TabIndex = 0;
  223. this.lblTitle.Text = "Редактирование";
  224. //
  225. // panelHeader
  226. //
  227. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  228. this.panelHeader.Controls.Add(this.lblTitle);
  229. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  230. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  231. this.panelHeader.Margin = new System.Windows.Forms.Padding(2);
  232. this.panelHeader.Name = "panelHeader";
  233. this.panelHeader.Size = new System.Drawing.Size(480, 50);
  234. this.panelHeader.TabIndex = 0;
  235. //
  236. // AddressEditForm
  237. //
  238. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  239. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  240. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  241. this.ClientSize = new System.Drawing.Size(480, 320);
  242. this.Controls.Add(this.btnCancel);
  243. this.Controls.Add(this.btnSave);
  244. this.Controls.Add(this.cmbAddressType);
  245. this.Controls.Add(this.lblAddressType);
  246. this.Controls.Add(this.txtApartment);
  247. this.Controls.Add(this.lblApartment);
  248. this.Controls.Add(this.txtBuilding);
  249. this.Controls.Add(this.lblBuilding);
  250. this.Controls.Add(this.txtHouse);
  251. this.Controls.Add(this.lblHouse);
  252. this.Controls.Add(this.txtStreet);
  253. this.Controls.Add(this.lblStreet);
  254. this.Controls.Add(this.txtCity);
  255. this.Controls.Add(this.lblCity);
  256. this.Controls.Add(this.panelHeader);
  257. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  258. this.Margin = new System.Windows.Forms.Padding(2);
  259. this.MaximizeBox = false;
  260. this.Name = "AddressEditForm";
  261. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  262. this.Text = "Адрес";
  263. this.panelHeader.ResumeLayout(false);
  264. this.panelHeader.PerformLayout();
  265. this.ResumeLayout(false);
  266. this.PerformLayout();
  267. }
  268. private System.Windows.Forms.TextBox txtCity;
  269. private System.Windows.Forms.TextBox txtStreet;
  270. private System.Windows.Forms.TextBox txtHouse;
  271. private System.Windows.Forms.TextBox txtBuilding;
  272. private System.Windows.Forms.TextBox txtApartment;
  273. private System.Windows.Forms.ComboBox cmbAddressType;
  274. private System.Windows.Forms.Button btnSave;
  275. private System.Windows.Forms.Button btnCancel;
  276. private System.Windows.Forms.Label lblCity;
  277. private System.Windows.Forms.Label lblStreet;
  278. private System.Windows.Forms.Label lblHouse;
  279. private System.Windows.Forms.Label lblBuilding;
  280. private System.Windows.Forms.Label lblApartment;
  281. private System.Windows.Forms.Label lblAddressType;
  282. private System.Windows.Forms.Label lblTitle;
  283. private System.Windows.Forms.Panel panelHeader;
  284. }
  285. }