Query_SOP.Designer.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SOP
  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.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  29. this.Sn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // Sn
  34. //
  35. this.Sn.AllPower = null;
  36. this.Sn.ID = null;
  37. this.Sn.Location = new System.Drawing.Point(213, 357);
  38. this.Sn.Name = "Sn";
  39. this.Sn.Power = null;
  40. this.Sn.Size = new System.Drawing.Size(283, 35);
  41. this.Sn.Str = null;
  42. this.Sn.Str1 = null;
  43. this.Sn.Str2 = null;
  44. this.Sn.TabIndex = 0;
  45. this.Sn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sn_KeyDown);
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.label1.Location = new System.Drawing.Point(100, 355);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(58, 37);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "SN";
  56. //
  57. // Query_SOP
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  61. this.ClientSize = new System.Drawing.Size(1494, 1075);
  62. this.Controls.Add(this.label1);
  63. this.Controls.Add(this.Sn);
  64. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  65. this.Margin = new System.Windows.Forms.Padding(6);
  66. this.Name = "Query_SOP";
  67. this.Tag = "Query!SOP";
  68. this.Text = "Query_SpecialReport";
  69. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  70. this.ResumeLayout(false);
  71. this.PerformLayout();
  72. }
  73. #endregion
  74. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  75. private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox Sn;
  76. private System.Windows.Forms.Label label1;
  77. }
  78. }