741a6d539e80a3a2e40981b49af46751f635158c.svn-base 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. namespace Core.LZMes.Client.QCM.QCM03
  2. {
  3. partial class QCM0305SON
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.label5 = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.FlawDesc = new System.Windows.Forms.TextBox();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  35. this.panel1.SuspendLayout();
  36. this.panel2.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.Controls.Add(this.FlawDesc);
  43. this.panel1.Controls.Add(this.comboBox1);
  44. this.panel1.Controls.Add(this.label1);
  45. this.panel1.Controls.Add(this.label5);
  46. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  47. this.panel1.Location = new System.Drawing.Point(0, 0);
  48. this.panel1.Name = "panel1";
  49. this.panel1.Size = new System.Drawing.Size(740, 43);
  50. this.panel1.TabIndex = 0;
  51. //
  52. // label5
  53. //
  54. this.label5.BackColor = System.Drawing.Color.LightBlue;
  55. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  56. this.label5.Location = new System.Drawing.Point(218, 10);
  57. this.label5.Name = "label5";
  58. this.label5.Size = new System.Drawing.Size(60, 21);
  59. this.label5.TabIndex = 7;
  60. this.label5.Text = "缺陷描述";
  61. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  62. this.label5.Click += new System.EventHandler(this.label5_Click);
  63. //
  64. // label1
  65. //
  66. this.label1.BackColor = System.Drawing.Color.LightBlue;
  67. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  68. this.label1.Location = new System.Drawing.Point(12, 9);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(54, 21);
  71. this.label1.TabIndex = 8;
  72. this.label1.Text = "请选择";
  73. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  74. //
  75. // comboBox1
  76. //
  77. this.comboBox1.FormattingEnabled = true;
  78. this.comboBox1.Location = new System.Drawing.Point(72, 10);
  79. this.comboBox1.Name = "comboBox1";
  80. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  81. this.comboBox1.TabIndex = 9;
  82. //
  83. // FlawDesc
  84. //
  85. this.FlawDesc.Location = new System.Drawing.Point(286, 9);
  86. this.FlawDesc.Name = "FlawDesc";
  87. this.FlawDesc.Size = new System.Drawing.Size(100, 21);
  88. this.FlawDesc.TabIndex = 10;
  89. //
  90. // panel2
  91. //
  92. this.panel2.Controls.Add(this.ultraGrid1);
  93. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.panel2.Location = new System.Drawing.Point(0, 43);
  95. this.panel2.Name = "panel2";
  96. this.panel2.Size = new System.Drawing.Size(740, 407);
  97. this.panel2.TabIndex = 1;
  98. //
  99. // ultraGrid1
  100. //
  101. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  103. this.ultraGrid1.Name = "ultraGrid1";
  104. this.ultraGrid1.Size = new System.Drawing.Size(740, 407);
  105. this.ultraGrid1.TabIndex = 0;
  106. this.ultraGrid1.Text = "ultraGrid1";
  107. //
  108. // QCM0305SON
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(740, 450);
  113. this.Controls.Add(this.panel2);
  114. this.Controls.Add(this.panel1);
  115. this.Name = "QCM0305SON";
  116. this.Text = "QCM0305SON";
  117. this.panel1.ResumeLayout(false);
  118. this.panel1.PerformLayout();
  119. this.panel2.ResumeLayout(false);
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  121. this.ResumeLayout(false);
  122. }
  123. #endregion
  124. private System.Windows.Forms.Panel panel1;
  125. private System.Windows.Forms.ComboBox comboBox1;
  126. private System.Windows.Forms.Label label1;
  127. private System.Windows.Forms.Label label5;
  128. private System.Windows.Forms.TextBox FlawDesc;
  129. private System.Windows.Forms.Panel panel2;
  130. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  131. }
  132. }