namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm { partial class PhotographerPaymentSuperSmallForm { /// /// 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(PhotographerPaymentSuperSmallForm)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.txtPaymentAoumnt = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtPaymentItem = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnSet = new LYFZ.ComponentLibrary.ButtonForm(); this.cmbPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnPaymentOnly = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnPaymentPrintSingle = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(375, 270); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(375, 270); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(316, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(343, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(289, 0); // // panelEx1 // this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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.labelEx4); this.panelEx1.Controls.Add(this.txtPaymentAoumnt); this.panelEx1.Controls.Add(this.txtPaymentItem); this.panelEx1.Controls.Add(this.btnSet); this.panelEx1.Controls.Add(this.cmbPaymentMethod); this.panelEx1.Controls.Add(this.labelEx3); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(354, 210); this.panelEx1.TabIndex = 0; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(20, 20); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(56, 17); this.labelEx4.TabIndex = 18; this.labelEx4.Text = "收款详情"; // // txtPaymentAoumnt // this.txtPaymentAoumnt.BackColor = System.Drawing.Color.Transparent; this.txtPaymentAoumnt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtPaymentAoumnt.Icon = null; this.txtPaymentAoumnt.IconIsButton = false; this.txtPaymentAoumnt.IsPasswordChat = '\0'; this.txtPaymentAoumnt.IsSystemPasswordChar = false; this.txtPaymentAoumnt.Lines = new string[0]; this.txtPaymentAoumnt.Location = new System.Drawing.Point(122, 94); this.txtPaymentAoumnt.Margin = new System.Windows.Forms.Padding(0); this.txtPaymentAoumnt.MaxLength = 10; this.txtPaymentAoumnt.MinimumSize = new System.Drawing.Size(0, 24); this.txtPaymentAoumnt.MouseBack = null; this.txtPaymentAoumnt.Multiline = false; this.txtPaymentAoumnt.Name = "txtPaymentAoumnt"; this.txtPaymentAoumnt.NormlBack = null; this.txtPaymentAoumnt.Padding = new System.Windows.Forms.Padding(5); this.txtPaymentAoumnt.ReadOnly = true; this.txtPaymentAoumnt.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtPaymentAoumnt.Size = new System.Drawing.Size(161, 25); this.txtPaymentAoumnt.TabIndex = 17; this.txtPaymentAoumnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtPaymentAoumnt.WaterColor = System.Drawing.Color.DarkGray; this.txtPaymentAoumnt.WaterText = ""; this.txtPaymentAoumnt.WordWrap = true; // // txtPaymentItem // this.txtPaymentItem.BackColor = System.Drawing.Color.Transparent; this.txtPaymentItem.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtPaymentItem.Icon = null; this.txtPaymentItem.IconIsButton = false; this.txtPaymentItem.IsPasswordChat = '\0'; this.txtPaymentItem.IsSystemPasswordChar = false; this.txtPaymentItem.Lines = new string[0]; this.txtPaymentItem.Location = new System.Drawing.Point(122, 58); this.txtPaymentItem.Margin = new System.Windows.Forms.Padding(0); this.txtPaymentItem.MaxLength = 10; this.txtPaymentItem.MinimumSize = new System.Drawing.Size(0, 24); this.txtPaymentItem.MouseBack = null; this.txtPaymentItem.Multiline = false; this.txtPaymentItem.Name = "txtPaymentItem"; this.txtPaymentItem.NormlBack = null; this.txtPaymentItem.Padding = new System.Windows.Forms.Padding(5); this.txtPaymentItem.ReadOnly = true; this.txtPaymentItem.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtPaymentItem.Size = new System.Drawing.Size(161, 25); this.txtPaymentItem.TabIndex = 16; this.txtPaymentItem.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtPaymentItem.WaterColor = System.Drawing.Color.DarkGray; this.txtPaymentItem.WaterText = ""; this.txtPaymentItem.WordWrap = true; // // 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(270, 134); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(49, 25); this.btnSet.TabIndex = 15; this.btnSet.Text = " 设置"; this.btnSet.UseVisualStyleBackColor = false; // // cmbPaymentMethod // this.cmbPaymentMethod.AfterSelectLevelFirstNode = true; this.cmbPaymentMethod.DropDownHeight = 220; this.cmbPaymentMethod.DropDownShow = false; this.cmbPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.cmbPaymentMethod.FormattingEnabled = true; this.cmbPaymentMethod.IntegralHeight = false; this.cmbPaymentMethod.IsNodeMouseClick = true; this.cmbPaymentMethod.IsSelectParentNode = false; this.cmbPaymentMethod.Location = new System.Drawing.Point(122, 134); this.cmbPaymentMethod.Name = "cmbPaymentMethod"; this.cmbPaymentMethod.ReadOnly = true; this.cmbPaymentMethod.Size = new System.Drawing.Size(135, 25); this.cmbPaymentMethod.StrKey = null; this.cmbPaymentMethod.TabIndex = 14; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(52, 137); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(68, 17); this.labelEx3.TabIndex = 2; this.labelEx3.Text = "支付方式:"; // // 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(52, 62); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(68, 17); this.labelEx2.TabIndex = 1; this.labelEx2.Text = "收款项目:"; // // 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(52, 98); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "收款金额:"; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.btnPaymentOnly); this.panelEx2.Controls.Add(this.btnCancel); this.panelEx2.Controls.Add(this.btnPaymentPrintSingle); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx2.Location = new System.Drawing.Point(0, 230); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(375, 40); this.panelEx2.TabIndex = 1; // // btnPaymentOnly // this.btnPaymentOnly.BackColor = System.Drawing.Color.Transparent; this.btnPaymentOnly.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPaymentOnly.BackImg"))); this.btnPaymentOnly.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPaymentOnly.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPaymentOnly.ForeColor = System.Drawing.Color.White; this.btnPaymentOnly.IsCustomBackImg = false; this.btnPaymentOnly.IsShowText = true; this.btnPaymentOnly.Location = new System.Drawing.Point(154, 6); this.btnPaymentOnly.Name = "btnPaymentOnly"; this.btnPaymentOnly.Size = new System.Drawing.Size(80, 28); this.btnPaymentOnly.TabIndex = 2; this.btnPaymentOnly.Text = " 只收款"; this.btnPaymentOnly.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.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(240, 6); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 28); this.btnCancel.TabIndex = 1; this.btnCancel.Text = " 取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // btnPaymentPrintSingle // this.btnPaymentPrintSingle.BackColor = System.Drawing.Color.Transparent; this.btnPaymentPrintSingle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPaymentPrintSingle.BackImg"))); this.btnPaymentPrintSingle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPaymentPrintSingle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPaymentPrintSingle.ForeColor = System.Drawing.Color.White; this.btnPaymentPrintSingle.IsCustomBackImg = false; this.btnPaymentPrintSingle.IsShowText = true; this.btnPaymentPrintSingle.Location = new System.Drawing.Point(63, 6); this.btnPaymentPrintSingle.Name = "btnPaymentPrintSingle"; this.btnPaymentPrintSingle.Size = new System.Drawing.Size(85, 28); this.btnPaymentPrintSingle.TabIndex = 0; this.btnPaymentPrintSingle.Text = " 收款并打单"; this.btnPaymentPrintSingle.UseVisualStyleBackColor = false; // // PhotographerPaymentSuperSmallForm // 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(375, 335); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.Name = "PhotographerPaymentSuperSmallForm"; 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.panelEx2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.LabelEx labelEx3; protected ComponentLibrary.ButtonForm btnSet; protected ComponentLibrary.ComboBoxTreeViewEx cmbPaymentMethod; protected ComponentLibrary.TextBoxEx txtPaymentAoumnt; protected ComponentLibrary.TextBoxEx txtPaymentItem; private ComponentLibrary.PanelEx panelEx2; private ComponentLibrary.LabelEx labelEx4; protected ComponentLibrary.ButtonEx btnPaymentOnly; protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.ButtonEx btnPaymentPrintSingle; } }