12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- namespace LYFZ.ComponentLibrary
- {
- partial class UCNavigationTool
- {
- /// <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.labCTile = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.SuspendLayout();
- //
- // labCTile
- //
- this.labCTile.AutoSize = true;
- this.labCTile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labCTile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labCTile.Location = new System.Drawing.Point(110, 12);
- this.labCTile.Name = "labCTile";
- this.labCTile.Size = new System.Drawing.Size(56, 17);
- this.labCTile.TabIndex = 1;
- this.labCTile.Text = "当前窗体";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(46, 12);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(65, 17);
- this.labelEx1.TabIndex = 1;
- this.labelEx1.Text = "主界面 > ";
- //
- // panelEx1
- //
- this.panelEx1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Location = new System.Drawing.Point(23, 12);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(16, 16);
- this.panelEx1.TabIndex = 0;
- //
- // UCNavigationTool
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.Controls.Add(this.labCTile);
- this.Controls.Add(this.labelEx1);
- this.Controls.Add(this.panelEx1);
- this.Name = "UCNavigationTool";
- this.Size = new System.Drawing.Size(480, 40);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private PanelEx panelEx1;
- private LabelEx labelEx1;
- private LabelEx labCTile;
- }
- }
|