namespace LYFZ.Software.UI.ReportPrint { partial class FrmPrintInitialValue { /// /// 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(FrmPrintInitialValue)); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.nud_ValueData = new LYFZ.OtherExpansion.SkinControl.SkinNumericUpDown(); this.btn_Ok = new LYFZ.ComponentLibrary.ButtonEx(); this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nud_ValueData)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.btn_Cancel); this.plExMainContainer.Controls.Add(this.btn_Ok); this.plExMainContainer.Controls.Add(this.nud_ValueData); this.plExMainContainer.Controls.Add(this.labelEx1); this.plExMainContainer.Size = new System.Drawing.Size(300, 115); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(300, 115); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(268, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0); // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(55, 27); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(56, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "初始值:"; // // nud_ValueData // this.nud_ValueData.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.nud_ValueData.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.nud_ValueData.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.nud_ValueData.IsCustomColor = false; this.nud_ValueData.Location = new System.Drawing.Point(118, 25); this.nud_ValueData.Maximum = new decimal(new int[] { 9999999, 0, 0, 0}); this.nud_ValueData.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nud_ValueData.Name = "nud_ValueData"; this.nud_ValueData.Size = new System.Drawing.Size(120, 21); this.nud_ValueData.TabIndex = 1; this.nud_ValueData.Value = new decimal(new int[] { 1, 0, 0, 0}); // // 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(41, 68); 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(174, 68); 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; // // FrmPrintInitialValue // 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(300, 180); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmPrintInitialValue"; this.Text = "设置集团版打印流水初始值"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.nud_ValueData)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.ButtonEx btn_Cancel; protected internal ComponentLibrary.ButtonEx btn_Ok; protected internal OtherExpansion.SkinControl.SkinNumericUpDown nud_ValueData; } }