orderLineYesNo.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class orderLineYesNo
  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.buttonFromBut = new System.Windows.Forms.Button();
  29. this.buttonCol = new System.Windows.Forms.Button();
  30. this.buttonClar = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // buttonFromBut
  34. //
  35. this.buttonFromBut.Location = new System.Drawing.Point(-1, 0);
  36. this.buttonFromBut.Name = "buttonFromBut";
  37. this.buttonFromBut.Size = new System.Drawing.Size(65, 23);
  38. this.buttonFromBut.TabIndex = 0;
  39. this.buttonFromBut.UseVisualStyleBackColor = true;
  40. this.buttonFromBut.Click += new System.EventHandler(this.buttonFromBut_Click);
  41. //
  42. // buttonCol
  43. //
  44. this.buttonCol.Location = new System.Drawing.Point(137, 0);
  45. this.buttonCol.Name = "buttonCol";
  46. this.buttonCol.Size = new System.Drawing.Size(65, 23);
  47. this.buttonCol.TabIndex = 0;
  48. this.buttonCol.Text = "关闭";
  49. this.buttonCol.UseVisualStyleBackColor = true;
  50. this.buttonCol.Click += new System.EventHandler(this.buttonCol_Click);
  51. //
  52. // buttonClar
  53. //
  54. this.buttonClar.Location = new System.Drawing.Point(68, 0);
  55. this.buttonClar.Name = "buttonClar";
  56. this.buttonClar.Size = new System.Drawing.Size(65, 23);
  57. this.buttonClar.TabIndex = 0;
  58. this.buttonClar.Text = "清空数据";
  59. this.buttonClar.UseVisualStyleBackColor = true;
  60. this.buttonClar.Click += new System.EventHandler(this.buttonClar_Click);
  61. //
  62. // orderLineYesNo
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.AutoSize = true;
  67. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  68. this.BackColor = System.Drawing.SystemColors.ButtonFace;
  69. this.ClientSize = new System.Drawing.Size(201, 23);
  70. this.Controls.Add(this.buttonClar);
  71. this.Controls.Add(this.buttonCol);
  72. this.Controls.Add(this.buttonFromBut);
  73. this.ForeColor = System.Drawing.SystemColors.ControlText;
  74. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  75. this.MaximizeBox = false;
  76. this.MinimizeBox = false;
  77. this.Name = "orderLineYesNo";
  78. this.ShowIcon = false;
  79. this.Load += new System.EventHandler(this.orderLineYesNo_Load);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.Button buttonFromBut;
  84. private System.Windows.Forms.Button buttonCol;
  85. private System.Windows.Forms.Button buttonClar;
  86. }
  87. }