namespace LYFZ.Software.UI.OAShopManagement
{
partial class frmMicroLetterPlatformConfig
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMicroLetterPlatformConfig));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_AppUrlPath = new System.Windows.Forms.TextBox();
this.tb_AppID = new System.Windows.Forms.TextBox();
this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.btn_Cancel);
this.plExMainContainer.Controls.Add(this.btn_OK);
this.plExMainContainer.Controls.Add(this.tb_AppID);
this.plExMainContainer.Controls.Add(this.tb_AppUrlPath);
this.plExMainContainer.Controls.Add(this.label2);
this.plExMainContainer.Controls.Add(this.label1);
this.plExMainContainer.Size = new System.Drawing.Size(410, 159);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(410, 159);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(351, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(378, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(351, 0);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(35, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 12);
this.label1.TabIndex = 0;
this.label1.Text = "App接口路径:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(47, 74);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 0;
this.label2.Text = "App企业ID:";
//
// tb_AppUrlPath
//
this.tb_AppUrlPath.Location = new System.Drawing.Point(120, 28);
this.tb_AppUrlPath.Name = "tb_AppUrlPath";
this.tb_AppUrlPath.Size = new System.Drawing.Size(253, 21);
this.tb_AppUrlPath.TabIndex = 1;
//
// tb_AppID
//
this.tb_AppID.Location = new System.Drawing.Point(120, 70);
this.tb_AppID.Name = "tb_AppID";
this.tb_AppID.Size = new System.Drawing.Size(253, 21);
this.tb_AppID.TabIndex = 1;
//
// btn_OK
//
this.btn_OK.BackColor = System.Drawing.Color.Transparent;
this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
this.btn_OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_OK.ForeColor = System.Drawing.Color.White;
this.btn_OK.IsCustomBackImg = false;
this.btn_OK.IsShowText = true;
this.btn_OK.Location = new System.Drawing.Point(85, 111);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(85, 28);
this.btn_OK.TabIndex = 2;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = false;
//
// btn_Cancel
//
this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Cancel.ForeColor = System.Drawing.Color.White;
this.btn_Cancel.IsCustomBackImg = false;
this.btn_Cancel.IsShowText = true;
this.btn_Cancel.Location = new System.Drawing.Point(244, 111);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(85, 28);
this.btn_Cancel.TabIndex = 2;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = false;
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
//
// frmMicroLetterPlatformConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(410, 224);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmMicroLetterPlatformConfig";
this.Text = "APP配置";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private ComponentLibrary.ButtonEx btn_Cancel;
public System.Windows.Forms.TextBox tb_AppID;
public System.Windows.Forms.TextBox tb_AppUrlPath;
public ComponentLibrary.ButtonEx btn_OK;
}
}