| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- namespace Dongke.IBOSS.Basics.FlowSetting
- {
- partial class CanvasBox
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.flowCanvas = new Dongke.IBOSS.Basics.FlowSetting.Canvas();
- this.txtRBFocus = new System.Windows.Forms.TextBox();
- this.lblLeftTop = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.flowCanvas)).BeginInit();
- this.SuspendLayout();
- //
- // flowCanvas
- //
- this.flowCanvas.BackColor = System.Drawing.Color.White;
- this.flowCanvas.Cursor = System.Windows.Forms.Cursors.Default;
- this.flowCanvas.Location = new System.Drawing.Point(4, 4);
- this.flowCanvas.Name = "flowCanvas";
- this.flowCanvas.Size = new System.Drawing.Size(390, 390);
- this.flowCanvas.TabIndex = 0;
- this.flowCanvas.TabStop = false;
- //
- // txtRBFocus
- //
- this.txtRBFocus.Location = new System.Drawing.Point(0, 0);
- this.txtRBFocus.Multiline = true;
- this.txtRBFocus.Name = "txtRBFocus";
- this.txtRBFocus.Size = new System.Drawing.Size(100, 21);
- this.txtRBFocus.TabIndex = 1;
- //
- // lblLeftTop
- //
- this.lblLeftTop.AutoSize = true;
- this.lblLeftTop.Location = new System.Drawing.Point(0, 0);
- this.lblLeftTop.Name = "lblLeftTop";
- this.lblLeftTop.Size = new System.Drawing.Size(0, 12);
- this.lblLeftTop.TabIndex = 2;
- //
- // CanvasBox
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoScroll = true;
- this.BackColor = System.Drawing.Color.Gray;
- this.Controls.Add(this.lblLeftTop);
- this.Controls.Add(this.txtRBFocus);
- this.Controls.Add(this.flowCanvas);
- this.Cursor = System.Windows.Forms.Cursors.No;
- this.Name = "CanvasBox";
- this.Size = new System.Drawing.Size(398, 398);
- ((System.ComponentModel.ISupportInitialize)(this.flowCanvas)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Canvas flowCanvas;
- private System.Windows.Forms.TextBox txtRBFocus;
- private System.Windows.Forms.Label lblLeftTop;
- }
- }
|