Make_ChangeCode.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ChangeCode
  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(Make_ChangeCode));
  29. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  30. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  31. this.SNCode = new System.Windows.Forms.Label();
  32. this.note = new System.Windows.Forms.TextBox();
  33. this.SuspendLayout();
  34. //
  35. // headBar1
  36. //
  37. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  38. this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  39. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  40. this.headBar1.Location = new System.Drawing.Point(0, 0);
  41. this.headBar1.Margin = new System.Windows.Forms.Padding(12, 12, 12, 12);
  42. this.headBar1.Name = "headBar1";
  43. this.headBar1.Size = new System.Drawing.Size(608, 62);
  44. this.headBar1.TabIndex = 0;
  45. this.headBar1.Title = null;
  46. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  47. //
  48. // Confirm
  49. //
  50. this.Confirm.AllPower = null;
  51. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  52. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  53. this.Confirm.Image = null;
  54. this.Confirm.IsShowBorder = true;
  55. this.Confirm.Location = new System.Drawing.Point(248, 342);
  56. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  57. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  58. this.Confirm.Name = "Confirm";
  59. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  60. this.Confirm.Power = null;
  61. this.Confirm.Size = new System.Drawing.Size(112, 44);
  62. this.Confirm.TabIndex = 1;
  63. this.Confirm.Text = "确认";
  64. this.Confirm.UseVisualStyleBackColor = false;
  65. //
  66. // SNCode
  67. //
  68. this.SNCode.AutoSize = true;
  69. this.SNCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.SNCode.Location = new System.Drawing.Point(25, 188);
  71. this.SNCode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  72. this.SNCode.Name = "SNCode";
  73. this.SNCode.Size = new System.Drawing.Size(62, 41);
  74. this.SNCode.TabIndex = 224;
  75. this.SNCode.Text = "SN";
  76. //
  77. // note
  78. //
  79. this.note.Location = new System.Drawing.Point(171, 188);
  80. this.note.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  81. this.note.Name = "note";
  82. this.note.Size = new System.Drawing.Size(398, 35);
  83. this.note.TabIndex = 225;
  84. //
  85. // Make_ChangeCode
  86. //
  87. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  88. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  89. this.ClientSize = new System.Drawing.Size(608, 414);
  90. this.Controls.Add(this.note);
  91. this.Controls.Add(this.SNCode);
  92. this.Controls.Add(this.Confirm);
  93. this.Controls.Add(this.headBar1);
  94. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  95. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  96. this.Name = "Make_ChangeCode";
  97. this.Tag = "ShowDialogWindow";
  98. this.Text = "Warehouse_NewPiInOut";
  99. this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load);
  100. this.ResumeLayout(false);
  101. this.PerformLayout();
  102. }
  103. #endregion
  104. private CustomControl.HeadBar headBar1;
  105. private CustomControl.ButtonUtil.NormalButton Confirm;
  106. private System.Windows.Forms.Label SNCode;
  107. private System.Windows.Forms.TextBox note;
  108. }
  109. }