namespace LB_VisionControl.ScriptEditControl { partial class ComplieUI { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { btnCsc = new Button(); chkCmd = new CheckBox(); radDll = new RadioButton(); radWinexe = new RadioButton(); radExe = new RadioButton(); txtArgs = new TextBox(); label2 = new Label(); txtOutput = new TextBox(); contextMenuStripEx1 = new ContextMenuStripEx(); 复制ToolStripMenuItem = new ToolStripMenuItem(); toolStripMenuItem1 = new ToolStripSeparator(); 清除ToolStripMenuItem = new ToolStripMenuItem(); contextMenuStripEx1.SuspendLayout(); SuspendLayout(); // // btnCsc // btnCsc.FlatStyle = FlatStyle.Flat; btnCsc.Font = new Font("微软雅黑", 9F, FontStyle.Bold, GraphicsUnit.Point, 134); btnCsc.ForeColor = Color.White; btnCsc.Location = new Point(415, 4); btnCsc.Margin = new Padding(4, 4, 4, 4); btnCsc.Name = "btnCsc"; btnCsc.Size = new Size(51, 33); btnCsc.TabIndex = 16; btnCsc.Text = "CSC"; btnCsc.UseVisualStyleBackColor = true; btnCsc.Click += btnCsc_Click; // // chkCmd // chkCmd.AutoSize = true; chkCmd.Font = new Font("微软雅黑", 9F, FontStyle.Bold, GraphicsUnit.Point, 134); chkCmd.ForeColor = Color.White; chkCmd.Location = new Point(355, 8); chkCmd.Margin = new Padding(4, 4, 4, 4); chkCmd.Name = "chkCmd"; chkCmd.Size = new Size(57, 21); chkCmd.TabIndex = 13; chkCmd.Text = "CMD"; chkCmd.UseVisualStyleBackColor = true; // // radDll // radDll.AutoSize = true; radDll.Font = new Font("微软雅黑", 9F, FontStyle.Bold, GraphicsUnit.Point, 134); radDll.ForeColor = Color.White; radDll.Location = new Point(299, 7); radDll.Margin = new Padding(4, 4, 4, 4); radDll.Name = "radDll"; radDll.Size = new Size(42, 21); radDll.TabIndex = 12; radDll.Text = "dll"; radDll.UseVisualStyleBackColor = true; // // radWinexe // radWinexe.AutoSize = true; radWinexe.Font = new Font("微软雅黑", 9F, FontStyle.Bold, GraphicsUnit.Point, 134); radWinexe.ForeColor = Color.White; radWinexe.Location = new Point(216, 7); radWinexe.Margin = new Padding(4, 4, 4, 4); radWinexe.Name = "radWinexe"; radWinexe.Size = new Size(69, 21); radWinexe.TabIndex = 10; radWinexe.Text = "winexe"; radWinexe.UseVisualStyleBackColor = true; // // radExe // radExe.AutoSize = true; radExe.BackColor = Color.Transparent; radExe.Checked = true; radExe.Font = new Font("微软雅黑", 9F, FontStyle.Bold, GraphicsUnit.Point, 134); radExe.ForeColor = Color.White; radExe.Location = new Point(160, 7); radExe.Margin = new Padding(4, 4, 4, 4); radExe.Name = "radExe"; radExe.Size = new Size(47, 21); radExe.TabIndex = 11; radExe.TabStop = true; radExe.Text = "exe"; radExe.UseVisualStyleBackColor = false; // // txtArgs // txtArgs.BackColor = Color.White; txtArgs.BorderStyle = BorderStyle.FixedSingle; txtArgs.Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point, 134); txtArgs.Location = new Point(52, 4); txtArgs.Margin = new Padding(4, 4, 4, 4); txtArgs.Name = "txtArgs"; txtArgs.Size = new Size(100, 23); txtArgs.TabIndex = 8; // // label2 // label2.AutoSize = true; label2.FlatStyle = FlatStyle.Flat; label2.Font = new Font("微软雅黑", 9F, FontStyle.Bold, GraphicsUnit.Point, 134); label2.ForeColor = Color.White; label2.Location = new Point(4, 10); label2.Margin = new Padding(4, 0, 4, 0); label2.Name = "label2"; label2.Size = new Size(44, 17); label2.TabIndex = 9; label2.Text = "参数:"; // // txtOutput // txtOutput.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; txtOutput.BackColor = Color.FromArgb(30, 17, 18); txtOutput.BorderStyle = BorderStyle.FixedSingle; txtOutput.ContextMenuStrip = contextMenuStripEx1; txtOutput.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134); txtOutput.ForeColor = Color.FromArgb(255, 255, 128); txtOutput.Location = new Point(0, 41); txtOutput.Margin = new Padding(4, 4, 4, 4); txtOutput.Multiline = true; txtOutput.Name = "txtOutput"; txtOutput.ReadOnly = true; txtOutput.ScrollBars = ScrollBars.Both; txtOutput.Size = new Size(574, 229); txtOutput.TabIndex = 7; // // contextMenuStripEx1 // contextMenuStripEx1.Items.AddRange(new ToolStripItem[] { 复制ToolStripMenuItem, toolStripMenuItem1, 清除ToolStripMenuItem }); contextMenuStripEx1.Name = "contextMenuStripEx1"; contextMenuStripEx1.RenderMode = ToolStripRenderMode.System; contextMenuStripEx1.Size = new Size(101, 54); // // 复制ToolStripMenuItem // 复制ToolStripMenuItem.ForeColor = Color.FromArgb(255, 255, 128); 复制ToolStripMenuItem.Name = "复制ToolStripMenuItem"; 复制ToolStripMenuItem.Size = new Size(100, 22); 复制ToolStripMenuItem.Text = "复制"; 复制ToolStripMenuItem.Click += texstToolStripMenuItem_Click; // // toolStripMenuItem1 // toolStripMenuItem1.Name = "toolStripMenuItem1"; toolStripMenuItem1.Size = new Size(97, 6); // // 清除ToolStripMenuItem // 清除ToolStripMenuItem.ForeColor = Color.FromArgb(255, 255, 128); 清除ToolStripMenuItem.Name = "清除ToolStripMenuItem"; 清除ToolStripMenuItem.Size = new Size(100, 22); 清除ToolStripMenuItem.Text = "清除"; 清除ToolStripMenuItem.Click += 清楚ToolStripMenuItem_Click; // // ComplieUI // AutoScaleDimensions = new SizeF(96F, 96F); AutoScaleMode = AutoScaleMode.Dpi; BackColor = Color.Black; Controls.Add(radDll); Controls.Add(btnCsc); Controls.Add(chkCmd); Controls.Add(radWinexe); Controls.Add(radExe); Controls.Add(txtOutput); Controls.Add(txtArgs); Controls.Add(label2); Margin = new Padding(4, 4, 4, 4); Name = "ComplieUI"; Size = new Size(574, 272); contextMenuStripEx1.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.Button btnCsc; private System.Windows.Forms.CheckBox chkCmd; private System.Windows.Forms.RadioButton radDll; private System.Windows.Forms.RadioButton radWinexe; private System.Windows.Forms.RadioButton radExe; private System.Windows.Forms.TextBox txtArgs; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtOutput; private ContextMenuStripEx contextMenuStripEx1; private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 清除ToolStripMenuItem; } }