/src/FormsView/SearchControls/CarSearchControl.Designer.cs

https://bitbucket.org/tkestowicz/solidworkshop · C# · 324 lines · 241 code · 6 blank · 77 comment · 3 complexity · 3e23ebda8aed41b022fa87a17c596d95 MD5 · raw file

  1. namespace FormsView.SearchControls
  2. {
  3. partial class CarSearchControl
  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 Component 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.findClearControls1 = new FormsView.Controls.FindClearControls();
  29. this.groupBoxCarSearch = new System.Windows.Forms.GroupBox();
  30. this.checkBoxBrand = new System.Windows.Forms.CheckBox();
  31. this.checkBoxModel = new System.Windows.Forms.CheckBox();
  32. this.checkBoxColor = new System.Windows.Forms.CheckBox();
  33. this.checkBoxRegistrationNumber = new System.Windows.Forms.CheckBox();
  34. this.maskedTextBoxProductionYearTo = new System.Windows.Forms.MaskedTextBox();
  35. this.checkBoxProductionYearTo = new System.Windows.Forms.CheckBox();
  36. this.checkBoxProductionYearFrom = new System.Windows.Forms.CheckBox();
  37. this.maskedProductionYearFrom = new System.Windows.Forms.MaskedTextBox();
  38. this.comboBoxCarColor = new System.Windows.Forms.ComboBox();
  39. this.comboBoxCarModel = new System.Windows.Forms.ComboBox();
  40. this.comboBoxCarBrand = new System.Windows.Forms.ComboBox();
  41. this.textBoxRegistrationNumber = new System.Windows.Forms.TextBox();
  42. this.labelProductionYearTo = new System.Windows.Forms.Label();
  43. this.labelProductionYearFrom = new System.Windows.Forms.Label();
  44. this.labelProductionYear = new System.Windows.Forms.Label();
  45. this.labelCarColor = new System.Windows.Forms.Label();
  46. this.labelCarBrand = new System.Windows.Forms.Label();
  47. this.labelCarModel = new System.Windows.Forms.Label();
  48. this.labelCarRegistrationNumber = new System.Windows.Forms.Label();
  49. this.groupBoxCarSearch.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // findClearControls1
  53. //
  54. this.findClearControls1.Dock = System.Windows.Forms.DockStyle.Bottom;
  55. this.findClearControls1.Location = new System.Drawing.Point(0, 248);
  56. this.findClearControls1.Name = "findClearControls1";
  57. this.findClearControls1.Sender = null;
  58. this.findClearControls1.Size = new System.Drawing.Size(314, 25);
  59. this.findClearControls1.TabIndex = 0;
  60. //
  61. // groupBoxCarSearch
  62. //
  63. this.groupBoxCarSearch.Controls.Add(this.checkBoxBrand);
  64. this.groupBoxCarSearch.Controls.Add(this.checkBoxModel);
  65. this.groupBoxCarSearch.Controls.Add(this.checkBoxColor);
  66. this.groupBoxCarSearch.Controls.Add(this.checkBoxRegistrationNumber);
  67. this.groupBoxCarSearch.Controls.Add(this.maskedTextBoxProductionYearTo);
  68. this.groupBoxCarSearch.Controls.Add(this.checkBoxProductionYearTo);
  69. this.groupBoxCarSearch.Controls.Add(this.checkBoxProductionYearFrom);
  70. this.groupBoxCarSearch.Controls.Add(this.labelProductionYearTo);
  71. this.groupBoxCarSearch.Controls.Add(this.labelProductionYearFrom);
  72. this.groupBoxCarSearch.Controls.Add(this.maskedProductionYearFrom);
  73. this.groupBoxCarSearch.Controls.Add(this.labelProductionYear);
  74. this.groupBoxCarSearch.Controls.Add(this.comboBoxCarColor);
  75. this.groupBoxCarSearch.Controls.Add(this.comboBoxCarModel);
  76. this.groupBoxCarSearch.Controls.Add(this.comboBoxCarBrand);
  77. this.groupBoxCarSearch.Controls.Add(this.textBoxRegistrationNumber);
  78. this.groupBoxCarSearch.Controls.Add(this.labelCarColor);
  79. this.groupBoxCarSearch.Controls.Add(this.labelCarBrand);
  80. this.groupBoxCarSearch.Controls.Add(this.labelCarModel);
  81. this.groupBoxCarSearch.Controls.Add(this.labelCarRegistrationNumber);
  82. this.groupBoxCarSearch.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.groupBoxCarSearch.Location = new System.Drawing.Point(0, 0);
  84. this.groupBoxCarSearch.Name = "groupBoxCarSearch";
  85. this.groupBoxCarSearch.Size = new System.Drawing.Size(314, 228);
  86. this.groupBoxCarSearch.TabIndex = 1;
  87. this.groupBoxCarSearch.TabStop = false;
  88. this.groupBoxCarSearch.Text = global::FormsView.TranslationsStatic.Default.groupBoxCarTitle;
  89. //
  90. // checkBoxBrand
  91. //
  92. this.checkBoxBrand.AutoSize = true;
  93. this.checkBoxBrand.Location = new System.Drawing.Point(124, 39);
  94. this.checkBoxBrand.Name = "checkBoxBrand";
  95. this.checkBoxBrand.Size = new System.Drawing.Size(15, 14);
  96. this.checkBoxBrand.TabIndex = 127;
  97. this.checkBoxBrand.UseVisualStyleBackColor = true;
  98. this.checkBoxBrand.CheckedChanged += new System.EventHandler(this.checkBoxBrand_CheckedChanged);
  99. //
  100. // checkBoxModel
  101. //
  102. this.checkBoxModel.AutoSize = true;
  103. this.checkBoxModel.Location = new System.Drawing.Point(124, 76);
  104. this.checkBoxModel.Name = "checkBoxModel";
  105. this.checkBoxModel.Size = new System.Drawing.Size(15, 14);
  106. this.checkBoxModel.TabIndex = 126;
  107. this.checkBoxModel.UseVisualStyleBackColor = true;
  108. this.checkBoxModel.CheckedChanged += new System.EventHandler(this.checkBoxModel_CheckedChanged);
  109. //
  110. // checkBoxColor
  111. //
  112. this.checkBoxColor.AutoSize = true;
  113. this.checkBoxColor.Location = new System.Drawing.Point(124, 112);
  114. this.checkBoxColor.Name = "checkBoxColor";
  115. this.checkBoxColor.Size = new System.Drawing.Size(15, 14);
  116. this.checkBoxColor.TabIndex = 125;
  117. this.checkBoxColor.UseVisualStyleBackColor = true;
  118. this.checkBoxColor.CheckedChanged += new System.EventHandler(this.checkBoxColor_CheckedChanged);
  119. //
  120. // checkBoxRegistrationNumber
  121. //
  122. this.checkBoxRegistrationNumber.AutoSize = true;
  123. this.checkBoxRegistrationNumber.Location = new System.Drawing.Point(124, 151);
  124. this.checkBoxRegistrationNumber.Name = "checkBoxRegistrationNumber";
  125. this.checkBoxRegistrationNumber.Size = new System.Drawing.Size(15, 14);
  126. this.checkBoxRegistrationNumber.TabIndex = 124;
  127. this.checkBoxRegistrationNumber.UseVisualStyleBackColor = true;
  128. this.checkBoxRegistrationNumber.CheckedChanged += new System.EventHandler(this.checkBoxRegistrationNumber_CheckedChanged);
  129. //
  130. // maskedTextBoxProductionYearTo
  131. //
  132. this.maskedTextBoxProductionYearTo.Enabled = false;
  133. this.maskedTextBoxProductionYearTo.Location = new System.Drawing.Point(260, 186);
  134. this.maskedTextBoxProductionYearTo.Mask = "0000";
  135. this.maskedTextBoxProductionYearTo.Name = "maskedTextBoxProductionYearTo";
  136. this.maskedTextBoxProductionYearTo.Size = new System.Drawing.Size(34, 20);
  137. this.maskedTextBoxProductionYearTo.TabIndex = 123;
  138. this.maskedTextBoxProductionYearTo.Tag = "searchParam";
  139. //
  140. // checkBoxProductionYearTo
  141. //
  142. this.checkBoxProductionYearTo.AutoSize = true;
  143. this.checkBoxProductionYearTo.Location = new System.Drawing.Point(214, 189);
  144. this.checkBoxProductionYearTo.Name = "checkBoxProductionYearTo";
  145. this.checkBoxProductionYearTo.Size = new System.Drawing.Size(15, 14);
  146. this.checkBoxProductionYearTo.TabIndex = 122;
  147. this.checkBoxProductionYearTo.UseVisualStyleBackColor = true;
  148. this.checkBoxProductionYearTo.CheckedChanged += new System.EventHandler(this.checkBoxProductionYearTo_CheckedChanged);
  149. //
  150. // checkBoxProductionYearFrom
  151. //
  152. this.checkBoxProductionYearFrom.AutoSize = true;
  153. this.checkBoxProductionYearFrom.Location = new System.Drawing.Point(124, 189);
  154. this.checkBoxProductionYearFrom.Name = "checkBoxProductionYearFrom";
  155. this.checkBoxProductionYearFrom.Size = new System.Drawing.Size(15, 14);
  156. this.checkBoxProductionYearFrom.TabIndex = 121;
  157. this.checkBoxProductionYearFrom.UseVisualStyleBackColor = true;
  158. this.checkBoxProductionYearFrom.CheckedChanged += new System.EventHandler(this.checkBoxProductionYearFrom_CheckedChanged);
  159. //
  160. // maskedProductionYearFrom
  161. //
  162. this.maskedProductionYearFrom.Enabled = false;
  163. this.maskedProductionYearFrom.Location = new System.Drawing.Point(168, 186);
  164. this.maskedProductionYearFrom.Mask = "0000";
  165. this.maskedProductionYearFrom.Name = "maskedProductionYearFrom";
  166. this.maskedProductionYearFrom.Size = new System.Drawing.Size(34, 20);
  167. this.maskedProductionYearFrom.TabIndex = 84;
  168. this.maskedProductionYearFrom.Tag = "searchParam";
  169. //
  170. // comboBoxCarColor
  171. //
  172. this.comboBoxCarColor.DisplayMember = "Value";
  173. this.comboBoxCarColor.Enabled = false;
  174. this.comboBoxCarColor.FormattingEnabled = true;
  175. this.comboBoxCarColor.Location = new System.Drawing.Point(145, 109);
  176. this.comboBoxCarColor.Name = "comboBoxCarColor";
  177. this.comboBoxCarColor.Size = new System.Drawing.Size(149, 21);
  178. this.comboBoxCarColor.TabIndex = 77;
  179. this.comboBoxCarColor.TabStop = false;
  180. this.comboBoxCarColor.Tag = "searchParam";
  181. this.comboBoxCarColor.ValueMember = "Value";
  182. //
  183. // comboBoxCarModel
  184. //
  185. this.comboBoxCarModel.DisplayMember = "Value";
  186. this.comboBoxCarModel.Enabled = false;
  187. this.comboBoxCarModel.FormattingEnabled = true;
  188. this.comboBoxCarModel.Location = new System.Drawing.Point(145, 73);
  189. this.comboBoxCarModel.Name = "comboBoxCarModel";
  190. this.comboBoxCarModel.Size = new System.Drawing.Size(149, 21);
  191. this.comboBoxCarModel.TabIndex = 76;
  192. this.comboBoxCarModel.Tag = "searchParam";
  193. this.comboBoxCarModel.ValueMember = "Value";
  194. //
  195. // comboBoxCarBrand
  196. //
  197. this.comboBoxCarBrand.DisplayMember = "Value";
  198. this.comboBoxCarBrand.Enabled = false;
  199. this.comboBoxCarBrand.FormattingEnabled = true;
  200. this.comboBoxCarBrand.Location = new System.Drawing.Point(145, 36);
  201. this.comboBoxCarBrand.Name = "comboBoxCarBrand";
  202. this.comboBoxCarBrand.Size = new System.Drawing.Size(149, 21);
  203. this.comboBoxCarBrand.TabIndex = 75;
  204. this.comboBoxCarBrand.Tag = "searchParam";
  205. this.comboBoxCarBrand.ValueMember = "Value";
  206. this.comboBoxCarBrand.SelectedIndexChanged += new System.EventHandler(this.LoadModelsByBrand);
  207. //
  208. // textBoxRegistrationNumber
  209. //
  210. this.textBoxRegistrationNumber.Enabled = false;
  211. this.textBoxRegistrationNumber.Location = new System.Drawing.Point(145, 148);
  212. this.textBoxRegistrationNumber.MaxLength = 7;
  213. this.textBoxRegistrationNumber.Name = "textBoxRegistrationNumber";
  214. this.textBoxRegistrationNumber.Size = new System.Drawing.Size(57, 20);
  215. this.textBoxRegistrationNumber.TabIndex = 69;
  216. this.textBoxRegistrationNumber.Tag = "searchParam";
  217. //
  218. // labelProductionYearTo
  219. //
  220. this.labelProductionYearTo.AutoSize = true;
  221. this.labelProductionYearTo.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::FormsView.TranslationsStatic.Default, "labelTo", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  222. this.labelProductionYearTo.Location = new System.Drawing.Point(233, 189);
  223. this.labelProductionYearTo.Name = "labelProductionYearTo";
  224. this.labelProductionYearTo.Size = new System.Drawing.Size(24, 13);
  225. this.labelProductionYearTo.TabIndex = 120;
  226. this.labelProductionYearTo.Text = global::FormsView.TranslationsStatic.Default.labelTo;
  227. //
  228. // labelProductionYearFrom
  229. //
  230. this.labelProductionYearFrom.AutoSize = true;
  231. this.labelProductionYearFrom.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::FormsView.TranslationsStatic.Default, "labelFrom", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  232. this.labelProductionYearFrom.Location = new System.Drawing.Point(142, 189);
  233. this.labelProductionYearFrom.Name = "labelProductionYearFrom";
  234. this.labelProductionYearFrom.Size = new System.Drawing.Size(24, 13);
  235. this.labelProductionYearFrom.TabIndex = 119;
  236. this.labelProductionYearFrom.Text = global::FormsView.TranslationsStatic.Default.labelFrom;
  237. //
  238. // labelProductionYear
  239. //
  240. this.labelProductionYear.AutoSize = true;
  241. this.labelProductionYear.Location = new System.Drawing.Point(17, 190);
  242. this.labelProductionYear.Name = "labelProductionYear";
  243. this.labelProductionYear.Size = new System.Drawing.Size(76, 13);
  244. this.labelProductionYear.TabIndex = 83;
  245. this.labelProductionYear.Text = global::FormsView.TranslationsStatic.Default.labelProductionYear;
  246. //
  247. // labelCarColor
  248. //
  249. this.labelCarColor.AutoSize = true;
  250. this.labelCarColor.Location = new System.Drawing.Point(17, 109);
  251. this.labelCarColor.Name = "labelCarColor";
  252. this.labelCarColor.Size = new System.Drawing.Size(34, 13);
  253. this.labelCarColor.TabIndex = 71;
  254. this.labelCarColor.Text = global::FormsView.TranslationsStatic.Default.labelColor;
  255. //
  256. // labelCarBrand
  257. //
  258. this.labelCarBrand.AutoSize = true;
  259. this.labelCarBrand.Location = new System.Drawing.Point(17, 36);
  260. this.labelCarBrand.Name = "labelCarBrand";
  261. this.labelCarBrand.Size = new System.Drawing.Size(40, 13);
  262. this.labelCarBrand.TabIndex = 65;
  263. this.labelCarBrand.Text = global::FormsView.TranslationsStatic.Default.labelBrand;
  264. //
  265. // labelCarModel
  266. //
  267. this.labelCarModel.AutoSize = true;
  268. this.labelCarModel.Location = new System.Drawing.Point(17, 73);
  269. this.labelCarModel.Name = "labelCarModel";
  270. this.labelCarModel.Size = new System.Drawing.Size(39, 13);
  271. this.labelCarModel.TabIndex = 66;
  272. this.labelCarModel.Text = global::FormsView.TranslationsStatic.Default.labelModel;
  273. //
  274. // labelCarRegistrationNumber
  275. //
  276. this.labelCarRegistrationNumber.AutoSize = true;
  277. this.labelCarRegistrationNumber.Location = new System.Drawing.Point(17, 148);
  278. this.labelCarRegistrationNumber.Name = "labelCarRegistrationNumber";
  279. this.labelCarRegistrationNumber.Size = new System.Drawing.Size(102, 13);
  280. this.labelCarRegistrationNumber.TabIndex = 67;
  281. this.labelCarRegistrationNumber.Text = global::FormsView.TranslationsStatic.Default.labelRegistrationNumber;
  282. //
  283. // CarSearchControl
  284. //
  285. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  286. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  287. this.Controls.Add(this.groupBoxCarSearch);
  288. this.Controls.Add(this.findClearControls1);
  289. this.Name = "CarSearchControl";
  290. this.Size = new System.Drawing.Size(314, 273);
  291. this.groupBoxCarSearch.ResumeLayout(false);
  292. this.groupBoxCarSearch.PerformLayout();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private Controls.FindClearControls findClearControls1;
  297. private System.Windows.Forms.GroupBox groupBoxCarSearch;
  298. private System.Windows.Forms.MaskedTextBox maskedProductionYearFrom;
  299. private System.Windows.Forms.Label labelProductionYear;
  300. private System.Windows.Forms.ComboBox comboBoxCarColor;
  301. private System.Windows.Forms.ComboBox comboBoxCarModel;
  302. private System.Windows.Forms.ComboBox comboBoxCarBrand;
  303. private System.Windows.Forms.TextBox textBoxRegistrationNumber;
  304. private System.Windows.Forms.Label labelCarColor;
  305. private System.Windows.Forms.Label labelCarBrand;
  306. private System.Windows.Forms.Label labelCarModel;
  307. private System.Windows.Forms.Label labelCarRegistrationNumber;
  308. private System.Windows.Forms.MaskedTextBox maskedTextBoxProductionYearTo;
  309. private System.Windows.Forms.CheckBox checkBoxProductionYearTo;
  310. private System.Windows.Forms.CheckBox checkBoxProductionYearFrom;
  311. private System.Windows.Forms.Label labelProductionYearTo;
  312. private System.Windows.Forms.Label labelProductionYearFrom;
  313. private System.Windows.Forms.CheckBox checkBoxBrand;
  314. private System.Windows.Forms.CheckBox checkBoxModel;
  315. private System.Windows.Forms.CheckBox checkBoxColor;
  316. private System.Windows.Forms.CheckBox checkBoxRegistrationNumber;
  317. }
  318. }