315 lines
11 KiB
C#
315 lines
11 KiB
C#
namespace PublishSite
|
|
{
|
|
partial class PublishForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
groupBox1 = new GroupBox();
|
|
rb_production = new RadioButton();
|
|
rb_Verify = new RadioButton();
|
|
rb_test = new RadioButton();
|
|
rb_local = new RadioButton();
|
|
groupBox3 = new GroupBox();
|
|
logTBox = new RichTextBox();
|
|
tabControl1 = new TabControl();
|
|
tabPage1 = new TabPage();
|
|
deleteService_Btn = new Button();
|
|
createService_Btn = new Button();
|
|
en_TBox = new TextBox();
|
|
label1 = new Label();
|
|
selectPathBtn = new Button();
|
|
exePathTbox = new TextBox();
|
|
label9 = new Label();
|
|
serviceDisplayNameTBox = new TextBox();
|
|
serviceNameTBox = new TextBox();
|
|
label11 = new Label();
|
|
label10 = new Label();
|
|
tabPage2 = new TabPage();
|
|
groupBox1.SuspendLayout();
|
|
groupBox3.SuspendLayout();
|
|
tabControl1.SuspendLayout();
|
|
tabPage1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
groupBox1.Controls.Add(rb_production);
|
|
groupBox1.Controls.Add(rb_Verify);
|
|
groupBox1.Controls.Add(rb_test);
|
|
groupBox1.Controls.Add(rb_local);
|
|
groupBox1.Location = new Point(12, 12);
|
|
groupBox1.Name = "groupBox1";
|
|
groupBox1.Size = new Size(605, 116);
|
|
groupBox1.TabIndex = 1;
|
|
groupBox1.TabStop = false;
|
|
groupBox1.Text = "环境";
|
|
//
|
|
// rb_production
|
|
//
|
|
rb_production.AutoSize = true;
|
|
rb_production.Location = new Point(434, 53);
|
|
rb_production.Name = "rb_production";
|
|
rb_production.Size = new Size(50, 21);
|
|
rb_production.TabIndex = 3;
|
|
rb_production.TabStop = true;
|
|
rb_production.Text = "正式";
|
|
rb_production.UseVisualStyleBackColor = true;
|
|
//
|
|
// rb_Verify
|
|
//
|
|
rb_Verify.AutoSize = true;
|
|
rb_Verify.Location = new Point(300, 53);
|
|
rb_Verify.Name = "rb_Verify";
|
|
rb_Verify.Size = new Size(50, 21);
|
|
rb_Verify.TabIndex = 2;
|
|
rb_Verify.TabStop = true;
|
|
rb_Verify.Text = "验证";
|
|
rb_Verify.UseVisualStyleBackColor = true;
|
|
//
|
|
// rb_test
|
|
//
|
|
rb_test.AutoSize = true;
|
|
rb_test.Location = new Point(164, 53);
|
|
rb_test.Name = "rb_test";
|
|
rb_test.Size = new Size(50, 21);
|
|
rb_test.TabIndex = 1;
|
|
rb_test.TabStop = true;
|
|
rb_test.Text = "测试";
|
|
rb_test.UseVisualStyleBackColor = true;
|
|
//
|
|
// rb_local
|
|
//
|
|
rb_local.AutoSize = true;
|
|
rb_local.Location = new Point(24, 53);
|
|
rb_local.Name = "rb_local";
|
|
rb_local.Size = new Size(50, 21);
|
|
rb_local.TabIndex = 0;
|
|
rb_local.TabStop = true;
|
|
rb_local.Text = "本机";
|
|
rb_local.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
groupBox3.Controls.Add(logTBox);
|
|
groupBox3.Location = new Point(691, 24);
|
|
groupBox3.Name = "groupBox3";
|
|
groupBox3.Size = new Size(412, 770);
|
|
groupBox3.TabIndex = 3;
|
|
groupBox3.TabStop = false;
|
|
groupBox3.Text = "日志";
|
|
//
|
|
// logTBox
|
|
//
|
|
logTBox.Location = new Point(24, 21);
|
|
logTBox.Name = "logTBox";
|
|
logTBox.Size = new Size(359, 743);
|
|
logTBox.TabIndex = 1;
|
|
logTBox.Text = "";
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Controls.Add(tabPage1);
|
|
tabControl1.Controls.Add(tabPage2);
|
|
tabControl1.Location = new Point(12, 148);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.Size = new Size(609, 646);
|
|
tabControl1.TabIndex = 4;
|
|
//
|
|
// tabPage1
|
|
//
|
|
tabPage1.Controls.Add(deleteService_Btn);
|
|
tabPage1.Controls.Add(createService_Btn);
|
|
tabPage1.Controls.Add(en_TBox);
|
|
tabPage1.Controls.Add(label1);
|
|
tabPage1.Controls.Add(selectPathBtn);
|
|
tabPage1.Controls.Add(exePathTbox);
|
|
tabPage1.Controls.Add(label9);
|
|
tabPage1.Controls.Add(serviceDisplayNameTBox);
|
|
tabPage1.Controls.Add(serviceNameTBox);
|
|
tabPage1.Controls.Add(label11);
|
|
tabPage1.Controls.Add(label10);
|
|
tabPage1.Location = new Point(4, 26);
|
|
tabPage1.Name = "tabPage1";
|
|
tabPage1.Padding = new Padding(3);
|
|
tabPage1.Size = new Size(601, 616);
|
|
tabPage1.TabIndex = 0;
|
|
tabPage1.Text = "后端服务";
|
|
tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// deleteService_Btn
|
|
//
|
|
deleteService_Btn.Enabled = false;
|
|
deleteService_Btn.Location = new Point(446, 57);
|
|
deleteService_Btn.Name = "deleteService_Btn";
|
|
deleteService_Btn.Size = new Size(95, 27);
|
|
deleteService_Btn.TabIndex = 38;
|
|
deleteService_Btn.Text = "删除服务";
|
|
deleteService_Btn.UseVisualStyleBackColor = true;
|
|
//
|
|
// createService_Btn
|
|
//
|
|
createService_Btn.Enabled = false;
|
|
createService_Btn.Location = new Point(196, 256);
|
|
createService_Btn.Name = "createService_Btn";
|
|
createService_Btn.Size = new Size(128, 40);
|
|
createService_Btn.TabIndex = 37;
|
|
createService_Btn.Text = "创建服务";
|
|
createService_Btn.UseVisualStyleBackColor = true;
|
|
//
|
|
// en_TBox
|
|
//
|
|
en_TBox.Location = new Point(169, 200);
|
|
en_TBox.Name = "en_TBox";
|
|
en_TBox.Size = new Size(259, 23);
|
|
en_TBox.TabIndex = 36;
|
|
en_TBox.Text = "Development";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(100, 200);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(44, 17);
|
|
label1.TabIndex = 35;
|
|
label1.Text = "环境名";
|
|
//
|
|
// selectPathBtn
|
|
//
|
|
selectPathBtn.Enabled = false;
|
|
selectPathBtn.Location = new Point(446, 149);
|
|
selectPathBtn.Name = "selectPathBtn";
|
|
selectPathBtn.Size = new Size(95, 27);
|
|
selectPathBtn.TabIndex = 34;
|
|
selectPathBtn.Text = "选择";
|
|
selectPathBtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// exePathTbox
|
|
//
|
|
exePathTbox.Enabled = false;
|
|
exePathTbox.Location = new Point(169, 150);
|
|
exePathTbox.Name = "exePathTbox";
|
|
exePathTbox.Size = new Size(259, 23);
|
|
exePathTbox.TabIndex = 33;
|
|
//
|
|
// label9
|
|
//
|
|
label9.AutoSize = true;
|
|
label9.Location = new Point(100, 154);
|
|
label9.Name = "label9";
|
|
label9.Size = new Size(32, 17);
|
|
label9.TabIndex = 32;
|
|
label9.Text = "程序";
|
|
//
|
|
// serviceDisplayNameTBox
|
|
//
|
|
serviceDisplayNameTBox.Location = new Point(169, 103);
|
|
serviceDisplayNameTBox.Name = "serviceDisplayNameTBox";
|
|
serviceDisplayNameTBox.Size = new Size(259, 23);
|
|
serviceDisplayNameTBox.TabIndex = 31;
|
|
serviceDisplayNameTBox.Text = "EI_Image_Viewer_DisplayName";
|
|
//
|
|
// serviceNameTBox
|
|
//
|
|
serviceNameTBox.Location = new Point(169, 57);
|
|
serviceNameTBox.Name = "serviceNameTBox";
|
|
serviceNameTBox.Size = new Size(259, 23);
|
|
serviceNameTBox.TabIndex = 30;
|
|
serviceNameTBox.Text = "EI_Image_Viewer";
|
|
//
|
|
// label11
|
|
//
|
|
label11.AutoSize = true;
|
|
label11.Location = new Point(28, 106);
|
|
label11.Name = "label11";
|
|
label11.Size = new Size(128, 17);
|
|
label11.TabIndex = 29;
|
|
label11.Text = "网站后端服务显示名称";
|
|
//
|
|
// label10
|
|
//
|
|
label10.AutoSize = true;
|
|
label10.Location = new Point(52, 60);
|
|
label10.Name = "label10";
|
|
label10.Size = new Size(104, 17);
|
|
label10.TabIndex = 28;
|
|
label10.Text = "网站后端服务名称";
|
|
//
|
|
// tabPage2
|
|
//
|
|
tabPage2.Location = new Point(4, 26);
|
|
tabPage2.Name = "tabPage2";
|
|
tabPage2.Padding = new Padding(3);
|
|
tabPage2.Size = new Size(601, 616);
|
|
tabPage2.TabIndex = 1;
|
|
tabPage2.Text = "tabPage2";
|
|
tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// PublishForm
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1131, 815);
|
|
Controls.Add(tabControl1);
|
|
Controls.Add(groupBox3);
|
|
Controls.Add(groupBox1);
|
|
Name = "PublishForm";
|
|
Text = "PublishForm";
|
|
Load += PublishForm_Load;
|
|
groupBox1.ResumeLayout(false);
|
|
groupBox1.PerformLayout();
|
|
groupBox3.ResumeLayout(false);
|
|
tabControl1.ResumeLayout(false);
|
|
tabPage1.ResumeLayout(false);
|
|
tabPage1.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
private GroupBox groupBox1;
|
|
private RadioButton rb_production;
|
|
private RadioButton rb_Verify;
|
|
private RadioButton rb_test;
|
|
private RadioButton rb_local;
|
|
private GroupBox groupBox3;
|
|
private RichTextBox logTBox;
|
|
private TabControl tabControl1;
|
|
private TabPage tabPage1;
|
|
private Button deleteService_Btn;
|
|
private Button createService_Btn;
|
|
private TextBox en_TBox;
|
|
private Label label1;
|
|
private Button selectPathBtn;
|
|
private TextBox exePathTbox;
|
|
private Label label9;
|
|
private TextBox serviceDisplayNameTBox;
|
|
private TextBox serviceNameTBox;
|
|
private Label label11;
|
|
private Label label10;
|
|
private TabPage tabPage2;
|
|
}
|
|
} |