frmVoice.Designer.cs 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. 
  2. namespace CarMeterSystem
  3. {
  4. partial class frmVoice
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  30. this.SuspendLayout();
  31. //
  32. // flowLayoutPanel1
  33. //
  34. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  35. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  36. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  37. this.flowLayoutPanel1.Size = new System.Drawing.Size(390, 224);
  38. this.flowLayoutPanel1.TabIndex = 1;
  39. //
  40. // frmVoice
  41. //
  42. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  43. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  44. this.ClientSize = new System.Drawing.Size(390, 224);
  45. this.Controls.Add(this.flowLayoutPanel1);
  46. this.Name = "frmVoice";
  47. this.Text = "frmVoice";
  48. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVoice_FormClosing);
  49. this.Load += new System.EventHandler(this.frmVoice_Load);
  50. this.ResumeLayout(false);
  51. }
  52. #endregion
  53. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  54. }
  55. }