namespace ProcessHacker { partial class CreateServiceWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comboType = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.comboStartType = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.comboErrorControl = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button(); this.textName = new System.Windows.Forms.TextBox(); this.textDisplayName = new System.Windows.Forms.TextBox(); this.textBinaryPath = new System.Windows.Forms.TextBox(); this.buttonBrowse = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 9; this.label1.Text = "Name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 13); this.label2.TabIndex = 10; this.label2.Text = "Display Name:"; // // comboType // this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboType.FlatStyle = System.Windows.Forms.FlatStyle.System; this.comboType.FormattingEnabled = true; this.comboType.Location = new System.Drawing.Point(100, 64); this.comboType.Name = "comboType"; this.comboType.Size = new System.Drawing.Size(156, 21); this.comboType.TabIndex = 2; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(34, 13); this.label3.TabIndex = 11; this.label3.Text = "Type:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 94); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 13); this.label4.TabIndex = 12; this.label4.Text = "Start Type:"; // // comboStartType // this.comboStartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStartType.FlatStyle = System.Windows.Forms.FlatStyle.System; this.comboStartType.FormattingEnabled = true; this.comboStartType.Location = new System.Drawing.Point(100, 91); this.comboStartType.Name = "comboStartType"; this.comboStartType.Size = new System.Drawing.Size(156, 21); this.comboStartType.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 121); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(68, 13); this.label5.TabIndex = 13; this.label5.Text = "Error Control:"; // // comboErrorControl // this.comboErrorControl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboErrorControl.FlatStyle = System.Windows.Forms.FlatStyle.System; this.comboErrorControl.FormattingEnabled = true; this.comboErrorControl.Location = new System.Drawing.Point(100, 118); this.comboErrorControl.Name = "comboErrorControl"; this.comboErrorControl.Size = new System.Drawing.Size(156, 21); this.comboErrorControl.TabIndex = 4; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 148); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(64, 13); this.label6.TabIndex = 14; this.label6.Text = "Binary Path:"; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonCancel.Location = new System.Drawing.Point(329, 185); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 8; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonOK // this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonOK.Location = new System.Drawing.Point(248, 185); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.TabIndex = 7; this.buttonOK.Text = "OK"; this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // textName // this.textName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textName.Location = new System.Drawing.Point(100, 12); this.textName.Name = "textName"; this.textName.Size = new System.Drawing.Size(304, 20); this.textName.TabIndex = 0; // // textDisplayName // this.textDisplayName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textDisplayName.Location = new System.Drawing.Point(100, 38); this.textDisplayName.Name = "textDisplayName"; this.textDisplayName.Size = new System.Drawing.Size(304, 20); this.textDisplayName.TabIndex = 1; // // textBinaryPath // this.textBinaryPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBinaryPath.Location = new System.Drawing.Point(100, 145); this.textBinaryPath.Name = "textBinaryPath"; this.textBinaryPath.Size = new System.Drawing.Size(223, 20); this.textBinaryPath.TabIndex = 5; // // buttonBrowse // this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonBrowse.Location = new System.Drawing.Point(329, 143); this.buttonBrowse.Name = "buttonBrowse"; this.buttonBrowse.Size = new System.Drawing.Size(75, 23); this.buttonBrowse.TabIndex = 6; this.buttonBrowse.Text = "Browse..."; this.buttonBrowse.UseVisualStyleBackColor = true; this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click); // // CreateServiceWindow // this.AcceptButton = this.buttonOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(416, 220); this.Controls.Add(this.buttonBrowse); this.Controls.Add(this.textBinaryPath); this.Controls.Add(this.textDisplayName); this.Controls.Add(this.textName); this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.comboErrorControl); this.Controls.Add(this.comboStartType); this.Controls.Add(this.comboType); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CreateServiceWindow"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Create Service"; this.Load += new System.EventHandler(this.CreateServiceWindow_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboType; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboStartType; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox comboErrorControl; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.TextBox textName; private System.Windows.Forms.TextBox textDisplayName; private System.Windows.Forms.TextBox textBinaryPath; private System.Windows.Forms.Button buttonBrowse; } }