CanvasBox.Designer.cs 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. namespace Dongke.IBOSS.Basics.FlowSetting
  2. {
  3. partial class CanvasBox
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.flowCanvas = new Dongke.IBOSS.Basics.FlowSetting.Canvas();
  29. this.txtRBFocus = new System.Windows.Forms.TextBox();
  30. this.lblLeftTop = new System.Windows.Forms.Label();
  31. ((System.ComponentModel.ISupportInitialize)(this.flowCanvas)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // flowCanvas
  35. //
  36. this.flowCanvas.BackColor = System.Drawing.Color.White;
  37. this.flowCanvas.Cursor = System.Windows.Forms.Cursors.Default;
  38. this.flowCanvas.Location = new System.Drawing.Point(4, 4);
  39. this.flowCanvas.Name = "flowCanvas";
  40. this.flowCanvas.Size = new System.Drawing.Size(390, 390);
  41. this.flowCanvas.TabIndex = 0;
  42. this.flowCanvas.TabStop = false;
  43. //
  44. // txtRBFocus
  45. //
  46. this.txtRBFocus.Location = new System.Drawing.Point(0, 0);
  47. this.txtRBFocus.Multiline = true;
  48. this.txtRBFocus.Name = "txtRBFocus";
  49. this.txtRBFocus.Size = new System.Drawing.Size(100, 21);
  50. this.txtRBFocus.TabIndex = 1;
  51. //
  52. // lblLeftTop
  53. //
  54. this.lblLeftTop.AutoSize = true;
  55. this.lblLeftTop.Location = new System.Drawing.Point(0, 0);
  56. this.lblLeftTop.Name = "lblLeftTop";
  57. this.lblLeftTop.Size = new System.Drawing.Size(0, 12);
  58. this.lblLeftTop.TabIndex = 2;
  59. //
  60. // CanvasBox
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.AutoScroll = true;
  65. this.BackColor = System.Drawing.Color.Gray;
  66. this.Controls.Add(this.lblLeftTop);
  67. this.Controls.Add(this.txtRBFocus);
  68. this.Controls.Add(this.flowCanvas);
  69. this.Cursor = System.Windows.Forms.Cursors.No;
  70. this.Name = "CanvasBox";
  71. this.Size = new System.Drawing.Size(398, 398);
  72. ((System.ComponentModel.ISupportInitialize)(this.flowCanvas)).EndInit();
  73. this.ResumeLayout(false);
  74. this.PerformLayout();
  75. }
  76. #endregion
  77. private Canvas flowCanvas;
  78. private System.Windows.Forms.TextBox txtRBFocus;
  79. private System.Windows.Forms.Label lblLeftTop;
  80. }
  81. }