Special_GetSNLog.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_GetSNLog
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_GetSNLog));
  29. this.Pallet_label = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  32. this.SNCODE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  33. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.TestResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.button2 = new System.Windows.Forms.Button();
  37. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // Pallet_label
  41. //
  42. this.Pallet_label.AutoSize = true;
  43. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.Pallet_label.Location = new System.Drawing.Point(18, 131);
  45. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  46. this.Pallet_label.Name = "Pallet_label";
  47. this.Pallet_label.Size = new System.Drawing.Size(48, 21);
  48. this.Pallet_label.TabIndex = 1;
  49. this.Pallet_label.Text = "SN号";
  50. //
  51. // button1
  52. //
  53. this.button1.Location = new System.Drawing.Point(267, 207);
  54. this.button1.Name = "button1";
  55. this.button1.Size = new System.Drawing.Size(75, 23);
  56. this.button1.TabIndex = 4;
  57. this.button1.Text = "button1";
  58. this.button1.UseVisualStyleBackColor = true;
  59. this.button1.Visible = false;
  60. this.button1.Click += new System.EventHandler(this.button1_Click);
  61. //
  62. // OperatResult
  63. //
  64. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.OperatResult.Location = new System.Drawing.Point(378, 60);
  66. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  67. this.OperatResult.Name = "OperatResult";
  68. this.OperatResult.Size = new System.Drawing.Size(204, 310);
  69. this.OperatResult.TabIndex = 3;
  70. this.OperatResult.Text = "";
  71. //
  72. // SNCODE
  73. //
  74. this.SNCODE.AllPower = null;
  75. this.SNCODE.BackColor = System.Drawing.Color.White;
  76. this.SNCODE.ID = null;
  77. this.SNCODE.Location = new System.Drawing.Point(91, 133);
  78. this.SNCODE.Margin = new System.Windows.Forms.Padding(2);
  79. this.SNCODE.Name = "SNCODE";
  80. this.SNCODE.Power = null;
  81. this.SNCODE.Size = new System.Drawing.Size(148, 21);
  82. this.SNCODE.Str = null;
  83. this.SNCODE.Str1 = null;
  84. this.SNCODE.Str2 = null;
  85. this.SNCODE.TabIndex = 2;
  86. //
  87. // Split
  88. //
  89. this.Split.AllPower = null;
  90. this.Split.BackColor = System.Drawing.Color.Transparent;
  91. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  92. this.Split.Image = null;
  93. this.Split.IsShowBorder = true;
  94. this.Split.Location = new System.Drawing.Point(267, 133);
  95. this.Split.Margin = new System.Windows.Forms.Padding(2);
  96. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  97. this.Split.Name = "Split";
  98. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  99. this.Split.Power = null;
  100. this.Split.Size = new System.Drawing.Size(56, 22);
  101. this.Split.TabIndex = 0;
  102. this.Split.Text = "获取";
  103. this.Split.UseVisualStyleBackColor = false;
  104. this.Split.Click += new System.EventHandler(this.Split_Click);
  105. //
  106. // dataGridView1
  107. //
  108. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  109. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  110. this.TestResult});
  111. this.dataGridView1.Location = new System.Drawing.Point(22, 299);
  112. this.dataGridView1.Name = "dataGridView1";
  113. this.dataGridView1.RowTemplate.Height = 23;
  114. this.dataGridView1.Size = new System.Drawing.Size(341, 201);
  115. this.dataGridView1.TabIndex = 5;
  116. this.dataGridView1.Visible = false;
  117. //
  118. // TestResult
  119. //
  120. this.TestResult.DataPropertyName = "TestResult";
  121. this.TestResult.HeaderText = "TestResult";
  122. this.TestResult.Name = "TestResult";
  123. //
  124. // button2
  125. //
  126. this.button2.Location = new System.Drawing.Point(41, 207);
  127. this.button2.Name = "button2";
  128. this.button2.Size = new System.Drawing.Size(75, 23);
  129. this.button2.TabIndex = 6;
  130. this.button2.Text = "button2";
  131. this.button2.UseVisualStyleBackColor = true;
  132. this.button2.Visible = false;
  133. this.button2.Click += new System.EventHandler(this.button2_Click);
  134. //
  135. // Special_GetSNLog
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.ClientSize = new System.Drawing.Size(692, 527);
  140. this.Controls.Add(this.button2);
  141. this.Controls.Add(this.dataGridView1);
  142. this.Controls.Add(this.button1);
  143. this.Controls.Add(this.OperatResult);
  144. this.Controls.Add(this.SNCODE);
  145. this.Controls.Add(this.Pallet_label);
  146. this.Controls.Add(this.Split);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  148. this.Margin = new System.Windows.Forms.Padding(2);
  149. this.Name = "Special_GetSNLog";
  150. this.Tag = "Special!GetSNLog";
  151. this.Text = "获取LOG文件";
  152. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  153. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  154. this.ResumeLayout(false);
  155. this.PerformLayout();
  156. }
  157. #endregion
  158. private CustomControl.ButtonUtil.NormalButton Split;
  159. private System.Windows.Forms.Label Pallet_label;
  160. private CustomControl.TextBoxWithIcon.EnterTextBox SNCODE;
  161. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  162. private System.Windows.Forms.Button button1;
  163. private System.Windows.Forms.DataGridView dataGridView1;
  164. private System.Windows.Forms.Button button2;
  165. private System.Windows.Forms.DataGridViewTextBoxColumn TestResult;
  166. }
  167. }