namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm
{
partial class DecimalSetSuperSmallForm
{
///
/// 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(DecimalSetSuperSmallForm));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.cmbText = new LYFZ.ComponentLibrary.ComboBoxEx();
this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
this.btnCanel = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.labelEx2);
this.plExMainContainer.Controls.Add(this.btnCanel);
this.plExMainContainer.Controls.Add(this.btnOK);
this.plExMainContainer.Controls.Add(this.cmbText);
this.plExMainContainer.Controls.Add(this.labelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(460, 265);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(460, 265);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(401, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.Location = new System.Drawing.Point(428, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.Location = new System.Drawing.Point(374, 0);
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
this.labelEx1.Location = new System.Drawing.Point(121, 63);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(41, 12);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "格式:";
//
// cmbText
//
this.cmbText.FormattingEnabled = true;
this.cmbText.Location = new System.Drawing.Point(165, 59);
this.cmbText.Name = "cmbText";
this.cmbText.ReadOnly = false;
this.cmbText.Size = new System.Drawing.Size(149, 20);
this.cmbText.TabIndex = 1;
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.IsShowText = true;
this.btnOK.Location = new System.Drawing.Point(123, 176);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 28);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = false;
//
// btnCanel
//
this.btnCanel.BackColor = System.Drawing.Color.Transparent;
this.btnCanel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanel.BackImg")));
this.btnCanel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCanel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCanel.ForeColor = System.Drawing.Color.White;
this.btnCanel.IsShowText = true;
this.btnCanel.Location = new System.Drawing.Point(240, 176);
this.btnCanel.Name = "btnCanel";
this.btnCanel.Size = new System.Drawing.Size(85, 28);
this.btnCanel.TabIndex = 3;
this.btnCanel.Text = "取消";
this.btnCanel.UseVisualStyleBackColor = false;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.BackColor = System.Drawing.Color.Transparent;
this.labelEx2.Location = new System.Drawing.Point(133, 91);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(119, 12);
this.labelEx2.TabIndex = 4;
this.labelEx2.Text = "注:以5000000元为例";
//
// DecimalSetSuperSmallForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(460, 330);
this.Name = "DecimalSetSuperSmallForm";
this.Text = "金额格式设置";
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.LabelEx labelEx2;
protected ComponentLibrary.ComboBoxEx cmbText;
protected ComponentLibrary.ButtonEx btnCanel;
protected ComponentLibrary.ButtonEx btnOK;
}
}