革博士程序V1仓库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

113 lignes
5.3 KiB

  1. namespace LeatherApp.Page
  2. {
  3. partial class FHome_Defect
  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.uiPanel1 = new Sunny.UI.UIPanel();
  29. this.btnOK = new Sunny.UI.UIButton();
  30. this.btnCancel = new Sunny.UI.UIButton();
  31. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.uiPanel1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // uiPanel1
  36. //
  37. this.uiPanel1.Controls.Add(this.flowLayoutPanel1);
  38. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.uiPanel1.Location = new System.Drawing.Point(4, 39);
  40. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  41. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  42. this.uiPanel1.Name = "uiPanel1";
  43. this.uiPanel1.Size = new System.Drawing.Size(1242, 919);
  44. this.uiPanel1.TabIndex = 0;
  45. this.uiPanel1.Text = "uiPanel1";
  46. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  47. //
  48. // btnOK
  49. //
  50. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  51. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.btnOK.Location = new System.Drawing.Point(444, 966);
  53. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  54. this.btnOK.Name = "btnOK";
  55. this.btnOK.Size = new System.Drawing.Size(133, 45);
  56. this.btnOK.TabIndex = 1;
  57. this.btnOK.Text = "确认";
  58. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  60. //
  61. // btnCancel
  62. //
  63. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  64. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  65. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnCancel.Location = new System.Drawing.Point(656, 966);
  67. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  68. this.btnCancel.Name = "btnCancel";
  69. this.btnCancel.Size = new System.Drawing.Size(133, 45);
  70. this.btnCancel.TabIndex = 1;
  71. this.btnCancel.Text = "全部忽略";
  72. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  74. //
  75. // flowLayoutPanel1
  76. //
  77. this.flowLayoutPanel1.AutoScroll = true;
  78. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  79. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  80. this.flowLayoutPanel1.Size = new System.Drawing.Size(1236, 913);
  81. this.flowLayoutPanel1.TabIndex = 0;
  82. //
  83. // FHome_Defect
  84. //
  85. this.AcceptButton = this.btnOK;
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  87. this.ClientSize = new System.Drawing.Size(1250, 1014);
  88. this.Controls.Add(this.btnCancel);
  89. this.Controls.Add(this.btnOK);
  90. this.Controls.Add(this.uiPanel1);
  91. this.MaximizeBox = false;
  92. this.MaximumSize = new System.Drawing.Size(2400, 1318);
  93. this.MinimizeBox = false;
  94. this.Name = "FHome_Defect";
  95. this.Text = "二次确认";
  96. this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450);
  97. this.Load += new System.EventHandler(this.FHome_Defect_Load);
  98. this.uiPanel1.ResumeLayout(false);
  99. this.ResumeLayout(false);
  100. }
  101. #endregion
  102. private Sunny.UI.UIPanel uiPanel1;
  103. private Sunny.UI.UIButton btnOK;
  104. private Sunny.UI.UIButton btnCancel;
  105. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  106. }
  107. }