frmRemotelyControl.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace LYFZ.ManagementService
  2. {
  3. partial class frmRemotelyControl
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRemotelyControl));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.sCBoxControlCommand = new LYFZ.OtherExpansion.SkinControl.SkinComboBox();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.stxtRemark = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  33. this.sbtnExecution = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  34. this.sktnClosed = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  35. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  36. this.lbDescription = new LYFZ.ComponentLibrary.LabelEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. this.groupBoxEx1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // plExMainContainer
  43. //
  44. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  45. this.plExMainContainer.Controls.Add(this.sktnClosed);
  46. this.plExMainContainer.Controls.Add(this.sbtnExecution);
  47. this.plExMainContainer.Controls.Add(this.stxtRemark);
  48. this.plExMainContainer.Controls.Add(this.sCBoxControlCommand);
  49. this.plExMainContainer.Controls.Add(this.labelEx2);
  50. this.plExMainContainer.Controls.Add(this.labelEx1);
  51. this.plExMainContainer.Size = new System.Drawing.Size(480, 255);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Size = new System.Drawing.Size(480, 255);
  56. //
  57. // btnAppFormMaximize
  58. //
  59. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  60. this.btnAppFormMaximize.Location = new System.Drawing.Point(421, 0);
  61. //
  62. // btnAppFormExit
  63. //
  64. this.btnAppFormExit.Location = new System.Drawing.Point(448, 0);
  65. //
  66. // btnAppFormMinimize
  67. //
  68. this.btnAppFormMinimize.Location = new System.Drawing.Point(394, 0);
  69. //
  70. // labelEx1
  71. //
  72. this.labelEx1.AutoSize = true;
  73. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  74. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10F);
  75. this.labelEx1.Location = new System.Drawing.Point(5, 86);
  76. this.labelEx1.Name = "labelEx1";
  77. this.labelEx1.Size = new System.Drawing.Size(65, 20);
  78. this.labelEx1.TabIndex = 0;
  79. this.labelEx1.Text = "控制命令";
  80. //
  81. // sCBoxControlCommand
  82. //
  83. this.sCBoxControlCommand.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  84. this.sCBoxControlCommand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  85. this.sCBoxControlCommand.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.sCBoxControlCommand.FormattingEnabled = true;
  87. this.sCBoxControlCommand.Location = new System.Drawing.Point(74, 81);
  88. this.sCBoxControlCommand.Name = "sCBoxControlCommand";
  89. this.sCBoxControlCommand.Size = new System.Drawing.Size(220, 30);
  90. this.sCBoxControlCommand.TabIndex = 1;
  91. this.sCBoxControlCommand.WaterText = "请选择控制命令";
  92. //
  93. // labelEx2
  94. //
  95. this.labelEx2.AutoSize = true;
  96. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  97. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 10F);
  98. this.labelEx2.Location = new System.Drawing.Point(33, 15);
  99. this.labelEx2.Name = "labelEx2";
  100. this.labelEx2.Size = new System.Drawing.Size(37, 20);
  101. this.labelEx2.TabIndex = 0;
  102. this.labelEx2.Text = "备注";
  103. //
  104. // stxtRemark
  105. //
  106. this.stxtRemark.BackColor = System.Drawing.Color.Transparent;
  107. this.stxtRemark.Icon = null;
  108. this.stxtRemark.IconIsButton = false;
  109. this.stxtRemark.IsPasswordChat = '\0';
  110. this.stxtRemark.IsSystemPasswordChar = false;
  111. this.stxtRemark.Lines = new string[0];
  112. this.stxtRemark.Location = new System.Drawing.Point(74, 11);
  113. this.stxtRemark.Margin = new System.Windows.Forms.Padding(0);
  114. this.stxtRemark.MaxLength = 32767;
  115. this.stxtRemark.MinimumSize = new System.Drawing.Size(0, 28);
  116. this.stxtRemark.MouseBack = null;
  117. this.stxtRemark.Multiline = true;
  118. this.stxtRemark.Name = "stxtRemark";
  119. this.stxtRemark.NormlBack = null;
  120. this.stxtRemark.Padding = new System.Windows.Forms.Padding(5);
  121. this.stxtRemark.ReadOnly = false;
  122. this.stxtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  123. this.stxtRemark.Size = new System.Drawing.Size(385, 60);
  124. this.stxtRemark.TabIndex = 2;
  125. this.stxtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  126. this.stxtRemark.WaterColor = System.Drawing.Color.DarkGray;
  127. this.stxtRemark.WaterText = "备注说明";
  128. this.stxtRemark.WordWrap = true;
  129. //
  130. // sbtnExecution
  131. //
  132. this.sbtnExecution.BackColor = System.Drawing.Color.Transparent;
  133. this.sbtnExecution.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  134. this.sbtnExecution.DownBack = null;
  135. this.sbtnExecution.Font = new System.Drawing.Font("微软雅黑", 10F);
  136. this.sbtnExecution.Location = new System.Drawing.Point(300, 81);
  137. this.sbtnExecution.MouseBack = null;
  138. this.sbtnExecution.Name = "sbtnExecution";
  139. this.sbtnExecution.NormlBack = null;
  140. this.sbtnExecution.Size = new System.Drawing.Size(80, 30);
  141. this.sbtnExecution.TabIndex = 3;
  142. this.sbtnExecution.Text = "执行控制";
  143. this.sbtnExecution.UseVisualStyleBackColor = false;
  144. this.sbtnExecution.Click += new System.EventHandler(this.sbtnExecution_Click);
  145. //
  146. // sktnClosed
  147. //
  148. this.sktnClosed.BackColor = System.Drawing.Color.Transparent;
  149. this.sktnClosed.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  150. this.sktnClosed.DownBack = null;
  151. this.sktnClosed.Font = new System.Drawing.Font("微软雅黑", 10F);
  152. this.sktnClosed.Location = new System.Drawing.Point(399, 81);
  153. this.sktnClosed.MouseBack = null;
  154. this.sktnClosed.Name = "sktnClosed";
  155. this.sktnClosed.NormlBack = null;
  156. this.sktnClosed.Size = new System.Drawing.Size(60, 30);
  157. this.sktnClosed.TabIndex = 3;
  158. this.sktnClosed.Text = "关 闭";
  159. this.sktnClosed.UseVisualStyleBackColor = false;
  160. this.sktnClosed.Click += new System.EventHandler(this.sktnClosed_Click);
  161. //
  162. // groupBoxEx1
  163. //
  164. this.groupBoxEx1.BackColor = System.Drawing.Color.Transparent;
  165. this.groupBoxEx1.Controls.Add(this.lbDescription);
  166. this.groupBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.groupBoxEx1.ForeColor = System.Drawing.Color.Teal;
  168. this.groupBoxEx1.Location = new System.Drawing.Point(7, 114);
  169. this.groupBoxEx1.Name = "groupBoxEx1";
  170. this.groupBoxEx1.Size = new System.Drawing.Size(463, 135);
  171. this.groupBoxEx1.TabIndex = 4;
  172. this.groupBoxEx1.TabStop = false;
  173. this.groupBoxEx1.Text = "命令描述";
  174. //
  175. // lbDescription
  176. //
  177. this.lbDescription.BackColor = System.Drawing.Color.White;
  178. this.lbDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.lbDescription.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.lbDescription.Location = new System.Drawing.Point(3, 19);
  181. this.lbDescription.Name = "lbDescription";
  182. this.lbDescription.Size = new System.Drawing.Size(457, 113);
  183. this.lbDescription.TabIndex = 0;
  184. this.lbDescription.Text = "-";
  185. //
  186. // frmRemotelyControl
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.ClientSize = new System.Drawing.Size(480, 320);
  191. this.IsMaximized = false;
  192. this.IsUserControlsSize = false;
  193. this.Name = "frmRemotelyControl";
  194. this.Text = "远程控制";
  195. this.plExMainContainer.ResumeLayout(false);
  196. this.plExMainContainer.PerformLayout();
  197. this.plFormMainContent.ResumeLayout(false);
  198. this.groupBoxEx1.ResumeLayout(false);
  199. this.ResumeLayout(false);
  200. }
  201. #endregion
  202. private OtherExpansion.SkinControl.SkinButtom sktnClosed;
  203. private OtherExpansion.SkinControl.SkinButtom sbtnExecution;
  204. private OtherExpansion.SkinControl.SkinTextBox stxtRemark;
  205. private OtherExpansion.SkinControl.SkinComboBox sCBoxControlCommand;
  206. private ComponentLibrary.LabelEx labelEx2;
  207. private ComponentLibrary.LabelEx labelEx1;
  208. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  209. private ComponentLibrary.LabelEx lbDescription;
  210. }
  211. }