namespace Dongke.IBOSS.PRD.Client.Public
{
partial class F_P_00001
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_P_00001));
this.lblTest = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.btnUpdate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnFP00002 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCache = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.SuspendLayout();
//
// lblTest
//
this.lblTest.AutoSize = true;
this.lblTest.Location = new System.Drawing.Point(12, 9);
this.lblTest.Name = "lblTest";
this.lblTest.Size = new System.Drawing.Size(41, 12);
this.lblTest.TabIndex = 1;
this.lblTest.Text = "label1";
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(0, 0);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(0, 0);
this.btnClose.TabIndex = 0;
this.btnClose.TabStop = false;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnUpdate
//
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
this.btnUpdate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpdate.BackgroundImage")));
this.btnUpdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpdate.ForeColor = System.Drawing.Color.White;
this.btnUpdate.Location = new System.Drawing.Point(536, 85);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(85, 33);
this.btnUpdate.TabIndex = 95;
this.btnUpdate.Text = "更新";
this.btnUpdate.UseVisualStyleBackColor = false;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnSetting
//
this.btnSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSetting.BackColor = System.Drawing.Color.Transparent;
this.btnSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSetting.BackgroundImage")));
this.btnSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSetting.ForeColor = System.Drawing.Color.White;
this.btnSetting.Location = new System.Drawing.Point(536, 46);
this.btnSetting.Name = "btnSetting";
this.btnSetting.Size = new System.Drawing.Size(85, 33);
this.btnSetting.TabIndex = 94;
this.btnSetting.Text = "设置";
this.btnSetting.UseVisualStyleBackColor = false;
this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
//
// btnFP00002
//
this.btnFP00002.BackColor = System.Drawing.Color.Transparent;
this.btnFP00002.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFP00002.BackgroundImage")));
this.btnFP00002.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnFP00002.ForeColor = System.Drawing.Color.White;
this.btnFP00002.Location = new System.Drawing.Point(14, 46);
this.btnFP00002.Name = "btnFP00002";
this.btnFP00002.Size = new System.Drawing.Size(86, 33);
this.btnFP00002.TabIndex = 2;
this.btnFP00002.Text = "成型结算";
this.btnFP00002.UseMnemonic = false;
this.btnFP00002.UseVisualStyleBackColor = false;
this.btnFP00002.Click += new System.EventHandler(this.btnFP00002_Click);
//
// btnCache
//
this.btnCache.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCache.BackColor = System.Drawing.Color.Transparent;
this.btnCache.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCache.BackgroundImage")));
this.btnCache.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCache.ForeColor = System.Drawing.Color.White;
this.btnCache.Location = new System.Drawing.Point(536, 9);
this.btnCache.Name = "btnCache";
this.btnCache.Size = new System.Drawing.Size(85, 33);
this.btnCache.TabIndex = 93;
this.btnCache.Text = "缓存目录";
this.btnCache.UseVisualStyleBackColor = false;
this.btnCache.Click += new System.EventHandler(this.btnCache_Click);
//
// F_P_00001
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(633, 382);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.lblTest);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnCache);
this.Controls.Add(this.btnSetting);
this.Controls.Add(this.btnFP00002);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_P_00001";
this.Text = "Form1";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.F_P_00001_Load);
this.Shown += new System.EventHandler(this.F_P_00001_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnFP00002;
private Basics.BaseControls.C_Button btnSetting;
private Basics.BaseControls.C_Button btnUpdate;
internal System.Windows.Forms.Label lblTest;
private System.Windows.Forms.Button btnClose;
private Basics.BaseControls.C_Button btnCache;
}
}