123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class PhotographerOpenCardAoumntSetSuperSmallForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhotographerOpenCardAoumntSetSuperSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtCondition = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtRefundAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtOpenCardAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtPoints = new LYFZ.ComponentLibrary.TextBoxEx();
- this.cmbMemberLevel = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- 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.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSave = 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(370, 298);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(370, 298);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(435, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(338, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(435, 0);
- //
- // panelEx1
- //
- this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | 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.txtCondition);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.txtRefundAmount);
- this.panelEx1.Controls.Add(this.txtOpenCardAmount);
- this.panelEx1.Controls.Add(this.txtPoints);
- this.panelEx1.Controls.Add(this.cmbMemberLevel);
- this.panelEx1.Controls.Add(this.labelEx4);
- 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(350, 238);
- this.panelEx1.TabIndex = 1;
- //
- // txtCondition
- //
- this.txtCondition.BackColor = System.Drawing.Color.Transparent;
- this.txtCondition.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtCondition.Icon = null;
- this.txtCondition.IconIsButton = false;
- this.txtCondition.IsPasswordChat = '\0';
- this.txtCondition.IsSystemPasswordChar = false;
- this.txtCondition.Lines = new string[0];
- this.txtCondition.Location = new System.Drawing.Point(114, 123);
- this.txtCondition.Margin = new System.Windows.Forms.Padding(0);
- this.txtCondition.MaxLength = 32767;
- this.txtCondition.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtCondition.MouseBack = null;
- this.txtCondition.Multiline = false;
- this.txtCondition.Name = "txtCondition";
- this.txtCondition.NormlBack = null;
- this.txtCondition.Padding = new System.Windows.Forms.Padding(5);
- this.txtCondition.ReadOnly = true;
- this.txtCondition.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCondition.Size = new System.Drawing.Size(80, 25);
- this.txtCondition.TabIndex = 7;
- this.txtCondition.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCondition.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCondition.WaterText = "";
- this.txtCondition.WordWrap = true;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(18, 17);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(92, 17);
- this.labelEx6.TabIndex = 15;
- this.labelEx6.Text = "新摄会类型设置";
- //
- // txtRefundAmount
- //
- this.txtRefundAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtRefundAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtRefundAmount.Icon = null;
- this.txtRefundAmount.IconIsButton = false;
- this.txtRefundAmount.IsPasswordChat = '\0';
- this.txtRefundAmount.IsSystemPasswordChar = false;
- this.txtRefundAmount.Lines = new string[0];
- this.txtRefundAmount.Location = new System.Drawing.Point(114, 159);
- this.txtRefundAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtRefundAmount.MaxLength = 32767;
- this.txtRefundAmount.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtRefundAmount.MouseBack = null;
- this.txtRefundAmount.Multiline = false;
- this.txtRefundAmount.Name = "txtRefundAmount";
- this.txtRefundAmount.NormlBack = null;
- this.txtRefundAmount.Padding = new System.Windows.Forms.Padding(5);
- this.txtRefundAmount.ReadOnly = false;
- this.txtRefundAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRefundAmount.Size = new System.Drawing.Size(121, 25);
- this.txtRefundAmount.TabIndex = 4;
- this.txtRefundAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRefundAmount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtRefundAmount.WaterText = "";
- this.txtRefundAmount.WordWrap = true;
- //
- // txtOpenCardAmount
- //
- this.txtOpenCardAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtOpenCardAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOpenCardAmount.Icon = null;
- this.txtOpenCardAmount.IconIsButton = false;
- this.txtOpenCardAmount.IsPasswordChat = '\0';
- this.txtOpenCardAmount.IsSystemPasswordChar = false;
- this.txtOpenCardAmount.Lines = new string[0];
- this.txtOpenCardAmount.Location = new System.Drawing.Point(114, 87);
- this.txtOpenCardAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtOpenCardAmount.MaxLength = 32767;
- this.txtOpenCardAmount.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtOpenCardAmount.MouseBack = null;
- this.txtOpenCardAmount.Multiline = false;
- this.txtOpenCardAmount.Name = "txtOpenCardAmount";
- this.txtOpenCardAmount.NormlBack = null;
- this.txtOpenCardAmount.Padding = new System.Windows.Forms.Padding(5);
- this.txtOpenCardAmount.ReadOnly = false;
- this.txtOpenCardAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOpenCardAmount.Size = new System.Drawing.Size(122, 25);
- this.txtOpenCardAmount.TabIndex = 2;
- this.txtOpenCardAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOpenCardAmount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtOpenCardAmount.WaterText = "";
- this.txtOpenCardAmount.WordWrap = true;
- //
- // txtPoints
- //
- this.txtPoints.BackColor = System.Drawing.Color.Transparent;
- this.txtPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPoints.Icon = null;
- this.txtPoints.IconIsButton = false;
- this.txtPoints.IsPasswordChat = '\0';
- this.txtPoints.IsSystemPasswordChar = false;
- this.txtPoints.Lines = new string[0];
- this.txtPoints.Location = new System.Drawing.Point(215, 123);
- this.txtPoints.Margin = new System.Windows.Forms.Padding(0);
- this.txtPoints.MaxLength = 32767;
- this.txtPoints.MinimumSize = new System.Drawing.Size(0, 25);
- this.txtPoints.MouseBack = null;
- this.txtPoints.Multiline = false;
- this.txtPoints.Name = "txtPoints";
- this.txtPoints.NormlBack = null;
- this.txtPoints.Padding = new System.Windows.Forms.Padding(5);
- this.txtPoints.ReadOnly = false;
- this.txtPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPoints.Size = new System.Drawing.Size(79, 25);
- this.txtPoints.TabIndex = 3;
- this.txtPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPoints.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPoints.WaterText = "";
- this.txtPoints.WordWrap = true;
- //
- // cmbMemberLevel
- //
- this.cmbMemberLevel.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbMemberLevel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbMemberLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbMemberLevel.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbMemberLevel.FormattingEnabled = true;
- this.cmbMemberLevel.IsCustomColor = false;
- this.cmbMemberLevel.Location = new System.Drawing.Point(115, 51);
- this.cmbMemberLevel.Name = "cmbMemberLevel";
- this.cmbMemberLevel.ReadOnly = true;
- this.cmbMemberLevel.Size = new System.Drawing.Size(121, 22);
- this.cmbMemberLevel.TabIndex = 1;
- //
- // 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(44, 163);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(212, 17);
- this.labelEx4.TabIndex = 3;
- this.labelEx4.Text = "退还金额: 元";
- //
- // 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(44, 127);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(268, 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(56, 91);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(204, 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(44, 54);
- 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.btnCancel);
- this.panelEx2.Controls.Add(this.btnSave);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx2.Location = new System.Drawing.Point(0, 258);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(370, 40);
- this.panelEx2.TabIndex = 2;
- //
- // 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(206, 6);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 6;
- this.btnCancel.Text = " 关 闭";
- this.btnCancel.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(92, 6);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 28);
- this.btnSave.TabIndex = 5;
- this.btnSave.Text = " 保 存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // PhotographerOpenCardAoumntSetSuperSmallForm
- //
- 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(370, 363);
- 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 = "PhotographerOpenCardAoumntSetSuperSmallForm";
- 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
- protected ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.TextBoxEx txtCondition;
- private ComponentLibrary.LabelEx labelEx6;
- protected ComponentLibrary.TextBoxEx txtRefundAmount;
- protected ComponentLibrary.TextBoxEx txtOpenCardAmount;
- protected ComponentLibrary.TextBoxEx txtPoints;
- protected ComponentLibrary.ComboBoxEx cmbMemberLevel;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.ButtonEx btnCancel;
- private ComponentLibrary.ButtonEx btnSave;
- }
- }
|