123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- namespace LYFZ.ManagementService
- {
- partial class frmRemotelyControl
- {
- /// <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 Windows Form 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRemotelyControl));
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.sCBoxControlCommand = new LYFZ.OtherExpansion.SkinControl.SkinComboBox();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.stxtRemark = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
- this.sbtnExecution = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.sktnClosed = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lbDescription = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.groupBoxEx1);
- this.plExMainContainer.Controls.Add(this.sktnClosed);
- this.plExMainContainer.Controls.Add(this.sbtnExecution);
- this.plExMainContainer.Controls.Add(this.stxtRemark);
- this.plExMainContainer.Controls.Add(this.sCBoxControlCommand);
- this.plExMainContainer.Controls.Add(this.labelEx2);
- this.plExMainContainer.Controls.Add(this.labelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(480, 255);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(480, 255);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(421, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.Location = new System.Drawing.Point(448, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(394, 0);
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.labelEx1.Location = new System.Drawing.Point(5, 86);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(65, 20);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "控制命令";
- //
- // sCBoxControlCommand
- //
- this.sCBoxControlCommand.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.sCBoxControlCommand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.sCBoxControlCommand.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sCBoxControlCommand.FormattingEnabled = true;
- this.sCBoxControlCommand.Location = new System.Drawing.Point(74, 81);
- this.sCBoxControlCommand.Name = "sCBoxControlCommand";
- this.sCBoxControlCommand.Size = new System.Drawing.Size(220, 30);
- this.sCBoxControlCommand.TabIndex = 1;
- this.sCBoxControlCommand.WaterText = "请选择控制命令";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.BackColor = System.Drawing.Color.Transparent;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.labelEx2.Location = new System.Drawing.Point(33, 15);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(37, 20);
- this.labelEx2.TabIndex = 0;
- this.labelEx2.Text = "备注";
- //
- // stxtRemark
- //
- this.stxtRemark.BackColor = System.Drawing.Color.Transparent;
- this.stxtRemark.Icon = null;
- this.stxtRemark.IconIsButton = false;
- this.stxtRemark.IsPasswordChat = '\0';
- this.stxtRemark.IsSystemPasswordChar = false;
- this.stxtRemark.Lines = new string[0];
- this.stxtRemark.Location = new System.Drawing.Point(74, 11);
- this.stxtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.stxtRemark.MaxLength = 32767;
- this.stxtRemark.MinimumSize = new System.Drawing.Size(0, 28);
- this.stxtRemark.MouseBack = null;
- this.stxtRemark.Multiline = true;
- this.stxtRemark.Name = "stxtRemark";
- this.stxtRemark.NormlBack = null;
- this.stxtRemark.Padding = new System.Windows.Forms.Padding(5);
- this.stxtRemark.ReadOnly = false;
- this.stxtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.stxtRemark.Size = new System.Drawing.Size(385, 60);
- this.stxtRemark.TabIndex = 2;
- this.stxtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.stxtRemark.WaterColor = System.Drawing.Color.DarkGray;
- this.stxtRemark.WaterText = "备注说明";
- this.stxtRemark.WordWrap = true;
- //
- // sbtnExecution
- //
- this.sbtnExecution.BackColor = System.Drawing.Color.Transparent;
- this.sbtnExecution.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sbtnExecution.DownBack = null;
- this.sbtnExecution.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.sbtnExecution.Location = new System.Drawing.Point(300, 81);
- this.sbtnExecution.MouseBack = null;
- this.sbtnExecution.Name = "sbtnExecution";
- this.sbtnExecution.NormlBack = null;
- this.sbtnExecution.Size = new System.Drawing.Size(80, 30);
- this.sbtnExecution.TabIndex = 3;
- this.sbtnExecution.Text = "执行控制";
- this.sbtnExecution.UseVisualStyleBackColor = false;
- this.sbtnExecution.Click += new System.EventHandler(this.sbtnExecution_Click);
- //
- // sktnClosed
- //
- this.sktnClosed.BackColor = System.Drawing.Color.Transparent;
- this.sktnClosed.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
- this.sktnClosed.DownBack = null;
- this.sktnClosed.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.sktnClosed.Location = new System.Drawing.Point(399, 81);
- this.sktnClosed.MouseBack = null;
- this.sktnClosed.Name = "sktnClosed";
- this.sktnClosed.NormlBack = null;
- this.sktnClosed.Size = new System.Drawing.Size(60, 30);
- this.sktnClosed.TabIndex = 3;
- this.sktnClosed.Text = "关 闭";
- this.sktnClosed.UseVisualStyleBackColor = false;
- this.sktnClosed.Click += new System.EventHandler(this.sktnClosed_Click);
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.BackColor = System.Drawing.Color.Transparent;
- this.groupBoxEx1.Controls.Add(this.lbDescription);
- this.groupBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBoxEx1.ForeColor = System.Drawing.Color.Teal;
- this.groupBoxEx1.Location = new System.Drawing.Point(7, 114);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(463, 135);
- this.groupBoxEx1.TabIndex = 4;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "命令描述";
- //
- // lbDescription
- //
- this.lbDescription.BackColor = System.Drawing.Color.White;
- this.lbDescription.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbDescription.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbDescription.Location = new System.Drawing.Point(3, 19);
- this.lbDescription.Name = "lbDescription";
- this.lbDescription.Size = new System.Drawing.Size(457, 113);
- this.lbDescription.TabIndex = 0;
- this.lbDescription.Text = "-";
- //
- // frmRemotelyControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(480, 320);
- this.IsMaximized = false;
- this.IsUserControlsSize = false;
- this.Name = "frmRemotelyControl";
- this.Text = "远程控制";
- this.plExMainContainer.ResumeLayout(false);
- this.plExMainContainer.PerformLayout();
- this.plFormMainContent.ResumeLayout(false);
- this.groupBoxEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private OtherExpansion.SkinControl.SkinButtom sktnClosed;
- private OtherExpansion.SkinControl.SkinButtom sbtnExecution;
- private OtherExpansion.SkinControl.SkinTextBox stxtRemark;
- private OtherExpansion.SkinControl.SkinComboBox sCBoxControlCommand;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- private ComponentLibrary.LabelEx lbDescription;
- }
- }
|