namespace PublishSite { partial class PublishForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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(); groupBox4 = new GroupBox(); serviceConfigSaveBtn = new Button(); servicePortTBox = new TextBox(); label6 = new Label(); serviceNameTBox = new TextBox(); label10 = new Label(); deleteService_Btn = new Button(); label11 = new Label(); createService_Btn = new Button(); serviceDisplayNameTBox = new TextBox(); en_TBox = new TextBox(); label9 = new Label(); label1 = new Label(); exePathTbox = new TextBox(); selectPathBtn = new Button(); groupBox2 = new GroupBox(); stopServiceBtn = new Button(); startServiceBtn = new Button(); label2 = new Label(); startOrStopServiceTbox = new TextBox(); tabPage2 = new TabPage(); bakConfigSaveBtn = new Button(); startBakBtn = new Button(); backPublishPath = new TextBox(); label5 = new Label(); bakDbName = new TextBox(); label4 = new Label(); backPathTBox = new TextBox(); label3 = new Label(); groupBox5 = new GroupBox(); netCorePublishBtn = new Button(); vuePublishBtn = new Button(); openFileDialog1 = new OpenFileDialog(); groupBox1.SuspendLayout(); groupBox3.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); groupBox4.SuspendLayout(); groupBox2.SuspendLayout(); tabPage2.SuspendLayout(); groupBox5.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, 175); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(628, 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.Text = "正式"; rb_production.UseVisualStyleBackColor = true; rb_production.Click += rb_Env_CheckedChanged; // // 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.Text = "验证"; rb_Verify.UseVisualStyleBackColor = true; rb_Verify.Click += rb_Env_CheckedChanged; // // 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.Text = "测试"; rb_test.UseVisualStyleBackColor = true; rb_test.Click += rb_Env_CheckedChanged; // // rb_local // rb_local.AutoSize = true; rb_local.Checked = 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; rb_local.Click += rb_Env_CheckedChanged; // // groupBox3 // groupBox3.Controls.Add(logTBox); groupBox3.Location = new Point(691, 24); groupBox3.Name = "groupBox3"; groupBox3.Size = new Size(559, 1048); groupBox3.TabIndex = 3; groupBox3.TabStop = false; groupBox3.Text = "日志"; // // logTBox // logTBox.Location = new Point(23, 21); logTBox.Name = "logTBox"; logTBox.Size = new Size(517, 1013); logTBox.TabIndex = 1; logTBox.Text = ""; // // tabControl1 // tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Location = new Point(12, 318); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(628, 687); tabControl1.TabIndex = 4; // // tabPage1 // tabPage1.Controls.Add(groupBox4); tabPage1.Controls.Add(groupBox2); tabPage1.Location = new Point(4, 26); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(620, 657); tabPage1.TabIndex = 0; tabPage1.Text = "服务"; tabPage1.UseVisualStyleBackColor = true; // // groupBox4 // groupBox4.Controls.Add(serviceConfigSaveBtn); groupBox4.Controls.Add(servicePortTBox); groupBox4.Controls.Add(label6); groupBox4.Controls.Add(serviceNameTBox); groupBox4.Controls.Add(label10); groupBox4.Controls.Add(deleteService_Btn); groupBox4.Controls.Add(label11); groupBox4.Controls.Add(createService_Btn); groupBox4.Controls.Add(serviceDisplayNameTBox); groupBox4.Controls.Add(en_TBox); groupBox4.Controls.Add(label9); groupBox4.Controls.Add(label1); groupBox4.Controls.Add(exePathTbox); groupBox4.Controls.Add(selectPathBtn); groupBox4.Location = new Point(20, 28); groupBox4.Name = "groupBox4"; groupBox4.Size = new Size(538, 372); groupBox4.TabIndex = 40; groupBox4.TabStop = false; groupBox4.Text = "服务创建与删除"; // // serviceConfigSaveBtn // serviceConfigSaveBtn.Location = new Point(72, 278); serviceConfigSaveBtn.Name = "serviceConfigSaveBtn"; serviceConfigSaveBtn.Size = new Size(128, 40); serviceConfigSaveBtn.TabIndex = 41; serviceConfigSaveBtn.Text = "服务配置保存"; serviceConfigSaveBtn.UseVisualStyleBackColor = true; serviceConfigSaveBtn.Click += serviceConfigSaveBtn_Click; // // servicePortTBox // servicePortTBox.Location = new Point(141, 169); servicePortTBox.Name = "servicePortTBox"; servicePortTBox.Size = new Size(259, 23); servicePortTBox.TabIndex = 40; // // label6 // label6.AutoSize = true; label6.Location = new Point(71, 172); label6.Name = "label6"; label6.Size = new Size(32, 17); label6.TabIndex = 39; label6.Text = "端口"; // // serviceNameTBox // serviceNameTBox.Location = new Point(140, 33); serviceNameTBox.Name = "serviceNameTBox"; serviceNameTBox.Size = new Size(259, 23); serviceNameTBox.TabIndex = 30; serviceNameTBox.Text = "EI_Image_Viewer"; // // label10 // label10.AutoSize = true; label10.Location = new Point(23, 36); label10.Name = "label10"; label10.Size = new Size(104, 17); label10.TabIndex = 28; label10.Text = "网站后端服务名称"; // // deleteService_Btn // deleteService_Btn.Location = new Point(417, 33); deleteService_Btn.Name = "deleteService_Btn"; deleteService_Btn.Size = new Size(95, 27); deleteService_Btn.TabIndex = 38; deleteService_Btn.Text = "删除服务"; deleteService_Btn.UseVisualStyleBackColor = true; deleteService_Btn.Click += deleteService_Btn_Click; // // label11 // label11.AutoSize = true; label11.Location = new Point(-1, 82); label11.Name = "label11"; label11.Size = new Size(128, 17); label11.TabIndex = 29; label11.Text = "网站后端服务显示名称"; // // createService_Btn // createService_Btn.Location = new Point(276, 278); createService_Btn.Name = "createService_Btn"; createService_Btn.Size = new Size(128, 40); createService_Btn.TabIndex = 37; createService_Btn.Text = "创建服务"; createService_Btn.UseVisualStyleBackColor = true; createService_Btn.Click += createService_Btn_Click; // // serviceDisplayNameTBox // serviceDisplayNameTBox.Location = new Point(140, 79); serviceDisplayNameTBox.Name = "serviceDisplayNameTBox"; serviceDisplayNameTBox.Size = new Size(259, 23); serviceDisplayNameTBox.TabIndex = 31; serviceDisplayNameTBox.Text = "EI_Image_Viewer_DisplayName"; // // en_TBox // en_TBox.Location = new Point(141, 214); en_TBox.Name = "en_TBox"; en_TBox.Size = new Size(259, 23); en_TBox.TabIndex = 36; // // label9 // label9.AutoSize = true; label9.Location = new Point(71, 130); label9.Name = "label9"; label9.Size = new Size(32, 17); label9.TabIndex = 32; label9.Text = "程序"; // // label1 // label1.AutoSize = true; label1.Location = new Point(72, 214); label1.Name = "label1"; label1.Size = new Size(44, 17); label1.TabIndex = 35; label1.Text = "环境名"; // // exePathTbox // exePathTbox.Location = new Point(140, 126); exePathTbox.Name = "exePathTbox"; exePathTbox.Size = new Size(259, 23); exePathTbox.TabIndex = 33; // // selectPathBtn // selectPathBtn.Location = new Point(417, 125); selectPathBtn.Name = "selectPathBtn"; selectPathBtn.Size = new Size(95, 27); selectPathBtn.TabIndex = 34; selectPathBtn.Text = "选择"; selectPathBtn.UseVisualStyleBackColor = true; selectPathBtn.Click += selectPathBtn_Click; // // groupBox2 // groupBox2.Controls.Add(stopServiceBtn); groupBox2.Controls.Add(startServiceBtn); groupBox2.Controls.Add(label2); groupBox2.Controls.Add(startOrStopServiceTbox); groupBox2.Location = new Point(19, 431); groupBox2.Name = "groupBox2"; groupBox2.Size = new Size(538, 187); groupBox2.TabIndex = 39; groupBox2.TabStop = false; groupBox2.Text = "服务停止与启动"; // // stopServiceBtn // stopServiceBtn.Location = new Point(261, 101); stopServiceBtn.Name = "stopServiceBtn"; stopServiceBtn.Size = new Size(128, 40); stopServiceBtn.TabIndex = 39; stopServiceBtn.Text = "停止服务"; stopServiceBtn.UseVisualStyleBackColor = true; stopServiceBtn.Click += stopServiceBtn_Click; // // startServiceBtn // startServiceBtn.Location = new Point(94, 101); startServiceBtn.Name = "startServiceBtn"; startServiceBtn.Size = new Size(128, 40); startServiceBtn.TabIndex = 38; startServiceBtn.Text = "启动服务"; startServiceBtn.UseVisualStyleBackColor = true; startServiceBtn.Click += startServiceBtn_Click; // // label2 // label2.AutoSize = true; label2.Location = new Point(71, 52); label2.Name = "label2"; label2.Size = new Size(56, 17); label2.TabIndex = 32; label2.Text = "服务名称"; // // startOrStopServiceTbox // startOrStopServiceTbox.Location = new Point(140, 49); startOrStopServiceTbox.Name = "startOrStopServiceTbox"; startOrStopServiceTbox.Size = new Size(259, 23); startOrStopServiceTbox.TabIndex = 31; // // tabPage2 // tabPage2.Controls.Add(bakConfigSaveBtn); tabPage2.Controls.Add(startBakBtn); tabPage2.Controls.Add(backPublishPath); tabPage2.Controls.Add(label5); tabPage2.Controls.Add(bakDbName); tabPage2.Controls.Add(label4); tabPage2.Controls.Add(backPathTBox); tabPage2.Controls.Add(label3); tabPage2.Location = new Point(4, 26); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(620, 657); tabPage2.TabIndex = 1; tabPage2.Text = "备份与发布"; tabPage2.UseVisualStyleBackColor = true; // // bakConfigSaveBtn // bakConfigSaveBtn.Location = new Point(134, 207); bakConfigSaveBtn.Name = "bakConfigSaveBtn"; bakConfigSaveBtn.Size = new Size(187, 53); bakConfigSaveBtn.TabIndex = 42; bakConfigSaveBtn.Text = "备份配置保存"; bakConfigSaveBtn.UseVisualStyleBackColor = true; bakConfigSaveBtn.Click += bakConfigSaveBtn_Click; // // startBakBtn // startBakBtn.Location = new Point(375, 207); startBakBtn.Name = "startBakBtn"; startBakBtn.Size = new Size(213, 53); startBakBtn.TabIndex = 6; startBakBtn.Text = "开始备份"; startBakBtn.UseVisualStyleBackColor = true; startBakBtn.Click += startBakBtn_Click; // // backPublishPath // backPublishPath.Location = new Point(160, 125); backPublishPath.Name = "backPublishPath"; backPublishPath.Size = new Size(431, 23); backPublishPath.TabIndex = 5; // // label5 // label5.AutoSize = true; label5.Location = new Point(61, 125); label5.Name = "label5"; label5.Size = new Size(92, 17); label5.TabIndex = 4; label5.Text = "备份程序根路径"; // // bakDbName // bakDbName.Location = new Point(160, 28); bakDbName.Name = "bakDbName"; bakDbName.Size = new Size(428, 23); bakDbName.TabIndex = 3; // // label4 // label4.AutoSize = true; label4.Location = new Point(85, 28); label4.Name = "label4"; label4.Size = new Size(68, 17); label4.TabIndex = 2; label4.Text = "备份数据库"; // // backPathTBox // backPathTBox.Location = new Point(160, 75); backPathTBox.Name = "backPathTBox"; backPathTBox.Size = new Size(429, 23); backPathTBox.TabIndex = 1; // // label3 // label3.AutoSize = true; label3.Location = new Point(6, 79); label3.Name = "label3"; label3.Size = new Size(152, 17); label3.TabIndex = 0; label3.Text = "数据库和发布程序备份路径"; // // groupBox5 // groupBox5.Controls.Add(netCorePublishBtn); groupBox5.Controls.Add(vuePublishBtn); groupBox5.Location = new Point(10, 24); groupBox5.Name = "groupBox5"; groupBox5.Size = new Size(630, 129); groupBox5.TabIndex = 41; groupBox5.TabStop = false; groupBox5.Text = "测试环境重新发布"; // // netCorePublishBtn // netCorePublishBtn.Location = new Point(351, 50); netCorePublishBtn.Name = "netCorePublishBtn"; netCorePublishBtn.Size = new Size(128, 40); netCorePublishBtn.TabIndex = 40; netCorePublishBtn.Text = "后端发布"; netCorePublishBtn.UseVisualStyleBackColor = true; netCorePublishBtn.Click += netCorePublishBtn_Click; // // vuePublishBtn // vuePublishBtn.Location = new Point(91, 50); vuePublishBtn.Name = "vuePublishBtn"; vuePublishBtn.Size = new Size(128, 40); vuePublishBtn.TabIndex = 39; vuePublishBtn.Text = "前端发布"; vuePublishBtn.UseVisualStyleBackColor = true; vuePublishBtn.Click += vuePublishBtn_Click; // // openFileDialog1 // openFileDialog1.FileName = "openFileDialog1"; // // PublishForm // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1275, 1074); Controls.Add(groupBox5); Controls.Add(tabControl1); Controls.Add(groupBox3); Controls.Add(groupBox1); Name = "PublishForm"; Text = "PublishForm"; groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); groupBox3.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); groupBox4.ResumeLayout(false); groupBox4.PerformLayout(); groupBox2.ResumeLayout(false); groupBox2.PerformLayout(); tabPage2.ResumeLayout(false); tabPage2.PerformLayout(); groupBox5.ResumeLayout(false); 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; private GroupBox groupBox2; private Button stopServiceBtn; private Button startServiceBtn; private Label label2; private TextBox startOrStopServiceTbox; private Label label4; private TextBox backPathTBox; private Label label3; private TextBox bakDbName; private TextBox backPublishPath; private Label label5; private GroupBox groupBox4; private Button startBakBtn; private GroupBox groupBox5; private Button netCorePublishBtn; private Button vuePublishBtn; private TextBox servicePortTBox; private Label label6; private OpenFileDialog openFileDialog1; private Button serviceConfigSaveBtn; private Button bakConfigSaveBtn; } }