namespace LYFZ.Software.UI.FinancialManagement.OtherIncome { partial class FrmOtherIncomeEntry { /// /// 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(FrmOtherIncomeEntry)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.txtOiae_IEDatetime = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.btnUpdateTime = new LYFZ.ComponentLibrary.ButtonForm(); this.cmbPay_PaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.btnSet = new LYFZ.ComponentLibrary.ButtonForm(); this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx(); this.txtOiae_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.txtOiae_ProjectName = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.txtOiae_PersonHandling = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.txtOiae_Money = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.txtOiae_ThePayer = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx(); this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(437, 464); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(437, 464); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(405, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.txtOiae_IEDatetime); this.panelEx1.Controls.Add(this.btnUpdateTime); this.panelEx1.Controls.Add(this.cmbPay_PaymentMethod); this.panelEx1.Controls.Add(this.btnSet); this.panelEx1.Controls.Add(this.labelEx10); this.panelEx1.Controls.Add(this.txtOiae_Remark); this.panelEx1.Controls.Add(this.txtOiae_ProjectName); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.labelEx11); this.panelEx1.Controls.Add(this.labelEx8); this.panelEx1.Controls.Add(this.txtOiae_PersonHandling); this.panelEx1.Controls.Add(this.labelEx7); this.panelEx1.Controls.Add(this.labelEx4); this.panelEx1.Controls.Add(this.txtOiae_Money); this.panelEx1.Controls.Add(this.txtOiae_ThePayer); this.panelEx1.Controls.Add(this.labelEx15); this.panelEx1.Controls.Add(this.btnCanle); this.panelEx1.Controls.Add(this.btnSave); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(417, 444); this.panelEx1.TabIndex = 1; // // txtOiae_IEDatetime // this.txtOiae_IEDatetime.CustomFormat = " "; this.txtOiae_IEDatetime.DateValue = ""; this.txtOiae_IEDatetime.Enabled = false; this.txtOiae_IEDatetime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtOiae_IEDatetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtOiae_IEDatetime.IsShowTime = false; this.txtOiae_IEDatetime.Location = new System.Drawing.Point(112, 202); this.txtOiae_IEDatetime.Name = "txtOiae_IEDatetime"; this.txtOiae_IEDatetime.Size = new System.Drawing.Size(189, 23); this.txtOiae_IEDatetime.TabIndex = 306; // // btnUpdateTime // this.btnUpdateTime.BackColor = System.Drawing.Color.Transparent; this.btnUpdateTime.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateTime.BackImg"))); this.btnUpdateTime.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnUpdateTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnUpdateTime.ForeColor = System.Drawing.Color.White; this.btnUpdateTime.IsCustomBackImg = false; this.btnUpdateTime.IsShowText = true; this.btnUpdateTime.Location = new System.Drawing.Point(307, 201); this.btnUpdateTime.Name = "btnUpdateTime"; this.btnUpdateTime.Size = new System.Drawing.Size(55, 25); this.btnUpdateTime.TabIndex = 305; this.btnUpdateTime.Text = " 更改"; this.btnUpdateTime.UseVisualStyleBackColor = false; // // cmbPay_PaymentMethod // this.cmbPay_PaymentMethod.AfterSelectLevelFirstNode = true; this.cmbPay_PaymentMethod.DropDownHeight = 220; this.cmbPay_PaymentMethod.DropDownShow = false; this.cmbPay_PaymentMethod.FormattingEnabled = true; this.cmbPay_PaymentMethod.IntegralHeight = false; this.cmbPay_PaymentMethod.IsNodeMouseClick = true; this.cmbPay_PaymentMethod.IsSelectParentNode = false; this.cmbPay_PaymentMethod.Location = new System.Drawing.Point(112, 163); this.cmbPay_PaymentMethod.Name = "cmbPay_PaymentMethod"; this.cmbPay_PaymentMethod.ReadOnly = true; this.cmbPay_PaymentMethod.SelectedNode = null; this.cmbPay_PaymentMethod.Size = new System.Drawing.Size(189, 20); this.cmbPay_PaymentMethod.StrGetName = ""; this.cmbPay_PaymentMethod.StrKey = null; this.cmbPay_PaymentMethod.TabIndex = 221; // // btnSet // this.btnSet.BackColor = System.Drawing.Color.Transparent; this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg"))); this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSet.ForeColor = System.Drawing.Color.White; this.btnSet.IsCustomBackImg = false; this.btnSet.IsShowText = true; this.btnSet.Location = new System.Drawing.Point(307, 161); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(55, 25); this.btnSet.TabIndex = 175; this.btnSet.Text = " 设置"; this.btnSet.UseVisualStyleBackColor = false; // // labelEx10 // this.labelEx10.AutoSize = true; this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx10.Location = new System.Drawing.Point(32, 164); this.labelEx10.Name = "labelEx10"; this.labelEx10.Size = new System.Drawing.Size(77, 17); this.labelEx10.TabIndex = 171; this.labelEx10.Text = "* 支付方式:"; // // txtOiae_Remark // this.txtOiae_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOiae_Remark.EmptyTextTip = null; this.txtOiae_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtOiae_Remark.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtOiae_Remark.Location = new System.Drawing.Point(112, 285); this.txtOiae_Remark.Multiline = true; this.txtOiae_Remark.Name = "txtOiae_Remark"; this.txtOiae_Remark.Size = new System.Drawing.Size(250, 65); this.txtOiae_Remark.TabIndex = 6; // // txtOiae_ProjectName // this.txtOiae_ProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOiae_ProjectName.EmptyTextTip = null; this.txtOiae_ProjectName.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtOiae_ProjectName.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtOiae_ProjectName.Location = new System.Drawing.Point(112, 76); this.txtOiae_ProjectName.Name = "txtOiae_ProjectName"; this.txtOiae_ProjectName.Size = new System.Drawing.Size(250, 23); this.txtOiae_ProjectName.TabIndex = 1; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(32, 79); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(77, 17); this.labelEx2.TabIndex = 156; this.labelEx2.Text = "* 项目名称:"; // // labelEx11 // this.labelEx11.AutoSize = true; this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx11.Location = new System.Drawing.Point(65, 288); this.labelEx11.Name = "labelEx11"; this.labelEx11.Size = new System.Drawing.Size(44, 17); this.labelEx11.TabIndex = 170; this.labelEx11.Text = "备注:"; // // labelEx8 // this.labelEx8.AutoSize = true; this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx8.Location = new System.Drawing.Point(44, 245); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(65, 17); this.labelEx8.TabIndex = 167; this.labelEx8.Text = "* 录单人:"; // // txtOiae_PersonHandling // this.txtOiae_PersonHandling.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOiae_PersonHandling.EmptyTextTip = null; this.txtOiae_PersonHandling.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtOiae_PersonHandling.Enabled = false; this.txtOiae_PersonHandling.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtOiae_PersonHandling.Location = new System.Drawing.Point(112, 242); this.txtOiae_PersonHandling.Name = "txtOiae_PersonHandling"; this.txtOiae_PersonHandling.Size = new System.Drawing.Size(250, 23); this.txtOiae_PersonHandling.TabIndex = 5; // // labelEx7 // this.labelEx7.AutoSize = true; this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(56, 205); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(53, 17); this.labelEx7.TabIndex = 165; this.labelEx7.Text = "* 日期:"; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(56, 122); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(53, 17); this.labelEx4.TabIndex = 163; this.labelEx4.Text = "* 金额:"; // // txtOiae_Money // this.txtOiae_Money.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOiae_Money.EmptyTextTip = null; this.txtOiae_Money.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtOiae_Money.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtOiae_Money.Location = new System.Drawing.Point(112, 119); this.txtOiae_Money.Name = "txtOiae_Money"; this.txtOiae_Money.Size = new System.Drawing.Size(250, 23); this.txtOiae_Money.TabIndex = 2; // // txtOiae_ThePayer // this.txtOiae_ThePayer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtOiae_ThePayer.EmptyTextTip = null; this.txtOiae_ThePayer.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtOiae_ThePayer.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtOiae_ThePayer.Location = new System.Drawing.Point(112, 34); this.txtOiae_ThePayer.Name = "txtOiae_ThePayer"; this.txtOiae_ThePayer.Size = new System.Drawing.Size(250, 23); this.txtOiae_ThePayer.TabIndex = 0; // // labelEx15 // this.labelEx15.AutoSize = true; this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx15.Location = new System.Drawing.Point(44, 37); this.labelEx15.Name = "labelEx15"; this.labelEx15.Size = new System.Drawing.Size(65, 17); this.labelEx15.TabIndex = 162; this.labelEx15.Text = "* 付款人:"; // // btnCanle // this.btnCanle.BackColor = System.Drawing.Color.Transparent; this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg"))); this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCanle.ForeColor = System.Drawing.Color.White; this.btnCanle.IsCustomBackImg = false; this.btnCanle.IsShowText = true; this.btnCanle.Location = new System.Drawing.Point(225, 389); this.btnCanle.Name = "btnCanle"; this.btnCanle.Size = new System.Drawing.Size(85, 28); this.btnCanle.TabIndex = 160; this.btnCanle.Text = "取消"; this.btnCanle.UseVisualStyleBackColor = false; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(132, 389); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 28); this.btnSave.TabIndex = 159; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = false; // // FrmOtherIncomeEntry // 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(437, 529); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmOtherIncomeEntry"; this.Text = "其它收入录入"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx10; protected ComponentLibrary.TextBoxBasicEx txtOiae_Remark; protected ComponentLibrary.TextBoxBasicEx txtOiae_ProjectName; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx11; private ComponentLibrary.LabelEx labelEx8; protected ComponentLibrary.TextBoxBasicEx txtOiae_PersonHandling; private ComponentLibrary.LabelEx labelEx7; private ComponentLibrary.LabelEx labelEx4; protected ComponentLibrary.TextBoxBasicEx txtOiae_Money; protected ComponentLibrary.TextBoxBasicEx txtOiae_ThePayer; private ComponentLibrary.LabelEx labelEx15; protected ComponentLibrary.ButtonEx btnCanle; protected ComponentLibrary.ButtonEx btnSave; protected ComponentLibrary.ButtonForm btnSet; protected ComponentLibrary.ComboBoxTreeViewEx cmbPay_PaymentMethod; protected ComponentLibrary.DateTimePickerEx txtOiae_IEDatetime; protected ComponentLibrary.ButtonForm btnUpdateTime; } }