OtherForm.Designer.cs 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. namespace YangjieTester.点检视图
  2. {
  3. partial class OtherForm
  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. private void InitializeComponent()
  27. {
  28. this.uiTextBox1 = new Sunny.UI.UITextBox();
  29. this.uiTextBox2 = new Sunny.UI.UITextBox();
  30. this.SuspendLayout();
  31. //
  32. // uiTextBox1
  33. //
  34. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  35. this.uiTextBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  36. this.uiTextBox1.Location = new System.Drawing.Point(17, 40);
  37. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  38. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  39. this.uiTextBox1.Multiline = true;
  40. this.uiTextBox1.Name = "uiTextBox1";
  41. this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
  42. this.uiTextBox1.ShowScrollBar = true;
  43. this.uiTextBox1.ShowText = false;
  44. this.uiTextBox1.Size = new System.Drawing.Size(1141, 291);
  45. this.uiTextBox1.TabIndex = 0;
  46. this.uiTextBox1.Text = "uiTextBox1";
  47. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  48. this.uiTextBox1.Watermark = "";
  49. //
  50. // uiTextBox2
  51. //
  52. this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
  53. this.uiTextBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.uiTextBox2.Location = new System.Drawing.Point(17, 350);
  55. this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  56. this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
  57. this.uiTextBox2.Multiline = true;
  58. this.uiTextBox2.Name = "uiTextBox2";
  59. this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
  60. this.uiTextBox2.ShowScrollBar = true;
  61. this.uiTextBox2.ShowText = false;
  62. this.uiTextBox2.Size = new System.Drawing.Size(1141, 291);
  63. this.uiTextBox2.TabIndex = 1;
  64. this.uiTextBox2.Text = "uiTextBox2";
  65. this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  66. this.uiTextBox2.Watermark = "";
  67. //
  68. // OtherForm
  69. //
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  71. this.ClientSize = new System.Drawing.Size(1440, 800);
  72. this.Controls.Add(this.uiTextBox2);
  73. this.Controls.Add(this.uiTextBox1);
  74. this.Name = "OtherForm";
  75. this.Text = "点检视图";
  76. this.Load += new System.EventHandler(this.OtherForm_Load);
  77. this.ResumeLayout(false);
  78. }
  79. #endregion
  80. private Sunny.UI.UITextBox uiTextBox1;
  81. private Sunny.UI.UITextBox uiTextBox2;
  82. }
  83. }