革博士程序V1仓库
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

79 satır
2.8 KiB

  1. using Sunny.UI;
  2. namespace LeatherApp.Page
  3. {
  4. partial class FSelDefect
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  30. this.pnlBtm.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // pnlBtm
  34. //
  35. this.pnlBtm.Location = new System.Drawing.Point(1, 247);
  36. this.pnlBtm.Size = new System.Drawing.Size(477, 55);
  37. this.pnlBtm.TabIndex = 7;
  38. //
  39. // btnCancel
  40. //
  41. this.btnCancel.Location = new System.Drawing.Point(349, 12);
  42. //
  43. // btnOK
  44. //
  45. this.btnOK.Location = new System.Drawing.Point(234, 12);
  46. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  47. //
  48. // flowLayoutPanel1
  49. //
  50. this.flowLayoutPanel1.AutoScroll = true;
  51. this.flowLayoutPanel1.Location = new System.Drawing.Point(4, 38);
  52. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  53. this.flowLayoutPanel1.Size = new System.Drawing.Size(471, 208);
  54. this.flowLayoutPanel1.TabIndex = 10;
  55. //
  56. // FSelDefect
  57. //
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  59. this.ClientSize = new System.Drawing.Size(479, 305);
  60. this.Controls.Add(this.flowLayoutPanel1);
  61. this.Name = "FSelDefect";
  62. this.Text = "UIEditFrom";
  63. this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 520, 362);
  64. this.Controls.SetChildIndex(this.pnlBtm, 0);
  65. this.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  66. this.pnlBtm.ResumeLayout(false);
  67. this.ResumeLayout(false);
  68. }
  69. #endregion
  70. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  71. }
  72. }