RightLabelControl.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace Uninpho.Railway.Waveform
  2. {
  3. partial class RightLabelControl
  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.movePanel = new DevExpress.XtraEditors.PanelControl();
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  31. this.separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
  32. ((System.ComponentModel.ISupportInitialize)(this.movePanel)).BeginInit();
  33. ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // movePanel
  37. //
  38. this.movePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  39. this.movePanel.Cursor = System.Windows.Forms.Cursors.SizeAll;
  40. this.movePanel.Location = new System.Drawing.Point(101, 0);
  41. this.movePanel.Name = "movePanel";
  42. this.movePanel.Size = new System.Drawing.Size(24, 50);
  43. this.movePanel.TabIndex = 16;
  44. //
  45. // labelControl1
  46. //
  47. this.labelControl1.Location = new System.Drawing.Point(28, 32);
  48. this.labelControl1.Name = "labelControl1";
  49. this.labelControl1.Size = new System.Drawing.Size(24, 14);
  50. this.labelControl1.TabIndex = 15;
  51. this.labelControl1.Text = "label";
  52. //
  53. // simpleButton1
  54. //
  55. this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
  56. this.simpleButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.simpleButton1.Location = new System.Drawing.Point(0, 3);
  58. this.simpleButton1.Name = "simpleButton1";
  59. this.simpleButton1.Size = new System.Drawing.Size(99, 23);
  60. this.simpleButton1.TabIndex = 14;
  61. this.simpleButton1.Text = "simpleButton1";
  62. this.simpleButton1.DoubleClick += new System.EventHandler(this.simpleButton1_DoubleClick);
  63. //
  64. // separatorControl1
  65. //
  66. this.separatorControl1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
  67. this.separatorControl1.LineThickness = 1;
  68. this.separatorControl1.Location = new System.Drawing.Point(-1, 16);
  69. this.separatorControl1.Name = "separatorControl1";
  70. this.separatorControl1.Size = new System.Drawing.Size(102, 23);
  71. this.separatorControl1.TabIndex = 13;
  72. //
  73. // RightLabelControl
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.Controls.Add(this.movePanel);
  78. this.Controls.Add(this.labelControl1);
  79. this.Controls.Add(this.simpleButton1);
  80. this.Controls.Add(this.separatorControl1);
  81. this.Name = "RightLabelControl";
  82. this.Size = new System.Drawing.Size(125, 50);
  83. ((System.ComponentModel.ISupportInitialize)(this.movePanel)).EndInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.separatorControl1)).EndInit();
  85. this.ResumeLayout(false);
  86. this.PerformLayout();
  87. }
  88. #endregion
  89. private DevExpress.XtraEditors.PanelControl movePanel;
  90. private DevExpress.XtraEditors.LabelControl labelControl1;
  91. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  92. private DevExpress.XtraEditors.SeparatorControl separatorControl1;
  93. }
  94. }