namespace LYFZ.Software.UI.ReportPrint.SuperSmallForm { partial class SettingValueSuperSmallForm { /// /// 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(SettingValueSuperSmallForm)); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.txtValue = new LYFZ.ComponentLibrary.TextBoxEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.txtValue); this.plExMainContainer.Controls.Add(this.btnCancel); this.plExMainContainer.Controls.Add(this.btnOK); 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(86, 50); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(29, 12); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "值:"; // // 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(117, 184); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 1; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(241, 184); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = false; // // txtValue // this.txtValue.BackColor = System.Drawing.Color.Transparent; this.txtValue.BorderColor = System.Drawing.Color.Black; this.txtValue.BorderWidth = 1; this.txtValue.Ico = null; this.txtValue.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0); this.txtValue.Isico = false; this.txtValue.IsPass = false; this.txtValue.lines = new string[0]; this.txtValue.Location = new System.Drawing.Point(117, 45); this.txtValue.MaxLength = 32767; this.txtValue.Multiline = true; this.txtValue.Name = "txtValue"; this.txtValue.PassChar = '\0'; this.txtValue.ReadOnly = false; this.txtValue.Size = new System.Drawing.Size(218, 67); this.txtValue.TabIndex = 3; // // SettingValueSuperSmallForm // 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 = "SettingValueSuperSmallForm"; this.Text = "设置测试值"; this.plExMainContainer.ResumeLayout(false); this.plExMainContainer.PerformLayout(); this.plFormMainContent.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.TextBoxEx txtValue; protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.ButtonEx btnOK; } }