1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- namespace CG.App.UserControl
- {
- partial class MsgUserControl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.SuspendLayout();
- //
- // labelControl1
- //
- this.labelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(212)))));
- this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
- this.labelControl1.Appearance.Options.UseBackColor = true;
- this.labelControl1.Appearance.Options.UseForeColor = true;
- this.labelControl1.Appearance.Options.UseTextOptions = true;
- this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
- this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
- this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelControl1.Location = new System.Drawing.Point(0, 0);
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.Size = new System.Drawing.Size(518, 342);
- this.labelControl1.TabIndex = 1;
- this.labelControl1.Text = "labelControl1";
- //
- // MsgUserControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.labelControl1);
- this.Name = "MsgUserControl";
- this.Size = new System.Drawing.Size(518, 342);
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.LabelControl labelControl1;
- }
- }
|