old_flsystem/FLSystem/Forms/web_api_form.Designer.cs

165 lines
7.4 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace FLSystem.Forms
{
partial class web_api_form
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(web_api_form));
this.textBox1 = new System.Windows.Forms.TextBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.textBox2 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(126, 97);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(261, 22);
this.textBox1.TabIndex = 7;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(52, 100);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(59, 14);
this.labelControl4.TabIndex = 6;
this.labelControl4.Text = "服务器IP";
//
// simpleButton1
//
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(177, 196);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(133, 33);
this.simpleButton1.TabIndex = 5;
this.simpleButton1.Text = "启动API服务器";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// labelControl3
//
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl3.Appearance.Options.UseForeColor = true;
this.labelControl3.Location = new System.Drawing.Point(203, 40);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(184, 14);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "(云服务器,需在安全组放行端口)";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(126, 38);
this.numericUpDown1.Maximum = new decimal(new int[] {
9999999,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(71, 22);
this.numericUpDown1.TabIndex = 2;
this.numericUpDown1.Value = new decimal(new int[] {
80,
0,
0,
0});
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(64, 40);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "端口号:";
//
// labelControl1
//
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(24, 250);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(411, 14);
this.labelControl1.TabIndex = 8;
this.labelControl1.Text = "注意二次开发时可以监听事件WebRequestEvent 可获取请求,再作出响应";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(52, 153);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(60, 14);
this.labelControl5.TabIndex = 9;
this.labelControl5.Text = "可读域名:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(126, 150);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(261, 22);
this.textBox2.TabIndex = 10;
//
// web_api_form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 281);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.labelControl5);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.labelControl4);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.labelControl2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "web_api_form";
this.Text = "WebApi 服务器";
this.Load += new System.EventHandler(this.web_api_form_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.TextBox textBox1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl5;
private System.Windows.Forms.TextBox textBox2;
}
}