Here are the examples of the csharp api System.Resources.ResourceManager.GetObject(string) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
4319 Examples
19
View Source File : Form1.Designer.cs
License : GNU General Public License v3.0
Project Creator : 0x2b00b1e5
License : GNU General Public License v3.0
Project Creator : 0x2b00b1e5
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.settings_button = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(331, 53);
this.button1.TabIndex = 0;
this.button1.Text = "Toggle Secret Mode (state)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(12, 135);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(331, 53);
this.button2.TabIndex = 1;
this.button2.Text = "Exit";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(349, 12);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(227, 178);
this.textBox1.TabIndex = 2;
//
// settings_button
//
this.settings_button.Location = new System.Drawing.Point(12, 71);
this.settings_button.Name = "settings_button";
this.settings_button.Size = new System.Drawing.Size(331, 58);
this.settings_button.TabIndex = 3;
this.settings_button.Text = "Settings";
this.settings_button.UseVisualStyleBackColor = true;
this.settings_button.Click += new System.EventHandler(this.settings_button_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(589, 197);
this.Controls.Add(this.settings_button);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.ShowInTaskbar = false;
this.Text = "Discord RPC for FL Studio";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : Form1.Designer.cs
License : GNU General Public License v3.0
Project Creator : 0x4F776C
License : GNU General Public License v3.0
Project Creator : 0x4F776C
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.cmdSubmit = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.cmdInput = new System.Windows.Forms.TextBox();
this.cmdOutput = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cmdSubmit
//
this.cmdSubmit.Location = new System.Drawing.Point(519, 10);
this.cmdSubmit.Name = "cmdSubmit";
this.cmdSubmit.Size = new System.Drawing.Size(75, 23);
this.cmdSubmit.TabIndex = 0;
this.cmdSubmit.Text = "&Run";
this.cmdSubmit.UseVisualStyleBackColor = true;
this.cmdSubmit.Click += new System.EventHandler(this.cmdSubmit_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Command:";
//
// cmdInput
//
this.cmdInput.Location = new System.Drawing.Point(66, 12);
this.cmdInput.Name = "cmdInput";
this.cmdInput.Size = new System.Drawing.Size(447, 20);
this.cmdInput.TabIndex = 2;
//
// cmdOutput
//
this.cmdOutput.BackColor = System.Drawing.Color.Black;
this.cmdOutput.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cmdOutput.ForeColor = System.Drawing.Color.White;
this.cmdOutput.Location = new System.Drawing.Point(6, 38);
this.cmdOutput.Multiline = true;
this.cmdOutput.Name = "cmdOutput";
this.cmdOutput.ReadOnly = true;
this.cmdOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.cmdOutput.Size = new System.Drawing.Size(588, 400);
this.cmdOutput.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(407, 441);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(187, 13);
this.label2.TabIndex = 4;
this.label2.Text = "GitHub: https://github.com/0x4F776C";
//
// Form1
//
this.AcceptButton = this.cmdSubmit;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(601, 458);
this.Controls.Add(this.label2);
this.Controls.Add(this.cmdOutput);
this.Controls.Add(this.cmdInput);
this.Controls.Add(this.label1);
this.Controls.Add(this.cmdSubmit);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PowerSnail";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : settings.Designer.cs
License : GNU General Public License v3.0
Project Creator : 0x2b00b1e5
License : GNU General Public License v3.0
Project Creator : 0x2b00b1e5
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(settings));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.sec_mode_sel = new System.Windows.Forms.RadioButton();
this.def_mode_selector = new System.Windows.Forms.RadioButton();
this.SecMode_txt = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.noPrj_txt = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.debugLevel_sel = new System.Windows.Forms.NumericUpDown();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.dangerZone_enable = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.debugLevel_sel)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Controls.Add(this.SecMode_txt);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.noPrj_txt);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(399, 139);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "General Settings";
//
// panel1
//
this.panel1.Controls.Add(this.sec_mode_sel);
this.panel1.Controls.Add(this.def_mode_selector);
this.panel1.Location = new System.Drawing.Point(95, 99);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(277, 34);
this.panel1.TabIndex = 5;
//
// sec_mode_sel
//
this.sec_mode_sel.AutoSize = true;
this.sec_mode_sel.Location = new System.Drawing.Point(136, 10);
this.sec_mode_sel.Name = "sec_mode_sel";
this.sec_mode_sel.Size = new System.Drawing.Size(86, 17);
this.sec_mode_sel.TabIndex = 1;
this.sec_mode_sel.TabStop = true;
this.sec_mode_sel.Text = "Secret Mode";
this.sec_mode_sel.UseVisualStyleBackColor = true;
//
// def_mode_selector
//
this.def_mode_selector.AutoSize = true;
this.def_mode_selector.Location = new System.Drawing.Point(5, 10);
this.def_mode_selector.Name = "def_mode_selector";
this.def_mode_selector.Size = new System.Drawing.Size(88, 17);
this.def_mode_selector.TabIndex = 0;
this.def_mode_selector.TabStop = true;
this.def_mode_selector.Text = "Normal Mode";
this.def_mode_selector.UseVisualStyleBackColor = true;
//
// SecMode_txt
//
this.SecMode_txt.Location = new System.Drawing.Point(192, 73);
this.SecMode_txt.Name = "SecMode_txt";
this.SecMode_txt.Size = new System.Drawing.Size(180, 20);
this.SecMode_txt.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 111);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Default mode:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(179, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Text to display when in secret mode:";
//
// noPrj_txt
//
this.noPrj_txt.Location = new System.Drawing.Point(165, 31);
this.noPrj_txt.Name = "noPrj_txt";
this.noPrj_txt.Size = new System.Drawing.Size(207, 20);
this.noPrj_txt.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(152, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Text to display if no project file:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.numericUpDown1);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.debugLevel_sel);
this.groupBox2.Location = new System.Drawing.Point(418, 13);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(258, 138);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Advanced Settings";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(126, 70);
this.numericUpDown1.Maximum = new decimal(new int[] {
120,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(38, 20);
this.numericUpDown1.TabIndex = 8;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 72);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(121, 13);
this.label5.TabIndex = 7;
this.label5.Text = "State refresh interval (s):";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 33);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Terminal Debug Level:";
//
// debugLevel_sel
//
this.debugLevel_sel.Location = new System.Drawing.Point(126, 30);
this.debugLevel_sel.Maximum = new decimal(new int[] {
3,
0,
0,
0});
this.debugLevel_sel.Name = "debugLevel_sel";
this.debugLevel_sel.Size = new System.Drawing.Size(30, 20);
this.debugLevel_sel.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.numericUpDown2);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Enabled = false;
this.groupBox3.Location = new System.Drawing.Point(683, 43);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(234, 108);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Danger Zone";
//
// numericUpDown2
//
this.numericUpDown2.Location = new System.Drawing.Point(87, 47);
this.numericUpDown2.Maximum = new decimal(new int[] {
65967,
0,
0,
0});
this.numericUpDown2.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(38, 20);
this.numericUpDown2.TabIndex = 9;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(7, 49);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(74, 13);
this.label7.TabIndex = 2;
this.label7.Text = "Network Pipe:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(102, 17);
this.textBox1.MaxLength = 18;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(121, 20);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "476022809429147648";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 20);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 13);
this.label6.TabIndex = 0;
this.label6.Text = "Discord Client ID:";
//
// dangerZone_enable
//
this.dangerZone_enable.AutoSize = true;
this.dangerZone_enable.Location = new System.Drawing.Point(683, 20);
this.dangerZone_enable.Name = "dangerZone_enable";
this.dangerZone_enable.Size = new System.Drawing.Size(165, 17);
this.dangerZone_enable.TabIndex = 3;
this.dangerZone_enable.Text = "Enable Danger Zone controls";
this.dangerZone_enable.UseVisualStyleBackColor = true;
this.dangerZone_enable.CheckedChanged += new System.EventHandler(this.dangerZone_enable_CheckedChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 157);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(399, 39);
this.button1.TabIndex = 4;
this.button1.Text = "SAVE!";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(932, 207);
this.Controls.Add(this.button1);
this.Controls.Add(this.dangerZone_enable);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.HelpButton = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(948, 246);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(948, 246);
this.Name = "settings";
this.Text = "Settings";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.debugLevel_sel)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : DiscordWebhook.Designer.cs
License : MIT License
Project Creator : 1-EXON
License : MIT License
Project Creator : 1-EXON
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DiscordWebhook));
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.setting = new System.Windows.Forms.PictureBox();
this.Chat = new System.Windows.Forms.PictureBox();
this.replacedle = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.Send = new System.Windows.Forms.PictureBox();
this.logout = new System.Windows.Forms.PictureBox();
this.resetRepeat = new System.Windows.Forms.CheckBox();
this.label8 = new System.Windows.Forms.Label();
this.help_but = new System.Windows.Forms.PictureBox();
this.resetContent = new System.Windows.Forms.CheckBox();
this.buttonGradation = new System.Windows.Forms.CheckBox();
this.Thema = new System.Windows.Forms.CheckBox();
this.name = new Guna.UI2.WinForms.Guna2TextBox();
this.repeat = new Guna.UI2.WinForms.Guna2TextBox();
this.image = new Guna.UI2.WinForms.Guna2TextBox();
this.content = new Guna.UI2.WinForms.Guna2TextBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.setting)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Chat)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Send)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.logout)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.help_but)).BeginInit();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(112, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 23);
this.label2.TabIndex = 6;
this.label2.Text = "Name";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(112, 141);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(132, 23);
this.label3.TabIndex = 7;
this.label3.Text = "Profile Image Link";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(112, 215);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(63, 23);
this.label4.TabIndex = 8;
this.label4.Text = "Content";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(424, 70);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 23);
this.label5.TabIndex = 10;
this.label5.Text = "Repeat";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Controls.Add(this.setting);
this.panel1.Controls.Add(this.Chat);
this.panel1.Location = new System.Drawing.Point(19, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(68, 539);
this.panel1.TabIndex = 13;
//
// setting
//
this.setting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("setting.BackgroundImage")));
this.setting.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.setting.Location = new System.Drawing.Point(10, 129);
this.setting.Name = "setting";
this.setting.Size = new System.Drawing.Size(47, 46);
this.setting.TabIndex = 16;
this.setting.TabStop = false;
this.setting.Click += new System.EventHandler(this.setting_Click);
//
// Chat
//
this.Chat.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Chat.BackgroundImage")));
this.Chat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Chat.Location = new System.Drawing.Point(10, 32);
this.Chat.Name = "Chat";
this.Chat.Size = new System.Drawing.Size(47, 49);
this.Chat.TabIndex = 15;
this.Chat.TabStop = false;
this.Chat.Click += new System.EventHandler(this.Chat_Click);
//
// replacedle
//
this.replacedle.AutoSize = true;
this.replacedle.BackColor = System.Drawing.Color.Transparent;
this.replacedle.Font = new System.Drawing.Font("Arial Narrow", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.replacedle.ForeColor = System.Drawing.Color.White;
this.replacedle.Location = new System.Drawing.Point(104, 12);
this.replacedle.Name = "replacedle";
this.replacedle.Size = new System.Drawing.Size(77, 43);
this.replacedle.TabIndex = 14;
this.replacedle.Text = "replacedle";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(114, 98);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 18);
this.label1.TabIndex = 16;
this.label1.Text = "label1";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(114, 169);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(50, 18);
this.label6.TabIndex = 17;
this.label6.Text = "label6";
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(114, 244);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(50, 18);
this.label7.TabIndex = 18;
this.label7.Text = "label7";
this.label7.Click += new System.EventHandler(this.label7_Click);
//
// Send
//
this.Send.BackColor = System.Drawing.Color.Transparent;
this.Send.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Send.BackgroundImage")));
this.Send.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Send.Location = new System.Drawing.Point(117, 500);
this.Send.Name = "Send";
this.Send.Size = new System.Drawing.Size(100, 50);
this.Send.TabIndex = 20;
this.Send.TabStop = false;
this.Send.Click += new System.EventHandler(this.Send_Click);
//
// logout
//
this.logout.BackColor = System.Drawing.Color.Transparent;
this.logout.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("logout.BackgroundImage")));
this.logout.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.logout.Location = new System.Drawing.Point(661, 12);
this.logout.Name = "logout";
this.logout.Size = new System.Drawing.Size(89, 43);
this.logout.TabIndex = 21;
this.logout.TabStop = false;
this.logout.Click += new System.EventHandler(this.logout_Click_1);
//
// resetRepeat
//
this.resetRepeat.AutoSize = true;
this.resetRepeat.BackColor = System.Drawing.Color.Transparent;
this.resetRepeat.ForeColor = System.Drawing.Color.White;
this.resetRepeat.Location = new System.Drawing.Point(117, 360);
this.resetRepeat.Name = "resetRepeat";
this.resetRepeat.Size = new System.Drawing.Size(102, 19);
this.resetRepeat.TabIndex = 23;
this.resetRepeat.Text = "Reset Repeat";
this.resetRepeat.UseVisualStyleBackColor = false;
this.resetRepeat.CheckedChanged += new System.EventHandler(this.resetRepeat_CheckedChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(113, 309);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 23);
this.label8.TabIndex = 24;
this.label8.Text = "Setting";
//
// help_but
//
this.help_but.BackColor = System.Drawing.Color.Transparent;
this.help_but.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("help_but.BackgroundImage")));
this.help_but.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.help_but.Location = new System.Drawing.Point(690, 516);
this.help_but.Name = "help_but";
this.help_but.Size = new System.Drawing.Size(60, 35);
this.help_but.TabIndex = 25;
this.help_but.TabStop = false;
this.help_but.Click += new System.EventHandler(this.help_but_Click);
//
// resetContent
//
this.resetContent.AutoSize = true;
this.resetContent.BackColor = System.Drawing.Color.Transparent;
this.resetContent.Checked = true;
this.resetContent.CheckState = System.Windows.Forms.CheckState.Checked;
this.resetContent.ForeColor = System.Drawing.Color.White;
this.resetContent.Location = new System.Drawing.Point(117, 385);
this.resetContent.Name = "resetContent";
this.resetContent.Size = new System.Drawing.Size(105, 19);
this.resetContent.TabIndex = 26;
this.resetContent.Text = "Reset Content";
this.resetContent.UseVisualStyleBackColor = false;
this.resetContent.CheckedChanged += new System.EventHandler(this.resetContent_CheckedChanged);
//
// buttonGradation
//
this.buttonGradation.AutoSize = true;
this.buttonGradation.BackColor = System.Drawing.Color.Transparent;
this.buttonGradation.ForeColor = System.Drawing.Color.White;
this.buttonGradation.Location = new System.Drawing.Point(117, 410);
this.buttonGradation.Name = "buttonGradation";
this.buttonGradation.Size = new System.Drawing.Size(118, 19);
this.buttonGradation.TabIndex = 27;
this.buttonGradation.Text = "Button Gradation";
this.buttonGradation.UseVisualStyleBackColor = false;
this.buttonGradation.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// Thema
//
this.Thema.AutoSize = true;
this.Thema.BackColor = System.Drawing.Color.Transparent;
this.Thema.Checked = true;
this.Thema.CheckState = System.Windows.Forms.CheckState.Checked;
this.Thema.ForeColor = System.Drawing.Color.White;
this.Thema.Location = new System.Drawing.Point(117, 335);
this.Thema.Name = "Thema";
this.Thema.Size = new System.Drawing.Size(98, 19);
this.Thema.TabIndex = 28;
this.Thema.Text = "Black Thema";
this.Thema.UseVisualStyleBackColor = false;
this.Thema.CheckedChanged += new System.EventHandler(this.Thema_CheckedChanged);
//
// name
//
this.name.BackColor = System.Drawing.Color.Transparent;
this.name.BorderColor = System.Drawing.Color.Transparent;
this.name.BorderRadius = 15;
this.name.Cursor = System.Windows.Forms.Cursors.IBeam;
this.name.DefaultText = "";
this.name.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.name.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.name.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.name.DisabledState.Parent = this.name;
this.name.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.name.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.name.FocusedState.Parent = this.name;
this.name.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.name.ForeColor = System.Drawing.Color.Black;
this.name.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.name.HoverState.Parent = this.name;
this.name.Location = new System.Drawing.Point(112, 95);
this.name.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.name.Name = "name";
this.name.PreplacedwordChar = '\0';
this.name.PlaceholderText = "";
this.name.SelectedText = "";
this.name.ShadowDecoration.Parent = this.name;
this.name.Size = new System.Drawing.Size(214, 30);
this.name.TabIndex = 29;
this.name.KeyUp += new System.Windows.Forms.KeyEventHandler(this.name_KeyUp_1);
//
// repeat
//
this.repeat.BackColor = System.Drawing.Color.Transparent;
this.repeat.BorderColor = System.Drawing.Color.Transparent;
this.repeat.BorderRadius = 15;
this.repeat.Cursor = System.Windows.Forms.Cursors.IBeam;
this.repeat.DefaultText = "1";
this.repeat.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.repeat.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.repeat.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.repeat.DisabledState.Parent = this.repeat;
this.repeat.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.repeat.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.repeat.FocusedState.Parent = this.repeat;
this.repeat.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.repeat.ForeColor = System.Drawing.Color.Black;
this.repeat.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.repeat.HoverState.Parent = this.repeat;
this.repeat.Location = new System.Drawing.Point(428, 98);
this.repeat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.repeat.Name = "repeat";
this.repeat.PreplacedwordChar = '\0';
this.repeat.PlaceholderText = "";
this.repeat.SelectedText = "";
this.repeat.SelectionStart = 1;
this.repeat.ShadowDecoration.Parent = this.repeat;
this.repeat.Size = new System.Drawing.Size(56, 30);
this.repeat.TabIndex = 30;
//
// image
//
this.image.BackColor = System.Drawing.Color.Transparent;
this.image.BorderColor = System.Drawing.Color.Black;
this.image.BorderRadius = 15;
this.image.Cursor = System.Windows.Forms.Cursors.IBeam;
this.image.DefaultText = "";
this.image.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.image.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.image.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.image.DisabledState.Parent = this.image;
this.image.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.image.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.image.FocusedState.Parent = this.image;
this.image.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.image.ForeColor = System.Drawing.Color.Black;
this.image.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.image.HoverState.Parent = this.image;
this.image.Location = new System.Drawing.Point(112, 168);
this.image.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.image.Name = "image";
this.image.PreplacedwordChar = '\0';
this.image.PlaceholderText = "";
this.image.SelectedText = "";
this.image.ShadowDecoration.Parent = this.image;
this.image.Size = new System.Drawing.Size(539, 30);
this.image.TabIndex = 31;
this.image.KeyUp += new System.Windows.Forms.KeyEventHandler(this.image_KeyUp_1);
//
// content
//
this.content.BackColor = System.Drawing.Color.Transparent;
this.content.BorderColor = System.Drawing.Color.Transparent;
this.content.BorderRadius = 15;
this.content.Cursor = System.Windows.Forms.Cursors.IBeam;
this.content.DefaultText = "";
this.content.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.content.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.content.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.content.DisabledState.Parent = this.content;
this.content.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.content.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.content.FocusedState.Parent = this.content;
this.content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.content.ForeColor = System.Drawing.Color.Black;
this.content.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.content.HoverState.Parent = this.content;
this.content.Location = new System.Drawing.Point(112, 242);
this.content.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.content.Multiline = true;
this.content.Name = "content";
this.content.PreplacedwordChar = '\0';
this.content.PlaceholderText = "";
this.content.SelectedText = "";
this.content.ShadowDecoration.Parent = this.content;
this.content.Size = new System.Drawing.Size(539, 234);
this.content.TabIndex = 32;
this.content.TextChanged += new System.EventHandler(this.content_TextChanged_1);
this.content.KeyUp += new System.Windows.Forms.KeyEventHandler(this.content_KeyUp);
//
// DiscordWebhook
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(762, 562);
this.Controls.Add(this.content);
this.Controls.Add(this.image);
this.Controls.Add(this.repeat);
this.Controls.Add(this.name);
this.Controls.Add(this.Thema);
this.Controls.Add(this.buttonGradation);
this.Controls.Add(this.resetContent);
this.Controls.Add(this.help_but);
this.Controls.Add(this.label8);
this.Controls.Add(this.resetRepeat);
this.Controls.Add(this.logout);
this.Controls.Add(this.Send);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label1);
this.Controls.Add(this.replacedle);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "DiscordWebhook";
this.Text = " DisHook";
this.Load += new System.EventHandler(this.DiscordWebhook_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.setting)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Chat)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Send)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.logout)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.help_but)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : Login.Designer.cs
License : MIT License
Project Creator : 1-EXON
License : MIT License
Project Creator : 1-EXON
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.log_in = new System.Windows.Forms.PictureBox();
this.webhookLink = new Guna.UI2.WinForms.Guna2TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.log_in)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(103, 134);
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(131, 22);
this.label1.TabIndex = 7;
this.label1.Text = "Webhook Link";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(13, 197);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(331, 15);
this.label2.TabIndex = 9;
this.label2.Text = "잘못된 링크를 입력할 시 프로그램이 정상작동 되지 않습니다.";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(107, 12);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(127, 119);
this.pictureBox1.TabIndex = 10;
this.pictureBox1.TabStop = false;
//
// log_in
//
this.log_in.BackColor = System.Drawing.Color.Transparent;
this.log_in.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("log_in.BackgroundImage")));
this.log_in.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.log_in.Location = new System.Drawing.Point(107, 220);
this.log_in.Name = "log_in";
this.log_in.Size = new System.Drawing.Size(100, 50);
this.log_in.TabIndex = 22;
this.log_in.TabStop = false;
this.log_in.Click += new System.EventHandler(this.log_in_Click);
//
// webhookLink
//
this.webhookLink.BackColor = System.Drawing.Color.Transparent;
this.webhookLink.BorderColor = System.Drawing.Color.Transparent;
this.webhookLink.BorderRadius = 15;
this.webhookLink.Cursor = System.Windows.Forms.Cursors.IBeam;
this.webhookLink.DefaultText = "";
this.webhookLink.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.webhookLink.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.webhookLink.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.webhookLink.DisabledState.Parent = this.webhookLink;
this.webhookLink.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.webhookLink.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.webhookLink.FocusedState.Parent = this.webhookLink;
this.webhookLink.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.webhookLink.ForeColor = System.Drawing.Color.Black;
this.webhookLink.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.webhookLink.HoverState.Parent = this.webhookLink;
this.webhookLink.Location = new System.Drawing.Point(52, 158);
this.webhookLink.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.webhookLink.Name = "webhookLink";
this.webhookLink.PreplacedwordChar = '\0';
this.webhookLink.PlaceholderForeColor = System.Drawing.Color.Transparent;
this.webhookLink.PlaceholderText = "";
this.webhookLink.SelectedText = "";
this.webhookLink.ShadowDecoration.Parent = this.webhookLink;
this.webhookLink.Size = new System.Drawing.Size(233, 33);
this.webhookLink.TabIndex = 23;
this.webhookLink.TextChanged += new System.EventHandler(this.guna2TextBox1_TextChanged);
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(356, 282);
this.Controls.Add(this.webhookLink);
this.Controls.Add(this.log_in);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Login";
this.Text = "Login";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
this.Load += new System.EventHandler(this.Login_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.log_in)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : MainForm.Designer.cs
License : MIT License
Project Creator : 13xforever
License : MIT License
Project Creator : 13xforever
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.settingsButton = new System.Windows.Forms.Button();
this.discSizeLabel = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.irdMatchLabel = new System.Windows.Forms.Label();
this.gamereplacedleLabel = new System.Windows.Forms.Label();
this.productCodeLabel = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dumpingProgressBar = new System.Windows.Forms.ProgressBar();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.step4Label = new System.Windows.Forms.Label();
this.step3Label = new System.Windows.Forms.Label();
this.step2Label = new System.Windows.Forms.Label();
this.step1Label = new System.Windows.Forms.Label();
this.step4StatusLabel = new System.Windows.Forms.Label();
this.step3StatusLabel = new System.Windows.Forms.Label();
this.step2StatusLabel = new System.Windows.Forms.Label();
this.step1StatusLabel = new System.Windows.Forms.Label();
this.selectIrdButton = new System.Windows.Forms.Button();
this.rescanDiscsButton = new System.Windows.Forms.Button();
this.startDumpingButton = new System.Windows.Forms.Button();
this.cancelDiscDumpButton = new System.Windows.Forms.Button();
this.dumpingProgressLabel = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.settingsButton);
this.groupBox1.Controls.Add(this.discSizeLabel);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.irdMatchLabel);
this.groupBox1.Controls.Add(this.gamereplacedleLabel);
this.groupBox1.Controls.Add(this.productCodeLabel);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(384, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(394, 109);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Disc Information";
//
// settingsButton
//
this.settingsButton.Location = new System.Drawing.Point(365, 10);
this.settingsButton.Name = "settingsButton";
this.settingsButton.Size = new System.Drawing.Size(23, 23);
this.settingsButton.TabIndex = 10;
this.settingsButton.Text = "⚙";
this.toolTip1.SetToolTip(this.settingsButton, "View or change program settings");
this.settingsButton.UseVisualStyleBackColor = true;
this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click);
//
// discSizeLabel
//
this.discSizeLabel.AutoSize = true;
this.discSizeLabel.Location = new System.Drawing.Point(87, 66);
this.discSizeLabel.Name = "discSizeLabel";
this.discSizeLabel.Size = new System.Drawing.Size(46, 13);
this.discSizeLabel.TabIndex = 9;
this.discSizeLabel.Text = "45.7 GB";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 66);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(54, 13);
this.label4.TabIndex = 8;
this.label4.Text = "Disc Size:";
//
// irdMatchLabel
//
this.irdMatchLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.irdMatchLabel.Location = new System.Drawing.Point(87, 89);
this.irdMatchLabel.Name = "irdMatchLabel";
this.irdMatchLabel.Size = new System.Drawing.Size(301, 13);
this.irdMatchLabel.TabIndex = 5;
this.irdMatchLabel.Text = "BCES00802-v2-0338EC334F5ADEF4DE4E4007D7E1D80B";
//
// gamereplacedleLabel
//
this.gamereplacedleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gamereplacedleLabel.Location = new System.Drawing.Point(87, 43);
this.gamereplacedleLabel.Name = "gamereplacedleLabel";
this.gamereplacedleLabel.Size = new System.Drawing.Size(301, 13);
this.gamereplacedleLabel.TabIndex = 4;
this.gamereplacedleLabel.Text = "Weebs in Space™";
//
// productCodeLabel
//
this.productCodeLabel.AutoSize = true;
this.productCodeLabel.Location = new System.Drawing.Point(87, 20);
this.productCodeLabel.Name = "productCodeLabel";
this.productCodeLabel.Size = new System.Drawing.Size(65, 13);
this.productCodeLabel.TabIndex = 3;
this.productCodeLabel.Text = "BLUS12345";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 89);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Matching Key:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(61, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Game replacedle:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(75, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Product Code:";
//
// dumpingProgressBar
//
this.dumpingProgressBar.Location = new System.Drawing.Point(384, 128);
this.dumpingProgressBar.Maximum = 10000;
this.dumpingProgressBar.Name = "dumpingProgressBar";
this.dumpingProgressBar.Size = new System.Drawing.Size(394, 23);
this.dumpingProgressBar.Step = 1;
this.dumpingProgressBar.TabIndex = 10;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.step4Label);
this.groupBox2.Controls.Add(this.step3Label);
this.groupBox2.Controls.Add(this.step2Label);
this.groupBox2.Controls.Add(this.step1Label);
this.groupBox2.Controls.Add(this.step4StatusLabel);
this.groupBox2.Controls.Add(this.step3StatusLabel);
this.groupBox2.Controls.Add(this.step2StatusLabel);
this.groupBox2.Controls.Add(this.step1StatusLabel);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(366, 170);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Steps";
//
// step4Label
//
this.step4Label.AutoSize = true;
this.step4Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step4Label.Location = new System.Drawing.Point(42, 130);
this.step4Label.Name = "step4Label";
this.step4Label.Size = new System.Drawing.Size(173, 26);
this.step4Label.TabIndex = 7;
this.step4Label.Text = "Validate integrity";
//
// step3Label
//
this.step3Label.AutoSize = true;
this.step3Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step3Label.Location = new System.Drawing.Point(42, 94);
this.step3Label.Name = "step3Label";
this.step3Label.Size = new System.Drawing.Size(226, 26);
this.step3Label.TabIndex = 6;
this.step3Label.Text = "Decrypt and copy files";
//
// step2Label
//
this.step2Label.AutoSize = true;
this.step2Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step2Label.Location = new System.Drawing.Point(42, 58);
this.step2Label.Name = "step2Label";
this.step2Label.Size = new System.Drawing.Size(192, 26);
this.step2Label.TabIndex = 5;
this.step2Label.Text = "Select disc key file";
//
// step1Label
//
this.step1Label.AutoSize = true;
this.step1Label.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step1Label.Location = new System.Drawing.Point(42, 22);
this.step1Label.Name = "step1Label";
this.step1Label.Size = new System.Drawing.Size(220, 26);
this.step1Label.TabIndex = 4;
this.step1Label.Text = "Insert PS3 game disc";
//
// step4StatusLabel
//
this.step4StatusLabel.AutoSize = true;
this.step4StatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step4StatusLabel.Location = new System.Drawing.Point(6, 130);
this.step4StatusLabel.Name = "step4StatusLabel";
this.step4StatusLabel.Size = new System.Drawing.Size(30, 26);
this.step4StatusLabel.TabIndex = 3;
this.step4StatusLabel.Text = "⏳";
//
// step3StatusLabel
//
this.step3StatusLabel.AutoSize = true;
this.step3StatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step3StatusLabel.Location = new System.Drawing.Point(6, 94);
this.step3StatusLabel.Name = "step3StatusLabel";
this.step3StatusLabel.Size = new System.Drawing.Size(30, 26);
this.step3StatusLabel.TabIndex = 2;
this.step3StatusLabel.Text = "⏳";
//
// step2StatusLabel
//
this.step2StatusLabel.AutoSize = true;
this.step2StatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step2StatusLabel.Location = new System.Drawing.Point(6, 58);
this.step2StatusLabel.Name = "step2StatusLabel";
this.step2StatusLabel.Size = new System.Drawing.Size(30, 26);
this.step2StatusLabel.TabIndex = 1;
this.step2StatusLabel.Text = "⏳";
//
// step1StatusLabel
//
this.step1StatusLabel.AutoSize = true;
this.step1StatusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.step1StatusLabel.Location = new System.Drawing.Point(6, 22);
this.step1StatusLabel.Name = "step1StatusLabel";
this.step1StatusLabel.Size = new System.Drawing.Size(30, 26);
this.step1StatusLabel.TabIndex = 0;
this.step1StatusLabel.Text = "⏳";
//
// selectIrdButton
//
this.selectIrdButton.Location = new System.Drawing.Point(385, 128);
this.selectIrdButton.Name = "selectIrdButton";
this.selectIrdButton.Size = new System.Drawing.Size(393, 54);
this.selectIrdButton.TabIndex = 3;
this.selectIrdButton.Text = "Select disc key file...";
this.selectIrdButton.UseVisualStyleBackColor = true;
this.selectIrdButton.Click += new System.EventHandler(this.selectIrdButton_Click);
//
// rescanDiscsButton
//
this.rescanDiscsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rescanDiscsButton.Location = new System.Drawing.Point(385, 128);
this.rescanDiscsButton.Name = "rescanDiscsButton";
this.rescanDiscsButton.Size = new System.Drawing.Size(393, 54);
this.rescanDiscsButton.TabIndex = 2;
this.rescanDiscsButton.Text = "Re-scan discs";
this.rescanDiscsButton.UseVisualStyleBackColor = true;
this.rescanDiscsButton.Click += new System.EventHandler(this.rescanDiscsButton_Click);
//
// startDumpingButton
//
this.startDumpingButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.startDumpingButton.Location = new System.Drawing.Point(385, 128);
this.startDumpingButton.Name = "startDumpingButton";
this.startDumpingButton.Size = new System.Drawing.Size(393, 54);
this.startDumpingButton.TabIndex = 3;
this.startDumpingButton.Text = "Start";
this.startDumpingButton.UseVisualStyleBackColor = true;
this.startDumpingButton.Click += new System.EventHandler(this.startDumpingButton_Click);
//
// cancelDiscDumpButton
//
this.cancelDiscDumpButton.Location = new System.Drawing.Point(703, 159);
this.cancelDiscDumpButton.Name = "cancelDiscDumpButton";
this.cancelDiscDumpButton.Size = new System.Drawing.Size(75, 23);
this.cancelDiscDumpButton.TabIndex = 4;
this.cancelDiscDumpButton.Text = "Cancel";
this.cancelDiscDumpButton.UseVisualStyleBackColor = true;
this.cancelDiscDumpButton.Click += new System.EventHandler(this.cancelDiscDumpButton_Click);
//
// dumpingProgressLabel
//
this.dumpingProgressLabel.Location = new System.Drawing.Point(390, 159);
this.dumpingProgressLabel.Name = "dumpingProgressLabel";
this.dumpingProgressLabel.Size = new System.Drawing.Size(307, 23);
this.dumpingProgressLabel.TabIndex = 11;
this.dumpingProgressLabel.Text = "File 1 of 13";
this.dumpingProgressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(788, 192);
this.Controls.Add(this.selectIrdButton);
this.Controls.Add(this.dumpingProgressLabel);
this.Controls.Add(this.dumpingProgressBar);
this.Controls.Add(this.cancelDiscDumpButton);
this.Controls.Add(this.startDumpingButton);
this.Controls.Add(this.rescanDiscsButton);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PS3 Disc Dumper";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : Form2.Designer.cs
License : MIT License
Project Creator : 200Tigersbloxed
License : MIT License
Project Creator : 200Tigersbloxed
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button4 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.closeForm1 = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label5 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.statuslabel = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.progressBar2 = new System.Windows.Forms.ProgressBar();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox7 = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::BSMulti_Installer2.Properties.Resources.cross;
this.pictureBox1.Location = new System.Drawing.Point(308, 54);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(69, 69);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 27;
this.pictureBox1.TabStop = false;
//
// button4
//
this.button4.BackColor = System.Drawing.SystemColors.GrayText;
this.button4.FlatAppearance.BorderSize = 0;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("Arial Narrow", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button4.ForeColor = System.Drawing.SystemColors.Control;
this.button4.Location = new System.Drawing.Point(299, 364);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(78, 38);
this.button4.TabIndex = 26;
this.button4.TabStop = false;
this.button4.Text = "INSTALL / UPDATE";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label7.Location = new System.Drawing.Point(13, 345);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(372, 16);
this.label7.TabIndex = 25;
this.label7.Text = "---------------------------------------------------------------------------------" +
"----------";
//
// button2
//
this.button2.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.ForeColor = System.Drawing.SystemColors.Control;
this.button2.Location = new System.Drawing.Point(263, 171);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(122, 38);
this.button2.TabIndex = 20;
this.button2.TabStop = false;
this.button2.Text = "ZINGABOPP";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label4.Location = new System.Drawing.Point(12, 140);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(373, 16);
this.label4.TabIndex = 19;
this.label4.Text = "SELECT MULTIPLAYER";
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// button1
//
this.button1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.SystemColors.Control;
this.button1.Location = new System.Drawing.Point(12, 171);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(122, 38);
this.button1.TabIndex = 18;
this.button1.TabStop = false;
this.button1.Text = "ANDRUZZZHKA";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.SystemColors.Control;
this.label3.Location = new System.Drawing.Point(13, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(268, 16);
this.label3.TabIndex = 17;
this.label3.Text = "Please select what you need to install or uninstall";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial Narrow", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.SystemColors.Control;
this.label2.Location = new System.Drawing.Point(11, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 25);
this.label2.TabIndex = 16;
this.label2.Text = "Step 2";
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.closeForm1);
this.panel1.Location = new System.Drawing.Point(1, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(402, 34);
this.panel1.TabIndex = 15;
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.Control;
this.label1.Location = new System.Drawing.Point(11, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(117, 13);
this.label1.TabIndex = 2;
this.label1.Text = "BSMulti Installer v2";
//
// closeForm1
//
this.closeForm1.FlatAppearance.BorderSize = 0;
this.closeForm1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.closeForm1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.closeForm1.ForeColor = System.Drawing.SystemColors.Control;
this.closeForm1.Location = new System.Drawing.Point(353, 0);
this.closeForm1.Name = "closeForm1";
this.closeForm1.Size = new System.Drawing.Size(46, 36);
this.closeForm1.TabIndex = 1;
this.closeForm1.TabStop = false;
this.closeForm1.Text = "X";
this.closeForm1.UseVisualStyleBackColor = true;
this.closeForm1.Click += new System.EventHandler(this.closeForm1_Click);
//
// linkLabel1
//
this.linkLabel1.LinkColor = System.Drawing.SystemColors.MenuHighlight;
this.linkLabel1.Location = new System.Drawing.Point(140, 184);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(117, 23);
this.linkLabel1.TabIndex = 28;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "What should I Chose?";
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label5
//
this.label5.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label5.Location = new System.Drawing.Point(12, 223);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(373, 16);
this.label5.TabIndex = 30;
this.label5.Text = "SELECT DEPENDENCIES (UNINSTALL ONLY)";
this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// button3
//
this.button3.BackColor = System.Drawing.SystemColors.GrayText;
this.button3.FlatAppearance.BorderSize = 0;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.ForeColor = System.Drawing.SystemColors.Control;
this.button3.Location = new System.Drawing.Point(213, 364);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(80, 38);
this.button3.TabIndex = 31;
this.button3.TabStop = false;
this.button3.Text = "UNINSTALL";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// statuslabel
//
this.statuslabel.AutoSize = true;
this.statuslabel.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.statuslabel.ForeColor = System.Drawing.SystemColors.Control;
this.statuslabel.Location = new System.Drawing.Point(13, 375);
this.statuslabel.Name = "statuslabel";
this.statuslabel.Size = new System.Drawing.Size(50, 16);
this.statuslabel.TabIndex = 32;
this.statuslabel.Text = "Status: ";
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(16, 411);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(361, 23);
this.progressBar1.TabIndex = 33;
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(16, 449);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(361, 23);
this.progressBar2.TabIndex = 34;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox1.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox1.Location = new System.Drawing.Point(16, 251);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(172, 18);
this.checkBox1.TabIndex = 35;
this.checkBox1.Text = "SongCore (Not recommended)";
this.checkBox1.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox2.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox2.Location = new System.Drawing.Point(16, 275);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(152, 18);
this.checkBox2.TabIndex = 36;
this.checkBox2.Text = "BSML (Not recommended)";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox3.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox3.Location = new System.Drawing.Point(16, 299);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(161, 18);
this.checkBox3.TabIndex = 37;
this.checkBox3.Text = "BS Utils (Not recommended)";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox4.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox4.Location = new System.Drawing.Point(190, 299);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(103, 18);
this.checkBox4.TabIndex = 38;
this.checkBox4.Text = "Custom Avatars";
this.checkBox4.UseVisualStyleBackColor = true;
this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox5.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox5.Location = new System.Drawing.Point(190, 251);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(86, 18);
this.checkBox5.TabIndex = 39;
this.checkBox5.Text = "DiscordCore";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox6.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox6.Location = new System.Drawing.Point(190, 275);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(108, 18);
this.checkBox6.TabIndex = 40;
this.checkBox6.Text = "DynamicOpenVR";
this.checkBox6.UseVisualStyleBackColor = true;
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.ForeColor = System.Drawing.SystemColors.Control;
this.checkBox7.Location = new System.Drawing.Point(16, 324);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(178, 17);
this.checkBox7.TabIndex = 41;
this.checkBox7.Text = "ScoreSaber (Not recommended)";
this.checkBox7.UseVisualStyleBackColor = true;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
this.ClientSize = new System.Drawing.Size(395, 484);
this.Controls.Add(this.checkBox7);
this.Controls.Add(this.checkBox6);
this.Controls.Add(this.checkBox5);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.progressBar2);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.statuslabel);
this.Controls.Add(this.button3);
this.Controls.Add(this.label5);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.label7);
this.Controls.Add(this.button2);
this.Controls.Add(this.label4);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BeatSaber Multiplayer Installer v2";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : ConditionTaskForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConditionTaskForm));
this.scb_condition1 = new CCWin.SkinControl.SkinComboBox();
this.label1 = new System.Windows.Forms.Label();
this.customShellListView = new CCWin.SkinControl.SkinListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.deleteItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.upToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.downToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.task_name = new CCWin.SkinControl.SkinTextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.scb_status3 = new CCWin.SkinControl.SkinComboBox();
this.btn_di3 = new System.Windows.Forms.Button();
this.scb_condition3 = new CCWin.SkinControl.SkinComboBox();
this.rb_q2 = new System.Windows.Forms.RadioButton();
this.rb_h2 = new System.Windows.Forms.RadioButton();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.scb_status2 = new CCWin.SkinControl.SkinComboBox();
this.scb_status1 = new CCWin.SkinControl.SkinComboBox();
this.btn_di2 = new System.Windows.Forms.Button();
this.rb_q1 = new System.Windows.Forms.RadioButton();
this.rb_h1 = new System.Windows.Forms.RadioButton();
this.scb_condition2 = new CCWin.SkinControl.SkinComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.button1 = new System.Windows.Forms.Button();
this.shell = new CCWin.SkinControl.SkinTextBox();
this.shell_name = new CCWin.SkinControl.SkinTextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.scb_template = new CCWin.SkinControl.SkinListView();
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.var_list = new CCWin.SkinControl.SkinListView();
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// scb_condition1
//
this.scb_condition1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_condition1.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_condition1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_condition1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_condition1.Font = new System.Drawing.Font("宋体", 10F);
this.scb_condition1.FormattingEnabled = true;
this.scb_condition1.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_condition1.ItemHeight = 18;
this.scb_condition1.Location = new System.Drawing.Point(98, 19);
this.scb_condition1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_condition1.MouseColor = System.Drawing.Color.Orange;
this.scb_condition1.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_condition1.Name = "scb_condition1";
this.scb_condition1.Size = new System.Drawing.Size(192, 24);
this.scb_condition1.TabIndex = 1;
this.scb_condition1.WaterText = "";
this.scb_condition1.SelectedIndexChanged += new System.EventHandler(this.scb_condition1_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(68, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(22, 19);
this.label1.TabIndex = 2;
this.label1.Text = "当";
//
// customShellListView
//
this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3});
this.customShellListView.ContextMenuStrip = this.contextMenuStrip1;
this.customShellListView.FullRowSelect = true;
this.customShellListView.GridLines = true;
this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.customShellListView.Location = new System.Drawing.Point(20, 290);
this.customShellListView.MultiSelect = false;
this.customShellListView.Name = "customShellListView";
this.customShellListView.OwnerDraw = true;
this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
this.customShellListView.SelectedColor = System.Drawing.Color.LightSkyBlue;
this.customShellListView.Size = new System.Drawing.Size(955, 367);
this.customShellListView.TabIndex = 11;
this.customShellListView.UseCompatibleStateImageBehavior = false;
this.customShellListView.View = System.Windows.Forms.View.Details;
this.customShellListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.AllKeyUp);
this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
//
// columnHeader2
//
this.columnHeader2.Text = "命令名称";
this.columnHeader2.Width = 200;
//
// columnHeader3
//
this.columnHeader3.Text = "Shell脚本";
this.columnHeader3.Width = 750;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.deleteItemToolStripMenuItem,
this.upToolStripMenuItem,
this.downToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(144, 70);
//
// deleteItemToolStripMenuItem
//
this.deleteItemToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.remove_16px;
this.deleteItemToolStripMenuItem.Name = "deleteItemToolStripMenuItem";
this.deleteItemToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
this.deleteItemToolStripMenuItem.Text = "Delete Item";
this.deleteItemToolStripMenuItem.Click += new System.EventHandler(this.deleteItemToolStripMenuItem_Click);
//
// upToolStripMenuItem
//
this.upToolStripMenuItem.Name = "upToolStripMenuItem";
this.upToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
this.upToolStripMenuItem.Text = "Up";
this.upToolStripMenuItem.Click += new System.EventHandler(this.upToolStripMenuItem_Click);
//
// downToolStripMenuItem
//
this.downToolStripMenuItem.Name = "downToolStripMenuItem";
this.downToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
this.downToolStripMenuItem.Text = "Down";
this.downToolStripMenuItem.Click += new System.EventHandler(this.downToolStripMenuItem_Click);
//
// task_name
//
this.task_name.BackColor = System.Drawing.Color.Transparent;
this.task_name.DownBack = null;
this.task_name.Icon = null;
this.task_name.IconIsButton = false;
this.task_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.task_name.IsPreplacedwordChat = '\0';
this.task_name.IsSystemPreplacedwordChar = false;
this.task_name.Lines = new string[0];
this.task_name.Location = new System.Drawing.Point(93, 19);
this.task_name.Margin = new System.Windows.Forms.Padding(0);
this.task_name.MaxLength = 32767;
this.task_name.MinimumSize = new System.Drawing.Size(28, 28);
this.task_name.MouseBack = null;
this.task_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.task_name.Multiline = false;
this.task_name.Name = "task_name";
this.task_name.NormlBack = null;
this.task_name.Padding = new System.Windows.Forms.Padding(5);
this.task_name.ReadOnly = false;
this.task_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.task_name.Size = new System.Drawing.Size(433, 28);
//
//
//
this.task_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.task_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.task_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.task_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.task_name.SkinTxt.Name = "BaseText";
this.task_name.SkinTxt.Size = new System.Drawing.Size(423, 18);
this.task_name.SkinTxt.TabIndex = 0;
this.task_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.task_name.SkinTxt.WaterText = "任务名称";
this.task_name.TabIndex = 12;
this.task_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.task_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.task_name.WaterText = "任务名称";
this.task_name.WordWrap = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(12, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 19);
this.label2.TabIndex = 13;
this.label2.Text = "任务名称:";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.groupBox5);
this.groupBox1.Controls.Add(this.groupBox4);
this.groupBox1.Location = new System.Drawing.Point(20, 110);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(427, 172);
this.groupBox1.TabIndex = 14;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "执行条件";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.scb_status3);
this.groupBox5.Controls.Add(this.btn_di3);
this.groupBox5.Controls.Add(this.scb_condition3);
this.groupBox5.Controls.Add(this.rb_q2);
this.groupBox5.Controls.Add(this.rb_h2);
this.groupBox5.Location = new System.Drawing.Point(6, 108);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(415, 54);
this.groupBox5.TabIndex = 26;
this.groupBox5.TabStop = false;
//
// scb_status3
//
this.scb_status3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_status3.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_status3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_status3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_status3.Font = new System.Drawing.Font("宋体", 10F);
this.scb_status3.FormattingEnabled = true;
this.scb_status3.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_status3.ItemHeight = 18;
this.scb_status3.Location = new System.Drawing.Point(295, 20);
this.scb_status3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_status3.MouseColor = System.Drawing.Color.Orange;
this.scb_status3.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_status3.Name = "scb_status3";
this.scb_status3.Size = new System.Drawing.Size(90, 24);
this.scb_status3.TabIndex = 24;
this.scb_status3.WaterText = "";
//
// btn_di3
//
this.btn_di3.Enabled = false;
this.btn_di3.Image = global::AppMonitor.Properties.Resources.remove_16px;
this.btn_di3.Location = new System.Drawing.Point(391, 22);
this.btn_di3.Name = "btn_di3";
this.btn_di3.Size = new System.Drawing.Size(20, 20);
this.btn_di3.TabIndex = 22;
this.btn_di3.UseVisualStyleBackColor = true;
this.btn_di3.Click += new System.EventHandler(this.btn_di3_Click);
//
// scb_condition3
//
this.scb_condition3.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_condition3.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_condition3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_condition3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_condition3.Enabled = false;
this.scb_condition3.Font = new System.Drawing.Font("宋体", 10F);
this.scb_condition3.FormattingEnabled = true;
this.scb_condition3.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_condition3.ItemHeight = 18;
this.scb_condition3.Location = new System.Drawing.Point(98, 19);
this.scb_condition3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_condition3.MouseColor = System.Drawing.Color.Orange;
this.scb_condition3.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_condition3.Name = "scb_condition3";
this.scb_condition3.Size = new System.Drawing.Size(192, 24);
this.scb_condition3.TabIndex = 23;
this.scb_condition3.WaterText = "";
this.scb_condition3.SelectedIndexChanged += new System.EventHandler(this.scb_condition3_SelectedIndexChanged);
//
// rb_q2
//
this.rb_q2.AutoSize = true;
this.rb_q2.Enabled = false;
this.rb_q2.Location = new System.Drawing.Point(8, 21);
this.rb_q2.Name = "rb_q2";
this.rb_q2.Size = new System.Drawing.Size(38, 21);
this.rb_q2.TabIndex = 21;
this.rb_q2.TabStop = true;
this.rb_q2.Text = "且";
this.rb_q2.UseVisualStyleBackColor = true;
this.rb_q2.CheckedChanged += new System.EventHandler(this.CheckBoxGroup2_CheckedChange);
//
// rb_h2
//
this.rb_h2.AutoSize = true;
this.rb_h2.Enabled = false;
this.rb_h2.Location = new System.Drawing.Point(52, 21);
this.rb_h2.Name = "rb_h2";
this.rb_h2.Size = new System.Drawing.Size(38, 21);
this.rb_h2.TabIndex = 22;
this.rb_h2.TabStop = true;
this.rb_h2.Text = "或";
this.rb_h2.UseVisualStyleBackColor = true;
this.rb_h2.CheckedChanged += new System.EventHandler(this.CheckBoxGroup2_CheckedChange);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.scb_status2);
this.groupBox4.Controls.Add(this.scb_status1);
this.groupBox4.Controls.Add(this.btn_di2);
this.groupBox4.Controls.Add(this.scb_condition1);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Controls.Add(this.rb_q1);
this.groupBox4.Controls.Add(this.rb_h1);
this.groupBox4.Controls.Add(this.scb_condition2);
this.groupBox4.Location = new System.Drawing.Point(6, 17);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(415, 92);
this.groupBox4.TabIndex = 25;
this.groupBox4.TabStop = false;
//
// scb_status2
//
this.scb_status2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_status2.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_status2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_status2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_status2.Font = new System.Drawing.Font("宋体", 10F);
this.scb_status2.FormattingEnabled = true;
this.scb_status2.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_status2.ItemHeight = 18;
this.scb_status2.Location = new System.Drawing.Point(296, 57);
this.scb_status2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_status2.MouseColor = System.Drawing.Color.Orange;
this.scb_status2.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_status2.Name = "scb_status2";
this.scb_status2.Size = new System.Drawing.Size(90, 24);
this.scb_status2.TabIndex = 23;
this.scb_status2.WaterText = "";
//
// scb_status1
//
this.scb_status1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_status1.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_status1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_status1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_status1.Font = new System.Drawing.Font("宋体", 10F);
this.scb_status1.FormattingEnabled = true;
this.scb_status1.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_status1.ItemHeight = 18;
this.scb_status1.Location = new System.Drawing.Point(296, 19);
this.scb_status1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_status1.MouseColor = System.Drawing.Color.Orange;
this.scb_status1.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_status1.Name = "scb_status1";
this.scb_status1.Size = new System.Drawing.Size(90, 24);
this.scb_status1.TabIndex = 22;
this.scb_status1.WaterText = "";
//
// btn_di2
//
this.btn_di2.Enabled = false;
this.btn_di2.Image = global::AppMonitor.Properties.Resources.remove_16px;
this.btn_di2.Location = new System.Drawing.Point(391, 59);
this.btn_di2.Name = "btn_di2";
this.btn_di2.Size = new System.Drawing.Size(20, 20);
this.btn_di2.TabIndex = 21;
this.btn_di2.UseVisualStyleBackColor = true;
this.btn_di2.Click += new System.EventHandler(this.btn_di2_Click);
//
// rb_q1
//
this.rb_q1.AutoSize = true;
this.rb_q1.Enabled = false;
this.rb_q1.Location = new System.Drawing.Point(8, 58);
this.rb_q1.Name = "rb_q1";
this.rb_q1.Size = new System.Drawing.Size(38, 21);
this.rb_q1.TabIndex = 17;
this.rb_q1.TabStop = true;
this.rb_q1.Text = "且";
this.rb_q1.UseVisualStyleBackColor = true;
this.rb_q1.CheckedChanged += new System.EventHandler(this.CheckBoxGroup1_CheckedChange);
//
// rb_h1
//
this.rb_h1.AutoSize = true;
this.rb_h1.Enabled = false;
this.rb_h1.Location = new System.Drawing.Point(52, 58);
this.rb_h1.Name = "rb_h1";
this.rb_h1.Size = new System.Drawing.Size(38, 21);
this.rb_h1.TabIndex = 18;
this.rb_h1.TabStop = true;
this.rb_h1.Text = "或";
this.rb_h1.UseVisualStyleBackColor = true;
this.rb_h1.CheckedChanged += new System.EventHandler(this.CheckBoxGroup1_CheckedChange);
//
// scb_condition2
//
this.scb_condition2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_condition2.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_condition2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_condition2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_condition2.Enabled = false;
this.scb_condition2.Font = new System.Drawing.Font("宋体", 10F);
this.scb_condition2.FormattingEnabled = true;
this.scb_condition2.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_condition2.ItemHeight = 18;
this.scb_condition2.Location = new System.Drawing.Point(98, 56);
this.scb_condition2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_condition2.MouseColor = System.Drawing.Color.Orange;
this.scb_condition2.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_condition2.Name = "scb_condition2";
this.scb_condition2.Size = new System.Drawing.Size(192, 24);
this.scb_condition2.TabIndex = 19;
this.scb_condition2.WaterText = "";
this.scb_condition2.SelectedIndexChanged += new System.EventHandler(this.scb_condition2_SelectedIndexChanged);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.task_name);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(20, 35);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(788, 61);
this.groupBox2.TabIndex = 15;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "任务信息";
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.linkLabel2);
this.groupBox3.Controls.Add(this.linkLabel1);
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Controls.Add(this.shell);
this.groupBox3.Controls.Add(this.shell_name);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Location = new System.Drawing.Point(453, 111);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(522, 172);
this.groupBox3.TabIndex = 18;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "任务命令";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(457, 68);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(56, 17);
this.linkLabel2.TabIndex = 20;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "插入变量";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(456, 26);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(56, 17);
this.linkLabel1.TabIndex = 16;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "选择模版";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// button1
//
this.button1.Location = new System.Drawing.Point(456, 128);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(60, 38);
this.button1.TabIndex = 19;
this.button1.Text = "新增↓";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// shell
//
this.shell.BackColor = System.Drawing.Color.Transparent;
this.shell.DownBack = null;
this.shell.Icon = null;
this.shell.IconIsButton = false;
this.shell.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell.IsPreplacedwordChat = '\0';
this.shell.IsSystemPreplacedwordChar = false;
this.shell.Lines = new string[0];
this.shell.Location = new System.Drawing.Point(78, 56);
this.shell.Margin = new System.Windows.Forms.Padding(0);
this.shell.MaxLength = 32767;
this.shell.MinimumSize = new System.Drawing.Size(28, 28);
this.shell.MouseBack = null;
this.shell.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell.Multiline = true;
this.shell.Name = "shell";
this.shell.NormlBack = null;
this.shell.Padding = new System.Windows.Forms.Padding(5);
this.shell.ReadOnly = false;
this.shell.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.shell.Size = new System.Drawing.Size(372, 111);
//
//
//
this.shell.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.shell.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.shell.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.shell.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.shell.SkinTxt.Multiline = true;
this.shell.SkinTxt.Name = "BaseText";
this.shell.SkinTxt.Size = new System.Drawing.Size(362, 101);
this.shell.SkinTxt.TabIndex = 0;
this.shell.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell.SkinTxt.WaterText = "shell脚本";
this.shell.TabIndex = 14;
this.shell.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.shell.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell.WaterText = "shell脚本";
this.shell.WordWrap = true;
this.shell.Enter += new System.EventHandler(this.shell_Enter);
//
// shell_name
//
this.shell_name.BackColor = System.Drawing.Color.Transparent;
this.shell_name.DownBack = null;
this.shell_name.Icon = null;
this.shell_name.IconIsButton = false;
this.shell_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell_name.IsPreplacedwordChat = '\0';
this.shell_name.IsSystemPreplacedwordChar = false;
this.shell_name.Lines = new string[0];
this.shell_name.Location = new System.Drawing.Point(78, 19);
this.shell_name.Margin = new System.Windows.Forms.Padding(0);
this.shell_name.MaxLength = 32767;
this.shell_name.MinimumSize = new System.Drawing.Size(28, 28);
this.shell_name.MouseBack = null;
this.shell_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell_name.Multiline = false;
this.shell_name.Name = "shell_name";
this.shell_name.NormlBack = null;
this.shell_name.Padding = new System.Windows.Forms.Padding(5);
this.shell_name.ReadOnly = false;
this.shell_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.shell_name.Size = new System.Drawing.Size(372, 28);
//
//
//
this.shell_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.shell_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.shell_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.shell_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.shell_name.SkinTxt.Name = "BaseText";
this.shell_name.SkinTxt.Size = new System.Drawing.Size(362, 18);
this.shell_name.SkinTxt.TabIndex = 0;
this.shell_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell_name.SkinTxt.WaterText = "命令/脚本名称";
this.shell_name.TabIndex = 13;
this.shell_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.shell_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell_name.WaterText = "命令/脚本名称";
this.shell_name.WordWrap = true;
this.shell_name.Enter += new System.EventHandler(this.shell_name_Enter);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(27, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 19);
this.label5.TabIndex = 15;
this.label5.Text = "名称:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(27, 57);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(48, 19);
this.label6.TabIndex = 14;
this.label6.Text = "脚本:";
//
// button2
//
this.button2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.button2.Location = new System.Drawing.Point(814, 44);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(161, 52);
this.button2.TabIndex = 18;
this.button2.Text = "保存 Ctrl+S";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label7.Location = new System.Drawing.Point(9, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(980, 5);
this.label7.TabIndex = 19;
//
// scb_template
//
this.scb_template.BorderColor = System.Drawing.Color.LightGray;
this.scb_template.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader4,
this.columnHeader5});
this.scb_template.FullRowSelect = true;
this.scb_template.GridLines = true;
this.scb_template.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_template.Location = new System.Drawing.Point(484, 5);
this.scb_template.MultiSelect = false;
this.scb_template.Name = "scb_template";
this.scb_template.OwnerDraw = true;
this.scb_template.RowBackColor2 = System.Drawing.Color.White;
this.scb_template.SelectedColor = System.Drawing.Color.LightSteelBlue;
this.scb_template.Size = new System.Drawing.Size(370, 182);
this.scb_template.TabIndex = 21;
this.scb_template.UseCompatibleStateImageBehavior = false;
this.scb_template.View = System.Windows.Forms.View.Details;
this.scb_template.Visible = false;
this.scb_template.MouseClick += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseClick);
this.scb_template.MouseUp += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseUp);
//
// columnHeader4
//
this.columnHeader4.Text = "命令名称";
this.columnHeader4.Width = 120;
//
// columnHeader5
//
this.columnHeader5.Text = "Shell脚本";
this.columnHeader5.Width = 245;
//
// var_list
//
this.var_list.BorderColor = System.Drawing.Color.LightGray;
this.var_list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader6,
this.columnHeader7});
this.var_list.FullRowSelect = true;
this.var_list.GridLines = true;
this.var_list.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.var_list.Location = new System.Drawing.Point(539, 5);
this.var_list.MultiSelect = false;
this.var_list.Name = "var_list";
this.var_list.OwnerDraw = true;
this.var_list.RowBackColor2 = System.Drawing.Color.White;
this.var_list.SelectedColor = System.Drawing.Color.LightSteelBlue;
this.var_list.Size = new System.Drawing.Size(370, 182);
this.var_list.TabIndex = 22;
this.var_list.UseCompatibleStateImageBehavior = false;
this.var_list.View = System.Windows.Forms.View.Details;
this.var_list.Visible = false;
this.var_list.MouseClick += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseClick);
this.var_list.MouseUp += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseUp);
//
// columnHeader6
//
this.columnHeader6.Text = "变量";
this.columnHeader6.Width = 180;
//
// columnHeader7
//
this.columnHeader7.Text = "描述";
this.columnHeader7.Width = 185;
//
// ConditionTaskForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(997, 670);
this.Controls.Add(this.var_list);
this.Controls.Add(this.scb_template);
this.Controls.Add(this.label7);
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.customShellListView);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(718, 528);
this.Name = "ConditionTaskForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "条件任务";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.ConditionTaskForm_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : Help.Designer.cs
License : MIT License
Project Creator : 1CM69
License : MIT License
Project Creator : 1CM69
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Help));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.HelpCloseButton = new System.Windows.Forms.Button();
this.RegularMode = new System.Windows.Forms.CheckBox();
this.NightMode = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.Red;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.richTextBox1.Location = new System.Drawing.Point(12, 12);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.richTextBox1.Size = new System.Drawing.Size(1032, 510);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.TabStop = false;
this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
//
// HelpCloseButton
//
this.HelpCloseButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.HelpCloseButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.HelpCloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.HelpCloseButton.Location = new System.Drawing.Point(12, 528);
this.HelpCloseButton.Name = "HelpCloseButton";
this.HelpCloseButton.Size = new System.Drawing.Size(1032, 23);
this.HelpCloseButton.TabIndex = 1;
this.HelpCloseButton.Text = "CLOSE";
this.HelpCloseButton.UseVisualStyleBackColor = true;
//
// RegularMode
//
this.RegularMode.AutoSize = true;
this.RegularMode.Location = new System.Drawing.Point(23, 532);
this.RegularMode.Name = "RegularMode";
this.RegularMode.Size = new System.Drawing.Size(90, 17);
this.RegularMode.TabIndex = 2;
this.RegularMode.TabStop = false;
this.RegularMode.Text = "RegularMode";
this.RegularMode.UseVisualStyleBackColor = true;
this.RegularMode.Visible = false;
this.RegularMode.CheckedChanged += new System.EventHandler(this.RegularMode_CheckedChanged);
//
// NightMode
//
this.NightMode.AutoSize = true;
this.NightMode.Location = new System.Drawing.Point(120, 532);
this.NightMode.Name = "NightMode";
this.NightMode.Size = new System.Drawing.Size(78, 17);
this.NightMode.TabIndex = 3;
this.NightMode.TabStop = false;
this.NightMode.Text = "NightMode";
this.NightMode.UseVisualStyleBackColor = true;
this.NightMode.Visible = false;
this.NightMode.CheckedChanged += new System.EventHandler(this.NightMode_CheckedChanged);
//
// Help
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Red;
this.ClientSize = new System.Drawing.Size(1056, 561);
this.Controls.Add(this.NightMode);
this.Controls.Add(this.RegularMode);
this.Controls.Add(this.HelpCloseButton);
this.Controls.Add(this.richTextBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Help";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Help";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : Form1.Designer.cs
License : Mozilla Public License 2.0
Project Creator : 1M50RRY
License : Mozilla Public License 2.0
Project Creator : 1M50RRY
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.pi = new System.Windows.Forms.CheckBox();
this.native = new System.Windows.Forms.CheckBox();
this.startup = new System.Windows.Forms.CheckBox();
this.obf = new System.Windows.Forms.CheckBox();
this.punp = new System.Windows.Forms.CheckBox();
this.antivm = new System.Windows.Forms.CheckBox();
this.key = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.encrypt = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.fpath = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.managed = new System.Windows.Forms.CheckBox();
this.si = new System.Windows.Forms.CheckBox();
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.icopath = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pi
//
this.pi.AutoSize = true;
this.pi.Enabled = false;
this.pi.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pi.Location = new System.Drawing.Point(556, 318);
this.pi.Name = "pi";
this.pi.Size = new System.Drawing.Size(123, 20);
this.pi.TabIndex = 1;
this.pi.Text = "Process injection";
this.pi.UseVisualStyleBackColor = true;
this.pi.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// native
//
this.native.AutoSize = true;
this.native.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.native.Location = new System.Drawing.Point(556, 406);
this.native.Name = "native";
this.native.Size = new System.Drawing.Size(64, 20);
this.native.TabIndex = 2;
this.native.Text = "Native";
this.native.UseVisualStyleBackColor = true;
this.native.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// startup
//
this.startup.AutoSize = true;
this.startup.BackColor = System.Drawing.Color.Transparent;
this.startup.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.startup.Location = new System.Drawing.Point(388, 318);
this.startup.Name = "startup";
this.startup.Size = new System.Drawing.Size(69, 20);
this.startup.TabIndex = 3;
this.startup.Text = "Startup";
this.startup.UseVisualStyleBackColor = false;
this.startup.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
//
// obf
//
this.obf.AutoSize = true;
this.obf.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.obf.Location = new System.Drawing.Point(388, 345);
this.obf.Name = "obf";
this.obf.Size = new System.Drawing.Size(87, 20);
this.obf.TabIndex = 4;
this.obf.Text = "Obfuscate";
this.obf.UseVisualStyleBackColor = true;
this.obf.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
//
// punp
//
this.punp.AutoSize = true;
this.punp.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.punp.Location = new System.Drawing.Point(388, 380);
this.punp.Name = "punp";
this.punp.Size = new System.Drawing.Size(60, 20);
this.punp.TabIndex = 5;
this.punp.Text = "Pump";
this.punp.UseVisualStyleBackColor = true;
this.punp.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
//
// antivm
//
this.antivm.AutoSize = true;
this.antivm.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.antivm.Location = new System.Drawing.Point(388, 406);
this.antivm.Name = "antivm";
this.antivm.Size = new System.Drawing.Size(73, 20);
this.antivm.TabIndex = 6;
this.antivm.Text = "Anti VM";
this.antivm.UseVisualStyleBackColor = true;
this.antivm.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
//
// key
//
this.key.Location = new System.Drawing.Point(60, 321);
this.key.Name = "key";
this.key.Size = new System.Drawing.Size(173, 20);
this.key.TabIndex = 7;
//
// button1
//
this.button1.Location = new System.Drawing.Point(249, 321);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(58, 19);
this.button1.TabIndex = 8;
this.button1.Text = "...";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Rockwell", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(12, 321);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(34, 17);
this.label2.TabIndex = 9;
this.label2.Text = "Key";
//
// button2
//
this.button2.Location = new System.Drawing.Point(249, 362);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(58, 20);
this.button2.TabIndex = 10;
this.button2.Text = "...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// encrypt
//
this.encrypt.BackColor = System.Drawing.Color.Violet;
this.encrypt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.encrypt.Font = new System.Drawing.Font("Rockwell", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.encrypt.ForeColor = System.Drawing.Color.Indigo;
this.encrypt.Location = new System.Drawing.Point(249, 446);
this.encrypt.Name = "encrypt";
this.encrypt.Size = new System.Drawing.Size(193, 55);
this.encrypt.TabIndex = 11;
this.encrypt.Text = "Encrypt";
this.encrypt.UseVisualStyleBackColor = false;
this.encrypt.Click += new System.EventHandler(this.button3_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// fpath
//
this.fpath.Location = new System.Drawing.Point(60, 362);
this.fpath.Name = "fpath";
this.fpath.Size = new System.Drawing.Size(173, 20);
this.fpath.TabIndex = 12;
this.fpath.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Rockwell", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(12, 362);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 17);
this.label3.TabIndex = 13;
this.label3.Text = "File";
//
// managed
//
this.managed.AutoSize = true;
this.managed.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.managed.Location = new System.Drawing.Point(556, 380);
this.managed.Name = "managed";
this.managed.Size = new System.Drawing.Size(82, 20);
this.managed.TabIndex = 17;
this.managed.Text = "Managed";
this.managed.UseVisualStyleBackColor = true;
this.managed.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged_1);
//
// si
//
this.si.AutoSize = true;
this.si.Font = new System.Drawing.Font("Rockwell", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.si.Location = new System.Drawing.Point(556, 345);
this.si.Name = "si";
this.si.Size = new System.Drawing.Size(99, 20);
this.si.TabIndex = 18;
this.si.Text = "Self injection";
this.si.UseVisualStyleBackColor = true;
this.si.CheckedChanged += new System.EventHandler(this.si_CheckedChanged);
//
// openFileDialog2
//
this.openFileDialog2.FileName = "openFileDialog2";
//
// pictureBox2
//
this.pictureBox2.Image = global::Aika_Crypter.Properties.Resources.ezgif_6_2c461c68d1;
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(694, 298);
this.pictureBox2.TabIndex = 20;
this.pictureBox2.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Rockwell", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(12, 404);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(39, 17);
this.label4.TabIndex = 16;
this.label4.Text = "Icon";
//
// button3
//
this.button3.Location = new System.Drawing.Point(249, 400);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(58, 20);
this.button3.TabIndex = 15;
this.button3.Text = "...";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// icopath
//
this.icopath.Location = new System.Drawing.Point(60, 401);
this.icopath.Name = "icopath";
this.icopath.Size = new System.Drawing.Size(173, 20);
this.icopath.TabIndex = 14;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.Lavender;
this.ClientSize = new System.Drawing.Size(685, 513);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.si);
this.Controls.Add(this.managed);
this.Controls.Add(this.label4);
this.Controls.Add(this.button3);
this.Controls.Add(this.icopath);
this.Controls.Add(this.label3);
this.Controls.Add(this.fpath);
this.Controls.Add(this.encrypt);
this.Controls.Add(this.button2);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Controls.Add(this.key);
this.Controls.Add(this.antivm);
this.Controls.Add(this.punp);
this.Controls.Add(this.obf);
this.Controls.Add(this.startup);
this.Controls.Add(this.native);
this.Controls.Add(this.pi);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "Aika Crypter";
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : Form1.Designer.cs
License : MIT License
Project Creator : 200Tigersbloxed
License : MIT License
Project Creator : 200Tigersbloxed
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.closeForm1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.closeForm1);
this.panel1.Location = new System.Drawing.Point(-4, -3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(402, 36);
this.panel1.TabIndex = 0;
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.Control;
this.label1.Location = new System.Drawing.Point(17, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(117, 13);
this.label1.TabIndex = 2;
this.label1.Text = "BSMulti Installer v2";
//
// closeForm1
//
this.closeForm1.FlatAppearance.BorderSize = 0;
this.closeForm1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.closeForm1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.closeForm1.ForeColor = System.Drawing.SystemColors.Control;
this.closeForm1.Location = new System.Drawing.Point(353, 0);
this.closeForm1.Name = "closeForm1";
this.closeForm1.Size = new System.Drawing.Size(46, 36);
this.closeForm1.TabIndex = 1;
this.closeForm1.TabStop = false;
this.closeForm1.Text = "X";
this.closeForm1.UseVisualStyleBackColor = true;
this.closeForm1.Click += new System.EventHandler(this.closeForm1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial Narrow", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.SystemColors.Control;
this.label2.Location = new System.Drawing.Point(12, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 25);
this.label2.TabIndex = 3;
this.label2.Text = "Step 1";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.SystemColors.Control;
this.label3.Location = new System.Drawing.Point(14, 106);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(215, 16);
this.label3.TabIndex = 4;
this.label3.Text = "Please select your Beat Saber Directory";
//
// button1
//
this.button1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.SystemColors.Control;
this.button1.Location = new System.Drawing.Point(12, 217);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(122, 38);
this.button1.TabIndex = 5;
this.button1.TabStop = false;
this.button1.Text = "STEAM";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label4.Location = new System.Drawing.Point(112, 186);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(168, 16);
this.label4.TabIndex = 6;
this.label4.Text = "AUTO FIND GAME DIRECTORY";
//
// button2
//
this.button2.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.ForeColor = System.Drawing.SystemColors.Control;
this.button2.Location = new System.Drawing.Point(261, 217);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(122, 38);
this.button2.TabIndex = 7;
this.button2.TabStop = false;
this.button2.Text = "OCULUS";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label5.Location = new System.Drawing.Point(183, 268);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(24, 16);
this.label5.TabIndex = 8;
this.label5.Text = "OR";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label6.Location = new System.Drawing.Point(96, 307);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(199, 16);
this.label6.TabIndex = 9;
this.label6.Text = "MANUALLY FIND GAME DIRECTORY";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(17, 339);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(278, 20);
this.textBox1.TabIndex = 10;
//
// button3
//
this.button3.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.button3.FlatAppearance.BorderSize = 0;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.ForeColor = System.Drawing.SystemColors.Control;
this.button3.Location = new System.Drawing.Point(309, 339);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(74, 20);
this.button3.TabIndex = 11;
this.button3.TabStop = false;
this.button3.Text = "SELECT";
this.button3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.label7.Location = new System.Drawing.Point(14, 394);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(372, 16);
this.label7.TabIndex = 12;
this.label7.Text = "---------------------------------------------------------------------------------" +
"----------";
//
// button4
//
this.button4.BackColor = System.Drawing.SystemColors.GrayText;
this.button4.FlatAppearance.BorderSize = 0;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button4.ForeColor = System.Drawing.SystemColors.Control;
this.button4.Location = new System.Drawing.Point(16, 425);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(122, 38);
this.button4.TabIndex = 13;
this.button4.TabStop = false;
this.button4.Text = "NEXT";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::BSMulti_Installer2.Properties.Resources.cross;
this.pictureBox1.Location = new System.Drawing.Point(309, 62);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(69, 69);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 14;
this.pictureBox1.TabStop = false;
//
// linkLabel1
//
this.linkLabel1.LinkColor = System.Drawing.SystemColors.MenuHighlight;
this.linkLabel1.Location = new System.Drawing.Point(139, 231);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(117, 23);
this.linkLabel1.TabIndex = 29;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "README";
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.SystemColors.Control;
this.label8.Location = new System.Drawing.Point(144, 425);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(113, 16);
this.label8.TabIndex = 30;
this.label8.Text = "Multiplayer Version:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.ForeColor = System.Drawing.SystemColors.Control;
this.label9.Location = new System.Drawing.Point(144, 447);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(133, 16);
this.label9.TabIndex = 31;
this.label9.Text = "MultiplayerLite Version:";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
this.ClientSize = new System.Drawing.Size(395, 484);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.label7);
this.Controls.Add(this.button3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.button2);
this.Controls.Add(this.label4);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BeatSaber Multiplayer Installer v2";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : IceMonitorForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IceMonitorForm));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.自定义命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.定时任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.条件任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.skinToolTip1 = new CCWin.SkinToolTip(this.components);
this.button5 = new System.Windows.Forms.Button();
this.btn_run = new System.Windows.Forms.Button();
this.btn_restart = new System.Windows.Forms.Button();
this.btn_start = new System.Windows.Forms.Button();
this.btn_stop = new System.Windows.Forms.Button();
this.btn_update = new System.Windows.Forms.Button();
this.projects = new CCWin.SkinControl.SkinListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.visitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.button1 = new System.Windows.Forms.Button();
this.pic_run_state = new System.Windows.Forms.PictureBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.custom_btn = new System.Windows.Forms.LinkLabel();
this.customShellListView = new CCWin.SkinControl.SkinListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.shellView = new CCWin.SkinControl.SkinTextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label_status = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.l_appname = new System.Windows.Forms.TextBox();
this.l_pro_path = new System.Windows.Forms.TextBox();
this.l_server_name = new System.Windows.Forms.TextBox();
this.l_node_port = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenu.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// contextMenu
//
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.自定义命令ToolStripMenuItem,
this.toolStripSeparator1,
this.定时任务ToolStripMenuItem,
this.条件任务ToolStripMenuItem});
this.contextMenu.Name = "contextMenuStrip1";
this.contextMenu.Size = new System.Drawing.Size(137, 76);
//
// 自定义命令ToolStripMenuItem
//
this.自定义命令ToolStripMenuItem.Name = "自定义命令ToolStripMenuItem";
this.自定义命令ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.自定义命令ToolStripMenuItem.Text = "自定义脚本";
this.自定义命令ToolStripMenuItem.Click += new System.EventHandler(this.自定义命令ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
//
// 定时任务ToolStripMenuItem
//
this.定时任务ToolStripMenuItem.Name = "定时任务ToolStripMenuItem";
this.定时任务ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.定时任务ToolStripMenuItem.Text = "定时任务";
this.定时任务ToolStripMenuItem.Click += new System.EventHandler(this.CustomTimeTask_Click);
//
// 条件任务ToolStripMenuItem
//
this.条件任务ToolStripMenuItem.Name = "条件任务ToolStripMenuItem";
this.条件任务ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.条件任务ToolStripMenuItem.Text = "条件任务";
this.条件任务ToolStripMenuItem.Click += new System.EventHandler(this.条件任务ToolStripMenuItem_Click);
//
// skinToolTip1
//
this.skinToolTip1.AutoPopDelay = 5000;
this.skinToolTip1.InitialDelay = 500;
this.skinToolTip1.OwnerDraw = true;
this.skinToolTip1.ReshowDelay = 800;
this.skinToolTip1.ToolTipreplacedle = "AppMonitor";
//
// button5
//
this.button5.Location = new System.Drawing.Point(14, 106);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(81, 25);
this.button5.TabIndex = 9;
this.button5.Text = "立即检测";
this.skinToolTip1.SetToolTip(this.button5, "立即检测程序运行是否正常");
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// btn_run
//
this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_run.Enabled = false;
this.btn_run.Location = new System.Drawing.Point(631, 193);
this.btn_run.Name = "btn_run";
this.btn_run.Size = new System.Drawing.Size(65, 26);
this.btn_run.TabIndex = 9;
this.btn_run.Text = "运行";
this.skinToolTip1.SetToolTip(this.btn_run, "手动运行脚本");
this.btn_run.UseVisualStyleBackColor = true;
this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
//
// btn_restart
//
this.btn_restart.Location = new System.Drawing.Point(295, 25);
this.btn_restart.Name = "btn_restart";
this.btn_restart.Size = new System.Drawing.Size(62, 28);
this.btn_restart.TabIndex = 7;
this.btn_restart.Text = "重启";
this.skinToolTip1.SetToolTip(this.btn_restart, "重启程序,会先停止程序然后再启动程序");
this.btn_restart.UseVisualStyleBackColor = true;
this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
//
// btn_start
//
this.btn_start.Location = new System.Drawing.Point(129, 25);
this.btn_start.Name = "btn_start";
this.btn_start.Size = new System.Drawing.Size(62, 28);
this.btn_start.TabIndex = 5;
this.btn_start.Text = "启动";
this.skinToolTip1.SetToolTip(this.btn_start, "启动程序,如果程序未停止或导致重复启动");
this.btn_start.UseVisualStyleBackColor = true;
this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
//
// btn_stop
//
this.btn_stop.Location = new System.Drawing.Point(212, 25);
this.btn_stop.Name = "btn_stop";
this.btn_stop.Size = new System.Drawing.Size(62, 28);
this.btn_stop.TabIndex = 6;
this.btn_stop.Text = "停止";
this.skinToolTip1.SetToolTip(this.btn_stop, "停止程序");
this.btn_stop.UseVisualStyleBackColor = true;
this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
//
// btn_update
//
this.btn_update.Location = new System.Drawing.Point(19, 25);
this.btn_update.Name = "btn_update";
this.btn_update.Size = new System.Drawing.Size(87, 28);
this.btn_update.TabIndex = 8;
this.btn_update.Text = "更新配置";
this.skinToolTip1.SetToolTip(this.btn_update, "更新config/***srv.xml配置");
this.btn_update.UseVisualStyleBackColor = true;
this.btn_update.Click += new System.EventHandler(this.btn_build_Click);
//
// projects
//
this.projects.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.projects.BorderColor = System.Drawing.Color.LightGray;
this.projects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.projects.ContextMenuStrip = this.contextMenuStrip1;
this.projects.FullRowSelect = true;
this.projects.GridLines = true;
this.projects.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.projects.LargeImageList = this.imageList1;
this.projects.Location = new System.Drawing.Point(452, 14);
this.projects.MultiSelect = false;
this.projects.Name = "projects";
this.projects.OwnerDraw = true;
this.projects.RowBackColor2 = System.Drawing.Color.White;
this.projects.SelectedColor = System.Drawing.Color.SkyBlue;
this.projects.Size = new System.Drawing.Size(357, 143);
this.projects.SmallImageList = this.imageList1;
this.projects.StateImageList = this.imageList1;
this.projects.TabIndex = 20;
this.skinToolTip1.SetToolTip(this.projects, "双击访问各个项目");
this.projects.UseCompatibleStateImageBehavior = false;
this.projects.View = System.Windows.Forms.View.Details;
//
// columnHeader2
//
this.columnHeader2.Text = "项目访问地址";
this.columnHeader2.Width = 350;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.visitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
//
// visitToolStripMenuItem
//
this.visitToolStripMenuItem.Name = "visitToolStripMenuItem";
this.visitToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
this.visitToolStripMenuItem.Text = "Visit";
this.visitToolStripMenuItem.Click += new System.EventHandler(this.visitToolStripMenuItem_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
this.imageList1.Images.SetKeyName(2, "yellow_light_16px.png");
//
// button1
//
this.button1.BackColor = System.Drawing.Color.White;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.OrangeRed;
this.button1.Location = new System.Drawing.Point(381, 25);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(111, 28);
this.button1.TabIndex = 9;
this.button1.Text = "一键部署版本";
this.skinToolTip1.SetToolTip(this.button1, "用于程序发布新版本,一键完成发布操作");
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// pic_run_state
//
this.pic_run_state.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_48;
this.pic_run_state.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pic_run_state.Location = new System.Drawing.Point(31, 25);
this.pic_run_state.Name = "pic_run_state";
this.pic_run_state.Size = new System.Drawing.Size(48, 48);
this.pic_run_state.TabIndex = 4;
this.pic_run_state.TabStop = false;
this.skinToolTip1.SetToolTip(this.pic_run_state, "未检测");
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.progressBar1);
this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Controls.Add(this.pic_run_state);
this.groupBox2.Controls.Add(this.label_status);
this.groupBox2.Location = new System.Drawing.Point(8, 176);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(814, 331);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "状态监控";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Silver;
this.label1.Location = new System.Drawing.Point(4, 301);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 25);
this.label1.TabIndex = 12;
this.label1.Text = "Ice";
//
// progressBar1
//
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar1.BackColor = System.Drawing.SystemColors.Control;
this.progressBar1.Location = new System.Drawing.Point(59, 6);
this.progressBar1.Maximum = 20;
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(758, 2);
this.progressBar1.TabIndex = 9;
this.progressBar1.Value = 20;
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.custom_btn);
this.groupBox4.Controls.Add(this.customShellListView);
this.groupBox4.Controls.Add(this.shellView);
this.groupBox4.Controls.Add(this.btn_run);
this.groupBox4.Location = new System.Drawing.Point(107, 101);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(701, 223);
this.groupBox4.TabIndex = 10;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "扩展功能";
//
// custom_btn
//
this.custom_btn.AutoSize = true;
this.custom_btn.LinkColor = System.Drawing.Color.Blue;
this.custom_btn.Location = new System.Drawing.Point(65, 1);
this.custom_btn.Name = "custom_btn";
this.custom_btn.Size = new System.Drawing.Size(41, 12);
this.custom_btn.TabIndex = 13;
this.custom_btn.TabStop = true;
this.custom_btn.Text = "自定义";
this.skinToolTip1.SetToolTip(this.custom_btn, "自定义Shell、Task");
this.custom_btn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
//
// customShellListView
//
this.customShellListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader3});
this.customShellListView.FullRowSelect = true;
this.customShellListView.GridLines = true;
this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.customShellListView.Location = new System.Drawing.Point(8, 20);
this.customShellListView.MultiSelect = false;
this.customShellListView.Name = "customShellListView";
this.customShellListView.OwnerDraw = true;
this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
this.customShellListView.SelectedColor = System.Drawing.Color.SkyBlue;
this.customShellListView.Size = new System.Drawing.Size(284, 194);
this.customShellListView.TabIndex = 10;
this.customShellListView.UseCompatibleStateImageBehavior = false;
this.customShellListView.View = System.Windows.Forms.View.Details;
this.customShellListView.SelectedIndexChanged += new System.EventHandler(this.customShellListView_SelectedIndexChanged);
this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
//
// columnHeader1
//
this.columnHeader1.Text = "名称";
this.columnHeader1.Width = 150;
//
// columnHeader3
//
this.columnHeader3.Text = "类型";
this.columnHeader3.Width = 100;
//
// shellView
//
this.shellView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.shellView.BackColor = System.Drawing.Color.Transparent;
this.shellView.DownBack = null;
this.shellView.Icon = null;
this.shellView.IconIsButton = false;
this.shellView.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shellView.IsPreplacedwordChat = '\0';
this.shellView.IsSystemPreplacedwordChar = false;
this.shellView.Lines = new string[0];
this.shellView.Location = new System.Drawing.Point(295, 21);
this.shellView.Margin = new System.Windows.Forms.Padding(0);
this.shellView.MaxLength = 32767;
this.shellView.MinimumSize = new System.Drawing.Size(28, 28);
this.shellView.MouseBack = null;
this.shellView.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shellView.Multiline = true;
this.shellView.Name = "shellView";
this.shellView.NormlBack = null;
this.shellView.Padding = new System.Windows.Forms.Padding(5);
this.shellView.ReadOnly = false;
this.shellView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.shellView.Size = new System.Drawing.Size(400, 168);
//
//
//
this.shellView.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.shellView.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.shellView.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.shellView.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.shellView.SkinTxt.Multiline = true;
this.shellView.SkinTxt.Name = "BaseText";
this.shellView.SkinTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.shellView.SkinTxt.Size = new System.Drawing.Size(390, 158);
this.shellView.SkinTxt.TabIndex = 0;
this.shellView.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shellView.SkinTxt.WaterText = "";
this.shellView.TabIndex = 0;
this.shellView.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.shellView.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shellView.WaterText = "";
this.shellView.WordWrap = true;
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Controls.Add(this.btn_restart);
this.groupBox3.Controls.Add(this.btn_update);
this.groupBox3.Controls.Add(this.btn_start);
this.groupBox3.Controls.Add(this.btn_stop);
this.groupBox3.Location = new System.Drawing.Point(107, 19);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(701, 76);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "基础功能";
//
// label_status
//
this.label_status.Location = new System.Drawing.Point(17, 83);
this.label_status.Name = "label_status";
this.label_status.Size = new System.Drawing.Size(79, 12);
this.label_status.TabIndex = 1;
this.label_status.Text = "检测中...";
this.label_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.projects);
this.groupBox1.Controls.Add(this.l_appname);
this.groupBox1.Controls.Add(this.l_pro_path);
this.groupBox1.Controls.Add(this.l_server_name);
this.groupBox1.Controls.Add(this.l_node_port);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(7, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(815, 165);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(406, 129);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(29, 12);
this.linkLabel1.TabIndex = 21;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "修改";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// l_appname
//
this.l_appname.BackColor = System.Drawing.SystemColors.Control;
this.l_appname.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_appname.Font = new System.Drawing.Font("宋体", 9F);
this.l_appname.Location = new System.Drawing.Point(99, 29);
this.l_appname.Name = "l_appname";
this.l_appname.ReadOnly = true;
this.l_appname.Size = new System.Drawing.Size(290, 14);
this.l_appname.TabIndex = 19;
//
// l_pro_path
//
this.l_pro_path.BackColor = System.Drawing.SystemColors.Control;
this.l_pro_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_pro_path.Font = new System.Drawing.Font("宋体", 9F);
this.l_pro_path.Location = new System.Drawing.Point(99, 62);
this.l_pro_path.Name = "l_pro_path";
this.l_pro_path.ReadOnly = true;
this.l_pro_path.Size = new System.Drawing.Size(290, 14);
this.l_pro_path.TabIndex = 18;
//
// l_server_name
//
this.l_server_name.BackColor = System.Drawing.SystemColors.Control;
this.l_server_name.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_server_name.Font = new System.Drawing.Font("宋体", 9F);
this.l_server_name.Location = new System.Drawing.Point(99, 96);
this.l_server_name.Name = "l_server_name";
this.l_server_name.ReadOnly = true;
this.l_server_name.Size = new System.Drawing.Size(290, 14);
this.l_server_name.TabIndex = 17;
//
// l_node_port
//
this.l_node_port.BackColor = System.Drawing.SystemColors.Control;
this.l_node_port.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_node_port.Font = new System.Drawing.Font("宋体", 9F);
this.l_node_port.Location = new System.Drawing.Point(99, 129);
this.l_node_port.Name = "l_node_port";
this.l_node_port.ReadOnly = true;
this.l_node_port.Size = new System.Drawing.Size(290, 14);
this.l_node_port.TabIndex = 16;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(29, 30);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 10;
this.label6.Text = "项目名称:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(29, 96);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 9;
this.label5.Text = "服务名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(29, 129);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 7;
this.label3.Text = "节点端口:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "项目路径:";
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.toolStripMenuItem3});
this.contextMenuStrip2.Name = "contextMenuStrip1";
this.contextMenuStrip2.Size = new System.Drawing.Size(114, 48);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
this.toolStripMenuItem2.Text = "Edit";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
this.toolStripMenuItem3.Text = "Delete";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// IceMonitorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(831, 513);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "IceMonitorForm";
this.Text = "MonitorWorkForm";
this.Load += new System.EventHandler(this.IceMonitorForm_Load);
this.contextMenu.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.contextMenuStrip2.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : InputForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputForm));
this.input = new CCWin.SkinControl.SkinTextBox();
this.btn_sure = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.info = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// input
//
this.input.BackColor = System.Drawing.Color.Transparent;
this.input.DownBack = null;
this.input.Icon = null;
this.input.IconIsButton = false;
this.input.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.input.IsPreplacedwordChat = '\0';
this.input.IsSystemPreplacedwordChar = false;
this.input.Lines = new string[0];
this.input.Location = new System.Drawing.Point(18, 97);
this.input.Margin = new System.Windows.Forms.Padding(0);
this.input.MaxLength = 32767;
this.input.MinimumSize = new System.Drawing.Size(28, 28);
this.input.MouseBack = null;
this.input.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.input.Multiline = false;
this.input.Name = "input";
this.input.NormlBack = null;
this.input.Padding = new System.Windows.Forms.Padding(5);
this.input.ReadOnly = false;
this.input.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.input.Size = new System.Drawing.Size(415, 28);
//
//
//
this.input.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.input.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.input.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.input.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.input.SkinTxt.Name = "BaseText";
this.input.SkinTxt.Size = new System.Drawing.Size(405, 18);
this.input.SkinTxt.TabIndex = 0;
this.input.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.input.SkinTxt.WaterText = "";
this.input.TabIndex = 0;
this.input.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.input.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.input.WaterText = "";
this.input.WordWrap = true;
//
// btn_sure
//
this.btn_sure.Location = new System.Drawing.Point(373, 33);
this.btn_sure.Name = "btn_sure";
this.btn_sure.Size = new System.Drawing.Size(60, 25);
this.btn_sure.TabIndex = 1;
this.btn_sure.Text = "确定";
this.btn_sure.UseVisualStyleBackColor = true;
this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(373, 62);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(60, 25);
this.btn_cancel.TabIndex = 2;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// info
//
this.info.Location = new System.Drawing.Point(21, 37);
this.info.Name = "info";
this.info.Size = new System.Drawing.Size(328, 50);
this.info.TabIndex = 3;
//
// InputForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(451, 142);
this.Controls.Add(this.info);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_sure);
this.Controls.Add(this.input);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(451, 142);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(451, 142);
this.Name = "InputForm";
this.Text = "请输入";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.InputForm_Load);
this.ResumeLayout(false);
}
19
View Source File : InputSshPwdForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputSshPwdForm));
this.preplacedword = new CCWin.SkinControl.SkinTextBox();
this.label_name = new CCWin.SkinControl.SkinLabel();
this.cb_remenber = new CCWin.SkinControl.SkinCheckBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// preplacedword
//
this.preplacedword.BackColor = System.Drawing.Color.Transparent;
this.preplacedword.DownBack = null;
this.preplacedword.Icon = null;
this.preplacedword.IconIsButton = false;
this.preplacedword.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.preplacedword.IsPreplacedwordChat = '●';
this.preplacedword.IsSystemPreplacedwordChar = true;
this.preplacedword.Lines = new string[0];
this.preplacedword.Location = new System.Drawing.Point(137, 47);
this.preplacedword.Margin = new System.Windows.Forms.Padding(0);
this.preplacedword.MaxLength = 32767;
this.preplacedword.MinimumSize = new System.Drawing.Size(28, 28);
this.preplacedword.MouseBack = null;
this.preplacedword.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.preplacedword.Multiline = false;
this.preplacedword.Name = "preplacedword";
this.preplacedword.NormlBack = null;
this.preplacedword.Padding = new System.Windows.Forms.Padding(5);
this.preplacedword.ReadOnly = false;
this.preplacedword.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.preplacedword.Size = new System.Drawing.Size(284, 28);
//
//
//
this.preplacedword.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.preplacedword.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.preplacedword.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.preplacedword.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.preplacedword.SkinTxt.Name = "BaseText";
this.preplacedword.SkinTxt.PreplacedwordChar = '●';
this.preplacedword.SkinTxt.Size = new System.Drawing.Size(274, 18);
this.preplacedword.SkinTxt.TabIndex = 0;
this.preplacedword.SkinTxt.UseSystemPreplacedwordChar = true;
this.preplacedword.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.preplacedword.SkinTxt.WaterText = "请输入密码";
this.preplacedword.TabIndex = 0;
this.preplacedword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.preplacedword.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.preplacedword.WaterText = "请输入密码";
this.preplacedword.WordWrap = true;
//
// label_name
//
this.label_name.BackColor = System.Drawing.SystemColors.Control;
this.label_name.BorderColor = System.Drawing.Color.White;
this.label_name.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.label_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_name.Location = new System.Drawing.Point(18, 51);
this.label_name.Name = "label_name";
this.label_name.Size = new System.Drawing.Size(116, 23);
this.label_name.TabIndex = 1;
this.label_name.Text = "xx的密码:";
this.label_name.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// cb_remenber
//
this.cb_remenber.AutoSize = true;
this.cb_remenber.BackColor = System.Drawing.Color.Transparent;
this.cb_remenber.Checked = true;
this.cb_remenber.CheckState = System.Windows.Forms.CheckState.Checked;
this.cb_remenber.ControlState = CCWin.SkinClreplaced.ControlState.Normal;
this.cb_remenber.DownBack = null;
this.cb_remenber.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cb_remenber.Location = new System.Drawing.Point(29, 97);
this.cb_remenber.MouseBack = null;
this.cb_remenber.Name = "cb_remenber";
this.cb_remenber.NormlBack = null;
this.cb_remenber.SelectedDownBack = null;
this.cb_remenber.SelectedMouseBack = null;
this.cb_remenber.SelectedNormlBack = null;
this.cb_remenber.Size = new System.Drawing.Size(75, 21);
this.cb_remenber.TabIndex = 2;
this.cb_remenber.Text = "记住密码";
this.cb_remenber.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(346, 94);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 28);
this.button1.TabIndex = 3;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// InputSshPwdForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(440, 140);
this.Controls.Add(this.button1);
this.Controls.Add(this.cb_remenber);
this.Controls.Add(this.label_name);
this.Controls.Add(this.preplacedword);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(440, 140);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(440, 140);
this.Name = "InputSshPwdForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "InputSshPwdForm";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.InputSshPwdForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : NginxMappingItemForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NginxMappingItemForm));
this.stb_url = new CCWin.SkinControl.SkinTextBox();
this.stb_host = new CCWin.SkinControl.SkinTextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.cb_check = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// stb_url
//
this.stb_url.BackColor = System.Drawing.Color.Transparent;
this.stb_url.DownBack = null;
this.stb_url.Icon = null;
this.stb_url.IconIsButton = false;
this.stb_url.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_url.IsPreplacedwordChat = '\0';
this.stb_url.IsSystemPreplacedwordChar = false;
this.stb_url.Lines = new string[0];
this.stb_url.Location = new System.Drawing.Point(126, 48);
this.stb_url.Margin = new System.Windows.Forms.Padding(0);
this.stb_url.MaxLength = 32767;
this.stb_url.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_url.MouseBack = null;
this.stb_url.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_url.Multiline = false;
this.stb_url.Name = "stb_url";
this.stb_url.NormlBack = null;
this.stb_url.Padding = new System.Windows.Forms.Padding(5);
this.stb_url.ReadOnly = false;
this.stb_url.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_url.Size = new System.Drawing.Size(326, 28);
//
//
//
this.stb_url.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_url.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_url.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_url.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_url.SkinTxt.Name = "BaseText";
this.stb_url.SkinTxt.Size = new System.Drawing.Size(316, 18);
this.stb_url.SkinTxt.TabIndex = 0;
this.stb_url.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_url.SkinTxt.WaterText = "项目访问的地址,为Nginx服务器的地址";
this.stb_url.TabIndex = 0;
this.stb_url.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_url.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_url.WaterText = "项目访问的地址,为Nginx服务器的地址";
this.stb_url.WordWrap = true;
//
// stb_host
//
this.stb_host.BackColor = System.Drawing.Color.Transparent;
this.stb_host.DownBack = null;
this.stb_host.Icon = null;
this.stb_host.IconIsButton = false;
this.stb_host.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_host.IsPreplacedwordChat = '\0';
this.stb_host.IsSystemPreplacedwordChar = false;
this.stb_host.Lines = new string[0];
this.stb_host.Location = new System.Drawing.Point(126, 103);
this.stb_host.Margin = new System.Windows.Forms.Padding(0);
this.stb_host.MaxLength = 32767;
this.stb_host.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_host.MouseBack = null;
this.stb_host.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_host.Multiline = false;
this.stb_host.Name = "stb_host";
this.stb_host.NormlBack = null;
this.stb_host.Padding = new System.Windows.Forms.Padding(5);
this.stb_host.ReadOnly = false;
this.stb_host.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_host.Size = new System.Drawing.Size(326, 28);
//
//
//
this.stb_host.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_host.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_host.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_host.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_host.SkinTxt.Name = "BaseText";
this.stb_host.SkinTxt.Size = new System.Drawing.Size(316, 18);
this.stb_host.SkinTxt.TabIndex = 0;
this.stb_host.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_host.SkinTxt.WaterText = "项目实际的地址,为Nginx反向代理的地址";
this.stb_host.TabIndex = 1;
this.stb_host.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_host.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_host.WaterText = "项目实际的地址,为Nginx反向代理的地址";
this.stb_host.WordWrap = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label1.Location = new System.Drawing.Point(44, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 19);
this.label1.TabIndex = 2;
this.label1.Text = "访问地址:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label2.Location = new System.Drawing.Point(44, 106);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 19);
this.label2.TabIndex = 3;
this.label2.Text = "实际地址:";
//
// cb_check
//
this.cb_check.AutoSize = true;
this.cb_check.BackColor = System.Drawing.Color.Transparent;
this.cb_check.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.cb_check.Location = new System.Drawing.Point(126, 157);
this.cb_check.Name = "cb_check";
this.cb_check.Size = new System.Drawing.Size(132, 16);
this.cb_check.TabIndex = 4;
this.cb_check.Text = "是否检测可访问状态";
this.cb_check.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(330, 205);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(68, 25);
this.button1.TabIndex = 5;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(418, 205);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(68, 25);
this.button2.TabIndex = 6;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// NginxMappingItemForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(510, 250);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.cb_check);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.stb_host);
this.Controls.Add(this.stb_url);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(510, 250);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(510, 250);
this.Name = "NginxMappingItemForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Nginx Mapping Item";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.NginxMappingItemForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : AboutForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = global::AppMonitor.Properties.Resources.yxkj;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(23, 45);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 100);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(151, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(179, 25);
this.label1.TabIndex = 1;
this.label1.Text = "App Monitor Shell";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.Location = new System.Drawing.Point(153, 121);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(84, 14);
this.label2.TabIndex = 2;
this.label2.Text = "作者:Yisin";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("宋体", 9F);
this.label3.Location = new System.Drawing.Point(155, 89);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 3;
this.label3.Text = "v1.0";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
this.linkLabel1.Location = new System.Drawing.Point(21, 173);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(41, 12);
this.linkLabel1.TabIndex = 4;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "隐心阁";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.BackColor = System.Drawing.Color.Transparent;
this.linkLabel2.Location = new System.Drawing.Point(131, 173);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(53, 12);
this.linkLabel2.TabIndex = 5;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "隐心影视";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.BackColor = System.Drawing.Color.Transparent;
this.linkLabel3.Location = new System.Drawing.Point(242, 173);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(29, 12);
this.linkLabel3.TabIndex = 6;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "官网";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(390, 210);
this.Controls.Add(this.linkLabel3);
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(390, 210);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(390, 210);
this.Name = "AboutForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.AboutForm_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : NginxMonitorForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NginxMonitorForm));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.contextMenu3 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.自定义命令ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.CustomTimeTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ConditionTaskToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.skinToolTip1 = new CCWin.SkinToolTip(this.components);
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.projects = new CCWin.SkinControl.SkinListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.button5 = new System.Windows.Forms.Button();
this.btn_run = new System.Windows.Forms.Button();
this.btn_restart = new System.Windows.Forms.Button();
this.btn_start = new System.Windows.Forms.Button();
this.btn_stop = new System.Windows.Forms.Button();
this.pic_run_state = new System.Windows.Forms.PictureBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.newItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.visitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.visit2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.startBtnMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.nginxpathsStart = new System.Windows.Forms.ToolStripMenuItem();
this.nginxpathcnginxconf = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.l_name = new System.Windows.Forms.TextBox();
this.l_nginx_path = new System.Windows.Forms.TextBox();
this.l_nginx_conf = new System.Windows.Forms.TextBox();
this.l_visit_url = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.custom_btn = new System.Windows.Forms.LinkLabel();
this.customShellListView = new CCWin.SkinControl.SkinListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.shellView = new CCWin.SkinControl.SkinTextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.label_status = new System.Windows.Forms.Label();
this.contextMenu3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.startBtnMenu.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// contextMenu3
//
this.contextMenu3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.自定义命令ToolStripMenuItem,
this.toolStripSeparator1,
this.CustomTimeTaskToolStripMenuItem,
this.ConditionTaskToolStripMenuItem1});
this.contextMenu3.Name = "contextMenuStrip1";
this.contextMenu3.Size = new System.Drawing.Size(137, 76);
//
// 自定义命令ToolStripMenuItem
//
this.自定义命令ToolStripMenuItem.Name = "自定义命令ToolStripMenuItem";
this.自定义命令ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.自定义命令ToolStripMenuItem.Text = "自定义脚本";
this.自定义命令ToolStripMenuItem.Click += new System.EventHandler(this.自定义命令ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
//
// CustomTimeTaskToolStripMenuItem
//
this.CustomTimeTaskToolStripMenuItem.Name = "CustomTimeTaskToolStripMenuItem";
this.CustomTimeTaskToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.CustomTimeTaskToolStripMenuItem.Text = "定时任务";
this.CustomTimeTaskToolStripMenuItem.Click += new System.EventHandler(this.CustomTimeTaskToolStripMenuItem_Click);
//
// ConditionTaskToolStripMenuItem1
//
this.ConditionTaskToolStripMenuItem1.Name = "ConditionTaskToolStripMenuItem1";
this.ConditionTaskToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
this.ConditionTaskToolStripMenuItem1.Text = "条件任务";
this.ConditionTaskToolStripMenuItem1.Click += new System.EventHandler(this.条件任务ToolStripMenuItem1_Click);
//
// skinToolTip1
//
this.skinToolTip1.AutoPopDelay = 5000;
this.skinToolTip1.InitialDelay = 500;
this.skinToolTip1.OwnerDraw = true;
this.skinToolTip1.ReshowDelay = 800;
this.skinToolTip1.ToolTipreplacedle = "AppMonitor";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(360, 97);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(29, 12);
this.linkLabel2.TabIndex = 25;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "编辑";
this.skinToolTip1.SetToolTip(this.linkLabel2, "编辑服务器上的server.xml文件");
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// projects
//
this.projects.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.projects.BorderColor = System.Drawing.Color.LightGray;
this.projects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader4});
this.projects.FullRowSelect = true;
this.projects.GridLines = true;
this.projects.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.projects.LargeImageList = this.imageList1;
this.projects.Location = new System.Drawing.Point(397, 12);
this.projects.MultiSelect = false;
this.projects.Name = "projects";
this.projects.OwnerDraw = true;
this.projects.RowBackColor2 = System.Drawing.Color.White;
this.projects.SelectedColor = System.Drawing.Color.SkyBlue;
this.projects.Size = new System.Drawing.Size(414, 173);
this.projects.SmallImageList = this.imageList1;
this.projects.StateImageList = this.imageList1;
this.projects.TabIndex = 22;
this.skinToolTip1.SetToolTip(this.projects, "双击访问各个项目");
this.projects.UseCompatibleStateImageBehavior = false;
this.projects.View = System.Windows.Forms.View.Details;
this.projects.MouseUp += new System.Windows.Forms.MouseEventHandler(this.projects_MouseUp);
//
// columnHeader2
//
this.columnHeader2.Text = "访问地址";
this.columnHeader2.Width = 220;
//
// columnHeader4
//
this.columnHeader4.Text = "映射地址";
this.columnHeader4.Width = 300;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
this.imageList1.Images.SetKeyName(2, "yellow_light_16px.png");
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(359, 131);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(29, 12);
this.linkLabel1.TabIndex = 21;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "访问";
this.skinToolTip1.SetToolTip(this.linkLabel1, "在默认浏览器中打开项目首页地址");
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// button5
//
this.button5.Location = new System.Drawing.Point(14, 106);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(81, 25);
this.button5.TabIndex = 9;
this.button5.Text = "立即检测";
this.skinToolTip1.SetToolTip(this.button5, "立即检测程序运行是否正常");
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// btn_run
//
this.btn_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btn_run.Enabled = false;
this.btn_run.Location = new System.Drawing.Point(631, 167);
this.btn_run.Name = "btn_run";
this.btn_run.Size = new System.Drawing.Size(65, 26);
this.btn_run.TabIndex = 9;
this.btn_run.Text = "运行";
this.skinToolTip1.SetToolTip(this.btn_run, "手动运行脚本");
this.btn_run.UseVisualStyleBackColor = true;
this.btn_run.Click += new System.EventHandler(this.btn_run_Click);
//
// btn_restart
//
this.btn_restart.Location = new System.Drawing.Point(289, 26);
this.btn_restart.Name = "btn_restart";
this.btn_restart.Size = new System.Drawing.Size(80, 28);
this.btn_restart.TabIndex = 7;
this.btn_restart.Text = "重启";
this.skinToolTip1.SetToolTip(this.btn_restart, "重启程序,会先停止程序然后再启动程序");
this.btn_restart.UseVisualStyleBackColor = true;
this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
//
// btn_start
//
this.btn_start.BackColor = System.Drawing.SystemColors.Control;
this.btn_start.Location = new System.Drawing.Point(8, 26);
this.btn_start.Name = "btn_start";
this.btn_start.Size = new System.Drawing.Size(76, 28);
this.btn_start.TabIndex = 5;
this.btn_start.Text = "启动";
this.skinToolTip1.SetToolTip(this.btn_start, "启动程序,如果程序未停止或导致重复启动");
this.btn_start.UseVisualStyleBackColor = true;
this.btn_start.Click += new System.EventHandler(this.btn_start_Click);
//
// btn_stop
//
this.btn_stop.Location = new System.Drawing.Point(207, 26);
this.btn_stop.Name = "btn_stop";
this.btn_stop.Size = new System.Drawing.Size(60, 28);
this.btn_stop.TabIndex = 6;
this.btn_stop.Text = "停止";
this.skinToolTip1.SetToolTip(this.btn_stop, "停止程序");
this.btn_stop.UseVisualStyleBackColor = true;
this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
//
// pic_run_state
//
this.pic_run_state.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_48;
this.pic_run_state.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pic_run_state.Location = new System.Drawing.Point(31, 25);
this.pic_run_state.Name = "pic_run_state";
this.pic_run_state.Size = new System.Drawing.Size(48, 48);
this.pic_run_state.TabIndex = 4;
this.pic_run_state.TabStop = false;
this.skinToolTip1.SetToolTip(this.pic_run_state, "未检测");
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newItemToolStripMenuItem,
this.editToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripSeparator2,
this.visitToolStripMenuItem,
this.visit2ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(133, 120);
//
// newItemToolStripMenuItem
//
this.newItemToolStripMenuItem.Name = "newItemToolStripMenuItem";
this.newItemToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.newItemToolStripMenuItem.Text = "New Item";
this.newItemToolStripMenuItem.Click += new System.EventHandler(this.newItemToolStripMenuItem_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.editToolStripMenuItem.Text = "Edit";
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(129, 6);
//
// visitToolStripMenuItem
//
this.visitToolStripMenuItem.Name = "visitToolStripMenuItem";
this.visitToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.visitToolStripMenuItem.Text = "Visit 1";
this.visitToolStripMenuItem.Click += new System.EventHandler(this.visitToolStripMenuItem_Click);
//
// visit2ToolStripMenuItem
//
this.visit2ToolStripMenuItem.Name = "visit2ToolStripMenuItem";
this.visit2ToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
this.visit2ToolStripMenuItem.Text = "Visit 2";
this.visit2ToolStripMenuItem.Click += new System.EventHandler(this.visit2ToolStripMenuItem_Click);
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem2,
this.toolStripMenuItem3});
this.contextMenuStrip2.Name = "contextMenuStrip1";
this.contextMenuStrip2.Size = new System.Drawing.Size(114, 48);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(113, 22);
this.toolStripMenuItem2.Text = "Edit";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(113, 22);
this.toolStripMenuItem3.Text = "Delete";
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
//
// startBtnMenu
//
this.startBtnMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.nginxpathsStart,
this.nginxpathcnginxconf});
this.startBtnMenu.Name = "startBtnMenu";
this.startBtnMenu.Size = new System.Drawing.Size(235, 48);
//
// nginxpathsStart
//
this.nginxpathsStart.Checked = true;
this.nginxpathsStart.CheckState = System.Windows.Forms.CheckState.Checked;
this.nginxpathsStart.Name = "nginxpathsStart";
this.nginxpathsStart.Size = new System.Drawing.Size(234, 22);
this.nginxpathsStart.Tag = "1";
this.nginxpathsStart.Text = "{nginx_path} -s start";
this.nginxpathsStart.Click += new System.EventHandler(this.nginxStartWayClick);
//
// nginxpathcnginxconf
//
this.nginxpathcnginxconf.Name = "nginxpathcnginxconf";
this.nginxpathcnginxconf.Size = new System.Drawing.Size(234, 22);
this.nginxpathcnginxconf.Tag = "2";
this.nginxpathcnginxconf.Text = "{nginx_path} -c {nginx_conf}";
this.nginxpathcnginxconf.Click += new System.EventHandler(this.nginxStartWayClick);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.linkLabel2);
this.groupBox1.Controls.Add(this.projects);
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.l_name);
this.groupBox1.Controls.Add(this.l_nginx_path);
this.groupBox1.Controls.Add(this.l_nginx_conf);
this.groupBox1.Controls.Add(this.l_visit_url);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(815, 191);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基本信息";
//
// l_name
//
this.l_name.BackColor = System.Drawing.SystemColors.Control;
this.l_name.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_name.Font = new System.Drawing.Font("宋体", 9F);
this.l_name.Location = new System.Drawing.Point(90, 29);
this.l_name.Name = "l_name";
this.l_name.ReadOnly = true;
this.l_name.Size = new System.Drawing.Size(263, 14);
this.l_name.TabIndex = 19;
//
// l_nginx_path
//
this.l_nginx_path.BackColor = System.Drawing.SystemColors.Control;
this.l_nginx_path.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_nginx_path.Font = new System.Drawing.Font("宋体", 9F);
this.l_nginx_path.Location = new System.Drawing.Point(90, 64);
this.l_nginx_path.Name = "l_nginx_path";
this.l_nginx_path.ReadOnly = true;
this.l_nginx_path.Size = new System.Drawing.Size(263, 14);
this.l_nginx_path.TabIndex = 18;
//
// l_nginx_conf
//
this.l_nginx_conf.BackColor = System.Drawing.SystemColors.Control;
this.l_nginx_conf.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_nginx_conf.Font = new System.Drawing.Font("宋体", 9F);
this.l_nginx_conf.Location = new System.Drawing.Point(90, 96);
this.l_nginx_conf.Name = "l_nginx_conf";
this.l_nginx_conf.ReadOnly = true;
this.l_nginx_conf.Size = new System.Drawing.Size(263, 14);
this.l_nginx_conf.TabIndex = 17;
//
// l_visit_url
//
this.l_visit_url.BackColor = System.Drawing.SystemColors.Control;
this.l_visit_url.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.l_visit_url.Font = new System.Drawing.Font("宋体", 9F);
this.l_visit_url.Location = new System.Drawing.Point(90, 129);
this.l_visit_url.Name = "l_visit_url";
this.l_visit_url.ReadOnly = true;
this.l_visit_url.Size = new System.Drawing.Size(263, 14);
this.l_visit_url.TabIndex = 16;
//
// label6
//
this.label6.Location = new System.Drawing.Point(11, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 14);
this.label6.TabIndex = 10;
this.label6.Text = "Nginx Name:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label5
//
this.label5.Location = new System.Drawing.Point(11, 95);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(80, 14);
this.label5.TabIndex = 9;
this.label5.Text = "nginx.conf:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Location = new System.Drawing.Point(11, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(80, 14);
this.label3.TabIndex = 7;
this.label3.Text = "Visit Url:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Location = new System.Drawing.Point(11, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 14);
this.label2.TabIndex = 0;
this.label2.Text = "nginx path:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.progressBar1);
this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Controls.Add(this.pic_run_state);
this.groupBox2.Controls.Add(this.label_status);
this.groupBox2.Location = new System.Drawing.Point(9, 203);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(814, 305);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "状态监控";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Silver;
this.label1.Location = new System.Drawing.Point(4, 276);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 25);
this.label1.TabIndex = 13;
this.label1.Text = "Nginx";
//
// progressBar1
//
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar1.BackColor = System.Drawing.SystemColors.Control;
this.progressBar1.Location = new System.Drawing.Point(59, 6);
this.progressBar1.Maximum = 20;
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(758, 2);
this.progressBar1.TabIndex = 9;
this.progressBar1.Value = 20;
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.custom_btn);
this.groupBox4.Controls.Add(this.customShellListView);
this.groupBox4.Controls.Add(this.shellView);
this.groupBox4.Controls.Add(this.btn_run);
this.groupBox4.Location = new System.Drawing.Point(107, 101);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(701, 197);
this.groupBox4.TabIndex = 10;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "扩展功能";
//
// custom_btn
//
this.custom_btn.AutoSize = true;
this.custom_btn.LinkColor = System.Drawing.Color.Blue;
this.custom_btn.Location = new System.Drawing.Point(67, 1);
this.custom_btn.Name = "custom_btn";
this.custom_btn.Size = new System.Drawing.Size(41, 12);
this.custom_btn.TabIndex = 14;
this.custom_btn.TabStop = true;
this.custom_btn.Text = "自定义";
this.skinToolTip1.SetToolTip(this.custom_btn, "自定义Shell、Task");
this.custom_btn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
//
// customShellListView
//
this.customShellListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader3});
this.customShellListView.FullRowSelect = true;
this.customShellListView.GridLines = true;
this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.customShellListView.Location = new System.Drawing.Point(8, 20);
this.customShellListView.MultiSelect = false;
this.customShellListView.Name = "customShellListView";
this.customShellListView.OwnerDraw = true;
this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
this.customShellListView.SelectedColor = System.Drawing.Color.SkyBlue;
this.customShellListView.Size = new System.Drawing.Size(284, 168);
this.customShellListView.TabIndex = 10;
this.customShellListView.UseCompatibleStateImageBehavior = false;
this.customShellListView.View = System.Windows.Forms.View.Details;
this.customShellListView.SelectedIndexChanged += new System.EventHandler(this.customShellListView_SelectedIndexChanged);
this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
//
// columnHeader1
//
this.columnHeader1.Text = "名称";
this.columnHeader1.Width = 150;
//
// columnHeader3
//
this.columnHeader3.Text = "类型";
this.columnHeader3.Width = 100;
//
// shellView
//
this.shellView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.shellView.BackColor = System.Drawing.Color.Transparent;
this.shellView.DownBack = null;
this.shellView.Icon = null;
this.shellView.IconIsButton = false;
this.shellView.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shellView.IsPreplacedwordChat = '\0';
this.shellView.IsSystemPreplacedwordChar = false;
this.shellView.Lines = new string[0];
this.shellView.Location = new System.Drawing.Point(295, 21);
this.shellView.Margin = new System.Windows.Forms.Padding(0);
this.shellView.MaxLength = 32767;
this.shellView.MinimumSize = new System.Drawing.Size(28, 28);
this.shellView.MouseBack = null;
this.shellView.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shellView.Multiline = true;
this.shellView.Name = "shellView";
this.shellView.NormlBack = null;
this.shellView.Padding = new System.Windows.Forms.Padding(5);
this.shellView.ReadOnly = false;
this.shellView.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.shellView.Size = new System.Drawing.Size(400, 142);
//
//
//
this.shellView.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.shellView.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.shellView.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.shellView.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.shellView.SkinTxt.Multiline = true;
this.shellView.SkinTxt.Name = "BaseText";
this.shellView.SkinTxt.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.shellView.SkinTxt.Size = new System.Drawing.Size(390, 132);
this.shellView.SkinTxt.TabIndex = 0;
this.shellView.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shellView.SkinTxt.WaterText = "";
this.shellView.TabIndex = 0;
this.shellView.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.shellView.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shellView.WaterText = "";
this.shellView.WordWrap = true;
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Controls.Add(this.btn_restart);
this.groupBox3.Controls.Add(this.btn_start);
this.groupBox3.Controls.Add(this.btn_stop);
this.groupBox3.Location = new System.Drawing.Point(107, 19);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(701, 76);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "基础功能";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Azure;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.ForeColor = System.Drawing.Color.DarkOrange;
this.button1.Location = new System.Drawing.Point(84, 27);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 26);
this.button1.TabIndex = 8;
this.button1.Text = "选择启动方式";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label_status
//
this.label_status.Location = new System.Drawing.Point(6, 83);
this.label_status.Name = "label_status";
this.label_status.Size = new System.Drawing.Size(98, 12);
this.label_status.TabIndex = 1;
this.label_status.Text = "检测中...";
this.label_status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// NginxMonitorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(831, 513);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "NginxMonitorForm";
this.Text = "NginxMonitorForm";
this.Load += new System.EventHandler(this.NginxMonitorForm_Load);
this.contextMenu3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pic_run_state)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false);
this.startBtnMenu.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : CustomScriptForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomScriptForm));
this.stb_shell = new CCWin.SkinControl.SkinTextBox();
this.label1 = new System.Windows.Forms.Label();
this.cb_cr = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label_info = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// stb_shell
//
this.stb_shell.BackColor = System.Drawing.Color.Transparent;
this.stb_shell.DownBack = null;
this.stb_shell.Icon = null;
this.stb_shell.IconIsButton = false;
this.stb_shell.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_shell.IsPreplacedwordChat = '\0';
this.stb_shell.IsSystemPreplacedwordChar = false;
this.stb_shell.Lines = new string[0];
this.stb_shell.Location = new System.Drawing.Point(20, 72);
this.stb_shell.Margin = new System.Windows.Forms.Padding(0);
this.stb_shell.MaxLength = 32767;
this.stb_shell.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_shell.MouseBack = null;
this.stb_shell.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_shell.Multiline = false;
this.stb_shell.Name = "stb_shell";
this.stb_shell.NormlBack = null;
this.stb_shell.Padding = new System.Windows.Forms.Padding(5);
this.stb_shell.ReadOnly = false;
this.stb_shell.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_shell.Size = new System.Drawing.Size(513, 28);
//
//
//
this.stb_shell.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_shell.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_shell.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_shell.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_shell.SkinTxt.Name = "BaseText";
this.stb_shell.SkinTxt.Size = new System.Drawing.Size(503, 18);
this.stb_shell.SkinTxt.TabIndex = 0;
this.stb_shell.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_shell.SkinTxt.WaterText = "请输入Shell脚本命令";
this.stb_shell.TabIndex = 0;
this.stb_shell.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_shell.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_shell.WaterText = "请输入Shell脚本命令";
this.stb_shell.WordWrap = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.Location = new System.Drawing.Point(18, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 14);
this.label1.TabIndex = 1;
this.label1.Text = "Shell:";
//
// cb_cr
//
this.cb_cr.AutoSize = true;
this.cb_cr.BackColor = System.Drawing.Color.Transparent;
this.cb_cr.Location = new System.Drawing.Point(21, 114);
this.cb_cr.Name = "cb_cr";
this.cb_cr.Size = new System.Drawing.Size(78, 16);
this.cb_cr.TabIndex = 2;
this.cb_cr.Text = "Append CR";
this.cb_cr.UseVisualStyleBackColor = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(366, 176);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 25);
this.button1.TabIndex = 3;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(458, 176);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 25);
this.button2.TabIndex = 4;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label_info
//
this.label_info.BackColor = System.Drawing.Color.Transparent;
this.label_info.Font = new System.Drawing.Font("宋体", 10F);
this.label_info.ForeColor = System.Drawing.Color.Red;
this.label_info.Location = new System.Drawing.Point(94, 137);
this.label_info.Name = "label_info";
this.label_info.Size = new System.Drawing.Size(393, 22);
this.label_info.TabIndex = 5;
this.label_info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// CustomScriptForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(554, 222);
this.Controls.Add(this.label_info);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.cb_cr);
this.Controls.Add(this.label1);
this.Controls.Add(this.stb_shell);
this.HelpButton = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(554, 222);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(554, 222);
this.Name = "CustomScriptForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Custom Quick Command";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.CustomScriptForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : FullScreenMonitorForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FullScreenMonitorForm));
this.SuspendLayout();
//
// FullScreenMonitorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(797, 478);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FullScreenMonitorForm";
this.Text = "FullScreenMonitorForm";
this.TopMost = true;
this.Load += new System.EventHandler(this.FullScreenMonitorForm_Load);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FullScreenMonitorForm_KeyUp);
this.ResumeLayout(false);
}
19
View Source File : LockForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LockForm));
this.stb_pwd = new CCWin.SkinControl.SkinTextBox();
this.info = new CCWin.SkinControl.SkinLabel();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// stb_pwd
//
this.stb_pwd.BackColor = System.Drawing.Color.Transparent;
this.stb_pwd.DownBack = null;
this.stb_pwd.Icon = null;
this.stb_pwd.IconIsButton = false;
this.stb_pwd.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_pwd.IsPreplacedwordChat = '★';
this.stb_pwd.IsSystemPreplacedwordChar = false;
this.stb_pwd.Lines = new string[0];
this.stb_pwd.Location = new System.Drawing.Point(29, 75);
this.stb_pwd.Margin = new System.Windows.Forms.Padding(0);
this.stb_pwd.MaxLength = 32767;
this.stb_pwd.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_pwd.MouseBack = null;
this.stb_pwd.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_pwd.Multiline = false;
this.stb_pwd.Name = "stb_pwd";
this.stb_pwd.NormlBack = null;
this.stb_pwd.Padding = new System.Windows.Forms.Padding(5);
this.stb_pwd.ReadOnly = false;
this.stb_pwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_pwd.Size = new System.Drawing.Size(320, 28);
//
//
//
this.stb_pwd.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_pwd.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_pwd.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_pwd.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_pwd.SkinTxt.Name = "BaseText";
this.stb_pwd.SkinTxt.PreplacedwordChar = '★';
this.stb_pwd.SkinTxt.Size = new System.Drawing.Size(310, 18);
this.stb_pwd.SkinTxt.TabIndex = 0;
this.stb_pwd.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_pwd.SkinTxt.WaterText = "请输入解锁密码,只用于本次解锁";
this.stb_pwd.TabIndex = 0;
this.stb_pwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_pwd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_pwd.WaterText = "请输入解锁密码,只用于本次解锁";
this.stb_pwd.WordWrap = true;
//
// info
//
this.info.AutoSize = true;
this.info.BackColor = System.Drawing.Color.Transparent;
this.info.BorderColor = System.Drawing.Color.White;
this.info.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.info.Location = new System.Drawing.Point(29, 43);
this.info.Name = "info";
this.info.Size = new System.Drawing.Size(92, 17);
this.info.TabIndex = 1;
this.info.Text = "请输入解锁密码";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.Teal;
this.button1.Location = new System.Drawing.Point(287, 132);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 26);
this.button1.TabIndex = 2;
this.button1.Text = "解锁";
this.button1.UseVisualStyleBackColor = false;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Transparent;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.button2.Location = new System.Drawing.Point(197, 132);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 26);
this.button2.TabIndex = 3;
this.button2.Text = "退出软件";
this.button2.UseVisualStyleBackColor = false;
this.button2.Visible = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.Transparent;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.button3.Location = new System.Drawing.Point(197, 131);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 26);
this.button3.TabIndex = 5;
this.button3.Text = "取消";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.BackColor = System.Drawing.Color.Transparent;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.Color.Teal;
this.button4.Location = new System.Drawing.Point(287, 131);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 26);
this.button4.TabIndex = 4;
this.button4.Text = "锁定";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// LockForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(379, 175);
this.ControlBox = false;
this.Controls.Add(this.button3);
this.Controls.Add(this.button4);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.info);
this.Controls.Add(this.stb_pwd);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LockForm";
this.Text = "Lock";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.LockForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : MonitorForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MonitorForm));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tab_terminal = new System.Windows.Forms.TabPage();
this.listBox1 = new System.Windows.Forms.ListBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tstb_shell = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip_more_sh = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
this.newQuickConmandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.quickShellManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rtb_log = new System.Windows.Forms.RichTextBox();
this.shellMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyPasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fullScreenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tab_sftp = new System.Windows.Forms.TabPage();
this.rtb_sftp_log = new System.Windows.Forms.RichTextBox();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tstb_sftp = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
this.getserverFilepathlocalFilepathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.putlocalFilepathserverFilepathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolbtn_opensftp = new System.Windows.Forms.ToolStripButton();
this.tab_monitor = new System.Windows.Forms.TabPage();
this.right_panel = new System.Windows.Forms.Panel();
this.left_panel = new System.Windows.Forms.Panel();
this.treeView1 = new System.Windows.Forms.TreeView();
this.treeConMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.newItemToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.springBootAppToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.tomcatToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.nginxToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.iceSrvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.treeNodeConMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.newItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.springBootAppToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tomcatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.nginxToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.edireplacedemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.tabControl1.SuspendLayout();
this.tab_terminal.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.shellMenu.SuspendLayout();
this.tab_sftp.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.tab_monitor.SuspendLayout();
this.left_panel.SuspendLayout();
this.treeConMenu.SuspendLayout();
this.treeNodeConMenu.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.tabControl1.Controls.Add(this.tab_terminal);
this.tabControl1.Controls.Add(this.tab_sftp);
this.tabControl1.Controls.Add(this.tab_monitor);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(930, 601);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
this.tabControl1.SizeChanged += new System.EventHandler(this.tabControl1_SizeChanged);
this.tabControl1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tabControl1_KeyUp);
//
// tab_terminal
//
this.tab_terminal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tab_terminal.Controls.Add(this.listBox1);
this.tab_terminal.Controls.Add(this.toolStrip1);
this.tab_terminal.Controls.Add(this.rtb_log);
this.tab_terminal.Location = new System.Drawing.Point(4, 25);
this.tab_terminal.Name = "tab_terminal";
this.tab_terminal.Padding = new System.Windows.Forms.Padding(3);
this.tab_terminal.Size = new System.Drawing.Size(922, 572);
this.tab_terminal.TabIndex = 1;
this.tab_terminal.Text = "Terminal";
this.tab_terminal.UseVisualStyleBackColor = true;
//
// listBox1
//
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.listBox1.Font = new System.Drawing.Font("宋体", 10F);
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(5, 383);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(198, 160);
this.listBox1.TabIndex = 3;
this.listBox1.Visible = false;
this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
this.listBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listBox1_KeyUp);
//
// toolStrip1
//
this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.toolStrip1.BackColor = System.Drawing.Color.White;
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator1,
this.tstb_shell,
this.toolStripSeparator2,
this.toolStrip_more_sh,
this.toolStripDropDownButton1});
this.toolStrip1.Location = new System.Drawing.Point(3, 542);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(885, 25);
this.toolStrip1.TabIndex = 2;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tstb_shell
//
this.tstb_shell.AutoSize = false;
this.tstb_shell.BackColor = System.Drawing.Color.White;
this.tstb_shell.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tstb_shell.Enabled = false;
this.tstb_shell.Font = new System.Drawing.Font("Courier New", 14F);
this.tstb_shell.ForeColor = System.Drawing.Color.DimGray;
this.tstb_shell.HideSelection = false;
this.tstb_shell.Name = "tstb_shell";
this.tstb_shell.Size = new System.Drawing.Size(810, 22);
this.tstb_shell.Text = "在此输入Shell指令";
this.tstb_shell.Enter += new System.EventHandler(this.tstb_shell_Enter);
this.tstb_shell.Leave += new System.EventHandler(this.tstb_shell_Leave);
this.tstb_shell.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstb_shell_KeyDown);
this.tstb_shell.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tstb_shell_KeyUp);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStrip_more_sh
//
this.toolStrip_more_sh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStrip_more_sh.Image = global::AppMonitor.Properties.Resources.Terminal_24px;
this.toolStrip_more_sh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStrip_more_sh.Name = "toolStrip_more_sh";
this.toolStrip_more_sh.Size = new System.Drawing.Size(29, 22);
this.toolStrip_more_sh.Text = "toolStripDropDownButton1";
//
// toolStripDropDownButton1
//
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newQuickConmandToolStripMenuItem,
this.quickShellManageToolStripMenuItem});
this.toolStripDropDownButton1.Image = global::AppMonitor.Properties.Resources.custom_24px;
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
//
// newQuickConmandToolStripMenuItem
//
this.newQuickConmandToolStripMenuItem.Name = "newQuickConmandToolStripMenuItem";
this.newQuickConmandToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.newQuickConmandToolStripMenuItem.Text = "New Quick Conmand";
this.newQuickConmandToolStripMenuItem.Click += new System.EventHandler(this.newQuickConmandToolStripMenuItem_Click);
//
// quickShellManageToolStripMenuItem
//
this.quickShellManageToolStripMenuItem.Name = "quickShellManageToolStripMenuItem";
this.quickShellManageToolStripMenuItem.Size = new System.Drawing.Size(225, 22);
this.quickShellManageToolStripMenuItem.Text = "Quick Command Manage";
this.quickShellManageToolStripMenuItem.Click += new System.EventHandler(this.quickShellManageToolStripMenuItem_Click);
//
// rtb_log
//
this.rtb_log.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtb_log.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.rtb_log.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtb_log.ContextMenuStrip = this.shellMenu;
this.rtb_log.Font = new System.Drawing.Font("Courier New", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtb_log.ForeColor = System.Drawing.Color.CadetBlue;
this.rtb_log.Location = new System.Drawing.Point(3, 3);
this.rtb_log.Name = "rtb_log";
this.rtb_log.ReadOnly = true;
this.rtb_log.Size = new System.Drawing.Size(914, 533);
this.rtb_log.TabIndex = 1;
this.rtb_log.Text = "";
this.rtb_log.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtb_log_KeyDown);
this.rtb_log.KeyUp += new System.Windows.Forms.KeyEventHandler(this.rtb_log_KeyUp);
this.rtb_log.MouseDown += new System.Windows.Forms.MouseEventHandler(this.rtb_log_MouseDown);
//
// shellMenu
//
this.shellMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.复制ToolStripMenuItem,
this.粘贴ToolStripMenuItem,
this.copyPasteToolStripMenuItem,
this.findToolStripMenuItem,
this.selectAllToolStripMenuItem,
this.fullScreenToolStripMenuItem});
this.shellMenu.Name = "shellMenu";
this.shellMenu.Size = new System.Drawing.Size(161, 136);
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.copy;
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
this.复制ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.复制ToolStripMenuItem.Text = "&Copy";
this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
//
// 粘贴ToolStripMenuItem
//
this.粘贴ToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.paste;
this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.粘贴ToolStripMenuItem.Text = "&Paste";
this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem_Click);
//
// copyPasteToolStripMenuItem
//
this.copyPasteToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.view_16px;
this.copyPasteToolStripMenuItem.Name = "copyPasteToolStripMenuItem";
this.copyPasteToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.copyPasteToolStripMenuItem.Text = "&CopyAndPaste";
this.copyPasteToolStripMenuItem.Click += new System.EventHandler(this.copyPasteToolStripMenuItem_Click);
//
// findToolStripMenuItem
//
this.findToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.find;
this.findToolStripMenuItem.Name = "findToolStripMenuItem";
this.findToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.findToolStripMenuItem.Text = "&Find";
this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.selectAllToolStripMenuItem.Text = "&Select All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// fullScreenToolStripMenuItem
//
this.fullScreenToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.fullScreen;
this.fullScreenToolStripMenuItem.Name = "fullScreenToolStripMenuItem";
this.fullScreenToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.fullScreenToolStripMenuItem.Text = "&Full Screen";
this.fullScreenToolStripMenuItem.Click += new System.EventHandler(this.fullScreenToolStripMenuItem_Click);
//
// tab_sftp
//
this.tab_sftp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tab_sftp.Controls.Add(this.rtb_sftp_log);
this.tab_sftp.Controls.Add(this.toolStrip2);
this.tab_sftp.Location = new System.Drawing.Point(4, 25);
this.tab_sftp.Name = "tab_sftp";
this.tab_sftp.Padding = new System.Windows.Forms.Padding(3);
this.tab_sftp.Size = new System.Drawing.Size(922, 572);
this.tab_sftp.TabIndex = 2;
this.tab_sftp.Text = "Sftp";
this.tab_sftp.UseVisualStyleBackColor = true;
//
// rtb_sftp_log
//
this.rtb_sftp_log.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtb_sftp_log.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.rtb_sftp_log.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtb_sftp_log.ContextMenuStrip = this.shellMenu;
this.rtb_sftp_log.Font = new System.Drawing.Font("Courier New", 14.25F);
this.rtb_sftp_log.ForeColor = System.Drawing.Color.CadetBlue;
this.rtb_sftp_log.Location = new System.Drawing.Point(3, 3);
this.rtb_sftp_log.Name = "rtb_sftp_log";
this.rtb_sftp_log.ReadOnly = true;
this.rtb_sftp_log.Size = new System.Drawing.Size(915, 536);
this.rtb_sftp_log.TabIndex = 4;
this.rtb_sftp_log.Text = "";
this.rtb_sftp_log.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rtb_sftp_log_KeyDown);
this.rtb_sftp_log.KeyUp += new System.Windows.Forms.KeyEventHandler(this.rtb_sftp_log_KeyUp);
this.rtb_sftp_log.MouseDown += new System.Windows.Forms.MouseEventHandler(this.rtb_sftp_log_MouseDown);
//
// toolStrip2
//
this.toolStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.toolStrip2.BackColor = System.Drawing.Color.White;
this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator3,
this.tstb_sftp,
this.toolStripSeparator4,
this.toolStripDropDownButton2,
this.toolbtn_opensftp});
this.toolStrip2.Location = new System.Drawing.Point(2, 542);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip2.Size = new System.Drawing.Size(879, 25);
this.toolStrip2.TabIndex = 3;
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// tstb_sftp
//
this.tstb_sftp.AutoSize = false;
this.tstb_sftp.BackColor = System.Drawing.Color.White;
this.tstb_sftp.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tstb_sftp.Enabled = false;
this.tstb_sftp.Font = new System.Drawing.Font("Courier New", 14F);
this.tstb_sftp.ForeColor = System.Drawing.Color.DimGray;
this.tstb_sftp.HideSelection = false;
this.tstb_sftp.Name = "tstb_sftp";
this.tstb_sftp.Size = new System.Drawing.Size(810, 22);
this.tstb_sftp.Text = "在此输入Sftp指令";
this.tstb_sftp.Enter += new System.EventHandler(this.sftp_text_enter);
this.tstb_sftp.Leave += new System.EventHandler(this.sftp_text_leave);
this.tstb_sftp.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tstb_sftp_KeyUp);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripDropDownButton2
//
this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.getserverFilepathlocalFilepathToolStripMenuItem,
this.putlocalFilepathserverFilepathToolStripMenuItem,
this.helpToolStripMenuItem});
this.toolStripDropDownButton2.Image = global::AppMonitor.Properties.Resources.Terminal_24px;
this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
this.toolStripDropDownButton2.Size = new System.Drawing.Size(29, 22);
this.toolStripDropDownButton2.Text = "toolStripDropDownButton1";
//
// getserverFilepathlocalFilepathToolStripMenuItem
//
this.getserverFilepathlocalFilepathToolStripMenuItem.Name = "getserverFilepathlocalFilepathToolStripMenuItem";
this.getserverFilepathlocalFilepathToolStripMenuItem.Size = new System.Drawing.Size(276, 22);
this.getserverFilepathlocalFilepathToolStripMenuItem.Text = "get [server filepath] [local filepath]";
this.getserverFilepathlocalFilepathToolStripMenuItem.Click += new System.EventHandler(this.sftp_quick_click);
//
// putlocalFilepathserverFilepathToolStripMenuItem
//
this.putlocalFilepathserverFilepathToolStripMenuItem.Name = "putlocalFilepathserverFilepathToolStripMenuItem";
this.putlocalFilepathserverFilepathToolStripMenuItem.Size = new System.Drawing.Size(276, 22);
this.putlocalFilepathserverFilepathToolStripMenuItem.Text = "put [local filepath] [server filepath]";
this.putlocalFilepathserverFilepathToolStripMenuItem.Click += new System.EventHandler(this.sftp_quick_click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(276, 22);
this.helpToolStripMenuItem.Text = "help&";
this.helpToolStripMenuItem.Click += new System.EventHandler(this.sftp_quick_click);
//
// toolbtn_opensftp
//
this.toolbtn_opensftp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolbtn_opensftp.Image = global::AppMonitor.Properties.Resources.ftp;
this.toolbtn_opensftp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolbtn_opensftp.Name = "toolbtn_opensftp";
this.toolbtn_opensftp.Size = new System.Drawing.Size(23, 22);
this.toolbtn_opensftp.Text = "toolStripButton1";
this.toolbtn_opensftp.Click += new System.EventHandler(this.toolbtn_opensftp_Click);
//
// tab_monitor
//
this.tab_monitor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tab_monitor.Controls.Add(this.right_panel);
this.tab_monitor.Controls.Add(this.left_panel);
this.tab_monitor.Location = new System.Drawing.Point(4, 25);
this.tab_monitor.Name = "tab_monitor";
this.tab_monitor.Padding = new System.Windows.Forms.Padding(3);
this.tab_monitor.Size = new System.Drawing.Size(922, 572);
this.tab_monitor.TabIndex = 0;
this.tab_monitor.Text = "Monitor";
this.tab_monitor.UseVisualStyleBackColor = true;
//
// right_panel
//
this.right_panel.BackColor = System.Drawing.SystemColors.Control;
this.right_panel.Location = new System.Drawing.Point(250, 0);
this.right_panel.Name = "right_panel";
this.right_panel.Size = new System.Drawing.Size(670, 570);
this.right_panel.TabIndex = 2;
//
// left_panel
//
this.left_panel.Controls.Add(this.treeView1);
this.left_panel.Location = new System.Drawing.Point(0, 0);
this.left_panel.Name = "left_panel";
this.left_panel.Size = new System.Drawing.Size(245, 570);
this.left_panel.TabIndex = 1;
//
// treeView1
//
this.treeView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(230)))), ((int)(((byte)(235)))));
this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.treeView1.ContextMenuStrip = this.treeConMenu;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.treeView1.FullRowSelect = true;
this.treeView1.ImageIndex = 0;
this.treeView1.ImageList = this.imageList1;
this.treeView1.Indent = 12;
this.treeView1.ItemHeight = 30;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
this.treeView1.SelectedImageIndex = 0;
this.treeView1.Size = new System.Drawing.Size(245, 570);
this.treeView1.TabIndex = 0;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
//
// treeConMenu
//
this.treeConMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newItemToolStripMenuItem1});
this.treeConMenu.Name = "treeConMenu";
this.treeConMenu.Size = new System.Drawing.Size(133, 26);
//
// newItemToolStripMenuItem1
//
this.newItemToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.springBootAppToolStripMenuItem2,
this.tomcatToolStripMenuItem1,
this.nginxToolStripMenuItem1,
this.iceSrvToolStripMenuItem});
this.newItemToolStripMenuItem1.Name = "newItemToolStripMenuItem1";
this.newItemToolStripMenuItem1.Size = new System.Drawing.Size(132, 22);
this.newItemToolStripMenuItem1.Text = "New Item";
//
// springBootAppToolStripMenuItem2
//
this.springBootAppToolStripMenuItem2.Name = "springBootAppToolStripMenuItem2";
this.springBootAppToolStripMenuItem2.Size = new System.Drawing.Size(170, 22);
this.springBootAppToolStripMenuItem2.Text = "SpringBoot App";
this.springBootAppToolStripMenuItem2.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// tomcatToolStripMenuItem1
//
this.tomcatToolStripMenuItem1.Name = "tomcatToolStripMenuItem1";
this.tomcatToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
this.tomcatToolStripMenuItem1.Text = "Tomcat";
this.tomcatToolStripMenuItem1.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// nginxToolStripMenuItem1
//
this.nginxToolStripMenuItem1.Name = "nginxToolStripMenuItem1";
this.nginxToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
this.nginxToolStripMenuItem1.Text = "Nginx";
this.nginxToolStripMenuItem1.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// iceSrvToolStripMenuItem
//
this.iceSrvToolStripMenuItem.Name = "iceSrvToolStripMenuItem";
this.iceSrvToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.iceSrvToolStripMenuItem.Text = "IceSrv";
this.iceSrvToolStripMenuItem.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "gray_light_48.png");
this.imageList1.Images.SetKeyName(1, "green_light_48.png");
this.imageList1.Images.SetKeyName(2, "org_light_48.png");
this.imageList1.Images.SetKeyName(3, "Terminal_24px.png");
//
// treeNodeConMenu
//
this.treeNodeConMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newItemToolStripMenuItem,
this.edireplacedemToolStripMenuItem,
this.removeItemToolStripMenuItem});
this.treeNodeConMenu.Name = "contextMenuStrip1";
this.treeNodeConMenu.Size = new System.Drawing.Size(154, 70);
//
// newItemToolStripMenuItem
//
this.newItemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.springBootAppToolStripMenuItem,
this.tomcatToolStripMenuItem,
this.nginxToolStripMenuItem});
this.newItemToolStripMenuItem.Name = "newItemToolStripMenuItem";
this.newItemToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.newItemToolStripMenuItem.Text = "New Item";
//
// springBootAppToolStripMenuItem
//
this.springBootAppToolStripMenuItem.Name = "springBootAppToolStripMenuItem";
this.springBootAppToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.springBootAppToolStripMenuItem.Text = "SpringBoot App";
this.springBootAppToolStripMenuItem.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// tomcatToolStripMenuItem
//
this.tomcatToolStripMenuItem.Name = "tomcatToolStripMenuItem";
this.tomcatToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.tomcatToolStripMenuItem.Text = "Tomcat";
this.tomcatToolStripMenuItem.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// nginxToolStripMenuItem
//
this.nginxToolStripMenuItem.Name = "nginxToolStripMenuItem";
this.nginxToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
this.nginxToolStripMenuItem.Text = "Nginx";
this.nginxToolStripMenuItem.Click += new System.EventHandler(this.NewItemMenuItemClick);
//
// edireplacedemToolStripMenuItem
//
this.edireplacedemToolStripMenuItem.Name = "edireplacedemToolStripMenuItem";
this.edireplacedemToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.edireplacedemToolStripMenuItem.Text = "Edit Item";
this.edireplacedemToolStripMenuItem.Click += new System.EventHandler(this.edireplacedemToolStripMenuItem_Click);
//
// removeItemToolStripMenuItem
//
this.removeItemToolStripMenuItem.Name = "removeItemToolStripMenuItem";
this.removeItemToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
this.removeItemToolStripMenuItem.Text = "Remove Item";
this.removeItemToolStripMenuItem.Click += new System.EventHandler(this.removeItemToolStripMenuItem_Click);
//
// timer1
//
this.timer1.Interval = 300;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// MonitorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(930, 601);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MonitorForm";
this.ShowInTaskbar = false;
this.Text = "MonitorForm";
this.Load += new System.EventHandler(this.MonitorForm_Load);
this.SizeChanged += new System.EventHandler(this.MonitorForm_SizeChanged);
this.tabControl1.ResumeLayout(false);
this.tab_terminal.ResumeLayout(false);
this.tab_terminal.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.shellMenu.ResumeLayout(false);
this.tab_sftp.ResumeLayout(false);
this.tab_sftp.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.tab_monitor.ResumeLayout(false);
this.left_panel.ResumeLayout(false);
this.treeConMenu.ResumeLayout(false);
this.treeNodeConMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : SessionManageForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SessionManageForm));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newSessionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.largeIconToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.detailToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.button2 = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolNewSession = new System.Windows.Forms.ToolStripButton();
this.toolSaveAll = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolCopy = new System.Windows.Forms.ToolStripButton();
this.toolPaste = new System.Windows.Forms.ToolStripButton();
this.toolDelete = new System.Windows.Forms.ToolStripButton();
this.toolProperties = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
this.iconListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.detailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.button_conn = new System.Windows.Forms.Button();
this.checkBox_onstart = new System.Windows.Forms.CheckBox();
this.largeImageList = new System.Windows.Forms.ImageList(this.components);
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.listView = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.connectToolStripMenuItem,
this.newSessionToolStripMenuItem,
this.toolStripSeparator5,
this.saveAllToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.toolStripSeparator3,
this.renameToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripSeparator4,
this.viewToolStripMenuItem,
this.propertiesToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(151, 220);
//
// connectToolStripMenuItem
//
this.connectToolStripMenuItem.Enabled = false;
this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
this.connectToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.connectToolStripMenuItem.Text = "Connect";
this.connectToolStripMenuItem.Click += new System.EventHandler(this.button_conn_Click);
//
// newSessionToolStripMenuItem
//
this.newSessionToolStripMenuItem.Name = "newSessionToolStripMenuItem";
this.newSessionToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.newSessionToolStripMenuItem.Text = "New Session";
this.newSessionToolStripMenuItem.Click += new System.EventHandler(this.newSessionToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(147, 6);
//
// saveAllToolStripMenuItem
//
this.saveAllToolStripMenuItem.Enabled = false;
this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
this.saveAllToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.saveAllToolStripMenuItem.Text = "Save All";
this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.SaveAll_Click);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Enabled = false;
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.toolCopy_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Enabled = false;
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.pasteToolStripMenuItem.Text = "Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.toolPaste_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(147, 6);
//
// renameToolStripMenuItem
//
this.renameToolStripMenuItem.Enabled = false;
this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
this.renameToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.renameToolStripMenuItem.Text = "Rename";
this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Enabled = false;
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.toolDelete_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(147, 6);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.largeIconToolStripMenuItem,
this.listToolStripMenuItem1,
this.detailToolStripMenuItem1});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.viewToolStripMenuItem.Text = "View";
//
// largeIconToolStripMenuItem
//
this.largeIconToolStripMenuItem.Name = "largeIconToolStripMenuItem";
this.largeIconToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.largeIconToolStripMenuItem.Text = "Large Icon";
this.largeIconToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
//
// listToolStripMenuItem1
//
this.listToolStripMenuItem1.Name = "listToolStripMenuItem1";
this.listToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
this.listToolStripMenuItem1.Text = "List";
this.listToolStripMenuItem1.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
//
// detailToolStripMenuItem1
//
this.detailToolStripMenuItem1.Checked = true;
this.detailToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked;
this.detailToolStripMenuItem1.Name = "detailToolStripMenuItem1";
this.detailToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
this.detailToolStripMenuItem1.Text = "Detail";
this.detailToolStripMenuItem1.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
//
// propertiesToolStripMenuItem
//
this.propertiesToolStripMenuItem.Enabled = false;
this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
this.propertiesToolStripMenuItem.Text = "Properties";
this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.toolProperties_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(627, 415);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(70, 25);
this.button2.TabIndex = 4;
this.button2.Text = "关闭";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolNewSession,
this.toolSaveAll,
this.toolStripSeparator1,
this.toolCopy,
this.toolPaste,
this.toolDelete,
this.toolProperties,
this.toolStripSeparator2,
this.toolStripSplitButton1});
this.toolStrip1.Location = new System.Drawing.Point(8, 30);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(696, 25);
this.toolStrip1.TabIndex = 5;
this.toolStrip1.Text = "toolStrip1";
//
// toolNewSession
//
this.toolNewSession.Image = global::AppMonitor.Properties.Resources.newSession;
this.toolNewSession.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolNewSession.Name = "toolNewSession";
this.toolNewSession.Size = new System.Drawing.Size(54, 22);
this.toolNewSession.Text = "New";
this.toolNewSession.ToolTipText = "New Session";
this.toolNewSession.Click += new System.EventHandler(this.newSessionToolStripMenuItem_Click);
//
// toolSaveAll
//
this.toolSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolSaveAll.Enabled = false;
this.toolSaveAll.Image = global::AppMonitor.Properties.Resources.Save_all_16px;
this.toolSaveAll.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolSaveAll.Name = "toolSaveAll";
this.toolSaveAll.Size = new System.Drawing.Size(23, 22);
this.toolSaveAll.Text = "Save All";
this.toolSaveAll.Click += new System.EventHandler(this.SaveAll_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolCopy
//
this.toolCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolCopy.Enabled = false;
this.toolCopy.Image = global::AppMonitor.Properties.Resources.copy;
this.toolCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolCopy.Name = "toolCopy";
this.toolCopy.Size = new System.Drawing.Size(23, 22);
this.toolCopy.Text = "Copy Session";
this.toolCopy.Click += new System.EventHandler(this.toolCopy_Click);
//
// toolPaste
//
this.toolPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolPaste.Enabled = false;
this.toolPaste.Image = global::AppMonitor.Properties.Resources.paste;
this.toolPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolPaste.Name = "toolPaste";
this.toolPaste.Size = new System.Drawing.Size(23, 22);
this.toolPaste.Text = "Paste Session";
this.toolPaste.Click += new System.EventHandler(this.toolPaste_Click);
//
// toolDelete
//
this.toolDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolDelete.Enabled = false;
this.toolDelete.Image = global::AppMonitor.Properties.Resources.remove_16px;
this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolDelete.Name = "toolDelete";
this.toolDelete.Size = new System.Drawing.Size(23, 22);
this.toolDelete.Text = "Remove Session";
this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click);
//
// toolProperties
//
this.toolProperties.Enabled = false;
this.toolProperties.Image = global::AppMonitor.Properties.Resources.lookAttr;
this.toolProperties.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolProperties.Name = "toolProperties";
this.toolProperties.Size = new System.Drawing.Size(88, 22);
this.toolProperties.Text = "Properties";
this.toolProperties.ToolTipText = "Edit Properties";
this.toolProperties.Click += new System.EventHandler(this.toolProperties_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripSplitButton1
//
this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.iconListToolStripMenuItem,
this.listToolStripMenuItem,
this.detailToolStripMenuItem});
this.toolStripSplitButton1.Image = global::AppMonitor.Properties.Resources.view_16px;
this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButton1.Name = "toolStripSplitButton1";
this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
this.toolStripSplitButton1.Text = "View";
//
// iconListToolStripMenuItem
//
this.iconListToolStripMenuItem.Name = "iconListToolStripMenuItem";
this.iconListToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.iconListToolStripMenuItem.Tag = "large";
this.iconListToolStripMenuItem.Text = "Large Icon";
this.iconListToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
//
// listToolStripMenuItem
//
this.listToolStripMenuItem.Name = "listToolStripMenuItem";
this.listToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.listToolStripMenuItem.Tag = "list";
this.listToolStripMenuItem.Text = "List";
this.listToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
//
// detailToolStripMenuItem
//
this.detailToolStripMenuItem.Checked = true;
this.detailToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.detailToolStripMenuItem.Name = "detailToolStripMenuItem";
this.detailToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.detailToolStripMenuItem.Tag = "detail";
this.detailToolStripMenuItem.Text = "Detail";
this.detailToolStripMenuItem.Click += new System.EventHandler(this.ViewToolMenuItem_Click);
//
// button_conn
//
this.button_conn.Enabled = false;
this.button_conn.Location = new System.Drawing.Point(532, 415);
this.button_conn.Name = "button_conn";
this.button_conn.Size = new System.Drawing.Size(89, 25);
this.button_conn.TabIndex = 6;
this.button_conn.Text = "连接";
this.button_conn.UseVisualStyleBackColor = true;
this.button_conn.Click += new System.EventHandler(this.button_conn_Click);
//
// checkBox_onstart
//
this.checkBox_onstart.AutoSize = true;
this.checkBox_onstart.BackColor = System.Drawing.Color.Transparent;
this.checkBox_onstart.ForeColor = System.Drawing.Color.Teal;
this.checkBox_onstart.Location = new System.Drawing.Point(16, 418);
this.checkBox_onstart.Name = "checkBox_onstart";
this.checkBox_onstart.Size = new System.Drawing.Size(144, 16);
this.checkBox_onstart.TabIndex = 7;
this.checkBox_onstart.Text = "程序运行时显示此窗口";
this.checkBox_onstart.UseVisualStyleBackColor = false;
this.checkBox_onstart.CheckedChanged += new System.EventHandler(this.checkBox_onstart_CheckedChanged);
//
// largeImageList
//
this.largeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("largeImageList.ImageStream")));
this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
this.largeImageList.Images.SetKeyName(0, "monitor48.png");
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "monitor.png");
//
// listView
//
this.listView.BackColor = System.Drawing.Color.White;
this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5});
this.listView.ContextMenuStrip = this.contextMenuStrip1;
this.listView.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listView.FullRowSelect = true;
this.listView.LabelEdit = true;
this.listView.LabelWrap = false;
this.listView.LargeImageList = this.largeImageList;
this.listView.Location = new System.Drawing.Point(9, 58);
this.listView.MultiSelect = false;
this.listView.Name = "listView";
this.listView.Size = new System.Drawing.Size(693, 345);
this.listView.SmallImageList = this.imageList1;
this.listView.TabIndex = 10;
this.listView.UseCompatibleStateImageBehavior = false;
this.listView.View = System.Windows.Forms.View.Details;
this.listView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listView_AfterLabelEdit);
this.listView.SelectedIndexChanged += new System.EventHandler(this.listView_SelectedIndexChanged_1);
this.listView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView_KeyUp);
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 250;
//
// columnHeader2
//
this.columnHeader2.Text = "Host";
this.columnHeader2.Width = 130;
//
// columnHeader3
//
this.columnHeader3.Text = "Port";
this.columnHeader3.Width = 80;
//
// columnHeader4
//
this.columnHeader4.Text = "Protocol";
this.columnHeader4.Width = 100;
//
// columnHeader5
//
this.columnHeader5.Text = "UserName";
this.columnHeader5.Width = 120;
//
// SessionManageForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 10F);
this.ClientSize = new System.Drawing.Size(712, 455);
this.Controls.Add(this.listView);
this.Controls.Add(this.checkBox_onstart);
this.Controls.Add(this.button_conn);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.button2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(712, 455);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(712, 455);
this.Name = "SessionManageForm";
this.Text = "Sessions";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SessionManageForm_FormClosing);
this.Load += new System.EventHandler(this.SessionManageForm_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : SettingForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
this.label1 = new System.Windows.Forms.Label();
this.monitorTimer = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.buttonSave = new System.Windows.Forms.Button();
this.cb_showMenuBar = new System.Windows.Forms.CheckBox();
this.cb_showStatusBar = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.monitorTimer)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(29, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(116, 17);
this.label1.TabIndex = 0;
this.label1.Text = "项目监控间隔时间:";
//
// monitorTimer
//
this.monitorTimer.Location = new System.Drawing.Point(151, 46);
this.monitorTimer.Maximum = new decimal(new int[] {
1000000,
0,
0,
0});
this.monitorTimer.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.monitorTimer.Name = "monitorTimer";
this.monitorTimer.Size = new System.Drawing.Size(94, 23);
this.monitorTimer.TabIndex = 1;
this.monitorTimer.Value = new decimal(new int[] {
30,
0,
0,
0});
this.monitorTimer.ValueChanged += new System.EventHandler(this.monitorTimer_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(251, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 17);
this.label2.TabIndex = 2;
this.label2.Text = "秒";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(101, 125);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(44, 17);
this.label3.TabIndex = 3;
this.label3.Text = "皮肤:";
//
// listView1
//
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listView1.CheckBoxes = true;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader5});
this.listView1.LargeImageList = this.imageList1;
this.listView1.Location = new System.Drawing.Point(151, 121);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(605, 159);
this.listView1.TabIndex = 5;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader5
//
this.columnHeader5.Width = 136;
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(136, 80);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(655, 455);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(101, 30);
this.buttonSave.TabIndex = 6;
this.buttonSave.Text = "Close";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// cb_showMenuBar
//
this.cb_showMenuBar.AutoSize = true;
this.cb_showMenuBar.BackColor = System.Drawing.Color.Transparent;
this.cb_showMenuBar.Location = new System.Drawing.Point(152, 84);
this.cb_showMenuBar.Name = "cb_showMenuBar";
this.cb_showMenuBar.Size = new System.Drawing.Size(119, 21);
this.cb_showMenuBar.TabIndex = 7;
this.cb_showMenuBar.Text = "Show Menu Bar";
this.cb_showMenuBar.UseVisualStyleBackColor = false;
this.cb_showMenuBar.CheckedChanged += new System.EventHandler(this.cb_showMenuBar_CheckedChanged);
//
// cb_showStatusBar
//
this.cb_showStatusBar.AutoSize = true;
this.cb_showStatusBar.BackColor = System.Drawing.Color.Transparent;
this.cb_showStatusBar.Location = new System.Drawing.Point(304, 84);
this.cb_showStatusBar.Name = "cb_showStatusBar";
this.cb_showStatusBar.Size = new System.Drawing.Size(121, 21);
this.cb_showStatusBar.TabIndex = 8;
this.cb_showStatusBar.Text = "Show Status Bar";
this.cb_showStatusBar.UseVisualStyleBackColor = false;
this.cb_showStatusBar.CheckedChanged += new System.EventHandler(this.cb_showStatusBar_CheckedChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(101, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(44, 17);
this.label4.TabIndex = 9;
this.label4.Text = "组件:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.label5.Location = new System.Drawing.Point(271, 49);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(76, 17);
this.label5.TabIndex = 10;
this.label5.Text = "(重启后生效)";
//
// SettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(779, 509);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.cb_showStatusBar);
this.Controls.Add(this.cb_showMenuBar);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.listView1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.monitorTimer);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SettingForm";
this.Text = "Setting";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingForm_FormClosed);
this.Load += new System.EventHandler(this.SettingForm_Load);
((System.ComponentModel.ISupportInitialize)(this.monitorTimer)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : ShellHelpForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("ssh");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("sftp");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShellHelpForm));
this.tree = new System.Windows.Forms.TreeView();
this.web = new System.Windows.Forms.WebBrowser();
this.SuspendLayout();
//
// tree
//
this.tree.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.tree.Font = new System.Drawing.Font("微软雅黑", 10F);
this.tree.Location = new System.Drawing.Point(11, 33);
this.tree.Name = "tree";
treeNode1.Name = "ssh";
treeNode1.NodeFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
treeNode1.Text = "ssh";
treeNode2.Name = "sftp";
treeNode2.NodeFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
treeNode2.Text = "sftp";
this.tree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2});
this.tree.Size = new System.Drawing.Size(192, 589);
this.tree.TabIndex = 2;
this.tree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_AfterSelect);
//
// web
//
this.web.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.web.Location = new System.Drawing.Point(209, 33);
this.web.MinimumSize = new System.Drawing.Size(20, 20);
this.web.Name = "web";
this.web.Size = new System.Drawing.Size(722, 589);
this.web.TabIndex = 3;
//
// ShellHelpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(942, 633);
this.Controls.Add(this.web);
this.Controls.Add(this.tree);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ShellHelpForm";
this.Text = "ShellHelpForm";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.ShellHelpForm_Load);
this.ResumeLayout(false);
}
19
View Source File : About.Designer.cs
License : MIT License
Project Creator : 1CM69
License : MIT License
Project Creator : 1CM69
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
this.AboutOKButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label3 = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.label6 = new System.Windows.Forms.Label();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.RegularMode = new System.Windows.Forms.CheckBox();
this.NightMode = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// AboutOKButton
//
this.AboutOKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.AboutOKButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.AboutOKButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.AboutOKButton.Location = new System.Drawing.Point(403, 158);
this.AboutOKButton.Name = "AboutOKButton";
this.AboutOKButton.Size = new System.Drawing.Size(76, 23);
this.AboutOKButton.TabIndex = 0;
this.AboutOKButton.Text = "OK";
this.AboutOKButton.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(621, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Tri-Bahtinov Grabber is based around the very useful program Bahtinov Grabber by " +
"the late Niels Noordhoek";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(12, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(91, 13);
this.label2.TabIndex = 2;
this.label2.Text = "available here:";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel1.Location = new System.Drawing.Point(100, 30);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(511, 13);
this.linkLabel1.TabIndex = 3;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://web.archive.org/web/20160220123031/http://www.njnoordhoek.com:80/?cat=10";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(12, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(192, 13);
this.label3.TabIndex = 4;
this.label3.Text = "with source code available here:";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel2.Location = new System.Drawing.Point(201, 50);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(260, 13);
this.linkLabel2.TabIndex = 5;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "https://github.com/wytsep/bahtinov-grabber";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(12, 70);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(845, 13);
this.label4.TabIndex = 6;
this.label4.Text = "I just made some minor tweaks to the interface && renamed the application to go w" +
"ith the Tri-Bahtinov Focus && Collimation mask designed by CYTAN.";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(12, 90);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(202, 13);
this.label5.TabIndex = 7;
this.label5.Text = "See thread on Cloudy Nights here:";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel3.Location = new System.Drawing.Point(211, 90);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(561, 13);
this.linkLabel3.TabIndex = 8;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "https://www.cloudynights.com/topic/536410-a-tri-bahtinov-mask-for-sct-collimation" +
"-and-focusing/";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(12, 110);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(147, 13);
this.label6.TabIndex = 9;
this.label6.Text = "and CYTAN\'s page here:";
//
// linkLabel4
//
this.linkLabel4.AutoSize = true;
this.linkLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel4.Location = new System.Drawing.Point(156, 110);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(237, 13);
this.linkLabel4.TabIndex = 10;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "https://github.com/cytan299/tribahtinov";
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
//
// RegularMode
//
this.RegularMode.AutoSize = true;
this.RegularMode.Location = new System.Drawing.Point(13, 161);
this.RegularMode.Name = "RegularMode";
this.RegularMode.Size = new System.Drawing.Size(90, 17);
this.RegularMode.TabIndex = 11;
this.RegularMode.TabStop = false;
this.RegularMode.Text = "RegularMode";
this.RegularMode.UseVisualStyleBackColor = true;
this.RegularMode.Visible = false;
this.RegularMode.CheckedChanged += new System.EventHandler(this.RegularMode_CheckedChanged);
//
// NightMode
//
this.NightMode.AutoSize = true;
this.NightMode.Location = new System.Drawing.Point(100, 160);
this.NightMode.Name = "NightMode";
this.NightMode.Size = new System.Drawing.Size(78, 17);
this.NightMode.TabIndex = 12;
this.NightMode.TabStop = false;
this.NightMode.Text = "NightMode";
this.NightMode.UseVisualStyleBackColor = true;
this.NightMode.Visible = false;
this.NightMode.CheckedChanged += new System.EventHandler(this.NightMode_CheckedChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(12, 130);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(258, 13);
this.label7.TabIndex = 13;
this.label7.Text = "I have made my source code available here:";
//
// linkLabel5
//
this.linkLabel5.AutoSize = true;
this.linkLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel5.Location = new System.Drawing.Point(269, 130);
this.linkLabel5.Name = "linkLabel5";
this.linkLabel5.Size = new System.Drawing.Size(285, 13);
this.linkLabel5.TabIndex = 14;
this.linkLabel5.TabStop = true;
this.linkLabel5.Text = "https://github.com/1CM69/Tri-Bahtinov_Grabber";
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
//
// About
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Red;
this.ClientSize = new System.Drawing.Size(866, 189);
this.Controls.Add(this.linkLabel5);
this.Controls.Add(this.label7);
this.Controls.Add(this.NightMode);
this.Controls.Add(this.RegularMode);
this.Controls.Add(this.linkLabel4);
this.Controls.Add(this.label6);
this.Controls.Add(this.linkLabel3);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.label3);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.AboutOKButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "About";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "About Tri-Bahtinov Grabber";
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : Form1.Designer.cs
License : MIT License
Project Creator : 1y0n
License : MIT License
Project Creator : 1y0n
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.button2 = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.textBox2 = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(10, 128);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(174, 25);
this.button1.TabIndex = 5;
this.button1.Text = "生成免杀执行器";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(200, 128);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(174, 25);
this.button2.TabIndex = 9;
this.button2.Text = "一行命令免杀上线";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(410, -1);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(65, 12);
this.linkLabel1.TabIndex = 10;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "如何生成?";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Location = new System.Drawing.Point(11, 170);
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox1.Size = new System.Drawing.Size(516, 462);
this.groupBox1.TabIndex = 13;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "粘贴 msfvenom 或 CobaltStrike 生成的 c 或 c# 格式 shellcode 到下方";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(1, 15);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(514, 449);
this.textBox1.TabIndex = 4;
this.textBox1.Text = resources.GetString("textBox1.Text");
//
// groupBox2
//
this.groupBox2.Controls.Add(this.checkBox3);
this.groupBox2.Controls.Add(this.checkBox2);
this.groupBox2.Controls.Add(this.numericUpDown1);
this.groupBox2.Controls.Add(this.checkBox1);
this.groupBox2.Controls.Add(this.linkLabel3);
this.groupBox2.Controls.Add(this.radioButton2);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.comboBox4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(9, 10);
this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.groupBox2.Size = new System.Drawing.Size(518, 106);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "基础配置";
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Enabled = false;
this.checkBox3.Font = new System.Drawing.Font("宋体", 10F);
this.checkBox3.Location = new System.Drawing.Point(370, 79);
this.checkBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(124, 18);
this.checkBox3.TabIndex = 35;
this.checkBox3.Text = "变量函数随机化";
this.checkBox3.UseVisualStyleBackColor = true;
this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Font = new System.Drawing.Font("宋体", 10F);
this.checkBox2.Location = new System.Drawing.Point(242, 79);
this.checkBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(110, 18);
this.checkBox2.TabIndex = 34;
this.checkBox2.Text = "隐藏执行界面";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// numericUpDown1
//
this.numericUpDown1.Enabled = false;
this.numericUpDown1.Location = new System.Drawing.Point(148, 78);
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.numericUpDown1.Maximum = new decimal(new int[] {
300,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(58, 21);
this.numericUpDown1.TabIndex = 33;
this.numericUpDown1.Value = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Font = new System.Drawing.Font("宋体", 10F);
this.checkBox1.Location = new System.Drawing.Point(7, 79);
this.checkBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(152, 18);
this.checkBox1.TabIndex = 32;
this.checkBox1.Text = "延时执行(秒、约):";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Font = new System.Drawing.Font("宋体", 10F);
this.linkLabel3.LinkColor = System.Drawing.Color.Black;
this.linkLabel3.Location = new System.Drawing.Point(166, 17);
this.linkLabel3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(126, 14);
this.linkLabel3.TabIndex = 29;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "执行方式(区别?):";
this.linkLabel3.VisitedLinkColor = System.Drawing.Color.Black;
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(121, 43);
this.radioButton2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(41, 16);
this.radioButton2.TabIndex = 27;
this.radioButton2.Text = "x64";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.Location = new System.Drawing.Point(473, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 14);
this.label2.TabIndex = 31;
this.label2.Text = "图标";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(76, 43);
this.radioButton1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(41, 16);
this.radioButton1.TabIndex = 26;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "x86";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(374, 41);
this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(86, 21);
this.textBox2.TabIndex = 25;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(468, 16);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(42, 45);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 30;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 10F);
this.label6.Location = new System.Drawing.Point(371, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 14);
this.label6.TabIndex = 24;
this.label6.Text = "注入进程:";
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.Font = new System.Drawing.Font("宋体", 10F);
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"直接执行(VirtualAlloc)",
"直接执行(VirtualProtect)",
"新进程注入(VirtualAllocEx)",
"[x64]新进程注入(SYSCALL)",
"注入现有进程(VirtualAllocEx)",
"[x64]注入现有进程(SYSCALL)",
"进程镂空(Process Hollowing)"});
this.comboBox4.Location = new System.Drawing.Point(168, 41);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(197, 21);
this.comboBox4.TabIndex = 22;
this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10F);
this.label3.Location = new System.Drawing.Point(74, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 14);
this.label3.TabIndex = 19;
this.label3.Text = "目标架构:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("宋体", 10F);
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
".exe",
".js",
".xsl"});
this.comboBox1.Location = new System.Drawing.Point(7, 41);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(58, 21);
this.comboBox1.TabIndex = 16;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.Location = new System.Drawing.Point(4, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 14);
this.label1.TabIndex = 17;
this.label1.Text = "生成格式:";
//
// button3
//
this.button3.Location = new System.Drawing.Point(390, 128);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(135, 25);
this.button3.TabIndex = 17;
this.button3.Text = "关于掩日";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(536, 638);
this.Controls.Add(this.button3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "掩日 - 免杀执行器生成工具 v1.0 beta ©1y0n.com";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
19
View Source File : AboutBox1.Designer.cs
License : MIT License
Project Creator : 1y0n
License : MIT License
Project Creator : 1y0n
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1));
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.labelProductName = new System.Windows.Forms.Label();
this.labelVersion = new System.Windows.Forms.Label();
this.labelCopyright = new System.Windows.Forms.Label();
this.labelCompanyName = new System.Windows.Forms.Label();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.okButton = new System.Windows.Forms.Button();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel
//
this.tableLayoutPanel.ColumnCount = 2;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel.Location = new System.Drawing.Point(9, 8);
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.RowCount = 6;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.Size = new System.Drawing.Size(417, 246);
this.tableLayoutPanel.TabIndex = 0;
//
// logoPictureBox
//
this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
this.logoPictureBox.Location = new System.Drawing.Point(3, 2);
this.logoPictureBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.logoPictureBox.Name = "logoPictureBox";
this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
this.logoPictureBox.Size = new System.Drawing.Size(131, 242);
this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.logoPictureBox.TabIndex = 12;
this.logoPictureBox.TabStop = false;
//
// labelProductName
//
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProductName.Location = new System.Drawing.Point(143, 0);
this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 16);
this.labelProductName.Name = "labelProductName";
this.labelProductName.Size = new System.Drawing.Size(271, 16);
this.labelProductName.TabIndex = 19;
this.labelProductName.Text = "产品名称";
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelVersion
//
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelVersion.Location = new System.Drawing.Point(143, 24);
this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 16);
this.labelVersion.Name = "labelVersion";
this.labelVersion.Size = new System.Drawing.Size(271, 16);
this.labelVersion.TabIndex = 0;
this.labelVersion.Text = "版本";
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelCopyright
//
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelCopyright.Location = new System.Drawing.Point(143, 48);
this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 16);
this.labelCopyright.Name = "labelCopyright";
this.labelCopyright.Size = new System.Drawing.Size(271, 16);
this.labelCopyright.TabIndex = 21;
this.labelCopyright.Text = "版权";
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelCompanyName
//
this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelCompanyName.Location = new System.Drawing.Point(143, 72);
this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 16);
this.labelCompanyName.Name = "labelCompanyName";
this.labelCompanyName.Size = new System.Drawing.Size(271, 16);
this.labelCompanyName.TabIndex = 22;
this.labelCompanyName.Text = "公司名称";
this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textBoxDescription
//
this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBoxDescription.Location = new System.Drawing.Point(143, 98);
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 2, 3, 2);
this.textBoxDescription.Multiline = true;
this.textBoxDescription.Name = "textBoxDescription";
this.textBoxDescription.ReadOnly = true;
this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBoxDescription.Size = new System.Drawing.Size(271, 119);
this.textBoxDescription.TabIndex = 23;
this.textBoxDescription.TabStop = false;
this.textBoxDescription.Text = "说明";
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.okButton.Location = new System.Drawing.Point(339, 222);
this.okButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 22);
this.okButton.TabIndex = 24;
this.okButton.Text = "确定(&O)";
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// AboutBox1
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 262);
this.Controls.Add(this.tableLayoutPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutBox1";
this.Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AboutBox1";
this.tableLayoutPanel.ResumeLayout(false);
this.tableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
this.ResumeLayout(false);
}
19
View Source File : Form1.Designer.cs
License : MIT License
Project Creator : 1y0n
License : MIT License
Project Creator : 1y0n
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.panel1 = new System.Windows.Forms.Panel();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label8 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.radioButton6 = new System.Windows.Forms.RadioButton();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
this.SuspendLayout();
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Font = new System.Drawing.Font("微软雅黑", 8F);
this.linkLabel1.LinkColor = System.Drawing.Color.Blue;
this.linkLabel1.Location = new System.Drawing.Point(187, 56);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(56, 20);
this.linkLabel1.TabIndex = 0;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "🔻进阶";
this.toolTip1.SetToolTip(this.linkLabel1, "打开进阶选项");
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(23, 13);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(265, 27);
this.textBox1.TabIndex = 3;
this.textBox1.Text = "127.0.0.1:4444";
this.toolTip1.SetToolTip(this.textBox1, "格式为 IP:端口,支持输入多个IP:端口,英文 , 隔开。如果填入多个IP(最多3个),程序在运行时将随机连接一个地址,连接失败会自动重试其他地址");
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 9F);
this.button1.Location = new System.Drawing.Point(103, 46);
this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(84, 26);
this.button1.TabIndex = 5;
this.button1.Text = "生成";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(272, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(30, 20);
this.label3.TabIndex = 8;
this.label3.Text = "🛠";
this.toolTip1.SetToolTip(this.label3, "关于");
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 15000;
this.toolTip1.InitialDelay = 500;
this.toolTip1.ReshowDelay = 100;
//
// comboBox5
//
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox5.Font = new System.Drawing.Font("微软雅黑", 8F);
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Location = new System.Drawing.Point(102, 134);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(185, 27);
this.comboBox5.TabIndex = 23;
this.toolTip1.SetToolTip(this.comboBox5, "已经自带了简单的反沙箱功能,可以按需再选");
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(102, 92);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(185, 27);
this.textBox2.TabIndex = 15;
this.textBox2.Text = "notepad.exe";
this.toolTip1.SetToolTip(this.textBox2, "注入新进程建议输入 notepad.exe 或 calc.exe 等");
//
// panel1
//
this.panel1.Controls.Add(this.richTextBox1);
this.panel1.Controls.Add(this.comboBox5);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.comboBox2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.comboBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 78);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(305, 403);
this.panel1.TabIndex = 9;
this.panel1.Visible = false;
//
// richTextBox1
//
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.richTextBox1.ForeColor = System.Drawing.Color.Gray;
this.richTextBox1.Location = new System.Drawing.Point(0, 232);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(305, 171);
this.richTextBox1.TabIndex = 10;
this.richTextBox1.Text = "粘贴msfvenom或CobaltStrike生成的shellcode到此, shellcode必须为 c 或 c# 格式";
this.richTextBox1.Click += new System.EventHandler(this.richTextBox1_Click);
this.richTextBox1.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 138);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(105, 20);
this.label8.TabIndex = 22;
this.label8.Text = "虚拟机/沙箱:";
//
// panel2
//
this.panel2.Controls.Add(this.radioButton6);
this.panel2.Controls.Add(this.pictureBox3);
this.panel2.Controls.Add(this.radioButton3);
this.panel2.Controls.Add(this.label6);
this.panel2.Location = new System.Drawing.Point(2, 172);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(301, 62);
this.panel2.TabIndex = 19;
//
// radioButton6
//
this.radioButton6.AutoSize = true;
this.radioButton6.Location = new System.Drawing.Point(166, 30);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(75, 24);
this.radioButton6.TabIndex = 28;
this.radioButton6.Text = "自定义";
this.radioButton6.UseVisualStyleBackColor = true;
this.radioButton6.CheckedChanged += new System.EventHandler(this.radioButton6_CheckedChanged);
//
// pictureBox3
//
this.pictureBox3.Location = new System.Drawing.Point(250, 19);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(35, 35);
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox3.TabIndex = 27;
this.pictureBox3.TabStop = false;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Checked = true;
this.radioButton3.Location = new System.Drawing.Point(100, 30);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(45, 24);
this.radioButton3.TabIndex = 21;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "无";
this.radioButton3.UseVisualStyleBackColor = true;
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(9, 1);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(84, 20);
this.label6.TabIndex = 20;
this.label6.Text = "设置图标:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 96);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(99, 20);
this.label4.TabIndex = 14;
this.label4.Text = "注入进程名:";
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 8F);
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(101, 53);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(185, 27);
this.comboBox2.TabIndex = 13;
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(84, 20);
this.label2.TabIndex = 12;
this.label2.Text = "执行方式:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 8F);
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"C",
"C#"});
this.comboBox1.Location = new System.Drawing.Point(102, 8);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(185, 27);
this.comboBox1.TabIndex = 11;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 20);
this.label1.TabIndex = 10;
this.label1.Text = "编译语言:";
//
// comboBox3
//
this.comboBox3.BackColor = System.Drawing.SystemColors.Window;
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.Font = new System.Drawing.Font("微软雅黑", 8F);
this.comboBox3.ForeColor = System.Drawing.Color.Black;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"32位",
"64位"});
this.comboBox3.Location = new System.Drawing.Point(23, 48);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(48, 27);
this.comboBox3.TabIndex = 17;
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(305, 481);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label3);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.comboBox3);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "掩日 2.0 - 1y0n.com";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : FileAttrForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileAttrForm));
this.panel1 = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.button1 = new System.Windows.Forms.Button();
this.icon = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.text_type = new System.Windows.Forms.TextBox();
this.text_host = new System.Windows.Forms.TextBox();
this.text_location = new System.Windows.Forms.TextBox();
this.text_size = new System.Windows.Forms.TextBox();
this.text_modified = new System.Windows.Forms.TextBox();
this.text_owner = new System.Windows.Forms.TextBox();
this.text_group = new System.Windows.Forms.TextBox();
this.text_permiss = new System.Windows.Forms.TextBox();
this.text_name = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.icon)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.tabControl1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(8, 30);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(431, 476);
this.panel1.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(6, 10);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(422, 423);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.text_name);
this.tabPage1.Controls.Add(this.text_permiss);
this.tabPage1.Controls.Add(this.text_group);
this.tabPage1.Controls.Add(this.text_owner);
this.tabPage1.Controls.Add(this.text_modified);
this.tabPage1.Controls.Add(this.text_size);
this.tabPage1.Controls.Add(this.text_location);
this.tabPage1.Controls.Add(this.text_host);
this.tabPage1.Controls.Add(this.text_type);
this.tabPage1.Controls.Add(this.label11);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.label9);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.icon);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(414, 397);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "General";
this.tabPage1.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(350, 440);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 27);
this.button1.TabIndex = 1;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// icon
//
this.icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.icon.Location = new System.Drawing.Point(21, 18);
this.icon.Name = "icon";
this.icon.Size = new System.Drawing.Size(64, 64);
this.icon.TabIndex = 0;
this.icon.TabStop = false;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Silver;
this.label2.Location = new System.Drawing.Point(17, 96);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(380, 1);
this.label2.TabIndex = 2;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.Silver;
this.label3.Location = new System.Drawing.Point(17, 234);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(380, 1);
this.label3.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(20, 111);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 4;
this.label4.Text = "Type:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(20, 141);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 5;
this.label5.Text = "Host:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 171);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "Location:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(20, 201);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 7;
this.label7.Text = "Size:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(20, 255);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 8;
this.label8.Text = "Modified:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(20, 288);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(47, 12);
this.label9.TabIndex = 9;
this.label9.Text = "Owner:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(20, 321);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 12);
this.label10.TabIndex = 10;
this.label10.Text = "Group:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(20, 354);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(83, 12);
this.label11.TabIndex = 11;
this.label11.Text = "Permissions:";
//
// text_type
//
this.text_type.BackColor = System.Drawing.Color.White;
this.text_type.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_type.Location = new System.Drawing.Point(115, 111);
this.text_type.Name = "text_type";
this.text_type.ReadOnly = true;
this.text_type.Size = new System.Drawing.Size(280, 14);
this.text_type.TabIndex = 12;
//
// text_host
//
this.text_host.BackColor = System.Drawing.Color.White;
this.text_host.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_host.Location = new System.Drawing.Point(115, 141);
this.text_host.Name = "text_host";
this.text_host.ReadOnly = true;
this.text_host.Size = new System.Drawing.Size(280, 14);
this.text_host.TabIndex = 13;
//
// text_location
//
this.text_location.BackColor = System.Drawing.Color.White;
this.text_location.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_location.Location = new System.Drawing.Point(115, 171);
this.text_location.Name = "text_location";
this.text_location.ReadOnly = true;
this.text_location.Size = new System.Drawing.Size(280, 14);
this.text_location.TabIndex = 14;
//
// text_size
//
this.text_size.BackColor = System.Drawing.Color.White;
this.text_size.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_size.Location = new System.Drawing.Point(115, 201);
this.text_size.Name = "text_size";
this.text_size.ReadOnly = true;
this.text_size.Size = new System.Drawing.Size(280, 14);
this.text_size.TabIndex = 15;
//
// text_modified
//
this.text_modified.BackColor = System.Drawing.Color.White;
this.text_modified.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_modified.Location = new System.Drawing.Point(115, 256);
this.text_modified.Name = "text_modified";
this.text_modified.ReadOnly = true;
this.text_modified.Size = new System.Drawing.Size(280, 14);
this.text_modified.TabIndex = 16;
//
// text_owner
//
this.text_owner.BackColor = System.Drawing.Color.White;
this.text_owner.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_owner.Location = new System.Drawing.Point(115, 289);
this.text_owner.Name = "text_owner";
this.text_owner.ReadOnly = true;
this.text_owner.Size = new System.Drawing.Size(280, 14);
this.text_owner.TabIndex = 17;
//
// text_group
//
this.text_group.BackColor = System.Drawing.Color.White;
this.text_group.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_group.Location = new System.Drawing.Point(115, 322);
this.text_group.Name = "text_group";
this.text_group.ReadOnly = true;
this.text_group.Size = new System.Drawing.Size(280, 14);
this.text_group.TabIndex = 18;
//
// text_permiss
//
this.text_permiss.BackColor = System.Drawing.Color.White;
this.text_permiss.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_permiss.Location = new System.Drawing.Point(115, 355);
this.text_permiss.Name = "text_permiss";
this.text_permiss.ReadOnly = true;
this.text_permiss.Size = new System.Drawing.Size(280, 14);
this.text_permiss.TabIndex = 19;
//
// text_name
//
this.text_name.BackColor = System.Drawing.Color.White;
this.text_name.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.text_name.Location = new System.Drawing.Point(115, 39);
this.text_name.Multiline = true;
this.text_name.Name = "text_name";
this.text_name.ReadOnly = true;
this.text_name.Size = new System.Drawing.Size(280, 43);
this.text_name.TabIndex = 20;
//
// FileAttrForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(447, 514);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FileAttrForm";
this.Text = "属性";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.FileAttrForm_Load);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.icon)).EndInit();
this.ResumeLayout(false);
}
19
View Source File : QuickCommandManageForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuickCommandManageForm));
this.skinDataGridView1 = new CCWin.SkinControl.SkinDataGridView();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewButtonColumn();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// skinDataGridView1
//
this.skinDataGridView1.AllowUserToAddRows = false;
this.skinDataGridView1.AllowUserToDeleteRows = false;
this.skinDataGridView1.AllowUserToResizeColumns = false;
this.skinDataGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
this.skinDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.skinDataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
this.skinDataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.skinDataGridView1.ColumnFont = null;
this.skinDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 10F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.skinDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.skinDataGridView1.ColumnHeadersHeight = 24;
this.skinDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.skinDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column2,
this.Column1,
this.Column4,
this.Column3});
this.skinDataGridView1.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
this.skinDataGridView1.ContextMenuStrip = this.contextMenuStrip1;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.skinDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
this.skinDataGridView1.EnableHeadersVisualStyles = false;
this.skinDataGridView1.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
this.skinDataGridView1.HeadFont = new System.Drawing.Font("宋体", 10F);
this.skinDataGridView1.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
this.skinDataGridView1.Location = new System.Drawing.Point(12, 36);
this.skinDataGridView1.MultiSelect = false;
this.skinDataGridView1.Name = "skinDataGridView1";
this.skinDataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.skinDataGridView1.RowHeadersVisible = false;
this.skinDataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.skinDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.skinDataGridView1.RowTemplate.Height = 23;
this.skinDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.skinDataGridView1.Size = new System.Drawing.Size(804, 413);
this.skinDataGridView1.TabIndex = 0;
this.skinDataGridView1.replacedleBack = null;
this.skinDataGridView1.replacedleBackColorBegin = System.Drawing.SystemColors.Control;
this.skinDataGridView1.replacedleBackColorEnd = System.Drawing.SystemColors.Control;
this.skinDataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.skinDataGridView1_CellClick);
this.skinDataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.skinDataGridView1_CellMouseDown);
this.skinDataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.skinDataGridView1_CellValueChanged);
//
// Column2
//
this.Column2.HeaderText = "Index";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column1
//
this.Column1.HeaderText = "Shell";
this.Column1.Name = "Column1";
this.Column1.Width = 540;
//
// Column4
//
this.Column4.HeaderText = "Append CR";
this.Column4.Name = "Column4";
//
// Column3
//
this.Column3.HeaderText = "Del";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 60;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 457);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(136, 25);
this.button1.TabIndex = 1;
this.button1.Text = "New Quick Command";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(748, 457);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(70, 25);
this.button2.TabIndex = 2;
this.button2.Text = "Close";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.editToolStripMenuItem,
this.removeToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(124, 70);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
this.editToolStripMenuItem.Text = "Edit";
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
//
// removeToolStripMenuItem
//
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
this.removeToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
this.removeToolStripMenuItem.Text = "Remove";
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
this.newToolStripMenuItem.Text = "New";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// QuickCommandManageForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(830, 496);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.skinDataGridView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "QuickCommandManageForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Quick Command Manage";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.QuickCommandManageForm_Load);
((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : SshSettingForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Authentication");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Connection", new System.Windows.Forms.TreeNode[] {
treeNode1});
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Setting");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Appearance");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SshSettingForm));
this.treeView1 = new System.Windows.Forms.TreeView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.nud_port = new System.Windows.Forms.NumericUpDown();
this.cb_protocol = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.tb_host = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_name = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cb_remenber_pwd = new System.Windows.Forms.CheckBox();
this.cb_method = new System.Windows.Forms.ComboBox();
this.tb_userName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tb_preplacedword = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.cb_fontSize = new System.Windows.Forms.ComboBox();
this.cb_fontName = new System.Windows.Forms.ComboBox();
this.btn_edit_theme = new System.Windows.Forms.Button();
this.cb_scheme = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.rtb_preview = new System.Windows.Forms.RichTextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_Ok = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nud_port)).BeginInit();
this.tabPage2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabPage4.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.treeView1.Location = new System.Drawing.Point(19, 41);
this.treeView1.Name = "treeView1";
treeNode1.Name = "Authentication";
treeNode1.Text = "Authentication";
treeNode2.Name = "Connection";
treeNode2.NodeFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
treeNode2.Text = "Connection";
treeNode3.Name = "Setting";
treeNode3.NodeFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
treeNode3.Text = "Setting";
treeNode4.Name = "Appearance";
treeNode4.NodeFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
treeNode4.Text = "Appearance";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode2,
treeNode3,
treeNode4});
this.treeView1.Size = new System.Drawing.Size(192, 386);
this.treeView1.TabIndex = 1;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// tabControl1
//
this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(181, 41);
this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(479, 386);
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(22, 4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(453, 378);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "tab_conn";
this.tabPage1.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.nud_port);
this.groupBox1.Controls.Add(this.cb_protocol);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.tb_host);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.tb_name);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(20, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(422, 192);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "General";
//
// nud_port
//
this.nud_port.Location = new System.Drawing.Point(103, 135);
this.nud_port.Maximum = new decimal(new int[] {
65000,
0,
0,
0});
this.nud_port.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nud_port.Name = "nud_port";
this.nud_port.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.nud_port.Size = new System.Drawing.Size(80, 21);
this.nud_port.TabIndex = 7;
this.nud_port.Value = new decimal(new int[] {
22,
0,
0,
0});
//
// cb_protocol
//
this.cb_protocol.DisplayMember = "SSH";
this.cb_protocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_protocol.FormattingEnabled = true;
this.cb_protocol.Items.AddRange(new object[] {
"SSH"});
this.cb_protocol.Location = new System.Drawing.Point(103, 60);
this.cb_protocol.Name = "cb_protocol";
this.cb_protocol.Size = new System.Drawing.Size(275, 20);
this.cb_protocol.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(14, 137);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 12);
this.label4.TabIndex = 5;
this.label4.Text = "Port Number:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(14, 63);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "Protocol:";
//
// tb_host
//
this.tb_host.BackColor = System.Drawing.Color.White;
this.tb_host.Location = new System.Drawing.Point(103, 96);
this.tb_host.Name = "tb_host";
this.tb_host.Size = new System.Drawing.Size(275, 21);
this.tb_host.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 100);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "Host:";
//
// tb_name
//
this.tb_name.BackColor = System.Drawing.Color.White;
this.tb_name.Location = new System.Drawing.Point(103, 23);
this.tb_name.Name = "tb_name";
this.tb_name.Size = new System.Drawing.Size(275, 21);
this.tb_name.TabIndex = 1;
this.tb_name.Text = "New Session";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Name:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Location = new System.Drawing.Point(22, 4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(453, 378);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "tab_authen";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cb_remenber_pwd);
this.groupBox2.Controls.Add(this.cb_method);
this.groupBox2.Controls.Add(this.tb_userName);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.tb_preplacedword);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Location = new System.Drawing.Point(20, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(422, 176);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Authentication";
//
// cb_remenber_pwd
//
this.cb_remenber_pwd.AutoSize = true;
this.cb_remenber_pwd.Checked = true;
this.cb_remenber_pwd.CheckState = System.Windows.Forms.CheckState.Checked;
this.cb_remenber_pwd.Location = new System.Drawing.Point(15, 146);
this.cb_remenber_pwd.Name = "cb_remenber_pwd";
this.cb_remenber_pwd.Size = new System.Drawing.Size(120, 16);
this.cb_remenber_pwd.TabIndex = 7;
this.cb_remenber_pwd.Text = "记住用户名与密码";
this.cb_remenber_pwd.UseVisualStyleBackColor = true;
//
// cb_method
//
this.cb_method.DisplayMember = "SSH";
this.cb_method.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_method.FormattingEnabled = true;
this.cb_method.Items.AddRange(new object[] {
"Preplacedword"});
this.cb_method.Location = new System.Drawing.Point(103, 22);
this.cb_method.Name = "cb_method";
this.cb_method.Size = new System.Drawing.Size(279, 20);
this.cb_method.TabIndex = 6;
//
// tb_userName
//
this.tb_userName.BackColor = System.Drawing.Color.White;
this.tb_userName.Location = new System.Drawing.Point(103, 59);
this.tb_userName.Name = "tb_userName";
this.tb_userName.Size = new System.Drawing.Size(279, 21);
this.tb_userName.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 63);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 12);
this.label6.TabIndex = 4;
this.label6.Text = "User Name:";
//
// tb_preplacedword
//
this.tb_preplacedword.BackColor = System.Drawing.Color.White;
this.tb_preplacedword.Location = new System.Drawing.Point(103, 96);
this.tb_preplacedword.Name = "tb_preplacedword";
this.tb_preplacedword.PreplacedwordChar = '*';
this.tb_preplacedword.Size = new System.Drawing.Size(279, 21);
this.tb_preplacedword.TabIndex = 3;
this.tb_preplacedword.UseSystemPreplacedwordChar = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(14, 100);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 2;
this.label7.Text = "Preplacedword:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 26);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 0;
this.label8.Text = "Method:";
//
// tabPage3
//
this.tabPage3.Location = new System.Drawing.Point(22, 4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(453, 378);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "tab_setting";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tabPage4
//
this.tabPage4.Controls.Add(this.groupBox4);
this.tabPage4.Controls.Add(this.groupBox3);
this.tabPage4.Location = new System.Drawing.Point(22, 4);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(453, 378);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "tab_app";
this.tabPage4.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.cb_fontSize);
this.groupBox4.Controls.Add(this.cb_fontName);
this.groupBox4.Controls.Add(this.btn_edit_theme);
this.groupBox4.Controls.Add(this.cb_scheme);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Location = new System.Drawing.Point(20, 113);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(422, 140);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Color and Font";
//
// cb_fontSize
//
this.cb_fontSize.DisplayMember = "SSH";
this.cb_fontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_fontSize.FormattingEnabled = true;
this.cb_fontSize.Items.AddRange(new object[] {
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"22",
"24",
"26",
"28",
"30",
"32",
"36",
"40"});
this.cb_fontSize.Location = new System.Drawing.Point(103, 97);
this.cb_fontSize.Name = "cb_fontSize";
this.cb_fontSize.Size = new System.Drawing.Size(87, 20);
this.cb_fontSize.TabIndex = 10;
//
// cb_fontName
//
this.cb_fontName.DisplayMember = "SSH";
this.cb_fontName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_fontName.FormattingEnabled = true;
this.cb_fontName.Items.AddRange(new object[] {
"Courier New"});
this.cb_fontName.Location = new System.Drawing.Point(103, 59);
this.cb_fontName.Name = "cb_fontName";
this.cb_fontName.Size = new System.Drawing.Size(219, 20);
this.cb_fontName.TabIndex = 8;
//
// btn_edit_theme
//
this.btn_edit_theme.Location = new System.Drawing.Point(331, 20);
this.btn_edit_theme.Name = "btn_edit_theme";
this.btn_edit_theme.Size = new System.Drawing.Size(84, 23);
this.btn_edit_theme.TabIndex = 7;
this.btn_edit_theme.Text = "Edit Scheme";
this.btn_edit_theme.UseVisualStyleBackColor = true;
//
// cb_scheme
//
this.cb_scheme.DisplayMember = "SSH";
this.cb_scheme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_scheme.FormattingEnabled = true;
this.cb_scheme.Items.AddRange(new object[] {
"Default Scheme"});
this.cb_scheme.Location = new System.Drawing.Point(103, 21);
this.cb_scheme.Name = "cb_scheme";
this.cb_scheme.Size = new System.Drawing.Size(219, 20);
this.cb_scheme.TabIndex = 6;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(14, 62);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(71, 12);
this.label11.TabIndex = 4;
this.label11.Text = "Font Name:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(14, 99);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(71, 12);
this.label12.TabIndex = 2;
this.label12.Text = "Font Size:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(14, 25);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(89, 12);
this.label13.TabIndex = 0;
this.label13.Text = "Color Scheme:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.rtb_preview);
this.groupBox3.Location = new System.Drawing.Point(20, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(422, 93);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Preview";
//
// rtb_preview
//
this.rtb_preview.Enabled = false;
this.rtb_preview.Location = new System.Drawing.Point(6, 19);
this.rtb_preview.Name = "rtb_preview";
this.rtb_preview.Size = new System.Drawing.Size(410, 67);
this.rtb_preview.TabIndex = 0;
this.rtb_preview.Text = "";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Location = new System.Drawing.Point(203, 42);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(12, 384);
this.panel1.TabIndex = 3;
//
// btn_Ok
//
this.btn_Ok.Location = new System.Drawing.Point(492, 437);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(75, 25);
this.btn_Ok.TabIndex = 4;
this.btn_Ok.Text = "Ok";
this.btn_Ok.UseVisualStyleBackColor = true;
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(576, 437);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(75, 25);
this.btn_Cancel.TabIndex = 5;
this.btn_Cancel.Text = "Cancel";
this.btn_Cancel.UseVisualStyleBackColor = true;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// SshSettingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(671, 482);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.panel1);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(671, 482);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(671, 482);
this.Name = "SshSettingForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "New Session Properties";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.SshSettingForm_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nud_port)).EndInit();
this.tabPage2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : CentralServerConfigForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CentralServerConfigForm));
System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
this.listView1 = new CCWin.SkinControl.SkinListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.skinPanel2 = new CCWin.SkinControl.SkinPanel();
this._treeView = new System.Windows.Forms.TreeListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.编辑节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加子节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加同级节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加顶级节点ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.升级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.降级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除节点ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.tabPage2 = new System.Windows.Forms.TabPage();
this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
this.ymlEditor = new System.Windows.Forms.RichTextBox();
this.contextMenuStrip3 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.剪切ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.行注释ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btn_reload = new System.Windows.Forms.Button();
this.btn_new = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.校验ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.下载到本地ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.上传到服务器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.更改文件名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.btn_save = new System.Windows.Forms.Button();
this.btn_meihua = new System.Windows.Forms.Button();
this.btn_tree = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.file_label = new System.Windows.Forms.ToolStripStatusLabel();
this.pos_label = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.btn_show = new System.Windows.Forms.Button();
this.stb_remote_dir = new CCWin.SkinControl.SkinTextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_ok = new System.Windows.Forms.Button();
this.打开本地临时目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.skinPanel2.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.tabPage2.SuspendLayout();
this.skinPanel1.SuspendLayout();
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
this.panel1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// listView1
//
this.listView1.AllowDrop = true;
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.listView1.Font = new System.Drawing.Font("宋体", 10F);
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(15, 66);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.OwnerDraw = true;
this.listView1.RowBackColor2 = System.Drawing.Color.WhiteSmoke;
this.listView1.SelectedColor = System.Drawing.Color.DarkOrange;
this.listView1.Size = new System.Drawing.Size(230, 588);
this.listView1.SmallImageList = this.imageList1;
this.listView1.StateImageList = this.imageList1;
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
//
// columnHeader1
//
this.columnHeader1.Text = "YML 文件";
this.columnHeader1.Width = 220;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
this.imageList1.Images.SetKeyName(2, "MB_light_16px.png");
this.imageList1.Images.SetKeyName(3, "yellow_light_16px.png");
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(247, 39);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(914, 720);
this.tabControl1.TabIndex = 3;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.skinPanel2);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(906, 691);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "YML 树形视图";
this.tabPage1.UseVisualStyleBackColor = true;
//
// skinPanel2
//
this.skinPanel2.BackColor = System.Drawing.Color.Transparent;
this.skinPanel2.BorderColor = System.Drawing.SystemColors.ActiveCaption;
this.skinPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.skinPanel2.Controls.Add(this._treeView);
this.skinPanel2.ControlState = CCWin.SkinClreplaced.ControlState.Normal;
this.skinPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinPanel2.DownBack = null;
this.skinPanel2.Location = new System.Drawing.Point(3, 3);
this.skinPanel2.MouseBack = null;
this.skinPanel2.Name = "skinPanel2";
this.skinPanel2.NormlBack = null;
this.skinPanel2.Size = new System.Drawing.Size(900, 685);
this.skinPanel2.TabIndex = 0;
//
// _treeView
//
this._treeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5});
treeListViewItemCollectionComparer1.Column = 0;
treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
this._treeView.Comparer = treeListViewItemCollectionComparer1;
this._treeView.ContextMenuStrip = this.contextMenuStrip2;
this._treeView.Dock = System.Windows.Forms.DockStyle.Fill;
this._treeView.GridLines = true;
this._treeView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this._treeView.LabelWrap = false;
this._treeView.Location = new System.Drawing.Point(0, 0);
this._treeView.MultiSelect = false;
this._treeView.Name = "_treeView";
this._treeView.PlusMinusLineColor = System.Drawing.Color.Teal;
this._treeView.Size = new System.Drawing.Size(898, 683);
this._treeView.SmallImageList = this.imageList2;
this._treeView.Sorting = System.Windows.Forms.SortOrder.None;
this._treeView.TabIndex = 0;
this._treeView.UseCompatibleStateImageBehavior = false;
this._treeView.AfterExpand += new System.Windows.Forms.TreeListViewEventHandler(this._treeView_AfterExpand);
this._treeView.AfterCollapse += new System.Windows.Forms.TreeListViewEventHandler(this._treeView_AfterCollapse);
this._treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this._treeView_MouseUp);
//
// columnHeader2
//
this.columnHeader2.Text = "属性";
this.columnHeader2.Width = 240;
//
// columnHeader3
//
this.columnHeader3.Text = "值";
this.columnHeader3.Width = 280;
//
// columnHeader4
//
this.columnHeader4.Text = "层级";
//
// columnHeader5
//
this.columnHeader5.Text = "描述";
this.columnHeader5.Width = 280;
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.编辑节点ToolStripMenuItem,
this.添加子节点ToolStripMenuItem,
this.添加同级节点ToolStripMenuItem,
this.添加顶级节点ToolStripMenuItem1,
this.升级ToolStripMenuItem,
this.降级ToolStripMenuItem,
this.删除节点ToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(149, 158);
//
// 编辑节点ToolStripMenuItem
//
this.编辑节点ToolStripMenuItem.Name = "编辑节点ToolStripMenuItem";
this.编辑节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.编辑节点ToolStripMenuItem.Text = "编辑节点";
this.编辑节点ToolStripMenuItem.Click += new System.EventHandler(this.编辑节点ToolStripMenuItem_Click);
//
// 添加子节点ToolStripMenuItem
//
this.添加子节点ToolStripMenuItem.Name = "添加子节点ToolStripMenuItem";
this.添加子节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.添加子节点ToolStripMenuItem.Text = "添加子节点";
this.添加子节点ToolStripMenuItem.Click += new System.EventHandler(this.添加子节点ToolStripMenuItem_Click);
//
// 添加同级节点ToolStripMenuItem
//
this.添加同级节点ToolStripMenuItem.Name = "添加同级节点ToolStripMenuItem";
this.添加同级节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.添加同级节点ToolStripMenuItem.Text = "添加同级节点";
this.添加同级节点ToolStripMenuItem.Click += new System.EventHandler(this.添加同级节点ToolStripMenuItem_Click);
//
// 添加顶级节点ToolStripMenuItem1
//
this.添加顶级节点ToolStripMenuItem1.Name = "添加顶级节点ToolStripMenuItem1";
this.添加顶级节点ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
this.添加顶级节点ToolStripMenuItem1.Text = "添加顶级节点";
this.添加顶级节点ToolStripMenuItem1.Click += new System.EventHandler(this.添加顶级节点ToolStripMenuItem1_Click);
//
// 升级ToolStripMenuItem
//
this.升级ToolStripMenuItem.Name = "升级ToolStripMenuItem";
this.升级ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.升级ToolStripMenuItem.Text = "升级";
this.升级ToolStripMenuItem.Click += new System.EventHandler(this.升级ToolStripMenuItem_Click);
//
// 降级ToolStripMenuItem
//
this.降级ToolStripMenuItem.Name = "降级ToolStripMenuItem";
this.降级ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.降级ToolStripMenuItem.Text = "降级";
this.降级ToolStripMenuItem.Click += new System.EventHandler(this.降级ToolStripMenuItem_Click);
//
// 删除节点ToolStripMenuItem
//
this.删除节点ToolStripMenuItem.Name = "删除节点ToolStripMenuItem";
this.删除节点ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.删除节点ToolStripMenuItem.Text = "删除节点";
this.删除节点ToolStripMenuItem.Click += new System.EventHandler(this.删除节点ToolStripMenuItem_Click);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "Folder_open_16px.png");
this.imageList2.Images.SetKeyName(1, "item_16px.png");
this.imageList2.Images.SetKeyName(2, "gray_light_16px.png");
this.imageList2.Images.SetKeyName(3, "openSession.png");
//
// tabPage2
//
this.tabPage2.Controls.Add(this.skinPanel1);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(906, 691);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "YML 编辑器";
this.tabPage2.UseVisualStyleBackColor = true;
//
// skinPanel1
//
this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
this.skinPanel1.BorderColor = System.Drawing.Color.LightSteelBlue;
this.skinPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.skinPanel1.Controls.Add(this.ymlEditor);
this.skinPanel1.ControlState = CCWin.SkinClreplaced.ControlState.Normal;
this.skinPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.skinPanel1.DownBack = null;
this.skinPanel1.Location = new System.Drawing.Point(3, 3);
this.skinPanel1.MouseBack = null;
this.skinPanel1.Name = "skinPanel1";
this.skinPanel1.NormlBack = null;
this.skinPanel1.Size = new System.Drawing.Size(900, 685);
this.skinPanel1.TabIndex = 0;
//
// ymlEditor
//
this.ymlEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.ymlEditor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ymlEditor.ContextMenuStrip = this.contextMenuStrip3;
this.ymlEditor.DetectUrls = false;
this.ymlEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.ymlEditor.Font = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ymlEditor.ForeColor = System.Drawing.Color.White;
this.ymlEditor.Location = new System.Drawing.Point(0, 0);
this.ymlEditor.Name = "ymlEditor";
this.ymlEditor.Size = new System.Drawing.Size(898, 683);
this.ymlEditor.TabIndex = 0;
this.ymlEditor.Text = "";
this.ymlEditor.WordWrap = false;
this.ymlEditor.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ymlEditor_KeyUp);
this.ymlEditor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ymlEditor_MouseDown);
//
// contextMenuStrip3
//
this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.复制ToolStripMenuItem,
this.粘贴ToolStripMenuItem,
this.剪切ToolStripMenuItem,
this.删除行ToolStripMenuItem,
this.行注释ToolStripMenuItem});
this.contextMenuStrip3.Name = "contextMenuStrip3";
this.contextMenuStrip3.Size = new System.Drawing.Size(215, 114);
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
this.复制ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.复制ToolStripMenuItem.Text = "复制";
this.复制ToolStripMenuItem.Click += new System.EventHandler(this.复制ToolStripMenuItem_Click);
//
// 粘贴ToolStripMenuItem
//
this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.粘贴ToolStripMenuItem.Text = "粘贴";
this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem_Click);
//
// 剪切ToolStripMenuItem
//
this.剪切ToolStripMenuItem.Name = "剪切ToolStripMenuItem";
this.剪切ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.剪切ToolStripMenuItem.Text = "剪切";
this.剪切ToolStripMenuItem.Click += new System.EventHandler(this.剪切ToolStripMenuItem_Click);
//
// 删除行ToolStripMenuItem
//
this.删除行ToolStripMenuItem.Name = "删除行ToolStripMenuItem";
this.删除行ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
this.删除行ToolStripMenuItem.ShowShortcutKeys = false;
this.删除行ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.删除行ToolStripMenuItem.Text = "删除行 Ctrl + D";
this.删除行ToolStripMenuItem.Click += new System.EventHandler(this.删除行ToolStripMenuItem_Click);
//
// 行注释ToolStripMenuItem
//
this.行注释ToolStripMenuItem.Name = "行注释ToolStripMenuItem";
this.行注释ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.OemQuestion)));
this.行注释ToolStripMenuItem.ShowShortcutKeys = false;
this.行注释ToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
this.行注释ToolStripMenuItem.Text = "行注释/取消注释 Ctrl + /";
this.行注释ToolStripMenuItem.Click += new System.EventHandler(this.行注释ToolStripMenuItem_Click);
//
// btn_reload
//
this.btn_reload.Location = new System.Drawing.Point(15, 35);
this.btn_reload.Name = "btn_reload";
this.btn_reload.Size = new System.Drawing.Size(75, 27);
this.btn_reload.TabIndex = 3;
this.btn_reload.Text = "重新加载";
this.btn_reload.UseVisualStyleBackColor = true;
this.btn_reload.Click += new System.EventHandler(this.btn_reload_Click);
//
// btn_new
//
this.btn_new.Location = new System.Drawing.Point(156, 36);
this.btn_new.Name = "btn_new";
this.btn_new.Size = new System.Drawing.Size(90, 27);
this.btn_new.TabIndex = 4;
this.btn_new.Text = "新建YML文件";
this.btn_new.UseVisualStyleBackColor = true;
this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Red;
this.label1.Font = new System.Drawing.Font("宋体", 11F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(30, 137);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(201, 52);
this.label1.TabIndex = 3;
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.Visible = false;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.校验ToolStripMenuItem,
this.下载到本地ToolStripMenuItem,
this.上传到服务器ToolStripMenuItem,
this.更改文件名ToolStripMenuItem,
this.删除文件ToolStripMenuItem,
this.打开本地临时目录ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(173, 158);
//
// 校验ToolStripMenuItem
//
this.校验ToolStripMenuItem.Name = "校验ToolStripMenuItem";
this.校验ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.校验ToolStripMenuItem.Text = "格式校验";
this.校验ToolStripMenuItem.Click += new System.EventHandler(this.校验ToolStripMenuItem_Click);
//
// 下载到本地ToolStripMenuItem
//
this.下载到本地ToolStripMenuItem.Name = "下载到本地ToolStripMenuItem";
this.下载到本地ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.下载到本地ToolStripMenuItem.Text = "重新获取文件";
this.下载到本地ToolStripMenuItem.Click += new System.EventHandler(this.下载到本地ToolStripMenuItem_Click);
//
// 上传到服务器ToolStripMenuItem
//
this.上传到服务器ToolStripMenuItem.Name = "上传到服务器ToolStripMenuItem";
this.上传到服务器ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.上传到服务器ToolStripMenuItem.Text = "上传到服务器";
this.上传到服务器ToolStripMenuItem.Click += new System.EventHandler(this.上传到服务器ToolStripMenuItem_Click);
//
// 更改文件名ToolStripMenuItem
//
this.更改文件名ToolStripMenuItem.Name = "更改文件名ToolStripMenuItem";
this.更改文件名ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.更改文件名ToolStripMenuItem.Text = "更改文件名";
this.更改文件名ToolStripMenuItem.Click += new System.EventHandler(this.更改文件名ToolStripMenuItem_Click);
//
// 删除文件ToolStripMenuItem
//
this.删除文件ToolStripMenuItem.Name = "删除文件ToolStripMenuItem";
this.删除文件ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.删除文件ToolStripMenuItem.Text = "删除文件";
this.删除文件ToolStripMenuItem.Click += new System.EventHandler(this.删除文件ToolStripMenuItem_Click);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.BackgroundImage = global::AppMonitor.Properties.Resources.green_light_16px;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(9, 26);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(31, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(161, 12);
this.label2.TabIndex = 7;
this.label2.Text = "格式正确,与服务器保持同步";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(31, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(161, 12);
this.label3.TabIndex = 9;
this.label3.Text = "内容已修改,未与服务器同步";
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
this.pictureBox2.BackgroundImage = global::AppMonitor.Properties.Resources.MB_light_16px;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(9, 50);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(16, 16);
this.pictureBox2.TabIndex = 8;
this.pictureBox2.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(31, 76);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 11;
this.label4.Text = "格式有错误";
//
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
this.pictureBox3.BackgroundImage = global::AppMonitor.Properties.Resources.yellow_light_16px;
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox3.Location = new System.Drawing.Point(9, 74);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(16, 16);
this.pictureBox3.TabIndex = 10;
this.pictureBox3.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Location = new System.Drawing.Point(31, 5);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(161, 12);
this.label5.TabIndex = 13;
this.label5.Text = "只存在本地,未同步到服务器";
//
// pictureBox4
//
this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
this.pictureBox4.BackgroundImage = global::AppMonitor.Properties.Resources.gray_light_16px;
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox4.Location = new System.Drawing.Point(9, 3);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(16, 16);
this.pictureBox4.TabIndex = 12;
this.pictureBox4.TabStop = false;
//
// btn_save
//
this.btn_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_save.Enabled = false;
this.btn_save.Location = new System.Drawing.Point(1075, 33);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(78, 27);
this.btn_save.TabIndex = 14;
this.btn_save.Text = "保存";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.button1_Click);
//
// btn_meihua
//
this.btn_meihua.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_meihua.Location = new System.Drawing.Point(949, 33);
this.btn_meihua.Name = "btn_meihua";
this.btn_meihua.Size = new System.Drawing.Size(78, 27);
this.btn_meihua.TabIndex = 15;
this.btn_meihua.Text = "美化";
this.btn_meihua.UseVisualStyleBackColor = true;
this.btn_meihua.Visible = false;
this.btn_meihua.Click += new System.EventHandler(this.btn_meihua_Click);
//
// btn_tree
//
this.btn_tree.Location = new System.Drawing.Point(474, 33);
this.btn_tree.Name = "btn_tree";
this.btn_tree.Size = new System.Drawing.Size(108, 27);
this.btn_tree.TabIndex = 16;
this.btn_tree.Text = "展开全部节点";
this.btn_tree.UseVisualStyleBackColor = true;
this.btn_tree.Click += new System.EventHandler(this.btn_tree_Click);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.pictureBox4);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.pictureBox2);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.pictureBox3);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(14, 660);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(230, 94);
this.panel1.TabIndex = 17;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.file_label,
this.pos_label,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(8, 759);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1156, 22);
this.statusStrip1.TabIndex = 18;
this.statusStrip1.Text = "statusStrip1";
//
// file_label
//
this.file_label.AutoSize = false;
this.file_label.BackColor = System.Drawing.Color.Transparent;
this.file_label.Name = "file_label";
this.file_label.Size = new System.Drawing.Size(800, 17);
this.file_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pos_label
//
this.pos_label.AutoSize = false;
this.pos_label.BackColor = System.Drawing.Color.Transparent;
this.pos_label.Name = "pos_label";
this.pos_label.Size = new System.Drawing.Size(150, 17);
this.pos_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BackColor = System.Drawing.Color.Transparent;
this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Gray;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(116, 17);
this.toolStripStatusLabel1.Text = "支持文件拖拽到窗口";
//
// btn_show
//
this.btn_show.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btn_show.Location = new System.Drawing.Point(89, 35);
this.btn_show.Name = "btn_show";
this.btn_show.Size = new System.Drawing.Size(22, 27);
this.btn_show.TabIndex = 19;
this.btn_show.Text = "↓";
this.btn_show.UseVisualStyleBackColor = true;
this.btn_show.Click += new System.EventHandler(this.btn_show_Click);
//
// stb_remote_dir
//
this.stb_remote_dir.BackColor = System.Drawing.Color.Transparent;
this.stb_remote_dir.DownBack = null;
this.stb_remote_dir.Icon = null;
this.stb_remote_dir.IconIsButton = false;
this.stb_remote_dir.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_remote_dir.IsPreplacedwordChat = '\0';
this.stb_remote_dir.IsSystemPreplacedwordChar = false;
this.stb_remote_dir.Lines = new string[0];
this.stb_remote_dir.Location = new System.Drawing.Point(10, 24);
this.stb_remote_dir.Margin = new System.Windows.Forms.Padding(0);
this.stb_remote_dir.MaxLength = 32767;
this.stb_remote_dir.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_remote_dir.MouseBack = null;
this.stb_remote_dir.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_remote_dir.Multiline = false;
this.stb_remote_dir.Name = "stb_remote_dir";
this.stb_remote_dir.NormlBack = null;
this.stb_remote_dir.Padding = new System.Windows.Forms.Padding(5);
this.stb_remote_dir.ReadOnly = false;
this.stb_remote_dir.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_remote_dir.Size = new System.Drawing.Size(425, 28);
//
//
//
this.stb_remote_dir.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_remote_dir.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_remote_dir.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_remote_dir.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_remote_dir.SkinTxt.Name = "BaseText";
this.stb_remote_dir.SkinTxt.Size = new System.Drawing.Size(415, 18);
this.stb_remote_dir.SkinTxt.TabIndex = 0;
this.stb_remote_dir.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_remote_dir.SkinTxt.WaterText = "远程服务器YML配置文件所在目录";
this.stb_remote_dir.TabIndex = 20;
this.stb_remote_dir.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_remote_dir.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_remote_dir.WaterText = "远程服务器YML配置文件所在目录";
this.stb_remote_dir.WordWrap = true;
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Location = new System.Drawing.Point(15, 62);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(456, 109);
this.panel2.TabIndex = 21;
this.panel2.Visible = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.stb_remote_dir);
this.groupBox1.Controls.Add(this.btn_ok);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(442, 94);
this.groupBox1.TabIndex = 23;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "YML配置目录:";
//
// btn_ok
//
this.btn_ok.Location = new System.Drawing.Point(370, 60);
this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(65, 29);
this.btn_ok.TabIndex = 22;
this.btn_ok.Text = "确定";
this.btn_ok.UseVisualStyleBackColor = true;
this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
//
// 打开本地临时目录ToolStripMenuItem
//
this.打开本地临时目录ToolStripMenuItem.Name = "打开本地临时目录ToolStripMenuItem";
this.打开本地临时目录ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.打开本地临时目录ToolStripMenuItem.Text = "打开本地临时目录";
this.打开本地临时目录ToolStripMenuItem.Click += new System.EventHandler(this.打开本地临时目录ToolStripMenuItem_Click);
//
// CentralServerConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(1172, 789);
this.Controls.Add(this.panel2);
this.Controls.Add(this.btn_show);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btn_tree);
this.Controls.Add(this.btn_meihua);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_new);
this.Controls.Add(this.btn_reload);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.listView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CentralServerConfigForm";
this.Text = "Docker公共配置";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.CentralServerConfigForm_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.CentralServerConfigForm_DragDrop);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.skinPanel2.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.skinPanel1.ResumeLayout(false);
this.contextMenuStrip3.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : TextEditorForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextEditorForm));
this.cmMain = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.replaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editor = new System.Windows.Forms.RichTextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.cmMain.SuspendLayout();
this.SuspendLayout();
//
// cmMain
//
this.cmMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cutToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.selectAllToolStripMenuItem,
this.toolStripMenuItem2,
this.undoToolStripMenuItem,
this.redoToolStripMenuItem,
this.toolStripMenuItem3,
this.findToolStripMenuItem,
this.replaceToolStripMenuItem});
this.cmMain.Name = "cmMain";
this.cmMain.Size = new System.Drawing.Size(125, 192);
//
// cutToolStripMenuItem
//
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.cutToolStripMenuItem.Text = "剪切";
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.copyToolStripMenuItem.Text = "复制";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.pasteToolStripMenuItem.Text = "粘贴";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.selectAllToolStripMenuItem.Text = "选择全部";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(121, 6);
//
// undoToolStripMenuItem
//
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
this.undoToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.undoToolStripMenuItem.Text = "撤销";
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
//
// redoToolStripMenuItem
//
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
this.redoToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.redoToolStripMenuItem.Text = "重做";
this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(121, 6);
//
// findToolStripMenuItem
//
this.findToolStripMenuItem.Name = "findToolStripMenuItem";
this.findToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.findToolStripMenuItem.Text = "查找";
this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
//
// replaceToolStripMenuItem
//
this.replaceToolStripMenuItem.Name = "replaceToolStripMenuItem";
this.replaceToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.replaceToolStripMenuItem.Text = "替换";
this.replaceToolStripMenuItem.Click += new System.EventHandler(this.replaceToolStripMenuItem_Click);
//
// editor
//
this.editor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.editor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.editor.ContextMenuStrip = this.cmMain;
this.editor.Dock = System.Windows.Forms.DockStyle.Fill;
this.editor.Font = new System.Drawing.Font("宋体", 11F);
this.editor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.editor.Location = new System.Drawing.Point(8, 30);
this.editor.Name = "editor";
this.editor.Size = new System.Drawing.Size(906, 560);
this.editor.TabIndex = 1;
this.editor.Text = "";
this.editor.TextChanged += new System.EventHandler(this.editor_TextChanged);
this.editor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.editor_KeyDown);
this.editor.KeyUp += new System.Windows.Forms.KeyEventHandler(this.editor_KeyUp);
//
// TextEditorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(922, 598);
this.Controls.Add(this.editor);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "TextEditorForm";
this.Text = "TextEditor";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextEditorForm_FormClosing);
this.Load += new System.EventHandler(this.TextEditorForm_Load);
this.cmMain.ResumeLayout(false);
this.ResumeLayout(false);
}
19
View Source File : IceDeployVersionForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IceDeployVersionForm));
this.stb_local_pdir = new CCWin.SkinControl.SkinTextBox();
this.label1 = new System.Windows.Forms.Label();
this.btn_start = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.btn_choose_dir = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.stb_icexml = new CCWin.SkinControl.SkinTextBox();
this.btn_choose_xml = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.stb_remote_pdir = new CCWin.SkinControl.SkinTextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btn_choose_mvnxml = new System.Windows.Forms.Button();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.stb_maven_xml = new CCWin.SkinControl.SkinTextBox();
this.label4 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.l_state4 = new System.Windows.Forms.Label();
this.pb_state4 = new System.Windows.Forms.PictureBox();
this.line_state3 = new System.Windows.Forms.Label();
this.line_state2 = new System.Windows.Forms.Label();
this.l_state3 = new System.Windows.Forms.Label();
this.pb_state3 = new System.Windows.Forms.PictureBox();
this.l_state2 = new System.Windows.Forms.Label();
this.pb_state2 = new System.Windows.Forms.PictureBox();
this.line_state1 = new System.Windows.Forms.Label();
this.l_state1 = new System.Windows.Forms.Label();
this.pb_state1 = new System.Windows.Forms.PictureBox();
this.errorLabel = new System.Windows.Forms.Label();
this.gifBox1 = new CCWin.SkinControl.GifBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_state4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pb_state3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pb_state2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pb_state1)).BeginInit();
this.SuspendLayout();
//
// stb_local_pdir
//
this.stb_local_pdir.AllowDrop = true;
this.stb_local_pdir.BackColor = System.Drawing.Color.Transparent;
this.stb_local_pdir.DownBack = null;
this.stb_local_pdir.Icon = null;
this.stb_local_pdir.IconIsButton = false;
this.stb_local_pdir.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_local_pdir.IsPreplacedwordChat = '\0';
this.stb_local_pdir.IsSystemPreplacedwordChar = false;
this.stb_local_pdir.Lines = new string[0];
this.stb_local_pdir.Location = new System.Drawing.Point(177, 16);
this.stb_local_pdir.Margin = new System.Windows.Forms.Padding(0);
this.stb_local_pdir.MaxLength = 32767;
this.stb_local_pdir.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_local_pdir.MouseBack = null;
this.stb_local_pdir.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_local_pdir.Multiline = false;
this.stb_local_pdir.Name = "stb_local_pdir";
this.stb_local_pdir.NormlBack = null;
this.stb_local_pdir.Padding = new System.Windows.Forms.Padding(5);
this.stb_local_pdir.ReadOnly = false;
this.stb_local_pdir.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_local_pdir.Size = new System.Drawing.Size(423, 28);
//
//
//
this.stb_local_pdir.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_local_pdir.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_local_pdir.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_local_pdir.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_local_pdir.SkinTxt.Name = "BaseText";
this.stb_local_pdir.SkinTxt.Size = new System.Drawing.Size(413, 18);
this.stb_local_pdir.SkinTxt.TabIndex = 0;
this.stb_local_pdir.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_local_pdir.SkinTxt.WaterText = "项目代码本地目录,支持拖拽";
this.stb_local_pdir.TabIndex = 6;
this.stb_local_pdir.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_local_pdir.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_local_pdir.WaterText = "项目代码本地目录,支持拖拽";
this.stb_local_pdir.WordWrap = true;
this.stb_local_pdir.DragDrop += new System.Windows.Forms.DragEventHandler(this.stb_local_pdir_DragDrop);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label1.Location = new System.Drawing.Point(29, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(135, 20);
this.label1.TabIndex = 7;
this.label1.Text = "项目代码本地目录:";
//
// btn_start
//
this.btn_start.Location = new System.Drawing.Point(613, 457);
this.btn_start.Name = "btn_start";
this.btn_start.Size = new System.Drawing.Size(98, 29);
this.btn_start.TabIndex = 12;
this.btn_start.Text = "开始部署";
this.btn_start.UseVisualStyleBackColor = true;
this.btn_start.Click += new System.EventHandler(this.button1_Click);
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(525, 457);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 29);
this.btn_cancel.TabIndex = 13;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.button2_Click);
//
// btn_choose_dir
//
this.btn_choose_dir.Location = new System.Drawing.Point(608, 16);
this.btn_choose_dir.Name = "btn_choose_dir";
this.btn_choose_dir.Size = new System.Drawing.Size(72, 29);
this.btn_choose_dir.TabIndex = 14;
this.btn_choose_dir.Text = "定位目录";
this.btn_choose_dir.UseVisualStyleBackColor = true;
this.btn_choose_dir.Click += new System.EventHandler(this.btn_choose_dir_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label2.Location = new System.Drawing.Point(36, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(128, 20);
this.label2.TabIndex = 16;
this.label2.Text = "ICE接口服务配置:";
//
// stb_icexml
//
this.stb_icexml.AllowDrop = true;
this.stb_icexml.BackColor = System.Drawing.Color.Transparent;
this.stb_icexml.DownBack = null;
this.stb_icexml.Enabled = false;
this.stb_icexml.Icon = null;
this.stb_icexml.IconIsButton = false;
this.stb_icexml.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_icexml.IsPreplacedwordChat = '\0';
this.stb_icexml.IsSystemPreplacedwordChar = false;
this.stb_icexml.Lines = new string[0];
this.stb_icexml.Location = new System.Drawing.Point(177, 89);
this.stb_icexml.Margin = new System.Windows.Forms.Padding(0);
this.stb_icexml.MaxLength = 32767;
this.stb_icexml.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_icexml.MouseBack = null;
this.stb_icexml.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_icexml.Multiline = false;
this.stb_icexml.Name = "stb_icexml";
this.stb_icexml.NormlBack = null;
this.stb_icexml.Padding = new System.Windows.Forms.Padding(5);
this.stb_icexml.ReadOnly = false;
this.stb_icexml.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_icexml.Size = new System.Drawing.Size(423, 28);
//
//
//
this.stb_icexml.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_icexml.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_icexml.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_icexml.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_icexml.SkinTxt.Name = "BaseText";
this.stb_icexml.SkinTxt.Size = new System.Drawing.Size(413, 18);
this.stb_icexml.SkinTxt.TabIndex = 0;
this.stb_icexml.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_icexml.SkinTxt.WaterText = "ICE接口服务配置,一般位于项目~/icedeploy/config/目录下,支持拖拽";
this.stb_icexml.TabIndex = 15;
this.stb_icexml.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_icexml.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_icexml.WaterText = "ICE接口服务配置,一般位于项目~/icedeploy/config/目录下,支持拖拽";
this.stb_icexml.WordWrap = true;
this.stb_icexml.DragDrop += new System.Windows.Forms.DragEventHandler(this.stb_icexml_DragDrop);
//
// btn_choose_xml
//
this.btn_choose_xml.Enabled = false;
this.btn_choose_xml.Location = new System.Drawing.Point(608, 88);
this.btn_choose_xml.Name = "btn_choose_xml";
this.btn_choose_xml.Size = new System.Drawing.Size(72, 29);
this.btn_choose_xml.TabIndex = 17;
this.btn_choose_xml.Text = "选择文件";
this.btn_choose_xml.UseVisualStyleBackColor = true;
this.btn_choose_xml.Click += new System.EventHandler(this.btn_choose_xml_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label3.Location = new System.Drawing.Point(43, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(121, 20);
this.label3.TabIndex = 19;
this.label3.Text = "服务器项目路径:";
//
// stb_remote_pdir
//
this.stb_remote_pdir.AllowDrop = true;
this.stb_remote_pdir.BackColor = System.Drawing.Color.Transparent;
this.stb_remote_pdir.DownBack = null;
this.stb_remote_pdir.Icon = null;
this.stb_remote_pdir.IconIsButton = false;
this.stb_remote_pdir.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_remote_pdir.IsPreplacedwordChat = '\0';
this.stb_remote_pdir.IsSystemPreplacedwordChar = false;
this.stb_remote_pdir.Lines = new string[0];
this.stb_remote_pdir.Location = new System.Drawing.Point(177, 21);
this.stb_remote_pdir.Margin = new System.Windows.Forms.Padding(0);
this.stb_remote_pdir.MaxLength = 32767;
this.stb_remote_pdir.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_remote_pdir.MouseBack = null;
this.stb_remote_pdir.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_remote_pdir.Multiline = false;
this.stb_remote_pdir.Name = "stb_remote_pdir";
this.stb_remote_pdir.NormlBack = null;
this.stb_remote_pdir.Padding = new System.Windows.Forms.Padding(5);
this.stb_remote_pdir.ReadOnly = false;
this.stb_remote_pdir.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_remote_pdir.Size = new System.Drawing.Size(423, 28);
//
//
//
this.stb_remote_pdir.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_remote_pdir.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_remote_pdir.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_remote_pdir.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_remote_pdir.SkinTxt.Name = "BaseText";
this.stb_remote_pdir.SkinTxt.Size = new System.Drawing.Size(413, 18);
this.stb_remote_pdir.SkinTxt.TabIndex = 0;
this.stb_remote_pdir.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_remote_pdir.SkinTxt.WaterText = "服务器项目目录,例如:~/xxxsrv";
this.stb_remote_pdir.TabIndex = 18;
this.stb_remote_pdir.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_remote_pdir.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_remote_pdir.WaterText = "服务器项目目录,例如:~/xxxsrv";
this.stb_remote_pdir.WordWrap = true;
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.btn_choose_mvnxml);
this.groupBox1.Controls.Add(this.checkBox2);
this.groupBox1.Controls.Add(this.stb_maven_xml);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Controls.Add(this.stb_icexml);
this.groupBox1.Controls.Add(this.stb_local_pdir);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.btn_choose_xml);
this.groupBox1.Controls.Add(this.btn_choose_dir);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(17, 37);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(694, 199);
this.groupBox1.TabIndex = 20;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "本地";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.PaleVioletRed;
this.label6.Location = new System.Drawing.Point(92, 137);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(185, 12);
this.label6.TabIndex = 24;
this.label6.Text = "不勾选此项代表跳过“打包”步骤";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.PaleVioletRed;
this.label5.Location = new System.Drawing.Point(105, 67);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(209, 12);
this.label5.TabIndex = 23;
this.label5.Text = "不勾选此项代表跳过“更新配置”步骤";
//
// btn_choose_mvnxml
//
this.btn_choose_mvnxml.Enabled = false;
this.btn_choose_mvnxml.Location = new System.Drawing.Point(608, 158);
this.btn_choose_mvnxml.Name = "btn_choose_mvnxml";
this.btn_choose_mvnxml.Size = new System.Drawing.Size(72, 29);
this.btn_choose_mvnxml.TabIndex = 22;
this.btn_choose_mvnxml.Text = "选择文件";
this.btn_choose_mvnxml.UseVisualStyleBackColor = true;
this.btn_choose_mvnxml.Click += new System.EventHandler(this.btn_choose_mvnxml_Click);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.checkBox2.Location = new System.Drawing.Point(18, 136);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(72, 16);
this.checkBox2.TabIndex = 21;
this.checkBox2.Text = "自动打包";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// stb_maven_xml
//
this.stb_maven_xml.AllowDrop = true;
this.stb_maven_xml.BackColor = System.Drawing.Color.Transparent;
this.stb_maven_xml.DownBack = null;
this.stb_maven_xml.Enabled = false;
this.stb_maven_xml.Icon = null;
this.stb_maven_xml.IconIsButton = false;
this.stb_maven_xml.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_maven_xml.IsPreplacedwordChat = '\0';
this.stb_maven_xml.IsSystemPreplacedwordChar = false;
this.stb_maven_xml.Lines = new string[0];
this.stb_maven_xml.Location = new System.Drawing.Point(177, 158);
this.stb_maven_xml.Margin = new System.Windows.Forms.Padding(0);
this.stb_maven_xml.MaxLength = 32767;
this.stb_maven_xml.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_maven_xml.MouseBack = null;
this.stb_maven_xml.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_maven_xml.Multiline = false;
this.stb_maven_xml.Name = "stb_maven_xml";
this.stb_maven_xml.NormlBack = null;
this.stb_maven_xml.Padding = new System.Windows.Forms.Padding(5);
this.stb_maven_xml.ReadOnly = false;
this.stb_maven_xml.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_maven_xml.Size = new System.Drawing.Size(423, 28);
//
//
//
this.stb_maven_xml.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_maven_xml.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_maven_xml.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_maven_xml.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_maven_xml.SkinTxt.Name = "BaseText";
this.stb_maven_xml.SkinTxt.Size = new System.Drawing.Size(413, 18);
this.stb_maven_xml.SkinTxt.TabIndex = 0;
this.stb_maven_xml.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_maven_xml.SkinTxt.WaterText = "Maven 配置文件:setting.xml,支持拖拽";
this.stb_maven_xml.TabIndex = 19;
this.stb_maven_xml.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_maven_xml.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_maven_xml.WaterText = "Maven 配置文件:setting.xml,支持拖拽";
this.stb_maven_xml.WordWrap = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label4.Location = new System.Drawing.Point(39, 162);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(125, 20);
this.label4.TabIndex = 20;
this.label4.Text = "Maven配置文件:";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.checkBox1.Location = new System.Drawing.Point(18, 65);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(84, 16);
this.checkBox1.TabIndex = 18;
this.checkBox1.Text = "配置有更新";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.stb_remote_pdir);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Location = new System.Drawing.Point(17, 243);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(694, 64);
this.groupBox2.TabIndex = 21;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "服务器";
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.l_state4);
this.groupBox3.Controls.Add(this.pb_state4);
this.groupBox3.Controls.Add(this.line_state3);
this.groupBox3.Controls.Add(this.line_state2);
this.groupBox3.Controls.Add(this.l_state3);
this.groupBox3.Controls.Add(this.pb_state3);
this.groupBox3.Controls.Add(this.l_state2);
this.groupBox3.Controls.Add(this.pb_state2);
this.groupBox3.Controls.Add(this.line_state1);
this.groupBox3.Controls.Add(this.l_state1);
this.groupBox3.Controls.Add(this.pb_state1);
this.groupBox3.Location = new System.Drawing.Point(17, 314);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(694, 131);
this.groupBox3.TabIndex = 22;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "步骤";
//
// l_state4
//
this.l_state4.AutoSize = true;
this.l_state4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.l_state4.ForeColor = System.Drawing.Color.White;
this.l_state4.Location = new System.Drawing.Point(602, 61);
this.l_state4.Name = "l_state4";
this.l_state4.Size = new System.Drawing.Size(29, 12);
this.l_state4.TabIndex = 27;
this.l_state4.Text = "完成";
//
// pb_state4
//
this.pb_state4.BackgroundImage = global::AppMonitor.Properties.Resources.Circle_72px0;
this.pb_state4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pb_state4.Location = new System.Drawing.Point(579, 32);
this.pb_state4.Name = "pb_state4";
this.pb_state4.Size = new System.Drawing.Size(72, 72);
this.pb_state4.TabIndex = 26;
this.pb_state4.TabStop = false;
//
// line_state3
//
this.line_state3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.line_state3.Location = new System.Drawing.Point(496, 61);
this.line_state3.Name = "line_state3";
this.line_state3.Size = new System.Drawing.Size(60, 4);
this.line_state3.TabIndex = 25;
//
// line_state2
//
this.line_state2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.line_state2.Location = new System.Drawing.Point(317, 61);
this.line_state2.Name = "line_state2";
this.line_state2.Size = new System.Drawing.Size(60, 4);
this.line_state2.TabIndex = 5;
//
// l_state3
//
this.l_state3.AutoSize = true;
this.l_state3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.l_state3.ForeColor = System.Drawing.Color.White;
this.l_state3.Location = new System.Drawing.Point(412, 61);
this.l_state3.Name = "l_state3";
this.l_state3.Size = new System.Drawing.Size(53, 12);
this.l_state3.TabIndex = 24;
this.l_state3.Text = "重启服务";
//
// pb_state3
//
this.pb_state3.BackgroundImage = global::AppMonitor.Properties.Resources.Circle_72px0;
this.pb_state3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pb_state3.Location = new System.Drawing.Point(402, 32);
this.pb_state3.Name = "pb_state3";
this.pb_state3.Size = new System.Drawing.Size(72, 72);
this.pb_state3.TabIndex = 23;
this.pb_state3.TabStop = false;
//
// l_state2
//
this.l_state2.AutoSize = true;
this.l_state2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.l_state2.ForeColor = System.Drawing.Color.White;
this.l_state2.Location = new System.Drawing.Point(232, 61);
this.l_state2.Name = "l_state2";
this.l_state2.Size = new System.Drawing.Size(53, 12);
this.l_state2.TabIndex = 4;
this.l_state2.Text = "更新配置";
//
// pb_state2
//
this.pb_state2.BackgroundImage = global::AppMonitor.Properties.Resources.Circle_72px0;
this.pb_state2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pb_state2.Location = new System.Drawing.Point(222, 32);
this.pb_state2.Name = "pb_state2";
this.pb_state2.Size = new System.Drawing.Size(72, 72);
this.pb_state2.TabIndex = 3;
this.pb_state2.TabStop = false;
//
// line_state1
//
this.line_state1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.line_state1.Location = new System.Drawing.Point(138, 61);
this.line_state1.Name = "line_state1";
this.line_state1.Size = new System.Drawing.Size(60, 4);
this.line_state1.TabIndex = 2;
//
// l_state1
//
this.l_state1.AutoSize = true;
this.l_state1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
this.l_state1.ForeColor = System.Drawing.Color.White;
this.l_state1.Location = new System.Drawing.Point(51, 61);
this.l_state1.Name = "l_state1";
this.l_state1.Size = new System.Drawing.Size(53, 12);
this.l_state1.TabIndex = 1;
this.l_state1.Text = "打包上传";
//
// pb_state1
//
this.pb_state1.BackgroundImage = global::AppMonitor.Properties.Resources.Circle_72px0;
this.pb_state1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pb_state1.Location = new System.Drawing.Point(42, 32);
this.pb_state1.Name = "pb_state1";
this.pb_state1.Size = new System.Drawing.Size(72, 72);
this.pb_state1.TabIndex = 0;
this.pb_state1.TabStop = false;
//
// errorLabel
//
this.errorLabel.BackColor = System.Drawing.Color.Transparent;
this.errorLabel.Font = new System.Drawing.Font("宋体", 10F);
this.errorLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.errorLabel.Location = new System.Drawing.Point(20, 455);
this.errorLabel.Name = "errorLabel";
this.errorLabel.Size = new System.Drawing.Size(436, 34);
this.errorLabel.TabIndex = 23;
//
// gifBox1
//
this.gifBox1.BackColor = System.Drawing.Color.Transparent;
this.gifBox1.BorderColor = System.Drawing.Color.Transparent;
this.gifBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.gifBox1.Image = global::AppMonitor.Properties.Resources.loading2;
this.gifBox1.Location = new System.Drawing.Point(475, 452);
this.gifBox1.Name = "gifBox1";
this.gifBox1.Size = new System.Drawing.Size(36, 36);
this.gifBox1.TabIndex = 24;
this.gifBox1.Visible = false;
//
// IceDeployVersionForm
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(730, 505);
this.Controls.Add(this.gifBox1);
this.Controls.Add(this.errorLabel);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_start);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(730, 505);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(730, 505);
this.Name = "IceDeployVersionForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "一键部署Ice项目";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.IceDeployVersionForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pb_state4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pb_state3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pb_state2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pb_state1)).EndInit();
this.ResumeLayout(false);
}
19
View Source File : TextFindForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextFindForm));
this.btn_replace = new System.Windows.Forms.Button();
this.btn_find = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.text_target = new CCWin.SkinControl.SkinComboBox();
this.label1 = new System.Windows.Forms.Label();
this.text_res = new CCWin.SkinControl.SkinComboBox();
this.btn_replace_all = new System.Windows.Forms.Button();
this.btn_replace_find = new System.Windows.Forms.Button();
this.btn_close = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cb_regex = new System.Windows.Forms.CheckBox();
this.cb_immed = new System.Windows.Forms.CheckBox();
this.cb_whole = new System.Windows.Forms.CheckBox();
this.cb_case = new System.Windows.Forms.CheckBox();
this.info = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btn_replace
//
this.btn_replace.Location = new System.Drawing.Point(172, 360);
this.btn_replace.Name = "btn_replace";
this.btn_replace.Size = new System.Drawing.Size(100, 27);
this.btn_replace.TabIndex = 11;
this.btn_replace.Text = "Replace";
this.btn_replace.UseVisualStyleBackColor = true;
this.btn_replace.Click += new System.EventHandler(this.btn_replace_Click);
//
// btn_find
//
this.btn_find.Location = new System.Drawing.Point(172, 324);
this.btn_find.Name = "btn_find";
this.btn_find.Size = new System.Drawing.Size(100, 27);
this.btn_find.TabIndex = 10;
this.btn_find.Text = "Find";
this.btn_find.UseVisualStyleBackColor = true;
this.btn_find.Click += new System.EventHandler(this.find_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(15, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 9;
this.label2.Text = "替换:";
//
// text_target
//
this.text_target.BaseColor = System.Drawing.Color.Silver;
this.text_target.BorderColor = System.Drawing.Color.Silver;
this.text_target.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.text_target.FormattingEnabled = true;
this.text_target.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.text_target.Location = new System.Drawing.Point(62, 78);
this.text_target.MouseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.text_target.MouseGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.text_target.Name = "text_target";
this.text_target.Size = new System.Drawing.Size(322, 22);
this.text_target.TabIndex = 8;
this.text_target.WaterText = "";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(15, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 7;
this.label1.Text = "查找:";
//
// text_res
//
this.text_res.BaseColor = System.Drawing.Color.Silver;
this.text_res.BorderColor = System.Drawing.Color.Silver;
this.text_res.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.text_res.DropBackColor = System.Drawing.SystemColors.Control;
this.text_res.FormattingEnabled = true;
this.text_res.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.text_res.ItemHoverForeColor = System.Drawing.Color.Teal;
this.text_res.Location = new System.Drawing.Point(62, 41);
this.text_res.MouseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.text_res.MouseGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.text_res.Name = "text_res";
this.text_res.Size = new System.Drawing.Size(322, 22);
this.text_res.TabIndex = 6;
this.text_res.WaterText = "";
this.text_res.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_res_KeyUp);
//
// btn_replace_all
//
this.btn_replace_all.Location = new System.Drawing.Point(285, 360);
this.btn_replace_all.Name = "btn_replace_all";
this.btn_replace_all.Size = new System.Drawing.Size(100, 27);
this.btn_replace_all.TabIndex = 13;
this.btn_replace_all.Text = "Replace All";
this.btn_replace_all.UseVisualStyleBackColor = true;
this.btn_replace_all.Click += new System.EventHandler(this.btn_replace_all_Click);
//
// btn_replace_find
//
this.btn_replace_find.Location = new System.Drawing.Point(285, 324);
this.btn_replace_find.Name = "btn_replace_find";
this.btn_replace_find.Size = new System.Drawing.Size(100, 27);
this.btn_replace_find.TabIndex = 12;
this.btn_replace_find.Text = "Replace/Find";
this.btn_replace_find.UseVisualStyleBackColor = true;
this.btn_replace_find.Click += new System.EventHandler(this.btn_replace_find_Click);
//
// btn_close
//
this.btn_close.Location = new System.Drawing.Point(285, 395);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(100, 27);
this.btn_close.TabIndex = 14;
this.btn_close.Text = "Close";
this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.cb_regex);
this.groupBox1.Controls.Add(this.cb_immed);
this.groupBox1.Controls.Add(this.cb_whole);
this.groupBox1.Controls.Add(this.cb_case);
this.groupBox1.Location = new System.Drawing.Point(17, 123);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(367, 148);
this.groupBox1.TabIndex = 15;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "选项";
//
// cb_regex
//
this.cb_regex.AutoSize = true;
this.cb_regex.Location = new System.Drawing.Point(217, 94);
this.cb_regex.Name = "cb_regex";
this.cb_regex.Size = new System.Drawing.Size(84, 16);
this.cb_regex.TabIndex = 3;
this.cb_regex.Text = "正则表达式";
this.cb_regex.UseVisualStyleBackColor = true;
this.cb_regex.CheckedChanged += new System.EventHandler(this.regex_CheckedChanged);
//
// cb_immed
//
this.cb_immed.AutoSize = true;
this.cb_immed.Location = new System.Drawing.Point(25, 94);
this.cb_immed.Name = "cb_immed";
this.cb_immed.Size = new System.Drawing.Size(72, 16);
this.cb_immed.TabIndex = 2;
this.cb_immed.Text = "即打即找";
this.cb_immed.UseVisualStyleBackColor = true;
//
// cb_whole
//
this.cb_whole.AutoSize = true;
this.cb_whole.Location = new System.Drawing.Point(217, 53);
this.cb_whole.Name = "cb_whole";
this.cb_whole.Size = new System.Drawing.Size(72, 16);
this.cb_whole.TabIndex = 1;
this.cb_whole.Text = "整字匹配";
this.cb_whole.UseVisualStyleBackColor = true;
//
// cb_case
//
this.cb_case.AutoSize = true;
this.cb_case.Location = new System.Drawing.Point(25, 53);
this.cb_case.Name = "cb_case";
this.cb_case.Size = new System.Drawing.Size(84, 16);
this.cb_case.TabIndex = 0;
this.cb_case.Text = "区分大小写";
this.cb_case.UseVisualStyleBackColor = true;
//
// info
//
this.info.AutoSize = true;
this.info.BackColor = System.Drawing.Color.Transparent;
this.info.ForeColor = System.Drawing.Color.Red;
this.info.Location = new System.Drawing.Point(16, 405);
this.info.Name = "info";
this.info.Size = new System.Drawing.Size(0, 12);
this.info.TabIndex = 4;
//
// TextFindForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(400, 437);
this.Controls.Add(this.info);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btn_close);
this.Controls.Add(this.btn_replace_all);
this.Controls.Add(this.btn_replace_find);
this.Controls.Add(this.btn_replace);
this.Controls.Add(this.btn_find);
this.Controls.Add(this.label2);
this.Controls.Add(this.text_target);
this.Controls.Add(this.label1);
this.Controls.Add(this.text_res);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(400, 437);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(400, 437);
this.Name = "TextFindForm";
this.Text = "查找与替换";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.TextFindForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : SftpForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SftpForm));
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.status_info = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.text_host = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.text_username = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.text_preplaced = new System.Windows.Forms.ToolStripTextBox();
this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
this.text_port = new System.Windows.Forms.ToolStripTextBox();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.listView3 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.restartFailedsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.restartTransfersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.logtext = new System.Windows.Forms.RichTextBox();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1.SuspendLayout();
this.toolStrip2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.status_info});
this.statusStrip1.Location = new System.Drawing.Point(8, 733);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1125, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// status_info
//
this.status_info.AutoSize = false;
this.status_info.Name = "status_info";
this.status_info.Size = new System.Drawing.Size(200, 17);
this.status_info.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStrip2
//
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.text_host,
this.toolStripSeparator1,
this.toolStripLabel2,
this.text_username,
this.toolStripSeparator2,
this.toolStripLabel3,
this.text_preplaced,
this.toolStripLabel4,
this.text_port,
this.toolStripButton7});
this.toolStrip2.Location = new System.Drawing.Point(8, 30);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(1125, 25);
this.toolStrip2.TabIndex = 3;
this.toolStrip2.Text = "toolStrip2";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(47, 22);
this.toolStripLabel1.Text = "Host:";
//
// text_host
//
this.text_host.Name = "text_host";
this.text_host.Size = new System.Drawing.Size(200, 25);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(82, 22);
this.toolStripLabel2.Text = "UserName:";
//
// text_username
//
this.text_username.Name = "text_username";
this.text_username.Size = new System.Drawing.Size(160, 25);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel3
//
this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(76, 22);
this.toolStripLabel3.Text = "Preplacedword:";
//
// text_preplaced
//
this.text_preplaced.Name = "text_preplaced";
this.text_preplaced.Size = new System.Drawing.Size(160, 25);
//
// toolStripLabel4
//
this.toolStripLabel4.Name = "toolStripLabel4";
this.toolStripLabel4.Size = new System.Drawing.Size(44, 22);
this.toolStripLabel4.Text = "Port:";
//
// text_port
//
this.text_port.Name = "text_port";
this.text_port.Size = new System.Drawing.Size(60, 25);
this.text_port.Text = "22";
//
// toolStripButton7
//
this.toolStripButton7.Image = global::AppMonitor.Properties.Resources.reConn;
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Size = new System.Drawing.Size(75, 22);
this.toolStripButton7.Text = "Connect";
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(8, 55);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(1125, 678);
this.splitContainer1.SplitterDistance = 520;
this.splitContainer1.TabIndex = 4;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.panel1);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.panel2);
this.splitContainer2.Size = new System.Drawing.Size(1125, 520);
this.splitContainer2.SplitterDistance = 501;
this.splitContainer2.TabIndex = 0;
//
// panel1
//
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(501, 520);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(620, 520);
this.panel2.TabIndex = 1;
//
// tabControl1
//
this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1125, 154);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.listView3);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1117, 125);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Transfers";
this.tabPage1.UseVisualStyleBackColor = true;
//
// listView3
//
this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7,
this.columnHeader8});
this.listView3.ContextMenuStrip = this.contextMenuStrip1;
this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView3.FullRowSelect = true;
this.listView3.Location = new System.Drawing.Point(3, 3);
this.listView3.Name = "listView3";
this.listView3.Size = new System.Drawing.Size(1111, 119);
this.listView3.TabIndex = 0;
this.listView3.UseCompatibleStateImageBehavior = false;
this.listView3.View = System.Windows.Forms.View.Details;
this.listView3.SelectedIndexChanged += new System.EventHandler(this.listView3_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 270;
//
// columnHeader2
//
this.columnHeader2.Text = "Status";
this.columnHeader2.Width = 70;
//
// columnHeader3
//
this.columnHeader3.Text = "Progress";
this.columnHeader3.Width = 80;
//
// columnHeader4
//
this.columnHeader4.Text = "Size";
this.columnHeader4.Width = 70;
//
// columnHeader5
//
this.columnHeader5.Text = "Local Path";
this.columnHeader5.Width = 220;
//
// columnHeader6
//
this.columnHeader6.Text = "Remote Path";
this.columnHeader6.Width = 220;
//
// columnHeader7
//
this.columnHeader7.Text = "Speed";
//
// columnHeader8
//
this.columnHeader8.Text = "Time Left";
this.columnHeader8.Width = 70;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.removeToolStripMenuItem,
this.removeAllToolStripMenuItem,
this.toolStripSeparator5,
this.restartFailedsToolStripMenuItem,
this.restartTransfersToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(176, 98);
//
// removeToolStripMenuItem
//
this.removeToolStripMenuItem.Enabled = false;
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
this.removeToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
this.removeToolStripMenuItem.Text = "Remove";
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
//
// removeAllToolStripMenuItem
//
this.removeAllToolStripMenuItem.Enabled = false;
this.removeAllToolStripMenuItem.Name = "removeAllToolStripMenuItem";
this.removeAllToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
this.removeAllToolStripMenuItem.Text = "Remove All";
this.removeAllToolStripMenuItem.Click += new System.EventHandler(this.removeAllToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(172, 6);
//
// restartFailedsToolStripMenuItem
//
this.restartFailedsToolStripMenuItem.Enabled = false;
this.restartFailedsToolStripMenuItem.Name = "restartFailedsToolStripMenuItem";
this.restartFailedsToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
this.restartFailedsToolStripMenuItem.Text = "Restart All Failed";
this.restartFailedsToolStripMenuItem.Click += new System.EventHandler(this.restartFailedsToolStripMenuItem_Click);
//
// restartTransfersToolStripMenuItem
//
this.restartTransfersToolStripMenuItem.Enabled = false;
this.restartTransfersToolStripMenuItem.Name = "restartTransfersToolStripMenuItem";
this.restartTransfersToolStripMenuItem.Size = new System.Drawing.Size(175, 22);
this.restartTransfersToolStripMenuItem.Text = "Restart Transfers";
this.restartTransfersToolStripMenuItem.Click += new System.EventHandler(this.restartTransfersToolStripMenuItem_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.logtext);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1117, 125);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Logs";
this.tabPage2.UseVisualStyleBackColor = true;
//
// logtext
//
this.logtext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.logtext.ContextMenuStrip = this.contextMenuStrip2;
this.logtext.Dock = System.Windows.Forms.DockStyle.Fill;
this.logtext.ForeColor = System.Drawing.Color.White;
this.logtext.Location = new System.Drawing.Point(3, 3);
this.logtext.Name = "logtext";
this.logtext.ReadOnly = true;
this.logtext.Size = new System.Drawing.Size(1111, 119);
this.logtext.TabIndex = 0;
this.logtext.Text = "";
//
// contextMenuStrip2
//
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.copyToolStripMenuItem,
this.clearToolStripMenuItem,
this.selectAllToolStripMenuItem});
this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(129, 70);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
this.copyToolStripMenuItem.Text = "&Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// clearToolStripMenuItem
//
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
this.clearToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
this.clearToolStripMenuItem.Text = "&Clear";
this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
this.selectAllToolStripMenuItem.Text = "&Select All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// SftpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(1141, 763);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip2);
this.Controls.Add(this.statusStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SftpForm";
this.Text = "AMSftp";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SftpForm_FormClosing);
this.Load += new System.EventHandler(this.SftpForm_Load);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : TimedTaskForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimedTaskForm));
this.scb_cycle = new CCWin.SkinControl.SkinComboBox();
this.label1 = new System.Windows.Forms.Label();
this.customShellListView = new CCWin.SkinControl.SkinListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.deleteItemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.upToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.downToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.task_name = new CCWin.SkinControl.SkinTextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.week_panel = new System.Windows.Forms.Panel();
this.week6 = new System.Windows.Forms.CheckBox();
this.week5 = new System.Windows.Forms.CheckBox();
this.week4 = new System.Windows.Forms.CheckBox();
this.week3 = new System.Windows.Forms.CheckBox();
this.week2 = new System.Windows.Forms.CheckBox();
this.week1 = new System.Windows.Forms.CheckBox();
this.week0 = new System.Windows.Forms.CheckBox();
this.time = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.date = new System.Windows.Forms.DateTimePicker();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.button1 = new System.Windows.Forms.Button();
this.shell = new CCWin.SkinControl.SkinTextBox();
this.shell_name = new CCWin.SkinControl.SkinTextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.scb_template = new CCWin.SkinControl.SkinListView();
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.var_list = new CCWin.SkinControl.SkinListView();
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.week_panel.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// scb_cycle
//
this.scb_cycle.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_cycle.BorderColor = System.Drawing.Color.LightSteelBlue;
this.scb_cycle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.scb_cycle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.scb_cycle.Font = new System.Drawing.Font("宋体", 10F);
this.scb_cycle.FormattingEnabled = true;
this.scb_cycle.ItemBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_cycle.ItemHeight = 18;
this.scb_cycle.Items.AddRange(new object[] {
"仅一次",
"每天",
"每周",
"每月",
"每年"});
this.scb_cycle.Location = new System.Drawing.Point(78, 23);
this.scb_cycle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.scb_cycle.MouseColor = System.Drawing.Color.Orange;
this.scb_cycle.MouseGradientColor = System.Drawing.Color.Orange;
this.scb_cycle.Name = "scb_cycle";
this.scb_cycle.Size = new System.Drawing.Size(137, 24);
this.scb_cycle.TabIndex = 1;
this.scb_cycle.WaterText = "";
this.scb_cycle.SelectedIndexChanged += new System.EventHandler(this.skinComboBox1_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(24, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 19);
this.label1.TabIndex = 2;
this.label1.Text = "周期:";
//
// customShellListView
//
this.customShellListView.BorderColor = System.Drawing.Color.LightGray;
this.customShellListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.customShellListView.ContextMenuStrip = this.contextMenuStrip1;
this.customShellListView.FullRowSelect = true;
this.customShellListView.GridLines = true;
this.customShellListView.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.customShellListView.Location = new System.Drawing.Point(20, 290);
this.customShellListView.MultiSelect = false;
this.customShellListView.Name = "customShellListView";
this.customShellListView.OwnerDraw = true;
this.customShellListView.RowBackColor2 = System.Drawing.Color.White;
this.customShellListView.SelectedColor = System.Drawing.Color.LightSkyBlue;
this.customShellListView.Size = new System.Drawing.Size(955, 367);
this.customShellListView.TabIndex = 11;
this.customShellListView.UseCompatibleStateImageBehavior = false;
this.customShellListView.View = System.Windows.Forms.View.Details;
this.customShellListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.AllKeyUp);
this.customShellListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.customShellListView_MouseUp);
//
// columnHeader1
//
this.columnHeader1.Text = "执行时间";
this.columnHeader1.Width = 200;
//
// columnHeader2
//
this.columnHeader2.Text = "命令名称";
this.columnHeader2.Width = 150;
//
// columnHeader3
//
this.columnHeader3.Text = "Shell脚本";
this.columnHeader3.Width = 600;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.deleteItemToolStripMenuItem,
this.upToolStripMenuItem,
this.downToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(144, 70);
//
// deleteItemToolStripMenuItem
//
this.deleteItemToolStripMenuItem.Image = global::AppMonitor.Properties.Resources.remove_16px;
this.deleteItemToolStripMenuItem.Name = "deleteItemToolStripMenuItem";
this.deleteItemToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
this.deleteItemToolStripMenuItem.Text = "Delete Item";
this.deleteItemToolStripMenuItem.Click += new System.EventHandler(this.deleteItemToolStripMenuItem_Click);
//
// upToolStripMenuItem
//
this.upToolStripMenuItem.Name = "upToolStripMenuItem";
this.upToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
this.upToolStripMenuItem.Text = "Up";
this.upToolStripMenuItem.Click += new System.EventHandler(this.upToolStripMenuItem_Click);
//
// downToolStripMenuItem
//
this.downToolStripMenuItem.Name = "downToolStripMenuItem";
this.downToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
this.downToolStripMenuItem.Text = "Down";
this.downToolStripMenuItem.Click += new System.EventHandler(this.downToolStripMenuItem_Click);
//
// task_name
//
this.task_name.BackColor = System.Drawing.Color.Transparent;
this.task_name.DownBack = null;
this.task_name.Icon = null;
this.task_name.IconIsButton = false;
this.task_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.task_name.IsPreplacedwordChat = '\0';
this.task_name.IsSystemPreplacedwordChar = false;
this.task_name.Lines = new string[0];
this.task_name.Location = new System.Drawing.Point(93, 19);
this.task_name.Margin = new System.Windows.Forms.Padding(0);
this.task_name.MaxLength = 32767;
this.task_name.MinimumSize = new System.Drawing.Size(28, 28);
this.task_name.MouseBack = null;
this.task_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.task_name.Multiline = false;
this.task_name.Name = "task_name";
this.task_name.NormlBack = null;
this.task_name.Padding = new System.Windows.Forms.Padding(5);
this.task_name.ReadOnly = false;
this.task_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.task_name.Size = new System.Drawing.Size(433, 28);
//
//
//
this.task_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.task_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.task_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.task_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.task_name.SkinTxt.Name = "BaseText";
this.task_name.SkinTxt.Size = new System.Drawing.Size(423, 18);
this.task_name.SkinTxt.TabIndex = 0;
this.task_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.task_name.SkinTxt.WaterText = "任务名称";
this.task_name.TabIndex = 12;
this.task_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.task_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.task_name.WaterText = "任务名称";
this.task_name.WordWrap = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(12, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 19);
this.label2.TabIndex = 13;
this.label2.Text = "任务名称:";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.scb_cycle);
this.groupBox1.Controls.Add(this.week_panel);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.time);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.date);
this.groupBox1.Location = new System.Drawing.Point(20, 110);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(427, 172);
this.groupBox1.TabIndex = 14;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "执行时间";
//
// week_panel
//
this.week_panel.Controls.Add(this.week6);
this.week_panel.Controls.Add(this.week5);
this.week_panel.Controls.Add(this.week4);
this.week_panel.Controls.Add(this.week3);
this.week_panel.Controls.Add(this.week2);
this.week_panel.Controls.Add(this.week1);
this.week_panel.Controls.Add(this.week0);
this.week_panel.Location = new System.Drawing.Point(76, 57);
this.week_panel.Name = "week_panel";
this.week_panel.Size = new System.Drawing.Size(332, 29);
this.week_panel.TabIndex = 18;
this.week_panel.Visible = false;
//
// week6
//
this.week6.AutoSize = true;
this.week6.Location = new System.Drawing.Point(266, 4);
this.week6.Name = "week6";
this.week6.Size = new System.Drawing.Size(39, 21);
this.week6.TabIndex = 6;
this.week6.Text = "六";
this.week6.UseVisualStyleBackColor = true;
//
// week5
//
this.week5.AutoSize = true;
this.week5.Location = new System.Drawing.Point(223, 4);
this.week5.Name = "week5";
this.week5.Size = new System.Drawing.Size(39, 21);
this.week5.TabIndex = 5;
this.week5.Text = "五";
this.week5.UseVisualStyleBackColor = true;
//
// week4
//
this.week4.AutoSize = true;
this.week4.Location = new System.Drawing.Point(180, 4);
this.week4.Name = "week4";
this.week4.Size = new System.Drawing.Size(39, 21);
this.week4.TabIndex = 4;
this.week4.Text = "四";
this.week4.UseVisualStyleBackColor = true;
//
// week3
//
this.week3.AutoSize = true;
this.week3.Location = new System.Drawing.Point(137, 4);
this.week3.Name = "week3";
this.week3.Size = new System.Drawing.Size(39, 21);
this.week3.TabIndex = 3;
this.week3.Text = "三";
this.week3.UseVisualStyleBackColor = true;
//
// week2
//
this.week2.AutoSize = true;
this.week2.Location = new System.Drawing.Point(94, 4);
this.week2.Name = "week2";
this.week2.Size = new System.Drawing.Size(39, 21);
this.week2.TabIndex = 2;
this.week2.Text = "二";
this.week2.UseVisualStyleBackColor = true;
//
// week1
//
this.week1.AutoSize = true;
this.week1.Location = new System.Drawing.Point(51, 4);
this.week1.Name = "week1";
this.week1.Size = new System.Drawing.Size(39, 21);
this.week1.TabIndex = 1;
this.week1.Text = "一";
this.week1.UseVisualStyleBackColor = true;
//
// week0
//
this.week0.AutoSize = true;
this.week0.Location = new System.Drawing.Point(4, 4);
this.week0.Name = "week0";
this.week0.Size = new System.Drawing.Size(43, 21);
this.week0.TabIndex = 0;
this.week0.Text = "日 ";
this.week0.UseVisualStyleBackColor = true;
//
// time
//
this.time.Format = System.Windows.Forms.DateTimePickerFormat.Time;
this.time.Location = new System.Drawing.Point(78, 94);
this.time.MinDate = new System.DateTime(2017, 11, 20, 0, 0, 0, 0);
this.time.Name = "time";
this.time.ShowUpDown = true;
this.time.Size = new System.Drawing.Size(137, 23);
this.time.TabIndex = 17;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(24, 59);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 19);
this.label3.TabIndex = 15;
this.label3.Text = "日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(24, 95);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 19);
this.label4.TabIndex = 14;
this.label4.Text = "时间:";
//
// date
//
this.date.CalendarTrailingForeColor = System.Drawing.Color.Olive;
this.date.Location = new System.Drawing.Point(78, 57);
this.date.MinDate = new System.DateTime(2017, 11, 20, 0, 0, 0, 0);
this.date.Name = "date";
this.date.ShowUpDown = true;
this.date.Size = new System.Drawing.Size(137, 23);
this.date.TabIndex = 16;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.task_name);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(20, 35);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(788, 61);
this.groupBox2.TabIndex = 15;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "任务信息";
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.Transparent;
this.groupBox3.Controls.Add(this.linkLabel2);
this.groupBox3.Controls.Add(this.linkLabel1);
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Controls.Add(this.shell);
this.groupBox3.Controls.Add(this.shell_name);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Location = new System.Drawing.Point(453, 111);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(522, 172);
this.groupBox3.TabIndex = 18;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "任务命令";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(457, 68);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(56, 17);
this.linkLabel2.TabIndex = 20;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "插入变量";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(456, 26);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(56, 17);
this.linkLabel1.TabIndex = 16;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "选择模版";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// button1
//
this.button1.Location = new System.Drawing.Point(456, 128);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(60, 38);
this.button1.TabIndex = 19;
this.button1.Text = "新增↓";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// shell
//
this.shell.BackColor = System.Drawing.Color.Transparent;
this.shell.DownBack = null;
this.shell.Icon = null;
this.shell.IconIsButton = false;
this.shell.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell.IsPreplacedwordChat = '\0';
this.shell.IsSystemPreplacedwordChar = false;
this.shell.Lines = new string[0];
this.shell.Location = new System.Drawing.Point(78, 56);
this.shell.Margin = new System.Windows.Forms.Padding(0);
this.shell.MaxLength = 32767;
this.shell.MinimumSize = new System.Drawing.Size(28, 28);
this.shell.MouseBack = null;
this.shell.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell.Multiline = true;
this.shell.Name = "shell";
this.shell.NormlBack = null;
this.shell.Padding = new System.Windows.Forms.Padding(5);
this.shell.ReadOnly = false;
this.shell.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.shell.Size = new System.Drawing.Size(372, 111);
//
//
//
this.shell.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.shell.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.shell.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.shell.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.shell.SkinTxt.Multiline = true;
this.shell.SkinTxt.Name = "BaseText";
this.shell.SkinTxt.Size = new System.Drawing.Size(362, 101);
this.shell.SkinTxt.TabIndex = 0;
this.shell.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell.SkinTxt.WaterText = "shell脚本";
this.shell.TabIndex = 14;
this.shell.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.shell.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell.WaterText = "shell脚本";
this.shell.WordWrap = true;
this.shell.Enter += new System.EventHandler(this.shell_Enter);
//
// shell_name
//
this.shell_name.BackColor = System.Drawing.Color.Transparent;
this.shell_name.DownBack = null;
this.shell_name.Icon = null;
this.shell_name.IconIsButton = false;
this.shell_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell_name.IsPreplacedwordChat = '\0';
this.shell_name.IsSystemPreplacedwordChar = false;
this.shell_name.Lines = new string[0];
this.shell_name.Location = new System.Drawing.Point(78, 19);
this.shell_name.Margin = new System.Windows.Forms.Padding(0);
this.shell_name.MaxLength = 32767;
this.shell_name.MinimumSize = new System.Drawing.Size(28, 28);
this.shell_name.MouseBack = null;
this.shell_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.shell_name.Multiline = false;
this.shell_name.Name = "shell_name";
this.shell_name.NormlBack = null;
this.shell_name.Padding = new System.Windows.Forms.Padding(5);
this.shell_name.ReadOnly = false;
this.shell_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.shell_name.Size = new System.Drawing.Size(372, 28);
//
//
//
this.shell_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.shell_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.shell_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.shell_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.shell_name.SkinTxt.Name = "BaseText";
this.shell_name.SkinTxt.Size = new System.Drawing.Size(362, 18);
this.shell_name.SkinTxt.TabIndex = 0;
this.shell_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell_name.SkinTxt.WaterText = "命令/脚本名称";
this.shell_name.TabIndex = 13;
this.shell_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.shell_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.shell_name.WaterText = "命令/脚本名称";
this.shell_name.WordWrap = true;
this.shell_name.Enter += new System.EventHandler(this.shell_name_Enter);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(27, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 19);
this.label5.TabIndex = 15;
this.label5.Text = "名称:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(27, 57);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(48, 19);
this.label6.TabIndex = 14;
this.label6.Text = "脚本:";
//
// button2
//
this.button2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.button2.Location = new System.Drawing.Point(814, 44);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(161, 52);
this.button2.TabIndex = 18;
this.button2.Text = "保存 Ctrl+S";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.label7.Location = new System.Drawing.Point(9, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(980, 5);
this.label7.TabIndex = 19;
//
// scb_template
//
this.scb_template.BorderColor = System.Drawing.Color.LightGray;
this.scb_template.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader4,
this.columnHeader5});
this.scb_template.FullRowSelect = true;
this.scb_template.GridLines = true;
this.scb_template.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.scb_template.Location = new System.Drawing.Point(158, 5);
this.scb_template.MultiSelect = false;
this.scb_template.Name = "scb_template";
this.scb_template.OwnerDraw = true;
this.scb_template.RowBackColor2 = System.Drawing.Color.White;
this.scb_template.SelectedColor = System.Drawing.Color.LightSteelBlue;
this.scb_template.Size = new System.Drawing.Size(370, 182);
this.scb_template.TabIndex = 21;
this.scb_template.UseCompatibleStateImageBehavior = false;
this.scb_template.View = System.Windows.Forms.View.Details;
this.scb_template.Visible = false;
this.scb_template.MouseClick += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseClick);
this.scb_template.MouseUp += new System.Windows.Forms.MouseEventHandler(this.scb_template_MouseUp);
//
// columnHeader4
//
this.columnHeader4.Text = "命令名称";
this.columnHeader4.Width = 120;
//
// columnHeader5
//
this.columnHeader5.Text = "Shell脚本";
this.columnHeader5.Width = 245;
//
// var_list
//
this.var_list.BorderColor = System.Drawing.Color.LightGray;
this.var_list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader6,
this.columnHeader7});
this.var_list.FullRowSelect = true;
this.var_list.GridLines = true;
this.var_list.HeadColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.var_list.Location = new System.Drawing.Point(539, 5);
this.var_list.MultiSelect = false;
this.var_list.Name = "var_list";
this.var_list.OwnerDraw = true;
this.var_list.RowBackColor2 = System.Drawing.Color.White;
this.var_list.SelectedColor = System.Drawing.Color.LightSteelBlue;
this.var_list.Size = new System.Drawing.Size(370, 182);
this.var_list.TabIndex = 22;
this.var_list.UseCompatibleStateImageBehavior = false;
this.var_list.View = System.Windows.Forms.View.Details;
this.var_list.Visible = false;
this.var_list.MouseClick += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseClick);
this.var_list.MouseUp += new System.Windows.Forms.MouseEventHandler(this.var_list_MouseUp);
//
// columnHeader6
//
this.columnHeader6.Text = "变量";
this.columnHeader6.Width = 180;
//
// columnHeader7
//
this.columnHeader7.Text = "描述";
this.columnHeader7.Width = 185;
//
// TimedTaskForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(997, 670);
this.Controls.Add(this.var_list);
this.Controls.Add(this.scb_template);
this.Controls.Add(this.label7);
this.Controls.Add(this.button2);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.customShellListView);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(718, 528);
this.Name = "TimedTaskForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "定时任务";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.TimedTaskForm_Load);
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.week_panel.ResumeLayout(false);
this.week_panel.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
19
View Source File : CustomShellForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomShellForm));
this.stb_name = new CCWin.SkinControl.SkinTextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cmd = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// stb_name
//
this.stb_name.BackColor = System.Drawing.Color.Transparent;
this.stb_name.DownBack = null;
this.stb_name.Icon = null;
this.stb_name.IconIsButton = false;
this.stb_name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_name.IsPreplacedwordChat = '\0';
this.stb_name.IsSystemPreplacedwordChar = false;
this.stb_name.Lines = new string[0];
this.stb_name.Location = new System.Drawing.Point(109, 33);
this.stb_name.Margin = new System.Windows.Forms.Padding(0);
this.stb_name.MaxLength = 32767;
this.stb_name.MinimumSize = new System.Drawing.Size(28, 28);
this.stb_name.MouseBack = null;
this.stb_name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.stb_name.Multiline = false;
this.stb_name.Name = "stb_name";
this.stb_name.NormlBack = null;
this.stb_name.Padding = new System.Windows.Forms.Padding(5);
this.stb_name.ReadOnly = false;
this.stb_name.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stb_name.Size = new System.Drawing.Size(352, 28);
//
//
//
this.stb_name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.stb_name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.stb_name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.stb_name.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.stb_name.SkinTxt.Name = "BaseText";
this.stb_name.SkinTxt.Size = new System.Drawing.Size(342, 18);
this.stb_name.SkinTxt.TabIndex = 0;
this.stb_name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_name.SkinTxt.WaterText = "命令名称";
this.stb_name.TabIndex = 6;
this.stb_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stb_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.stb_name.WaterText = "命令名称";
this.stb_name.WordWrap = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label1.Location = new System.Drawing.Point(13, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 20);
this.label1.TabIndex = 7;
this.label1.Text = "自定义名称:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label3.Location = new System.Drawing.Point(26, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(79, 20);
this.label3.TabIndex = 10;
this.label3.Text = "执行命令:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10F);
this.label4.ForeColor = System.Drawing.Color.LightSalmon;
this.label4.Location = new System.Drawing.Point(105, 72);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(177, 20);
this.label4.TabIndex = 11;
this.label4.Text = "每条命令一行,按顺序执行";
//
// button1
//
this.button1.Location = new System.Drawing.Point(300, 352);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 12;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(386, 352);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 13;
this.button2.Text = "关闭";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// cmd
//
this.cmd.Font = new System.Drawing.Font("微软雅黑", 10F);
this.cmd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.cmd.Location = new System.Drawing.Point(17, 104);
this.cmd.Multiline = true;
this.cmd.Name = "cmd";
this.cmd.Size = new System.Drawing.Size(444, 237);
this.cmd.TabIndex = 14;
//
// CustomShellForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(475, 390);
this.Controls.Add(this.cmd);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.stb_name);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(475, 390);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(475, 390);
this.Name = "CustomShellForm";
this.Text = "自定义脚本";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.CustomScriptForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : YmlNodeForm.Designer.cs
License : Apache License 2.0
Project Creator : 214175590
License : Apache License 2.0
Project Creator : 214175590
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(YmlNodeForm));
this.parent = new CCWin.SkinControl.SkinTextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.name = new CCWin.SkinControl.SkinTextBox();
this.label3 = new System.Windows.Forms.Label();
this.value = new CCWin.SkinControl.SkinTextBox();
this.label4 = new System.Windows.Forms.Label();
this.common = new CCWin.SkinControl.SkinTextBox();
this.btn_sure = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this._treeView = new System.Windows.Forms.TreeListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// parent
//
this.parent.BackColor = System.Drawing.Color.Transparent;
this.parent.DownBack = null;
this.parent.Icon = null;
this.parent.IconIsButton = false;
this.parent.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.parent.IsPreplacedwordChat = '\0';
this.parent.IsSystemPreplacedwordChar = false;
this.parent.Lines = new string[0];
this.parent.Location = new System.Drawing.Point(102, 43);
this.parent.Margin = new System.Windows.Forms.Padding(0);
this.parent.MaxLength = 32767;
this.parent.MinimumSize = new System.Drawing.Size(28, 28);
this.parent.MouseBack = null;
this.parent.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.parent.Multiline = false;
this.parent.Name = "parent";
this.parent.NormlBack = null;
this.parent.Padding = new System.Windows.Forms.Padding(5);
this.parent.ReadOnly = true;
this.parent.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.parent.Size = new System.Drawing.Size(464, 28);
//
//
//
this.parent.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.parent.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.parent.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.parent.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.parent.SkinTxt.Name = "BaseText";
this.parent.SkinTxt.ReadOnly = true;
this.parent.SkinTxt.Size = new System.Drawing.Size(454, 18);
this.parent.SkinTxt.TabIndex = 0;
this.parent.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.parent.SkinTxt.WaterText = "父节点属性名称";
this.parent.TabIndex = 0;
this.parent.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.parent.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.parent.WaterText = "父节点属性名称";
this.parent.WordWrap = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(17, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 1;
this.label1.Text = "父属性名称:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(29, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "属性名称:";
//
// name
//
this.name.BackColor = System.Drawing.Color.Transparent;
this.name.DownBack = null;
this.name.Icon = null;
this.name.IconIsButton = false;
this.name.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.name.IsPreplacedwordChat = '\0';
this.name.IsSystemPreplacedwordChar = false;
this.name.Lines = new string[0];
this.name.Location = new System.Drawing.Point(102, 87);
this.name.Margin = new System.Windows.Forms.Padding(0);
this.name.MaxLength = 32767;
this.name.MinimumSize = new System.Drawing.Size(28, 28);
this.name.MouseBack = null;
this.name.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.name.Multiline = false;
this.name.Name = "name";
this.name.NormlBack = null;
this.name.Padding = new System.Windows.Forms.Padding(5);
this.name.ReadOnly = false;
this.name.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.name.Size = new System.Drawing.Size(464, 28);
//
//
//
this.name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.name.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.name.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.name.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.name.SkinTxt.Name = "BaseText";
this.name.SkinTxt.Size = new System.Drawing.Size(454, 18);
this.name.SkinTxt.TabIndex = 0;
this.name.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.name.SkinTxt.WaterText = "属性名称";
this.name.TabIndex = 2;
this.name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.name.WaterText = "属性名称";
this.name.WordWrap = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(41, 141);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 3;
this.label3.Text = "属性值:";
//
// value
//
this.value.BackColor = System.Drawing.Color.Transparent;
this.value.DownBack = null;
this.value.Icon = null;
this.value.IconIsButton = false;
this.value.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.value.IsPreplacedwordChat = '\0';
this.value.IsSystemPreplacedwordChar = false;
this.value.Lines = new string[0];
this.value.Location = new System.Drawing.Point(102, 133);
this.value.Margin = new System.Windows.Forms.Padding(0);
this.value.MaxLength = 32767;
this.value.MinimumSize = new System.Drawing.Size(28, 28);
this.value.MouseBack = null;
this.value.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.value.Multiline = false;
this.value.Name = "value";
this.value.NormlBack = null;
this.value.Padding = new System.Windows.Forms.Padding(5);
this.value.ReadOnly = false;
this.value.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.value.Size = new System.Drawing.Size(464, 28);
//
//
//
this.value.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.value.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.value.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.value.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.value.SkinTxt.Name = "BaseText";
this.value.SkinTxt.Size = new System.Drawing.Size(454, 18);
this.value.SkinTxt.TabIndex = 0;
this.value.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.value.SkinTxt.WaterText = "属性值";
this.value.TabIndex = 2;
this.value.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.value.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.value.WaterText = "属性值";
this.value.WordWrap = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Location = new System.Drawing.Point(53, 186);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 5;
this.label4.Text = "备注:";
//
// common
//
this.common.BackColor = System.Drawing.Color.Transparent;
this.common.DownBack = null;
this.common.Icon = null;
this.common.IconIsButton = false;
this.common.IconMouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.common.IsPreplacedwordChat = '\0';
this.common.IsSystemPreplacedwordChar = false;
this.common.Lines = new string[0];
this.common.Location = new System.Drawing.Point(102, 178);
this.common.Margin = new System.Windows.Forms.Padding(0);
this.common.MaxLength = 32767;
this.common.MinimumSize = new System.Drawing.Size(28, 28);
this.common.MouseBack = null;
this.common.MouseState = CCWin.SkinClreplaced.ControlState.Normal;
this.common.Multiline = false;
this.common.Name = "common";
this.common.NormlBack = null;
this.common.Padding = new System.Windows.Forms.Padding(5);
this.common.ReadOnly = false;
this.common.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.common.Size = new System.Drawing.Size(464, 28);
//
//
//
this.common.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.common.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
this.common.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
this.common.SkinTxt.Location = new System.Drawing.Point(5, 5);
this.common.SkinTxt.Name = "BaseText";
this.common.SkinTxt.Size = new System.Drawing.Size(454, 18);
this.common.SkinTxt.TabIndex = 0;
this.common.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.common.SkinTxt.WaterText = "备注";
this.common.TabIndex = 4;
this.common.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.common.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.common.WaterText = "备注";
this.common.WordWrap = true;
//
// btn_sure
//
this.btn_sure.Location = new System.Drawing.Point(491, 228);
this.btn_sure.Name = "btn_sure";
this.btn_sure.Size = new System.Drawing.Size(75, 27);
this.btn_sure.TabIndex = 6;
this.btn_sure.Text = "确定";
this.btn_sure.UseVisualStyleBackColor = true;
this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(396, 228);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 27);
this.btn_cancel.TabIndex = 7;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this._treeView);
this.panel1.Location = new System.Drawing.Point(102, 71);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(464, 191);
this.panel1.TabIndex = 1;
this.panel1.Visible = false;
//
// _treeView
//
this._treeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3});
treeListViewItemCollectionComparer2.Column = 0;
treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
this._treeView.Comparer = treeListViewItemCollectionComparer2;
this._treeView.GridLines = true;
this._treeView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this._treeView.LabelWrap = false;
this._treeView.Location = new System.Drawing.Point(0, -1);
this._treeView.MultiSelect = false;
this._treeView.Name = "_treeView";
this._treeView.PlusMinusLineColor = System.Drawing.Color.Teal;
this._treeView.Size = new System.Drawing.Size(464, 152);
this._treeView.SmallImageList = this.imageList2;
this._treeView.Sorting = System.Windows.Forms.SortOrder.None;
this._treeView.TabIndex = 1;
this._treeView.UseCompatibleStateImageBehavior = false;
//
// columnHeader2
//
this.columnHeader2.Text = "属性";
this.columnHeader2.Width = 240;
//
// columnHeader3
//
this.columnHeader3.Text = "值";
this.columnHeader3.Width = 210;
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "Folder_open_16px.png");
this.imageList2.Images.SetKeyName(1, "item_16px.png");
this.imageList2.Images.SetKeyName(2, "gray_light_16px.png");
this.imageList2.Images.SetKeyName(3, "openSession.png");
//
// button1
//
this.button1.Location = new System.Drawing.Point(381, 157);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 27);
this.button1.TabIndex = 2;
this.button1.Text = "选定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(299, 157);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 27);
this.button2.TabIndex = 3;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// YmlNodeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::AppMonitor.Properties.Resources.skin_12;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CaptionFont = new System.Drawing.Font("微软雅黑", 9F);
this.ClientSize = new System.Drawing.Size(589, 273);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_sure);
this.Controls.Add(this.label4);
this.Controls.Add(this.common);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.value);
this.Controls.Add(this.name);
this.Controls.Add(this.label1);
this.Controls.Add(this.parent);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(589, 273);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(589, 273);
this.Name = "YmlNodeForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "新增/修改节点";
this.replacedleCenter = false;
this.replacedleColor = System.Drawing.Color.White;
this.Load += new System.EventHandler(this.YmlNodeForm_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : BaseForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : 2dust
License : GNU General Public License v3.0
Project Creator : 2dust
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseForm));
this.SuspendLayout();
//
// BaseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "BaseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BaseForm";
this.ResumeLayout(false);
}
19
View Source File : BaseServerForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : 2dust
License : GNU General Public License v3.0
Project Creator : 2dust
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseServerForm));
this.SuspendLayout();
//
// BaseServerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "BaseServerForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BaseServerForm";
this.ResumeLayout(false);
}
19
View Source File : RoutingRuleSettingForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : 2dust
License : GNU General Public License v3.0
Project Creator : 2dust
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingRuleSettingForm));
this.btnClose = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.txtUrl = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtRemarks = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.lvRoutings = new v2rayN.Base.ListViewFlickerFree();
this.cmsLv = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuExportSelectedRules = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.menuMoveTop = new System.Windows.Forms.ToolStripMenuItem();
this.menuMoveUp = new System.Windows.Forms.ToolStripMenuItem();
this.menuMoveDown = new System.Windows.Forms.ToolStripMenuItem();
this.menuMoveBottom = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl2 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.menuServer = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportRulesFromFile = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportRulesFromClipboard = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportRulesFromUrl = new System.Windows.Forms.ToolStripMenuItem();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.cmsLv.SuspendLayout();
this.tabControl2.SuspendLayout();
this.tabPage2.SuspendLayout();
this.menuServer.SuspendLayout();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panel2
//
this.panel2.Controls.Add(this.btnClose);
this.panel2.Controls.Add(this.btnOK);
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Name = "panel2";
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.txtUrl);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtRemarks);
this.panel1.Controls.Add(this.label2);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// txtUrl
//
resources.ApplyResources(this.txtUrl, "txtUrl");
this.txtUrl.Name = "txtUrl";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// txtRemarks
//
resources.ApplyResources(this.txtRemarks, "txtRemarks");
this.txtRemarks.Name = "txtRemarks";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// lvRoutings
//
this.lvRoutings.ContextMenuStrip = this.cmsLv;
resources.ApplyResources(this.lvRoutings, "lvRoutings");
this.lvRoutings.FullRowSelect = true;
this.lvRoutings.GridLines = true;
this.lvRoutings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvRoutings.HideSelection = false;
this.lvRoutings.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
((System.Windows.Forms.ListViewItem)(resources.GetObject("lvRoutings.Items")))});
this.lvRoutings.MultiSelect = false;
this.lvRoutings.Name = "lvRoutings";
this.lvRoutings.UseCompatibleStateImageBehavior = false;
this.lvRoutings.View = System.Windows.Forms.View.Details;
this.lvRoutings.DoubleClick += new System.EventHandler(this.lvRoutings_DoubleClick);
this.lvRoutings.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvRoutings_KeyDown);
//
// cmsLv
//
this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuAdd,
this.menuRemove,
this.menuSelectAll,
this.menuExportSelectedRules,
this.toolStripSeparator3,
this.menuMoveTop,
this.menuMoveUp,
this.menuMoveDown,
this.menuMoveBottom});
this.cmsLv.Name = "cmsLv";
this.cmsLv.OwnerItem = this.MenuItem1;
resources.ApplyResources(this.cmsLv, "cmsLv");
//
// menuAdd
//
this.menuAdd.Name = "menuAdd";
resources.ApplyResources(this.menuAdd, "menuAdd");
this.menuAdd.Click += new System.EventHandler(this.menuAdd_Click);
//
// menuRemove
//
this.menuRemove.Name = "menuRemove";
resources.ApplyResources(this.menuRemove, "menuRemove");
this.menuRemove.Click += new System.EventHandler(this.menuRemove_Click);
//
// menuSelectAll
//
this.menuSelectAll.Name = "menuSelectAll";
resources.ApplyResources(this.menuSelectAll, "menuSelectAll");
this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click);
//
// menuExportSelectedRules
//
this.menuExportSelectedRules.Name = "menuExportSelectedRules";
resources.ApplyResources(this.menuExportSelectedRules, "menuExportSelectedRules");
this.menuExportSelectedRules.Click += new System.EventHandler(this.menuExportSelectedRules_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
//
// menuMoveTop
//
this.menuMoveTop.Name = "menuMoveTop";
resources.ApplyResources(this.menuMoveTop, "menuMoveTop");
this.menuMoveTop.Click += new System.EventHandler(this.menuMoveTop_Click);
//
// menuMoveUp
//
this.menuMoveUp.Name = "menuMoveUp";
resources.ApplyResources(this.menuMoveUp, "menuMoveUp");
this.menuMoveUp.Click += new System.EventHandler(this.menuMoveUp_Click);
//
// menuMoveDown
//
this.menuMoveDown.Name = "menuMoveDown";
resources.ApplyResources(this.menuMoveDown, "menuMoveDown");
this.menuMoveDown.Click += new System.EventHandler(this.menuMoveDown_Click);
//
// menuMoveBottom
//
this.menuMoveBottom.Name = "menuMoveBottom";
resources.ApplyResources(this.menuMoveBottom, "menuMoveBottom");
this.menuMoveBottom.Click += new System.EventHandler(this.menuMoveBottom_Click);
//
// MenuItem1
//
this.MenuItem1.DropDown = this.cmsLv;
this.MenuItem1.Name = "MenuItem1";
resources.ApplyResources(this.MenuItem1, "MenuItem1");
//
// tabControl2
//
this.tabControl2.Controls.Add(this.tabPage2);
resources.ApplyResources(this.tabControl2, "tabControl2");
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.lvRoutings);
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// menuServer
//
this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItem1,
this.toolStripMenuItem1});
resources.ApplyResources(this.menuServer, "menuServer");
this.menuServer.Name = "menuServer";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuImportRulesFromFile,
this.menuImportRulesFromClipboard,
this.menuImportRulesFromUrl});
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// menuImportRulesFromFile
//
this.menuImportRulesFromFile.Name = "menuImportRulesFromFile";
resources.ApplyResources(this.menuImportRulesFromFile, "menuImportRulesFromFile");
this.menuImportRulesFromFile.Click += new System.EventHandler(this.menuImportRulesFromFile_Click);
//
// menuImportRulesFromClipboard
//
this.menuImportRulesFromClipboard.Name = "menuImportRulesFromClipboard";
resources.ApplyResources(this.menuImportRulesFromClipboard, "menuImportRulesFromClipboard");
this.menuImportRulesFromClipboard.Click += new System.EventHandler(this.menuImportRulesFromClipboard_Click);
//
// menuImportRulesFromUrl
//
this.menuImportRulesFromUrl.Name = "menuImportRulesFromUrl";
resources.ApplyResources(this.menuImportRulesFromUrl, "menuImportRulesFromUrl");
this.menuImportRulesFromUrl.Click += new System.EventHandler(this.menuImportRulesFromUrl_Click);
//
// RoutingRuleSettingForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.Controls.Add(this.tabControl2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.menuServer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RoutingRuleSettingForm";
this.Load += new System.EventHandler(this.RoutingRuleSettingForm_Load);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.cmsLv.ResumeLayout(false);
this.tabControl2.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.menuServer.ResumeLayout(false);
this.menuServer.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : RoutingSettingForm.Designer.cs
License : GNU General Public License v3.0
Project Creator : 2dust
License : GNU General Public License v3.0
Project Creator : 2dust
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoutingSettingForm));
this.btnClose = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.labRoutingTips = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.cmbdomainMatcher = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.chkenableRoutingAdvanced = new System.Windows.Forms.CheckBox();
this.linkLabelRoutingDoc = new System.Windows.Forms.LinkLabel();
this.cmbdomainStrategy = new System.Windows.Forms.ComboBox();
this.cmsLv = new System.Windows.Forms.ContextMenuStrip(this.components);
this.menuAdd = new System.Windows.Forms.ToolStripMenuItem();
this.menuRemove = new System.Windows.Forms.ToolStripMenuItem();
this.menuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
this.menuSetDefaultRouting = new System.Windows.Forms.ToolStripMenuItem();
this.MenuItemAdvanced = new System.Windows.Forms.ToolStripMenuItem();
this.menuServer = new System.Windows.Forms.MenuStrip();
this.MenuItemBasic = new System.Windows.Forms.ToolStripMenuItem();
this.menuImportBasicRules = new System.Windows.Forms.ToolStripMenuItem();
this.tabNormal = new System.Windows.Forms.TabControl();
this.tabPageProxy = new System.Windows.Forms.TabPage();
this.panel5 = new System.Windows.Forms.Panel();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.txtProxyIp = new System.Windows.Forms.TextBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.txtProxyDomain = new System.Windows.Forms.TextBox();
this.tabPageDirect = new System.Windows.Forms.TabPage();
this.panel4 = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtDirectIp = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.txtDirectDomain = new System.Windows.Forms.TextBox();
this.tabPageBlock = new System.Windows.Forms.TabPage();
this.panel3 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtBlockIp = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtBlockDomain = new System.Windows.Forms.TextBox();
this.tabPageRuleList = new System.Windows.Forms.TabPage();
this.lvRoutings = new v2rayN.Base.ListViewFlickerFree();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.cmsLv.SuspendLayout();
this.menuServer.SuspendLayout();
this.tabNormal.SuspendLayout();
this.tabPageProxy.SuspendLayout();
this.panel5.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.tabPageDirect.SuspendLayout();
this.panel4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabPageBlock.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPageRuleList.SuspendLayout();
this.SuspendLayout();
//
// btnClose
//
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panel2
//
resources.ApplyResources(this.panel2, "panel2");
this.panel2.Controls.Add(this.labRoutingTips);
this.panel2.Controls.Add(this.btnClose);
this.panel2.Controls.Add(this.btnOK);
this.panel2.Name = "panel2";
//
// labRoutingTips
//
resources.ApplyResources(this.labRoutingTips, "labRoutingTips");
this.labRoutingTips.ForeColor = System.Drawing.Color.Brown;
this.labRoutingTips.Name = "labRoutingTips";
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panel1
//
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Controls.Add(this.cmbdomainMatcher);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.chkenableRoutingAdvanced);
this.panel1.Controls.Add(this.linkLabelRoutingDoc);
this.panel1.Controls.Add(this.cmbdomainStrategy);
this.panel1.Name = "panel1";
//
// cmbdomainMatcher
//
resources.ApplyResources(this.cmbdomainMatcher, "cmbdomainMatcher");
this.cmbdomainMatcher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbdomainMatcher.FormattingEnabled = true;
this.cmbdomainMatcher.Items.AddRange(new object[] {
resources.GetString("cmbdomainMatcher.Items"),
resources.GetString("cmbdomainMatcher.Items1")});
this.cmbdomainMatcher.Name = "cmbdomainMatcher";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// chkenableRoutingAdvanced
//
resources.ApplyResources(this.chkenableRoutingAdvanced, "chkenableRoutingAdvanced");
this.chkenableRoutingAdvanced.Name = "chkenableRoutingAdvanced";
this.chkenableRoutingAdvanced.UseVisualStyleBackColor = true;
this.chkenableRoutingAdvanced.CheckedChanged += new System.EventHandler(this.chkenableRoutingAdvanced_CheckedChanged_1);
//
// linkLabelRoutingDoc
//
resources.ApplyResources(this.linkLabelRoutingDoc, "linkLabelRoutingDoc");
this.linkLabelRoutingDoc.Name = "linkLabelRoutingDoc";
this.linkLabelRoutingDoc.TabStop = true;
this.linkLabelRoutingDoc.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelRoutingDoc_LinkClicked);
//
// cmbdomainStrategy
//
resources.ApplyResources(this.cmbdomainStrategy, "cmbdomainStrategy");
this.cmbdomainStrategy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbdomainStrategy.FormattingEnabled = true;
this.cmbdomainStrategy.Items.AddRange(new object[] {
resources.GetString("cmbdomainStrategy.Items"),
resources.GetString("cmbdomainStrategy.Items1"),
resources.GetString("cmbdomainStrategy.Items2")});
this.cmbdomainStrategy.Name = "cmbdomainStrategy";
//
// cmsLv
//
resources.ApplyResources(this.cmsLv, "cmsLv");
this.cmsLv.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsLv.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuAdd,
this.menuRemove,
this.menuSelectAll,
this.menuSetDefaultRouting});
this.cmsLv.Name = "cmsLv";
this.cmsLv.OwnerItem = this.MenuItemAdvanced;
//
// menuAdd
//
resources.ApplyResources(this.menuAdd, "menuAdd");
this.menuAdd.Name = "menuAdd";
this.menuAdd.Click += new System.EventHandler(this.menuAdd_Click);
//
// menuRemove
//
resources.ApplyResources(this.menuRemove, "menuRemove");
this.menuRemove.Name = "menuRemove";
this.menuRemove.Click += new System.EventHandler(this.menuRemove_Click);
//
// menuSelectAll
//
resources.ApplyResources(this.menuSelectAll, "menuSelectAll");
this.menuSelectAll.Name = "menuSelectAll";
this.menuSelectAll.Click += new System.EventHandler(this.menuSelectAll_Click);
//
// menuSetDefaultRouting
//
resources.ApplyResources(this.menuSetDefaultRouting, "menuSetDefaultRouting");
this.menuSetDefaultRouting.Name = "menuSetDefaultRouting";
this.menuSetDefaultRouting.Click += new System.EventHandler(this.menuSetDefaultRouting_Click);
//
// MenuItemAdvanced
//
resources.ApplyResources(this.MenuItemAdvanced, "MenuItemAdvanced");
this.MenuItemAdvanced.DropDown = this.cmsLv;
this.MenuItemAdvanced.Name = "MenuItemAdvanced";
//
// menuServer
//
resources.ApplyResources(this.menuServer, "menuServer");
this.menuServer.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MenuItemBasic,
this.MenuItemAdvanced});
this.menuServer.Name = "menuServer";
//
// MenuItemBasic
//
resources.ApplyResources(this.MenuItemBasic, "MenuItemBasic");
this.MenuItemBasic.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuImportBasicRules});
this.MenuItemBasic.Name = "MenuItemBasic";
//
// menuImportBasicRules
//
resources.ApplyResources(this.menuImportBasicRules, "menuImportBasicRules");
this.menuImportBasicRules.Name = "menuImportBasicRules";
this.menuImportBasicRules.Click += new System.EventHandler(this.menuImportBasicRules_Click);
//
// tabNormal
//
resources.ApplyResources(this.tabNormal, "tabNormal");
this.tabNormal.Controls.Add(this.tabPageProxy);
this.tabNormal.Controls.Add(this.tabPageDirect);
this.tabNormal.Controls.Add(this.tabPageBlock);
this.tabNormal.Controls.Add(this.tabPageRuleList);
this.tabNormal.Name = "tabNormal";
this.tabNormal.SelectedIndex = 0;
this.tabNormal.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabNormal_Selecting);
//
// tabPageProxy
//
resources.ApplyResources(this.tabPageProxy, "tabPageProxy");
this.tabPageProxy.Controls.Add(this.panel5);
this.tabPageProxy.Name = "tabPageProxy";
this.tabPageProxy.UseVisualStyleBackColor = true;
//
// panel5
//
resources.ApplyResources(this.panel5, "panel5");
this.panel5.Controls.Add(this.groupBox5);
this.panel5.Controls.Add(this.groupBox6);
this.panel5.Name = "panel5";
//
// groupBox5
//
resources.ApplyResources(this.groupBox5, "groupBox5");
this.groupBox5.Controls.Add(this.txtProxyIp);
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
//
// txtProxyIp
//
resources.ApplyResources(this.txtProxyIp, "txtProxyIp");
this.txtProxyIp.Name = "txtProxyIp";
//
// groupBox6
//
resources.ApplyResources(this.groupBox6, "groupBox6");
this.groupBox6.Controls.Add(this.txtProxyDomain);
this.groupBox6.Name = "groupBox6";
this.groupBox6.TabStop = false;
//
// txtProxyDomain
//
resources.ApplyResources(this.txtProxyDomain, "txtProxyDomain");
this.txtProxyDomain.Name = "txtProxyDomain";
//
// tabPageDirect
//
resources.ApplyResources(this.tabPageDirect, "tabPageDirect");
this.tabPageDirect.Controls.Add(this.panel4);
this.tabPageDirect.Name = "tabPageDirect";
this.tabPageDirect.UseVisualStyleBackColor = true;
//
// panel4
//
resources.ApplyResources(this.panel4, "panel4");
this.panel4.Controls.Add(this.groupBox3);
this.panel4.Controls.Add(this.groupBox4);
this.panel4.Name = "panel4";
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.txtDirectIp);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// txtDirectIp
//
resources.ApplyResources(this.txtDirectIp, "txtDirectIp");
this.txtDirectIp.Name = "txtDirectIp";
//
// groupBox4
//
resources.ApplyResources(this.groupBox4, "groupBox4");
this.groupBox4.Controls.Add(this.txtDirectDomain);
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
//
// txtDirectDomain
//
resources.ApplyResources(this.txtDirectDomain, "txtDirectDomain");
this.txtDirectDomain.Name = "txtDirectDomain";
//
// tabPageBlock
//
resources.ApplyResources(this.tabPageBlock, "tabPageBlock");
this.tabPageBlock.Controls.Add(this.panel3);
this.tabPageBlock.Name = "tabPageBlock";
this.tabPageBlock.UseVisualStyleBackColor = true;
//
// panel3
//
resources.ApplyResources(this.panel3, "panel3");
this.panel3.Controls.Add(this.groupBox2);
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Name = "panel3";
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.Controls.Add(this.txtBlockIp);
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// txtBlockIp
//
resources.ApplyResources(this.txtBlockIp, "txtBlockIp");
this.txtBlockIp.Name = "txtBlockIp";
//
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.txtBlockDomain);
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// txtBlockDomain
//
resources.ApplyResources(this.txtBlockDomain, "txtBlockDomain");
this.txtBlockDomain.Name = "txtBlockDomain";
//
// tabPageRuleList
//
resources.ApplyResources(this.tabPageRuleList, "tabPageRuleList");
this.tabPageRuleList.Controls.Add(this.lvRoutings);
this.tabPageRuleList.Name = "tabPageRuleList";
this.tabPageRuleList.UseVisualStyleBackColor = true;
//
// lvRoutings
//
resources.ApplyResources(this.lvRoutings, "lvRoutings");
this.lvRoutings.ContextMenuStrip = this.cmsLv;
this.lvRoutings.FullRowSelect = true;
this.lvRoutings.GridLines = true;
this.lvRoutings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvRoutings.HideSelection = false;
this.lvRoutings.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
((System.Windows.Forms.ListViewItem)(resources.GetObject("lvRoutings.Items")))});
this.lvRoutings.MultiSelect = false;
this.lvRoutings.Name = "lvRoutings";
this.lvRoutings.UseCompatibleStateImageBehavior = false;
this.lvRoutings.View = System.Windows.Forms.View.Details;
this.lvRoutings.DoubleClick += new System.EventHandler(this.lvRoutings_DoubleClick);
//
// RoutingSettingForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.Controls.Add(this.tabNormal);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.menuServer);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "RoutingSettingForm";
this.Load += new System.EventHandler(this.RoutingSettingForm_Load);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.cmsLv.ResumeLayout(false);
this.menuServer.ResumeLayout(false);
this.menuServer.PerformLayout();
this.tabNormal.ResumeLayout(false);
this.tabPageProxy.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.tabPageDirect.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.tabPageBlock.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPageRuleList.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : frmMain.Designer.cs
License : MIT License
Project Creator : 86Box
License : MIT License
Project Creator : 86Box
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.btnEdit = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnStart = new System.Windows.Forms.Button();
this.lstVMs = new System.Windows.Forms.ListView();
this.clmName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmStatus = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmDesc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clmPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.cmsVM = new System.Windows.Forms.ContextMenuStrip(this.components);
this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.resetCTRLALTDELETEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hardResetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.killToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.wipeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openConfigFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createADesktopShortcutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.img86box = new System.Windows.Forms.ImageList(this.components);
this.btnAdd = new System.Windows.Forms.Button();
this.btnConfigure = new System.Windows.Forms.Button();
this.imgStatus = new System.Windows.Forms.ImageList(this.components);
this.btnPause = new System.Windows.Forms.Button();
this.btnCtrlAltDel = new System.Windows.Forms.Button();
this.btnReset = new System.Windows.Forms.Button();
this.trayIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.cmsTrayIcon = new System.Windows.Forms.ContextMenuStrip(this.components);
this.open86BoxManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusBar = new System.Windows.Forms.StatusStrip();
this.lblVMCount = new System.Windows.Forms.ToolStripStatusLabel();
this.btnSettings = new System.Windows.Forms.Button();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.cmsVM.SuspendLayout();
this.cmsTrayIcon.SuspendLayout();
this.statusBar.SuspendLayout();
this.SuspendLayout();
//
// btnEdit
//
this.btnEdit.Enabled = false;
this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnEdit.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnEdit.Location = new System.Drawing.Point(58, 12);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(45, 30);
this.btnEdit.TabIndex = 1;
this.btnEdit.Text = "Edit";
this.toolTip.SetToolTip(this.btnEdit, "Edit the properties of this virtual machine");
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDelete
//
this.btnDelete.Enabled = false;
this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnDelete.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnDelete.Location = new System.Drawing.Point(109, 12);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(60, 30);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "Remove";
this.toolTip.SetToolTip(this.btnDelete, "Remove this virtual machine");
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnStart
//
this.btnStart.Enabled = false;
this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnStart.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnStart.Location = new System.Drawing.Point(197, 12);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(45, 30);
this.btnStart.TabIndex = 3;
this.btnStart.Text = "Start";
this.toolTip.SetToolTip(this.btnStart, "Start this virtual machine");
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// lstVMs
//
this.lstVMs.AllowColumnReorder = true;
this.lstVMs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstVMs.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clmName,
this.clmStatus,
this.clmDesc,
this.clmPath});
this.lstVMs.ContextMenuStrip = this.cmsVM;
this.lstVMs.Font = new System.Drawing.Font("Segoe UI", 10F);
this.lstVMs.FullRowSelect = true;
this.lstVMs.HideSelection = false;
this.lstVMs.Location = new System.Drawing.Point(12, 48);
this.lstVMs.Name = "lstVMs";
this.lstVMs.ShowGroups = false;
this.lstVMs.ShowItemToolTips = true;
this.lstVMs.Size = new System.Drawing.Size(660, 413);
this.lstVMs.SmallImageList = this.img86box;
this.lstVMs.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.lstVMs.TabIndex = 10;
this.lstVMs.UseCompatibleStateImageBehavior = false;
this.lstVMs.View = System.Windows.Forms.View.Details;
this.lstVMs.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstVMs_ColumnClick);
this.lstVMs.SelectedIndexChanged += new System.EventHandler(this.lstVMs_SelectedIndexChanged);
this.lstVMs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstVMs_KeyDown);
this.lstVMs.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstVMs_MouseDoubleClick);
//
// clmName
//
this.clmName.Text = "Name";
this.clmName.Width = 184;
//
// clmStatus
//
this.clmStatus.Text = "Status";
this.clmStatus.Width = 107;
//
// clmDesc
//
this.clmDesc.Text = "Description";
this.clmDesc.Width = 144;
//
// clmPath
//
this.clmPath.Text = "Path";
this.clmPath.Width = 217;
//
// cmsVM
//
this.cmsVM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.startToolStripMenuItem,
this.configureToolStripMenuItem,
this.pauseToolStripMenuItem,
this.resetCTRLALTDELETEToolStripMenuItem,
this.hardResetToolStripMenuItem,
this.toolStripSeparator3,
this.killToolStripMenuItem,
this.wipeToolStripMenuItem,
this.toolStripSeparator1,
this.editToolStripMenuItem,
this.cloneToolStripMenuItem,
this.deleteToolStripMenuItem,
this.openFolderToolStripMenuItem,
this.openConfigFileToolStripMenuItem,
this.createADesktopShortcutToolStripMenuItem});
this.cmsVM.Name = "cmsVM";
this.cmsVM.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.cmsVM.Size = new System.Drawing.Size(210, 302);
this.cmsVM.Opening += new System.ComponentModel.CancelEventHandler(this.cmsVM_Opening);
//
// startToolStripMenuItem
//
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.startToolStripMenuItem.Text = "Start";
this.startToolStripMenuItem.ToolTipText = "Start this virtual machine";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
// configureToolStripMenuItem
//
this.configureToolStripMenuItem.Name = "configureToolStripMenuItem";
this.configureToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.configureToolStripMenuItem.Text = "Configure";
this.configureToolStripMenuItem.ToolTipText = "Change configuration for this virtual machine";
this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click);
//
// pauseToolStripMenuItem
//
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
this.pauseToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.pauseToolStripMenuItem.Text = "Pause";
this.pauseToolStripMenuItem.ToolTipText = "Pause this virtual machine";
this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
//
// resetCTRLALTDELETEToolStripMenuItem
//
this.resetCTRLALTDELETEToolStripMenuItem.Name = "resetCTRLALTDELETEToolStripMenuItem";
this.resetCTRLALTDELETEToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.resetCTRLALTDELETEToolStripMenuItem.Text = "Send CTRL+ALT+DEL";
this.resetCTRLALTDELETEToolStripMenuItem.ToolTipText = "Send the CTRL+ALT+DEL keystroke to this virtual machine";
this.resetCTRLALTDELETEToolStripMenuItem.Click += new System.EventHandler(this.resetCTRLALTDELETEToolStripMenuItem_Click);
//
// hardResetToolStripMenuItem
//
this.hardResetToolStripMenuItem.Name = "hardResetToolStripMenuItem";
this.hardResetToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.hardResetToolStripMenuItem.Text = "Hard reset";
this.hardResetToolStripMenuItem.ToolTipText = "Reset this virtual machine by simulating a power cycle";
this.hardResetToolStripMenuItem.Click += new System.EventHandler(this.hardResetToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(206, 6);
//
// killToolStripMenuItem
//
this.killToolStripMenuItem.Name = "killToolStripMenuItem";
this.killToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.killToolStripMenuItem.Text = "Kill";
this.killToolStripMenuItem.ToolTipText = "Kill this virtual machine";
this.killToolStripMenuItem.Click += new System.EventHandler(this.killToolStripMenuItem_Click);
//
// wipeToolStripMenuItem
//
this.wipeToolStripMenuItem.Name = "wipeToolStripMenuItem";
this.wipeToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.wipeToolStripMenuItem.Text = "Wipe";
this.wipeToolStripMenuItem.ToolTipText = "Delete configuration and nvr for this virtual machine";
this.wipeToolStripMenuItem.Click += new System.EventHandler(this.wipeToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(206, 6);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.editToolStripMenuItem.Text = "Edit";
this.editToolStripMenuItem.ToolTipText = "Edit the properties of this virtual machine";
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
//
// cloneToolStripMenuItem
//
this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem";
this.cloneToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.cloneToolStripMenuItem.Text = "Clone";
this.cloneToolStripMenuItem.ToolTipText = "Clone this virtual machine";
this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.deleteToolStripMenuItem.Text = "Remove";
this.deleteToolStripMenuItem.ToolTipText = "Remove this virtual machine";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// openFolderToolStripMenuItem
//
this.openFolderToolStripMenuItem.Name = "openFolderToolStripMenuItem";
this.openFolderToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.openFolderToolStripMenuItem.Text = "Open folder in Explorer";
this.openFolderToolStripMenuItem.ToolTipText = "Open the folder for this virtual machine in Windows Explorer";
this.openFolderToolStripMenuItem.Click += new System.EventHandler(this.openFolderToolStripMenuItem_Click);
//
// openConfigFileToolStripMenuItem
//
this.openConfigFileToolStripMenuItem.Name = "openConfigFileToolStripMenuItem";
this.openConfigFileToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.openConfigFileToolStripMenuItem.Text = "Open config file";
this.openConfigFileToolStripMenuItem.ToolTipText = "Open the config file for this virtual machine";
this.openConfigFileToolStripMenuItem.Click += new System.EventHandler(this.openConfigFileToolStripMenuItem_Click);
//
// createADesktopShortcutToolStripMenuItem
//
this.createADesktopShortcutToolStripMenuItem.Name = "createADesktopShortcutToolStripMenuItem";
this.createADesktopShortcutToolStripMenuItem.Size = new System.Drawing.Size(209, 22);
this.createADesktopShortcutToolStripMenuItem.Text = "Create a desktop shortcut";
this.createADesktopShortcutToolStripMenuItem.ToolTipText = "Create a shortcut for this virtual machine on the desktop";
this.createADesktopShortcutToolStripMenuItem.Click += new System.EventHandler(this.createADesktopShortcutToolStripMenuItem_Click);
//
// img86box
//
this.img86box.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("img86box.ImageStream")));
this.img86box.TransparentColor = System.Drawing.Color.Transparent;
this.img86box.Images.SetKeyName(0, "86box_16x16.png");
this.img86box.Images.SetKeyName(1, "86box_16x16_green.png");
this.img86box.Images.SetKeyName(2, "86box_16x16_yellow.png");
//
// btnAdd
//
this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnAdd.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnAdd.Location = new System.Drawing.Point(12, 12);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(40, 30);
this.btnAdd.TabIndex = 0;
this.btnAdd.Text = "Add";
this.toolTip.SetToolTip(this.btnAdd, "Add a new or an existing virtual machine");
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnConfigure
//
this.btnConfigure.Enabled = false;
this.btnConfigure.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnConfigure.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnConfigure.Location = new System.Drawing.Point(248, 12);
this.btnConfigure.Name = "btnConfigure";
this.btnConfigure.Size = new System.Drawing.Size(70, 30);
this.btnConfigure.TabIndex = 4;
this.btnConfigure.Text = "Configure";
this.toolTip.SetToolTip(this.btnConfigure, "Change the configuration of this virtual machine");
this.btnConfigure.UseVisualStyleBackColor = true;
this.btnConfigure.Click += new System.EventHandler(this.btnConfigure_Click);
//
// imgStatus
//
this.imgStatus.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.imgStatus.ImageSize = new System.Drawing.Size(16, 16);
this.imgStatus.TransparentColor = System.Drawing.Color.Transparent;
//
// btnPause
//
this.btnPause.Enabled = false;
this.btnPause.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnPause.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnPause.Location = new System.Drawing.Point(324, 12);
this.btnPause.Name = "btnPause";
this.btnPause.Size = new System.Drawing.Size(55, 30);
this.btnPause.TabIndex = 5;
this.btnPause.Text = "Pause";
this.toolTip.SetToolTip(this.btnPause, "Pause this virtual machine");
this.btnPause.UseVisualStyleBackColor = true;
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
//
// btnCtrlAltDel
//
this.btnCtrlAltDel.Enabled = false;
this.btnCtrlAltDel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnCtrlAltDel.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnCtrlAltDel.Location = new System.Drawing.Point(385, 12);
this.btnCtrlAltDel.Name = "btnCtrlAltDel";
this.btnCtrlAltDel.Size = new System.Drawing.Size(60, 30);
this.btnCtrlAltDel.TabIndex = 6;
this.btnCtrlAltDel.Text = "C+A+D";
this.toolTip.SetToolTip(this.btnCtrlAltDel, "Send the CTRL+ALT+DEL keystroke to this virtual machine");
this.btnCtrlAltDel.UseVisualStyleBackColor = true;
this.btnCtrlAltDel.Click += new System.EventHandler(this.btnCtrlAltDel_Click);
//
// btnReset
//
this.btnReset.Enabled = false;
this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnReset.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnReset.Location = new System.Drawing.Point(451, 12);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(50, 30);
this.btnReset.TabIndex = 7;
this.btnReset.Text = "Reset";
this.toolTip.SetToolTip(this.btnReset, "Reset this virtual machine by simulating a power cycle");
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// trayIcon
//
this.trayIcon.ContextMenuStrip = this.cmsTrayIcon;
this.trayIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("trayIcon.Icon")));
this.trayIcon.Text = "86Box Manager";
this.trayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.trayIcon_MouseDoubleClick);
//
// cmsTrayIcon
//
this.cmsTrayIcon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.open86BoxManagerToolStripMenuItem,
this.settingsToolStripMenuItem,
this.toolStripSeparator2,
this.exitToolStripMenuItem});
this.cmsTrayIcon.Name = "cmsVM";
this.cmsTrayIcon.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.cmsTrayIcon.Size = new System.Drawing.Size(189, 76);
//
// open86BoxManagerToolStripMenuItem
//
this.open86BoxManagerToolStripMenuItem.Name = "open86BoxManagerToolStripMenuItem";
this.open86BoxManagerToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.open86BoxManagerToolStripMenuItem.Text = "Show 86Box Manager";
this.open86BoxManagerToolStripMenuItem.ToolTipText = "Restore the 86Box Manager window";
this.open86BoxManagerToolStripMenuItem.Click += new System.EventHandler(this.open86BoxManagerToolStripMenuItem_Click);
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.settingsToolStripMenuItem.Text = "Settings";
this.settingsToolStripMenuItem.ToolTipText = "Open 86Box Manager settings";
this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(185, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.ToolTipText = "Close 86Box Manager";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// statusBar
//
this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblVMCount});
this.statusBar.Location = new System.Drawing.Point(0, 473);
this.statusBar.Name = "statusBar";
this.statusBar.Size = new System.Drawing.Size(684, 22);
this.statusBar.TabIndex = 11;
this.statusBar.Text = "statusStrip1";
//
// lblVMCount
//
this.lblVMCount.BackColor = System.Drawing.Color.Transparent;
this.lblVMCount.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.lblVMCount.Name = "lblVMCount";
this.lblVMCount.Size = new System.Drawing.Size(121, 17);
this.lblVMCount.Text = "# of virtual machines:";
//
// btnSettings
//
this.btnSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnSettings.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnSettings.Location = new System.Drawing.Point(607, 12);
this.btnSettings.Name = "btnSettings";
this.btnSettings.Size = new System.Drawing.Size(65, 30);
this.btnSettings.TabIndex = 8;
this.btnSettings.Text = "Settings";
this.toolTip.SetToolTip(this.btnSettings, "Open 86Box Manager settings");
this.btnSettings.UseVisualStyleBackColor = true;
this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(684, 495);
this.Controls.Add(this.statusBar);
this.Controls.Add(this.btnReset);
this.Controls.Add(this.btnCtrlAltDel);
this.Controls.Add(this.btnPause);
this.Controls.Add(this.btnConfigure);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.lstVMs);
this.Controls.Add(this.btnSettings);
this.Controls.Add(this.btnStart);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnEdit);
this.Font = new System.Drawing.Font("Segoe UI", 10F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MinimumSize = new System.Drawing.Size(700, 500);
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "86Box Manager";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.frmMain_Load);
this.Resize += new System.EventHandler(this.frmMain_Resize);
this.cmsVM.ResumeLayout(false);
this.cmsTrayIcon.ResumeLayout(false);
this.statusBar.ResumeLayout(false);
this.statusBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : FrmHentaiBrowser.Designer.cs
License : GNU General Public License v3.0
Project Creator : 9vult
License : GNU General Public License v3.0
Project Creator : 9vult
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHentaiBrowser));
this.mnuNav = new System.Windows.Forms.MenuStrip();
this.goBackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addThisreplacedleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.browserPanel = new System.Windows.Forms.Panel();
this.mnuNav.SuspendLayout();
this.SuspendLayout();
//
// mnuNav
//
this.mnuNav.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mnuNav.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.goBackToolStripMenuItem,
this.addThisreplacedleToolStripMenuItem});
this.mnuNav.Location = new System.Drawing.Point(0, 0);
this.mnuNav.Name = "mnuNav";
this.mnuNav.Size = new System.Drawing.Size(1730, 33);
this.mnuNav.TabIndex = 3;
this.mnuNav.Text = "menuStrip1";
//
// goBackToolStripMenuItem
//
this.goBackToolStripMenuItem.Name = "goBackToolStripMenuItem";
this.goBackToolStripMenuItem.Size = new System.Drawing.Size(105, 29);
this.goBackToolStripMenuItem.Text = "< Go Back";
this.goBackToolStripMenuItem.Click += new System.EventHandler(this.GoBackToolStripMenuItem_Click);
//
// addThisreplacedleToolStripMenuItem
//
this.addThisreplacedleToolStripMenuItem.Enabled = false;
this.addThisreplacedleToolStripMenuItem.Name = "addThisreplacedleToolStripMenuItem";
this.addThisreplacedleToolStripMenuItem.Size = new System.Drawing.Size(131, 29);
this.addThisreplacedleToolStripMenuItem.Text = "Add This replacedle";
this.addThisreplacedleToolStripMenuItem.Click += new System.EventHandler(this.AddThisreplacedleToolStripMenuItem_Click);
//
// browserPanel
//
this.browserPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.browserPanel.Location = new System.Drawing.Point(0, 33);
this.browserPanel.Name = "browserPanel";
this.browserPanel.Size = new System.Drawing.Size(1730, 840);
this.browserPanel.TabIndex = 4;
//
// FrmHentaiBrowser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1730, 873);
this.Controls.Add(this.browserPanel);
this.Controls.Add(this.mnuNav);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmHentaiBrowser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MikuReader | Browse for Hentai";
this.mnuNav.ResumeLayout(false);
this.mnuNav.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : FrmBrowser.Designer.cs
License : GNU General Public License v3.0
Project Creator : 9vult
License : GNU General Public License v3.0
Project Creator : 9vult
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBrowser));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnBack = new System.Windows.Forms.ToolStripButton();
this.btnRefresh = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.cmboSource = new System.Windows.Forms.ToolStripComboBox();
this.btnAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnBack,
this.btnRefresh,
this.toolStripSeparator1,
this.cmboSource,
this.btnAdd,
this.toolStripLabel1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1627, 33);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// btnBack
//
this.btnBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
this.btnBack.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(26, 30);
this.btnBack.Text = "〈";
this.btnBack.ToolTipText = "Back";
this.btnBack.Click += new System.EventHandler(this.BtnBack_Click);
//
// btnRefresh
//
this.btnRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
this.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(31, 30);
this.btnRefresh.Text = "↻";
this.btnRefresh.ToolTipText = "Refresh";
this.btnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
//
// cmboSource
//
this.cmboSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmboSource.Items.AddRange(new object[] {
"MangaDex",
"KissManga",
"nHentai"});
this.cmboSource.Name = "cmboSource";
this.cmboSource.Size = new System.Drawing.Size(242, 33);
this.cmboSource.SelectedIndexChanged += new System.EventHandler(this.CmboSource_SelectedIndexChanged);
//
// btnAdd
//
this.btnAdd.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.btnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnAdd.Enabled = false;
this.btnAdd.Font = new System.Drawing.Font("Segoe UI Black", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnAdd.Name = "btnAdd";
this.btnAdd.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnAdd.Size = new System.Drawing.Size(54, 30);
this.btnAdd.Text = "Add";
this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
//
// toolStripLabel1
//
this.toolStripLabel1.ForeColor = System.Drawing.Color.Red;
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(737, 30);
this.toolStripLabel1.Text = "NOTICE: Due to issues with GeckoFX, the WebBrowser control (IE) is being used tem" +
"porarily.";
//
// panel1
//
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 33);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1627, 908);
this.panel1.TabIndex = 1;
//
// FrmBrowser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1627, 941);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(915, 635);
this.Name = "FrmBrowser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MikuReader Browser";
this.Load += new System.EventHandler(this.FrmBrowser_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : FrmChapterSelect.Designer.cs
License : GNU General Public License v3.0
Project Creator : 9vult
License : GNU General Public License v3.0
Project Creator : 9vult
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChapterSelect));
this.lstChapters = new System.Windows.Forms.CheckedListBox();
this.btnAll = new System.Windows.Forms.Button();
this.btnNone = new System.Windows.Forms.Button();
this.btnDone = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnResetToDefault = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lstChapters
//
this.lstChapters.FormattingEnabled = true;
this.lstChapters.Location = new System.Drawing.Point(12, 12);
this.lstChapters.Name = "lstChapters";
this.lstChapters.Size = new System.Drawing.Size(330, 361);
this.lstChapters.TabIndex = 0;
//
// btnAll
//
this.btnAll.Location = new System.Drawing.Point(348, 12);
this.btnAll.Name = "btnAll";
this.btnAll.Size = new System.Drawing.Size(129, 53);
this.btnAll.TabIndex = 1;
this.btnAll.Text = "Select All";
this.btnAll.UseVisualStyleBackColor = true;
this.btnAll.Click += new System.EventHandler(this.BtnAll_Click);
//
// btnNone
//
this.btnNone.Location = new System.Drawing.Point(348, 71);
this.btnNone.Name = "btnNone";
this.btnNone.Size = new System.Drawing.Size(129, 53);
this.btnNone.TabIndex = 2;
this.btnNone.Text = "Select None";
this.btnNone.UseVisualStyleBackColor = true;
this.btnNone.Click += new System.EventHandler(this.BtnNone_Click);
//
// btnDone
//
this.btnDone.Location = new System.Drawing.Point(348, 313);
this.btnDone.Name = "btnDone";
this.btnDone.Size = new System.Drawing.Size(129, 53);
this.btnDone.TabIndex = 3;
this.btnDone.Text = "Save";
this.btnDone.UseVisualStyleBackColor = true;
this.btnDone.Click += new System.EventHandler(this.BtnDone_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(348, 275);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(129, 32);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// btnResetToDefault
//
this.btnResetToDefault.Location = new System.Drawing.Point(348, 130);
this.btnResetToDefault.Name = "btnResetToDefault";
this.btnResetToDefault.Size = new System.Drawing.Size(129, 32);
this.btnResetToDefault.TabIndex = 5;
this.btnResetToDefault.Text = "Default";
this.btnResetToDefault.UseVisualStyleBackColor = true;
this.btnResetToDefault.Click += new System.EventHandler(this.BtnResetToDefault_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(348, 165);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 107);
this.label1.TabIndex = 6;
this.label1.Text = "Resetting to default will re-enable chapter update for this replacedle.";
//
// FrmChapterSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(494, 378);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnResetToDefault);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnDone);
this.Controls.Add(this.btnNone);
this.Controls.Add(this.btnAll);
this.Controls.Add(this.lstChapters);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(516, 434);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(516, 434);
this.Name = "FrmChapterSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Select chapters for download";
this.Load += new System.EventHandler(this.FrmChapterSelect_Load);
this.ResumeLayout(false);
}
19
View Source File : FrmDoublePageReader.Designer.cs
License : GNU General Public License v3.0
Project Creator : 9vult
License : GNU General Public License v3.0
Project Creator : 9vult
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDoublePageReader));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.cmboChapter = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.cmboPage = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.progressBar = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
this.btnIncrementOne = new System.Windows.Forms.ToolStripButton();
this.btnDecrementOne = new System.Windows.Forms.ToolStripButton();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.pbLeft = new System.Windows.Forms.PictureBox();
this.pbRight = new System.Windows.Forms.PictureBox();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbRight)).BeginInit();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.cmboChapter,
this.toolStripLabel2,
this.cmboPage,
this.toolStripSeparator1,
this.progressBar,
this.toolStripLabel3,
this.btnIncrementOne,
this.btnDecrementOne});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1608, 33);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(74, 30);
this.toolStripLabel1.Text = "Chapter";
//
// cmboChapter
//
this.cmboChapter.Name = "cmboChapter";
this.cmboChapter.Size = new System.Drawing.Size(200, 33);
this.cmboChapter.SelectedIndexChanged += new System.EventHandler(this.CmboChapter_SelectedIndexChanged);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(50, 30);
this.toolStripLabel2.Text = "Page";
//
// cmboPage
//
this.cmboPage.Name = "cmboPage";
this.cmboPage.Size = new System.Drawing.Size(200, 33);
this.cmboPage.SelectedIndexChanged += new System.EventHandler(this.CmboPage_SelectedIndexChanged);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
//
// progressBar
//
this.progressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.progressBar.Name = "progressBar";
this.progressBar.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.progressBar.Size = new System.Drawing.Size(100, 30);
this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
//
// toolStripLabel3
//
this.toolStripLabel3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripLabel3.Name = "toolStripLabel3";
this.toolStripLabel3.Size = new System.Drawing.Size(81, 30);
this.toolStripLabel3.Text = "Progress";
//
// btnIncrementOne
//
this.btnIncrementOne.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnIncrementOne.Image = ((System.Drawing.Image)(resources.GetObject("btnIncrementOne.Image")));
this.btnIncrementOne.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnIncrementOne.Name = "btnIncrementOne";
this.btnIncrementOne.Size = new System.Drawing.Size(38, 30);
this.btnIncrementOne.Text = "+1";
this.btnIncrementOne.ToolTipText = "Go up 1 page to offset the pages by 1";
this.btnIncrementOne.Click += new System.EventHandler(this.BtnIncrementOne_Click);
//
// btnDecrementOne
//
this.btnDecrementOne.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnDecrementOne.Image = ((System.Drawing.Image)(resources.GetObject("btnDecrementOne.Image")));
this.btnDecrementOne.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnDecrementOne.Name = "btnDecrementOne";
this.btnDecrementOne.Size = new System.Drawing.Size(33, 30);
this.btnDecrementOne.Text = "-1";
this.btnDecrementOne.ToolTipText = "Go down 1 page to offset the pages by 1";
this.btnDecrementOne.Click += new System.EventHandler(this.BtnDecrementOne_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 33);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.pbLeft);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pbRight);
this.splitContainer1.Size = new System.Drawing.Size(1608, 957);
this.splitContainer1.SplitterDistance = 804;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 2;
//
// pbLeft
//
this.pbLeft.BackColor = System.Drawing.SystemColors.ControlDark;
this.pbLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.pbLeft.Location = new System.Drawing.Point(0, 0);
this.pbLeft.Name = "pbLeft";
this.pbLeft.Size = new System.Drawing.Size(804, 957);
this.pbLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbLeft.TabIndex = 0;
this.pbLeft.TabStop = false;
this.pbLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Pb_MouseDown);
//
// pbRight
//
this.pbRight.BackColor = System.Drawing.SystemColors.ControlDark;
this.pbRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pbRight.Location = new System.Drawing.Point(0, 0);
this.pbRight.Name = "pbRight";
this.pbRight.Size = new System.Drawing.Size(803, 957);
this.pbRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbRight.TabIndex = 0;
this.pbRight.TabStop = false;
this.pbRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Pb_MouseDown);
//
// FrmDoublePageReader
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1608, 990);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmDoublePageReader";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MikuReader";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDoublePageReader_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmDoublePageReader_KeyDown);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pbLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbRight)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
19
View Source File : FrmDoublePageReader.Designer.cs
License : GNU General Public License v3.0
Project Creator : 9vult
License : GNU General Public License v3.0
Project Creator : 9vult
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDoublePageReader));
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.cmboChapter = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.cmboPage = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.progress = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.toolStripContainer1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.toolStripContainer2.ContentPanel.SuspendLayout();
this.toolStripContainer2.TopToolStripPanel.SuspendLayout();
this.toolStripContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// toolStripContainer1
//
//
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1278, 919);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(1278, 944);
this.toolStripContainer1.TabIndex = 1;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.cmboChapter,
this.toolStripLabel2,
this.cmboPage,
this.toolStripSeparator1,
this.progress});
this.toolStrip1.Location = new System.Drawing.Point(3, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(481, 33);
this.toolStrip1.TabIndex = 0;
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(74, 30);
this.toolStripLabel1.Text = "Chapter";
//
// cmboChapter
//
this.cmboChapter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmboChapter.Name = "cmboChapter";
this.cmboChapter.Size = new System.Drawing.Size(121, 33);
this.cmboChapter.SelectedIndexChanged += new System.EventHandler(this.CmboChapter_SelectedIndexChanged);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(50, 30);
this.toolStripLabel2.Text = "Page";
//
// cmboPage
//
this.cmboPage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmboPage.Name = "cmboPage";
this.cmboPage.Size = new System.Drawing.Size(121, 33);
this.cmboPage.SelectedIndexChanged += new System.EventHandler(this.CmboPage_SelectedIndexChanged);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
//
// progress
//
this.progress.MarqueeAnimationSpeed = 0;
this.progress.Name = "progress";
this.progress.Size = new System.Drawing.Size(100, 30);
this.progress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progress.Value = 50;
//
// toolStripContainer2
//
//
// toolStripContainer2.ContentPanel
//
this.toolStripContainer2.ContentPanel.BackColor = System.Drawing.SystemColors.ControlDark;
this.toolStripContainer2.ContentPanel.Controls.Add(this.splitContainer1);
this.toolStripContainer2.ContentPanel.Size = new System.Drawing.Size(1278, 911);
this.toolStripContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer2.Location = new System.Drawing.Point(0, 0);
this.toolStripContainer2.Name = "toolStripContainer2";
this.toolStripContainer2.Size = new System.Drawing.Size(1278, 944);
this.toolStripContainer2.TabIndex = 2;
this.toolStripContainer2.Text = "toolStripContainer2";
//
// toolStripContainer2.TopToolStripPanel
//
this.toolStripContainer2.TopToolStripPanel.Controls.Add(this.toolStrip1);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.pictureBox2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
this.splitContainer1.Size = new System.Drawing.Size(1278, 911);
this.splitContainer1.SplitterDistance = 425;
this.splitContainer1.SplitterWidth = 1;
this.splitContainer1.TabIndex = 2;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.SystemColors.ControlDark;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(425, 911);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 0;
this.pictureBox2.TabStop = false;
this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox2_MouseDown);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlDark;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(852, 911);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBox1_MouseDown);
//
// FrmDoublePageReader
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1278, 944);
this.Controls.Add(this.toolStripContainer2);
this.Controls.Add(this.toolStripContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "FrmDoublePageReader";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MikuReader";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmReader_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmReader_KeyDown);
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.toolStripContainer2.ContentPanel.ResumeLayout(false);
this.toolStripContainer2.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer2.TopToolStripPanel.PerformLayout();
this.toolStripContainer2.ResumeLayout(false);
this.toolStripContainer2.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
19
View Source File : FrmEdit.Designer.cs
License : GNU General Public License v3.0
Project Creator : 9vult
License : GNU General Public License v3.0
Project Creator : 9vult
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEdit));
this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtreplacedle = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cmboLang = new System.Windows.Forms.ComboBox();
this.cmboGroup = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnChapSelect = new System.Windows.Forms.Button();
this.btnEnable = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// btnDelete
//
this.btnDelete.Enabled = false;
this.btnDelete.ForeColor = System.Drawing.Color.Red;
this.btnDelete.Location = new System.Drawing.Point(12, 250);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(129, 50);
this.btnDelete.TabIndex = 0;
this.btnDelete.Text = "Delete";
this.btnDelete.UseVisualStyleBackColor = true;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(518, 250);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(129, 50);
this.btnSave.TabIndex = 1;
this.btnSave.Text = "Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(383, 250);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(129, 50);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 20);
this.label1.TabIndex = 3;
this.label1.Text = "replacedle";
//
// txtreplacedle
//
this.txtreplacedle.Location = new System.Drawing.Point(50, 19);
this.txtreplacedle.Name = "txtreplacedle";
this.txtreplacedle.Size = new System.Drawing.Size(579, 26);
this.txtreplacedle.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(81, 20);
this.label2.TabIndex = 5;
this.label2.Text = "Language";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(54, 20);
this.label3.TabIndex = 6;
this.label3.Text = "Group";
//
// cmboLang
//
this.cmboLang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmboLang.Enabled = false;
this.cmboLang.FormattingEnabled = true;
this.cmboLang.Location = new System.Drawing.Point(93, 19);
this.cmboLang.Name = "cmboLang";
this.cmboLang.Size = new System.Drawing.Size(536, 28);
this.cmboLang.TabIndex = 7;
this.cmboLang.SelectedIndexChanged += new System.EventHandler(this.CmboLang_SelectedIndexChanged);
//
// cmboGroup
//
this.cmboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmboGroup.Enabled = false;
this.cmboGroup.FormattingEnabled = true;
this.cmboGroup.Location = new System.Drawing.Point(93, 63);
this.cmboGroup.Name = "cmboGroup";
this.cmboGroup.Size = new System.Drawing.Size(536, 28);
this.cmboGroup.TabIndex = 8;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtreplacedle);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(635, 76);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Cosmetics";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnChapSelect);
this.groupBox2.Controls.Add(this.btnEnable);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.cmboGroup);
this.groupBox2.Controls.Add(this.cmboLang);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Location = new System.Drawing.Point(12, 97);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(635, 147);
this.groupBox2.TabIndex = 10;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Downloads";
//
// btnChapSelect
//
this.btnChapSelect.Enabled = false;
this.btnChapSelect.ForeColor = System.Drawing.Color.SaddleBrown;
this.btnChapSelect.Location = new System.Drawing.Point(452, 97);
this.btnChapSelect.Name = "btnChapSelect";
this.btnChapSelect.Size = new System.Drawing.Size(170, 41);
this.btnChapSelect.TabIndex = 10;
this.btnChapSelect.Text = "Select Chapters...";
this.btnChapSelect.UseVisualStyleBackColor = true;
this.btnChapSelect.Click += new System.EventHandler(this.BtnChapSelect_Click);
//
// btnEnable
//
this.btnEnable.Location = new System.Drawing.Point(6, 97);
this.btnEnable.Name = "btnEnable";
this.btnEnable.Size = new System.Drawing.Size(116, 41);
this.btnEnable.TabIndex = 9;
this.btnEnable.Text = "Enable";
this.btnEnable.UseVisualStyleBackColor = true;
this.btnEnable.Click += new System.EventHandler(this.BtnEnable_Click);
//
// FrmEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(665, 318);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Edit";
this.Load += new System.EventHandler(this.FrmEdit_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
See More Examples