革博士程序V1仓库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

130 righe
6.4 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  30. this.btnOK = new Sunny.UI.UIButton();
  31. this.btnCancel = new Sunny.UI.UIButton();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.uiPanel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // uiPanel1
  38. //
  39. this.uiPanel1.Controls.Add(this.flowLayoutPanel1);
  40. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  41. this.uiPanel1.Location = new System.Drawing.Point(4, 221);
  42. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  43. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  44. this.uiPanel1.Name = "uiPanel1";
  45. this.uiPanel1.Size = new System.Drawing.Size(1242, 737);
  46. this.uiPanel1.TabIndex = 0;
  47. this.uiPanel1.Text = "uiPanel1";
  48. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  49. //
  50. // flowLayoutPanel1
  51. //
  52. this.flowLayoutPanel1.AutoScroll = true;
  53. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  54. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  55. this.flowLayoutPanel1.Size = new System.Drawing.Size(1236, 731);
  56. this.flowLayoutPanel1.TabIndex = 0;
  57. //
  58. // btnOK
  59. //
  60. this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
  61. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.btnOK.Location = new System.Drawing.Point(444, 966);
  63. this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
  64. this.btnOK.Name = "btnOK";
  65. this.btnOK.Size = new System.Drawing.Size(133, 45);
  66. this.btnOK.TabIndex = 1;
  67. this.btnOK.Text = "确认";
  68. this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  70. //
  71. // btnCancel
  72. //
  73. this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  74. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  75. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.btnCancel.Location = new System.Drawing.Point(656, 966);
  77. this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
  78. this.btnCancel.Name = "btnCancel";
  79. this.btnCancel.Size = new System.Drawing.Size(133, 45);
  80. this.btnCancel.TabIndex = 1;
  81. this.btnCancel.Text = "全部忽略";
  82. this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  84. //
  85. // pictureBox1
  86. //
  87. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.pictureBox1.Location = new System.Drawing.Point(4, 38);
  91. this.pictureBox1.Name = "pictureBox1";
  92. this.pictureBox1.Size = new System.Drawing.Size(1242, 180);
  93. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  94. this.pictureBox1.TabIndex = 2;
  95. this.pictureBox1.TabStop = false;
  96. //
  97. // FHome_Defect
  98. //
  99. this.AcceptButton = this.btnOK;
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  101. this.ClientSize = new System.Drawing.Size(1250, 1014);
  102. this.Controls.Add(this.pictureBox1);
  103. this.Controls.Add(this.btnCancel);
  104. this.Controls.Add(this.btnOK);
  105. this.Controls.Add(this.uiPanel1);
  106. this.MaximizeBox = false;
  107. this.MaximumSize = new System.Drawing.Size(2400, 1318);
  108. this.MinimizeBox = false;
  109. this.Name = "FHome_Defect";
  110. this.Text = "二次确认";
  111. this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 800, 450);
  112. this.Load += new System.EventHandler(this.FHome_Defect_Load);
  113. this.uiPanel1.ResumeLayout(false);
  114. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  115. this.ResumeLayout(false);
  116. }
  117. #endregion
  118. private Sunny.UI.UIPanel uiPanel1;
  119. private Sunny.UI.UIButton btnOK;
  120. private Sunny.UI.UIButton btnCancel;
  121. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  122. private System.Windows.Forms.PictureBox pictureBox1;
  123. }
  124. }