Form3.Designer.cs 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. namespace Core.StlMes
  2. {
  3. partial class Form3
  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 Windows Form 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. ///
  27. private void InitializeComponent()
  28. {
  29. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  30. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // ultraTextEditor1
  34. //
  35. this.ultraTextEditor1.Location = new System.Drawing.Point(-1, 12);
  36. this.ultraTextEditor1.Name = "ultraTextEditor1";
  37. this.ultraTextEditor1.Size = new System.Drawing.Size(195, 21);
  38. this.ultraTextEditor1.TabIndex = 0;
  39. this.ultraTextEditor1.Text = "ultraTextEditor1";
  40. //
  41. // Form3
  42. //
  43. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  44. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  45. this.ClientSize = new System.Drawing.Size(763, 417);
  46. this.Controls.Add(this.ultraTextEditor1);
  47. this.Name = "Form3";
  48. this.Text = "Form3";
  49. this.Load += new System.EventHandler(this.Form3_Load);
  50. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Form3_MouseDoubleClick);
  51. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  52. this.ResumeLayout(false);
  53. this.PerformLayout();
  54. }
  55. #endregion
  56. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  57. }
  58. }