ucAppWindow.Designer.cs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace OpenSim.GridLaunch.GUI.WinForm
  2. {
  3. partial class ucAppWindow
  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.ucLogWindow1 = new OpenSim.GridLaunch.GUI.WinForm.ucLogWindow();
  29. this.ucInputField1 = new OpenSim.GridLaunch.GUI.WinForm.ucInputField();
  30. this.SuspendLayout();
  31. //
  32. // ucLogWindow1
  33. //
  34. this.ucLogWindow1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  35. | System.Windows.Forms.AnchorStyles.Left)
  36. | System.Windows.Forms.AnchorStyles.Right)));
  37. this.ucLogWindow1.Location = new System.Drawing.Point(3, 3);
  38. this.ucLogWindow1.Name = "ucLogWindow1";
  39. this.ucLogWindow1.Size = new System.Drawing.Size(232, 132);
  40. this.ucLogWindow1.TabIndex = 0;
  41. //
  42. // ucInputField1
  43. //
  44. this.ucInputField1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  45. | System.Windows.Forms.AnchorStyles.Right)));
  46. this.ucInputField1.Location = new System.Drawing.Point(0, 141);
  47. this.ucInputField1.Name = "ucInputField1";
  48. this.ucInputField1.Size = new System.Drawing.Size(234, 30);
  49. this.ucInputField1.TabIndex = 1;
  50. //
  51. // ucAppWindow
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.Controls.Add(this.ucInputField1);
  56. this.Controls.Add(this.ucLogWindow1);
  57. this.DoubleBuffered = true;
  58. this.Name = "ucAppWindow";
  59. this.Size = new System.Drawing.Size(235, 166);
  60. this.ResumeLayout(false);
  61. }
  62. #endregion
  63. private ucLogWindow ucLogWindow1;
  64. private ucInputField ucInputField1;
  65. }
  66. }