namespace CSFrameworkV5.Library.UserControls { partial class ucWindowTitle { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblStatus = new DevExpress.XtraEditors.LabelControl(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // lblStatus // this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblStatus.Appearance.ForeColor = System.Drawing.Color.MediumBlue; this.lblStatus.Appearance.Options.UseForeColor = true; this.lblStatus.Location = new System.Drawing.Point(426, 12); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(58, 14); this.lblStatus.TabIndex = 240; this.lblStatus.Text = "(操作状态)"; // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.Options.UseFont = true; this.lblTitle.Location = new System.Drawing.Point(44, 6); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(286, 23); this.lblTitle.TabIndex = 239; this.lblTitle.Text = "请设置窗体标题(Window Title)"; // // label2 // this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; this.label2.Location = new System.Drawing.Point(0, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(511, 2); this.label2.TabIndex = 242; this.label2.Text = "label2"; // // pictureBox2 // this.pictureBox2.Image = global::CSFrameworkV5.Library.ResImage.ButtonCascade; this.pictureBox2.Location = new System.Drawing.Point(0, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(32, 32); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox2.TabIndex = 241; this.pictureBox2.TabStop = false; // // ucWindowTitle // this.Appearance.BackColor = System.Drawing.Color.Transparent; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label2); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.lblStatus); this.Controls.Add(this.lblTitle); this.MinimumSize = new System.Drawing.Size(0, 42); this.Name = "ucWindowTitle"; this.Size = new System.Drawing.Size(511, 42); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox2; private DevExpress.XtraEditors.LabelControl lblStatus; private DevExpress.XtraEditors.LabelControl lblTitle; private System.Windows.Forms.Label label2; } }