MsgUserControl.Designer.cs 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. namespace CG.App.UserControl
  2. {
  3. partial class MsgUserControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  29. this.SuspendLayout();
  30. //
  31. // labelControl1
  32. //
  33. this.labelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(212)))));
  34. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
  35. this.labelControl1.Appearance.Options.UseBackColor = true;
  36. this.labelControl1.Appearance.Options.UseForeColor = true;
  37. this.labelControl1.Appearance.Options.UseTextOptions = true;
  38. this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  39. this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  40. this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  41. this.labelControl1.Location = new System.Drawing.Point(0, 0);
  42. this.labelControl1.Name = "labelControl1";
  43. this.labelControl1.Size = new System.Drawing.Size(518, 342);
  44. this.labelControl1.TabIndex = 1;
  45. this.labelControl1.Text = "labelControl1";
  46. //
  47. // MsgUserControl
  48. //
  49. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  50. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  51. this.Controls.Add(this.labelControl1);
  52. this.Name = "MsgUserControl";
  53. this.Size = new System.Drawing.Size(518, 342);
  54. this.ResumeLayout(false);
  55. }
  56. #endregion
  57. private DevExpress.XtraEditors.LabelControl labelControl1;
  58. }
  59. }