MessageFrm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace Uninpho.Railway.Waveform
  2. {
  3. partial class MessageFrm
  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 Windows Form 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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.ChineseLabel = new DevExpress.XtraEditors.LabelControl();
  30. this.ChannelName = new DevExpress.XtraEditors.LabelControl();
  31. this.colorPickEdit1 = new DevExpress.XtraEditors.ColorPickEdit();
  32. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  33. this.ScaleText = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  36. this.WidthText = new DevExpress.XtraEditors.TextEdit();
  37. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  38. this.CancelBtn = new DevExpress.XtraEditors.SimpleButton();
  39. this.OkBtn = new DevExpress.XtraEditors.SimpleButton();
  40. this.OffsetText = new DevExpress.XtraEditors.TextEdit();
  41. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  42. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  43. this.panelControl1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  46. this.panelControl3.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.ScaleText.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.WidthText.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.OffsetText.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  51. this.panelControl2.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // panelControl1
  55. //
  56. this.panelControl1.Controls.Add(this.ChineseLabel);
  57. this.panelControl1.Controls.Add(this.ChannelName);
  58. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  60. this.panelControl1.Name = "panelControl1";
  61. this.panelControl1.Size = new System.Drawing.Size(269, 41);
  62. this.panelControl1.TabIndex = 6;
  63. //
  64. // ChineseLabel
  65. //
  66. this.ChineseLabel.Location = new System.Drawing.Point(99, 12);
  67. this.ChineseLabel.Name = "ChineseLabel";
  68. this.ChineseLabel.Size = new System.Drawing.Size(48, 14);
  69. this.ChineseLabel.TabIndex = 1;
  70. this.ChineseLabel.Text = "通道名称";
  71. //
  72. // ChannelName
  73. //
  74. this.ChannelName.Location = new System.Drawing.Point(60, 12);
  75. this.ChannelName.Name = "ChannelName";
  76. this.ChannelName.Size = new System.Drawing.Size(28, 14);
  77. this.ChannelName.TabIndex = 0;
  78. this.ChannelName.Text = "名称:";
  79. //
  80. // colorPickEdit1
  81. //
  82. this.colorPickEdit1.EditValue = System.Drawing.Color.Empty;
  83. this.colorPickEdit1.Location = new System.Drawing.Point(94, 104);
  84. this.colorPickEdit1.Name = "colorPickEdit1";
  85. this.colorPickEdit1.Properties.Appearance.BackColor = System.Drawing.Color.White;
  86. this.colorPickEdit1.Properties.Appearance.Options.UseBackColor = true;
  87. this.colorPickEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  88. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  89. this.colorPickEdit1.Size = new System.Drawing.Size(145, 20);
  90. this.colorPickEdit1.TabIndex = 0;
  91. this.colorPickEdit1.ColorChanged += new System.EventHandler(this.colorPickEdit1_ColorChanged);
  92. //
  93. // panelControl3
  94. //
  95. this.panelControl3.Controls.Add(this.ScaleText);
  96. this.panelControl3.Controls.Add(this.labelControl4);
  97. this.panelControl3.Controls.Add(this.labelControl3);
  98. this.panelControl3.Controls.Add(this.colorPickEdit1);
  99. this.panelControl3.Controls.Add(this.WidthText);
  100. this.panelControl3.Controls.Add(this.labelControl1);
  101. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  103. this.panelControl3.Name = "panelControl3";
  104. this.panelControl3.Size = new System.Drawing.Size(269, 139);
  105. this.panelControl3.TabIndex = 8;
  106. //
  107. // ScaleText
  108. //
  109. this.ScaleText.Location = new System.Drawing.Point(94, 52);
  110. this.ScaleText.Name = "ScaleText";
  111. this.ScaleText.Size = new System.Drawing.Size(145, 20);
  112. this.ScaleText.TabIndex = 0;
  113. //
  114. // labelControl4
  115. //
  116. this.labelControl4.Location = new System.Drawing.Point(60, 81);
  117. this.labelControl4.Name = "labelControl4";
  118. this.labelControl4.Size = new System.Drawing.Size(28, 14);
  119. this.labelControl4.TabIndex = 1;
  120. this.labelControl4.Text = "线宽:";
  121. //
  122. // labelControl3
  123. //
  124. this.labelControl3.Location = new System.Drawing.Point(36, 107);
  125. this.labelControl3.Name = "labelControl3";
  126. this.labelControl3.Size = new System.Drawing.Size(52, 14);
  127. this.labelControl3.TabIndex = 1;
  128. this.labelControl3.Text = "颜色修改:";
  129. //
  130. // WidthText
  131. //
  132. this.WidthText.Location = new System.Drawing.Point(94, 78);
  133. this.WidthText.Name = "WidthText";
  134. this.WidthText.Size = new System.Drawing.Size(145, 20);
  135. this.WidthText.TabIndex = 0;
  136. //
  137. // labelControl1
  138. //
  139. this.labelControl1.Location = new System.Drawing.Point(24, 55);
  140. this.labelControl1.Name = "labelControl1";
  141. this.labelControl1.Size = new System.Drawing.Size(64, 14);
  142. this.labelControl1.TabIndex = 1;
  143. this.labelControl1.Text = "浮动夸张度:";
  144. //
  145. // CancelBtn
  146. //
  147. this.CancelBtn.Location = new System.Drawing.Point(164, 19);
  148. this.CancelBtn.Name = "CancelBtn";
  149. this.CancelBtn.Size = new System.Drawing.Size(75, 23);
  150. this.CancelBtn.TabIndex = 1;
  151. this.CancelBtn.Text = "取消";
  152. this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
  153. //
  154. // OkBtn
  155. //
  156. this.OkBtn.Location = new System.Drawing.Point(72, 19);
  157. this.OkBtn.Name = "OkBtn";
  158. this.OkBtn.Size = new System.Drawing.Size(75, 23);
  159. this.OkBtn.TabIndex = 1;
  160. this.OkBtn.Text = "应用";
  161. this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click);
  162. //
  163. // OffsetText
  164. //
  165. this.OffsetText.Enabled = false;
  166. this.OffsetText.Location = new System.Drawing.Point(12, 20);
  167. this.OffsetText.Name = "OffsetText";
  168. this.OffsetText.Size = new System.Drawing.Size(35, 20);
  169. this.OffsetText.TabIndex = 0;
  170. this.OffsetText.Visible = false;
  171. //
  172. // panelControl2
  173. //
  174. this.panelControl2.Controls.Add(this.CancelBtn);
  175. this.panelControl2.Controls.Add(this.OkBtn);
  176. this.panelControl2.Controls.Add(this.OffsetText);
  177. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
  178. this.panelControl2.Location = new System.Drawing.Point(0, 139);
  179. this.panelControl2.Name = "panelControl2";
  180. this.panelControl2.Size = new System.Drawing.Size(269, 62);
  181. this.panelControl2.TabIndex = 7;
  182. //
  183. // MessageFrm
  184. //
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.ClientSize = new System.Drawing.Size(269, 201);
  188. this.Controls.Add(this.panelControl1);
  189. this.Controls.Add(this.panelControl3);
  190. this.Controls.Add(this.panelControl2);
  191. this.Name = "MessageFrm";
  192. this.Text = "MessageFrm";
  193. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  194. this.panelControl1.ResumeLayout(false);
  195. this.panelControl1.PerformLayout();
  196. ((System.ComponentModel.ISupportInitialize)(this.colorPickEdit1.Properties)).EndInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  198. this.panelControl3.ResumeLayout(false);
  199. this.panelControl3.PerformLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.ScaleText.Properties)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.WidthText.Properties)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.OffsetText.Properties)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  204. this.panelControl2.ResumeLayout(false);
  205. this.ResumeLayout(false);
  206. }
  207. #endregion
  208. private DevExpress.XtraEditors.PanelControl panelControl1;
  209. private DevExpress.XtraEditors.LabelControl ChineseLabel;
  210. private DevExpress.XtraEditors.LabelControl ChannelName;
  211. private DevExpress.XtraEditors.ColorPickEdit colorPickEdit1;
  212. private DevExpress.XtraEditors.PanelControl panelControl3;
  213. private DevExpress.XtraEditors.TextEdit ScaleText;
  214. private DevExpress.XtraEditors.LabelControl labelControl4;
  215. private DevExpress.XtraEditors.LabelControl labelControl3;
  216. private DevExpress.XtraEditors.TextEdit WidthText;
  217. private DevExpress.XtraEditors.LabelControl labelControl1;
  218. private DevExpress.XtraEditors.SimpleButton CancelBtn;
  219. private DevExpress.XtraEditors.SimpleButton OkBtn;
  220. private DevExpress.XtraEditors.TextEdit OffsetText;
  221. private DevExpress.XtraEditors.PanelControl panelControl2;
  222. }
  223. }