123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407 |
- namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
- {
- partial class GoldCardManagementSmallForm
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoldCardManagementSmallForm));
- this.txtCradType = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtCashAccount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtAvailablePoints = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtCardNo = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- 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.btnModifyData = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnChangingCard = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnUseLog = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnRedeemLog = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnRedeemPoint = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSendPoint = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnTurnPoints = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnLogout = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPassword = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnRecharge = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCash = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCashbackInfo = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.flpanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.flpanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnRetrievePassword = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnUpdateType = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSendAmount = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnUpdateDiscount = new LYFZ.ComponentLibrary.ButtonEx();
- this.btn_DisInfo = new LYFZ.ComponentLibrary.ButtonEx();
- this.flpanel3 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnOpenPointsViceCard = new LYFZ.ComponentLibrary.ButtonEx();
- this.flpanel4 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnRechargeLog = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDepositAmount = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnReturnDepositAmount = new LYFZ.ComponentLibrary.ButtonEx();
- this.flpanel5 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnOpenBackCashCard = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnBackCashTakeCash = new LYFZ.ComponentLibrary.ButtonEx();
- this.flpanel6 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnService = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnServicePaymentRecord = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnServiceUseRecord = new LYFZ.ComponentLibrary.ButtonEx();
- this.flpanel7 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnPhotographerConference = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnMyPhotographerConference = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnPhotographerConferenceRecord = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.txtPackagesAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtUseDiscount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.flpanel1.SuspendLayout();
- this.flpanel2.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.flowLayoutPanel6.SuspendLayout();
- this.flpanel3.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.flowLayoutPanel7.SuspendLayout();
- this.flpanel4.SuspendLayout();
- this.panelEx5.SuspendLayout();
- this.flowLayoutPanel5.SuspendLayout();
- this.flpanel5.SuspendLayout();
- this.panelEx6.SuspendLayout();
- this.flowLayoutPanel8.SuspendLayout();
- this.flpanel6.SuspendLayout();
- this.panelEx7.SuspendLayout();
- this.flowLayoutPanel10.SuspendLayout();
- this.flpanel7.SuspendLayout();
- this.panelEx8.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(550, 658);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(550, 658);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
- //
- // txtCradType
- //
- this.txtCradType.BackColor = System.Drawing.Color.Transparent;
- this.txtCradType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtCradType.Icon = null;
- this.txtCradType.IconIsButton = false;
- this.txtCradType.IsPasswordChat = '\0';
- this.txtCradType.IsSystemPasswordChar = false;
- this.txtCradType.Lines = new string[0];
- this.txtCradType.Location = new System.Drawing.Point(253, 74);
- this.txtCradType.Margin = new System.Windows.Forms.Padding(0);
- this.txtCradType.MaxLength = 32767;
- this.txtCradType.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtCradType.MouseBack = null;
- this.txtCradType.Multiline = false;
- this.txtCradType.Name = "txtCradType";
- this.txtCradType.NormlBack = null;
- this.txtCradType.Padding = new System.Windows.Forms.Padding(5);
- this.txtCradType.ReadOnly = true;
- this.txtCradType.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCradType.Size = new System.Drawing.Size(87, 25);
- this.txtCradType.TabIndex = 11;
- this.txtCradType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCradType.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCradType.WaterText = "";
- this.txtCradType.WordWrap = true;
- //
- // txtCashAccount
- //
- this.txtCashAccount.BackColor = System.Drawing.Color.Transparent;
- this.txtCashAccount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtCashAccount.Icon = null;
- this.txtCashAccount.IconIsButton = false;
- this.txtCashAccount.IsPasswordChat = '\0';
- this.txtCashAccount.IsSystemPasswordChar = false;
- this.txtCashAccount.Lines = new string[0];
- this.txtCashAccount.Location = new System.Drawing.Point(85, 104);
- this.txtCashAccount.Margin = new System.Windows.Forms.Padding(0);
- this.txtCashAccount.MaxLength = 32767;
- this.txtCashAccount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtCashAccount.MouseBack = null;
- this.txtCashAccount.Multiline = false;
- this.txtCashAccount.Name = "txtCashAccount";
- this.txtCashAccount.NormlBack = null;
- this.txtCashAccount.Padding = new System.Windows.Forms.Padding(5);
- this.txtCashAccount.ReadOnly = true;
- this.txtCashAccount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCashAccount.Size = new System.Drawing.Size(87, 25);
- this.txtCashAccount.TabIndex = 10;
- this.txtCashAccount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCashAccount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCashAccount.WaterText = "";
- this.txtCashAccount.WordWrap = true;
- //
- // txtAvailablePoints
- //
- this.txtAvailablePoints.BackColor = System.Drawing.Color.Transparent;
- this.txtAvailablePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtAvailablePoints.Icon = null;
- this.txtAvailablePoints.IconIsButton = false;
- this.txtAvailablePoints.IsPasswordChat = '\0';
- this.txtAvailablePoints.IsSystemPasswordChar = false;
- this.txtAvailablePoints.Lines = new string[0];
- this.txtAvailablePoints.Location = new System.Drawing.Point(424, 74);
- this.txtAvailablePoints.Margin = new System.Windows.Forms.Padding(0);
- this.txtAvailablePoints.MaxLength = 32767;
- this.txtAvailablePoints.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtAvailablePoints.MouseBack = null;
- this.txtAvailablePoints.Multiline = false;
- this.txtAvailablePoints.Name = "txtAvailablePoints";
- this.txtAvailablePoints.NormlBack = null;
- this.txtAvailablePoints.Padding = new System.Windows.Forms.Padding(5);
- this.txtAvailablePoints.ReadOnly = true;
- this.txtAvailablePoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtAvailablePoints.Size = new System.Drawing.Size(87, 25);
- this.txtAvailablePoints.TabIndex = 9;
- this.txtAvailablePoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtAvailablePoints.WaterColor = System.Drawing.Color.DarkGray;
- this.txtAvailablePoints.WaterText = "";
- this.txtAvailablePoints.WordWrap = true;
- //
- // txtHolder
- //
- this.txtHolder.BackColor = System.Drawing.Color.Transparent;
- this.txtHolder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtHolder.Icon = null;
- this.txtHolder.IconIsButton = false;
- this.txtHolder.IsPasswordChat = '\0';
- this.txtHolder.IsSystemPasswordChar = false;
- this.txtHolder.Lines = new string[0];
- this.txtHolder.Location = new System.Drawing.Point(85, 74);
- this.txtHolder.Margin = new System.Windows.Forms.Padding(0);
- this.txtHolder.MaxLength = 32767;
- this.txtHolder.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtHolder.MouseBack = null;
- this.txtHolder.Multiline = false;
- this.txtHolder.Name = "txtHolder";
- this.txtHolder.NormlBack = null;
- this.txtHolder.Padding = new System.Windows.Forms.Padding(5);
- this.txtHolder.ReadOnly = true;
- this.txtHolder.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtHolder.Size = new System.Drawing.Size(87, 25);
- this.txtHolder.TabIndex = 7;
- this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtHolder.WaterColor = System.Drawing.Color.DarkGray;
- this.txtHolder.WaterText = "";
- this.txtHolder.WordWrap = true;
- //
- // txtCardNo
- //
- this.txtCardNo.BackColor = System.Drawing.Color.Transparent;
- this.txtCardNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtCardNo.Icon = null;
- this.txtCardNo.IconIsButton = false;
- this.txtCardNo.IsPasswordChat = '\0';
- this.txtCardNo.IsSystemPasswordChar = false;
- this.txtCardNo.Lines = new string[0];
- this.txtCardNo.Location = new System.Drawing.Point(85, 44);
- this.txtCardNo.Margin = new System.Windows.Forms.Padding(0);
- this.txtCardNo.MaxLength = 32767;
- this.txtCardNo.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtCardNo.MouseBack = null;
- this.txtCardNo.Multiline = false;
- this.txtCardNo.Name = "txtCardNo";
- this.txtCardNo.NormlBack = null;
- this.txtCardNo.Padding = new System.Windows.Forms.Padding(5);
- this.txtCardNo.ReadOnly = true;
- this.txtCardNo.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCardNo.Size = new System.Drawing.Size(173, 25);
- this.txtCardNo.TabIndex = 6;
- this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCardNo.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCardNo.WaterText = "";
- this.txtCardNo.WordWrap = true;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(197, 78);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(56, 17);
- this.labelEx6.TabIndex = 5;
- this.labelEx6.Text = "卡等级:";
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(17, 108);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 4;
- this.labelEx5.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(356, 78);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 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(341, 48);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 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(29, 78);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(56, 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(41, 48);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(44, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "卡号:";
- //
- // btnModifyData
- //
- this.btnModifyData.BackColor = System.Drawing.Color.Transparent;
- this.btnModifyData.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnModifyData.BackImg")));
- this.btnModifyData.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnModifyData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnModifyData.ForeColor = System.Drawing.Color.White;
- this.btnModifyData.IsCustomBackImg = false;
- this.btnModifyData.IsShowText = true;
- this.btnModifyData.Location = new System.Drawing.Point(3, 3);
- this.btnModifyData.Name = "btnModifyData";
- this.btnModifyData.Size = new System.Drawing.Size(85, 28);
- this.btnModifyData.TabIndex = 6;
- this.btnModifyData.Text = " 修改资料";
- this.btnModifyData.UseVisualStyleBackColor = false;
- //
- // btnChangingCard
- //
- this.btnChangingCard.BackColor = System.Drawing.Color.Transparent;
- this.btnChangingCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnChangingCard.BackImg")));
- this.btnChangingCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnChangingCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnChangingCard.ForeColor = System.Drawing.Color.White;
- this.btnChangingCard.IsCustomBackImg = false;
- this.btnChangingCard.IsShowText = true;
- this.btnChangingCard.Location = new System.Drawing.Point(367, 3);
- this.btnChangingCard.Name = "btnChangingCard";
- this.btnChangingCard.Size = new System.Drawing.Size(85, 28);
- this.btnChangingCard.TabIndex = 8;
- this.btnChangingCard.Text = " 更换卡号";
- this.btnChangingCard.UseVisualStyleBackColor = false;
- //
- // btnUseLog
- //
- this.btnUseLog.BackColor = System.Drawing.Color.Transparent;
- this.btnUseLog.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUseLog.BackImg")));
- this.btnUseLog.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUseLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUseLog.ForeColor = System.Drawing.Color.White;
- this.btnUseLog.IsCustomBackImg = false;
- this.btnUseLog.IsShowText = true;
- this.btnUseLog.Location = new System.Drawing.Point(276, 34);
- this.btnUseLog.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.btnUseLog.Name = "btnUseLog";
- this.btnUseLog.Size = new System.Drawing.Size(85, 28);
- this.btnUseLog.TabIndex = 7;
- this.btnUseLog.Text = " 资金记录";
- this.btnUseLog.UseVisualStyleBackColor = false;
- //
- // btnRedeemLog
- //
- this.btnRedeemLog.BackColor = System.Drawing.Color.Transparent;
- this.btnRedeemLog.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRedeemLog.BackImg")));
- this.btnRedeemLog.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRedeemLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRedeemLog.ForeColor = System.Drawing.Color.White;
- this.btnRedeemLog.IsCustomBackImg = false;
- this.btnRedeemLog.IsShowText = true;
- this.btnRedeemLog.Location = new System.Drawing.Point(367, 3);
- this.btnRedeemLog.Name = "btnRedeemLog";
- this.btnRedeemLog.Size = new System.Drawing.Size(85, 28);
- this.btnRedeemLog.TabIndex = 5;
- this.btnRedeemLog.Text = " 积分记录";
- this.btnRedeemLog.UseVisualStyleBackColor = false;
- //
- // btnRedeemPoint
- //
- this.btnRedeemPoint.BackColor = System.Drawing.Color.Transparent;
- this.btnRedeemPoint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRedeemPoint.BackImg")));
- this.btnRedeemPoint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRedeemPoint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRedeemPoint.ForeColor = System.Drawing.Color.White;
- this.btnRedeemPoint.IsCustomBackImg = false;
- this.btnRedeemPoint.IsShowText = true;
- this.btnRedeemPoint.Location = new System.Drawing.Point(185, 3);
- this.btnRedeemPoint.Name = "btnRedeemPoint";
- this.btnRedeemPoint.Size = new System.Drawing.Size(85, 28);
- this.btnRedeemPoint.TabIndex = 2;
- this.btnRedeemPoint.Text = " 兑换积分";
- this.btnRedeemPoint.UseVisualStyleBackColor = false;
- //
- // btnSendPoint
- //
- this.btnSendPoint.BackColor = System.Drawing.Color.Transparent;
- this.btnSendPoint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendPoint.BackImg")));
- this.btnSendPoint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSendPoint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSendPoint.ForeColor = System.Drawing.Color.White;
- this.btnSendPoint.IsCustomBackImg = false;
- this.btnSendPoint.IsShowText = true;
- this.btnSendPoint.Location = new System.Drawing.Point(94, 3);
- this.btnSendPoint.Name = "btnSendPoint";
- this.btnSendPoint.Size = new System.Drawing.Size(85, 28);
- this.btnSendPoint.TabIndex = 9;
- this.btnSendPoint.Text = " 赠送积分";
- this.btnSendPoint.UseVisualStyleBackColor = false;
- //
- // btnTurnPoints
- //
- this.btnTurnPoints.BackColor = System.Drawing.Color.Transparent;
- this.btnTurnPoints.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTurnPoints.BackImg")));
- this.btnTurnPoints.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTurnPoints.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTurnPoints.ForeColor = System.Drawing.Color.White;
- this.btnTurnPoints.IsCustomBackImg = false;
- this.btnTurnPoints.IsShowText = true;
- this.btnTurnPoints.Location = new System.Drawing.Point(276, 3);
- this.btnTurnPoints.Name = "btnTurnPoints";
- this.btnTurnPoints.Size = new System.Drawing.Size(85, 28);
- this.btnTurnPoints.TabIndex = 3;
- this.btnTurnPoints.Text = " 转介绍积分";
- this.btnTurnPoints.UseVisualStyleBackColor = false;
- //
- // btnLogout
- //
- this.btnLogout.BackColor = System.Drawing.Color.Transparent;
- this.btnLogout.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLogout.BackImg")));
- this.btnLogout.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnLogout.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnLogout.ForeColor = System.Drawing.Color.White;
- this.btnLogout.IsCustomBackImg = false;
- this.btnLogout.IsShowText = true;
- this.btnLogout.Location = new System.Drawing.Point(94, 3);
- this.btnLogout.Name = "btnLogout";
- this.btnLogout.Size = new System.Drawing.Size(85, 28);
- this.btnLogout.TabIndex = 4;
- this.btnLogout.Text = " 注销此卡";
- this.btnLogout.UseVisualStyleBackColor = false;
- //
- // btnPassword
- //
- this.btnPassword.BackColor = System.Drawing.Color.Transparent;
- this.btnPassword.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPassword.BackImg")));
- this.btnPassword.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPassword.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPassword.ForeColor = System.Drawing.Color.White;
- this.btnPassword.IsCustomBackImg = false;
- this.btnPassword.IsShowText = true;
- this.btnPassword.Location = new System.Drawing.Point(185, 3);
- this.btnPassword.Name = "btnPassword";
- this.btnPassword.Size = new System.Drawing.Size(85, 28);
- this.btnPassword.TabIndex = 10;
- this.btnPassword.Text = " 密码设置";
- this.btnPassword.UseVisualStyleBackColor = false;
- //
- // btnRecharge
- //
- this.btnRecharge.BackColor = System.Drawing.Color.Transparent;
- this.btnRecharge.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecharge.BackImg")));
- this.btnRecharge.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRecharge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRecharge.ForeColor = System.Drawing.Color.White;
- this.btnRecharge.IsCustomBackImg = false;
- this.btnRecharge.IsShowText = true;
- this.btnRecharge.Location = new System.Drawing.Point(3, 3);
- this.btnRecharge.Name = "btnRecharge";
- this.btnRecharge.Size = new System.Drawing.Size(85, 28);
- this.btnRecharge.TabIndex = 0;
- this.btnRecharge.Text = " 充 值";
- this.btnRecharge.UseVisualStyleBackColor = false;
- //
- // btnCash
- //
- this.btnCash.BackColor = System.Drawing.Color.Transparent;
- this.btnCash.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCash.BackImg")));
- this.btnCash.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCash.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCash.ForeColor = System.Drawing.Color.White;
- this.btnCash.IsCustomBackImg = false;
- this.btnCash.IsShowText = true;
- this.btnCash.Location = new System.Drawing.Point(94, 3);
- this.btnCash.Name = "btnCash";
- this.btnCash.Size = new System.Drawing.Size(85, 28);
- this.btnCash.TabIndex = 1;
- this.btnCash.Text = " 储值提现";
- this.btnCash.UseVisualStyleBackColor = false;
- //
- // btnCashbackInfo
- //
- this.btnCashbackInfo.BackColor = System.Drawing.Color.Transparent;
- this.btnCashbackInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCashbackInfo.BackImg")));
- this.btnCashbackInfo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCashbackInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCashbackInfo.ForeColor = System.Drawing.Color.White;
- this.btnCashbackInfo.IsCustomBackImg = false;
- this.btnCashbackInfo.IsShowText = true;
- this.btnCashbackInfo.Location = new System.Drawing.Point(185, 3);
- this.btnCashbackInfo.Name = "btnCashbackInfo";
- this.btnCashbackInfo.Size = new System.Drawing.Size(85, 28);
- this.btnCashbackInfo.TabIndex = 11;
- this.btnCashbackInfo.Text = " 返现信息";
- this.btnCashbackInfo.UseVisualStyleBackColor = false;
- //
- // panelEx1
- //
- this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.flpanel1);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Controls.Add(this.txtPackagesAmount);
- this.panelEx1.Controls.Add(this.txtUseDiscount);
- this.panelEx1.Controls.Add(this.labelEx8);
- this.panelEx1.Controls.Add(this.labelEx9);
- this.panelEx1.Controls.Add(this.txtTelephone);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.txtCradType);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Controls.Add(this.txtCashAccount);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.txtAvailablePoints);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.txtHolder);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.txtCardNo);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(530, 638);
- this.panelEx1.TabIndex = 3;
- //
- // flpanel1
- //
- this.flpanel1.Controls.Add(this.flpanel2);
- this.flpanel1.Controls.Add(this.flpanel3);
- this.flpanel1.Controls.Add(this.flpanel4);
- this.flpanel1.Controls.Add(this.flpanel5);
- this.flpanel1.Controls.Add(this.flpanel6);
- this.flpanel1.Controls.Add(this.flpanel7);
- this.flpanel1.Location = new System.Drawing.Point(10, 165);
- this.flpanel1.Name = "flpanel1";
- this.flpanel1.Size = new System.Drawing.Size(515, 401);
- this.flpanel1.TabIndex = 269;
- //
- // flpanel2
- //
- this.flpanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flpanel2.Controls.Add(this.panelEx3);
- this.flpanel2.Controls.Add(this.flowLayoutPanel6);
- this.flpanel2.Location = new System.Drawing.Point(1, 1);
- this.flpanel2.Margin = new System.Windows.Forms.Padding(1);
- this.flpanel2.Name = "flpanel2";
- this.flpanel2.Size = new System.Drawing.Size(507, 65);
- this.flpanel2.TabIndex = 262;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.labelEx10);
- this.panelEx3.Location = new System.Drawing.Point(1, 1);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(38, 32);
- this.panelEx3.TabIndex = 263;
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(4, 8);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(32, 17);
- this.labelEx10.TabIndex = 261;
- this.labelEx10.Text = "属性";
- //
- // flowLayoutPanel6
- //
- this.flowLayoutPanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel6.Controls.Add(this.btnModifyData);
- this.flowLayoutPanel6.Controls.Add(this.btnLogout);
- this.flowLayoutPanel6.Controls.Add(this.btnPassword);
- this.flowLayoutPanel6.Controls.Add(this.btnRetrievePassword);
- this.flowLayoutPanel6.Controls.Add(this.btnChangingCard);
- this.flowLayoutPanel6.Controls.Add(this.btnUpdateType);
- this.flowLayoutPanel6.Controls.Add(this.btnSendAmount);
- this.flowLayoutPanel6.Controls.Add(this.btnUpdateDiscount);
- this.flowLayoutPanel6.Controls.Add(this.btnUseLog);
- this.flowLayoutPanel6.Controls.Add(this.btn_DisInfo);
- this.flowLayoutPanel6.Location = new System.Drawing.Point(41, 1);
- this.flowLayoutPanel6.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel6.Name = "flowLayoutPanel6";
- this.flowLayoutPanel6.Size = new System.Drawing.Size(459, 63);
- this.flowLayoutPanel6.TabIndex = 264;
- //
- // btnRetrievePassword
- //
- this.btnRetrievePassword.BackColor = System.Drawing.Color.Transparent;
- this.btnRetrievePassword.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRetrievePassword.BackImg")));
- this.btnRetrievePassword.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRetrievePassword.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRetrievePassword.ForeColor = System.Drawing.Color.White;
- this.btnRetrievePassword.IsCustomBackImg = false;
- this.btnRetrievePassword.IsShowText = true;
- this.btnRetrievePassword.Location = new System.Drawing.Point(276, 3);
- this.btnRetrievePassword.Name = "btnRetrievePassword";
- this.btnRetrievePassword.Size = new System.Drawing.Size(85, 28);
- this.btnRetrievePassword.TabIndex = 11;
- this.btnRetrievePassword.Text = " 找回密码";
- this.btnRetrievePassword.UseVisualStyleBackColor = false;
- //
- // btnUpdateType
- //
- this.btnUpdateType.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdateType.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateType.BackImg")));
- this.btnUpdateType.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdateType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdateType.ForeColor = System.Drawing.Color.White;
- this.btnUpdateType.IsCustomBackImg = false;
- this.btnUpdateType.IsShowText = true;
- this.btnUpdateType.Location = new System.Drawing.Point(3, 34);
- this.btnUpdateType.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.btnUpdateType.Name = "btnUpdateType";
- this.btnUpdateType.Size = new System.Drawing.Size(85, 28);
- this.btnUpdateType.TabIndex = 12;
- this.btnUpdateType.Text = " 修改等级";
- this.btnUpdateType.UseVisualStyleBackColor = false;
- //
- // btnSendAmount
- //
- this.btnSendAmount.BackColor = System.Drawing.Color.Transparent;
- this.btnSendAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendAmount.BackImg")));
- this.btnSendAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSendAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSendAmount.ForeColor = System.Drawing.Color.White;
- this.btnSendAmount.IsCustomBackImg = false;
- this.btnSendAmount.IsShowText = true;
- this.btnSendAmount.Location = new System.Drawing.Point(94, 34);
- this.btnSendAmount.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.btnSendAmount.Name = "btnSendAmount";
- this.btnSendAmount.Size = new System.Drawing.Size(85, 28);
- this.btnSendAmount.TabIndex = 13;
- this.btnSendAmount.Text = " 送金额";
- this.btnSendAmount.UseVisualStyleBackColor = false;
- //
- // btnUpdateDiscount
- //
- this.btnUpdateDiscount.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdateDiscount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateDiscount.BackImg")));
- this.btnUpdateDiscount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdateDiscount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdateDiscount.ForeColor = System.Drawing.Color.White;
- this.btnUpdateDiscount.IsCustomBackImg = false;
- this.btnUpdateDiscount.IsShowText = true;
- this.btnUpdateDiscount.Location = new System.Drawing.Point(185, 34);
- this.btnUpdateDiscount.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.btnUpdateDiscount.Name = "btnUpdateDiscount";
- this.btnUpdateDiscount.Size = new System.Drawing.Size(85, 28);
- this.btnUpdateDiscount.TabIndex = 14;
- this.btnUpdateDiscount.Text = " 修改折扣";
- this.btnUpdateDiscount.UseVisualStyleBackColor = false;
- //
- // btn_DisInfo
- //
- this.btn_DisInfo.BackColor = System.Drawing.Color.Transparent;
- this.btn_DisInfo.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_DisInfo.BackImg")));
- this.btn_DisInfo.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_DisInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_DisInfo.ForeColor = System.Drawing.Color.White;
- this.btn_DisInfo.IsCustomBackImg = false;
- this.btn_DisInfo.IsShowText = true;
- this.btn_DisInfo.Location = new System.Drawing.Point(367, 37);
- this.btn_DisInfo.Name = "btn_DisInfo";
- this.btn_DisInfo.Size = new System.Drawing.Size(85, 28);
- this.btn_DisInfo.TabIndex = 15;
- this.btn_DisInfo.Text = "修改备注";
- this.btn_DisInfo.UseVisualStyleBackColor = false;
- //
- // flpanel3
- //
- this.flpanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flpanel3.Controls.Add(this.panelEx4);
- this.flpanel3.Controls.Add(this.flowLayoutPanel7);
- this.flpanel3.Location = new System.Drawing.Point(1, 68);
- this.flpanel3.Margin = new System.Windows.Forms.Padding(1);
- this.flpanel3.Name = "flpanel3";
- this.flpanel3.Size = new System.Drawing.Size(507, 34);
- this.flpanel3.TabIndex = 264;
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.labelEx11);
- this.panelEx4.Location = new System.Drawing.Point(1, 1);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(38, 32);
- this.panelEx4.TabIndex = 263;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx11.Location = new System.Drawing.Point(4, 8);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(32, 17);
- this.labelEx11.TabIndex = 262;
- this.labelEx11.Text = "积分";
- //
- // flowLayoutPanel7
- //
- this.flowLayoutPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel7.Controls.Add(this.btnOpenPointsViceCard);
- this.flowLayoutPanel7.Controls.Add(this.btnSendPoint);
- this.flowLayoutPanel7.Controls.Add(this.btnRedeemPoint);
- this.flowLayoutPanel7.Controls.Add(this.btnTurnPoints);
- this.flowLayoutPanel7.Controls.Add(this.btnRedeemLog);
- this.flowLayoutPanel7.Location = new System.Drawing.Point(41, 1);
- this.flowLayoutPanel7.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel7.Name = "flowLayoutPanel7";
- this.flowLayoutPanel7.Size = new System.Drawing.Size(459, 32);
- this.flowLayoutPanel7.TabIndex = 264;
- //
- // btnOpenPointsViceCard
- //
- this.btnOpenPointsViceCard.BackColor = System.Drawing.Color.Transparent;
- this.btnOpenPointsViceCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenPointsViceCard.BackImg")));
- this.btnOpenPointsViceCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOpenPointsViceCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOpenPointsViceCard.ForeColor = System.Drawing.Color.White;
- this.btnOpenPointsViceCard.IsCustomBackImg = false;
- this.btnOpenPointsViceCard.IsShowText = true;
- this.btnOpenPointsViceCard.Location = new System.Drawing.Point(3, 3);
- this.btnOpenPointsViceCard.Name = "btnOpenPointsViceCard";
- this.btnOpenPointsViceCard.Size = new System.Drawing.Size(85, 28);
- this.btnOpenPointsViceCard.TabIndex = 10;
- this.btnOpenPointsViceCard.Text = " 发积分副卡";
- this.btnOpenPointsViceCard.UseVisualStyleBackColor = false;
- //
- // flpanel4
- //
- this.flpanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flpanel4.Controls.Add(this.panelEx5);
- this.flpanel4.Controls.Add(this.flowLayoutPanel5);
- this.flpanel4.Location = new System.Drawing.Point(1, 104);
- this.flpanel4.Margin = new System.Windows.Forms.Padding(1);
- this.flpanel4.Name = "flpanel4";
- this.flpanel4.Size = new System.Drawing.Size(507, 34);
- this.flpanel4.TabIndex = 265;
- this.flpanel4.Visible = false;
- //
- // panelEx5
- //
- this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx5.BorderWidth = 1;
- this.panelEx5.Controls.Add(this.labelEx12);
- this.panelEx5.Location = new System.Drawing.Point(1, 1);
- this.panelEx5.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx5.Name = "panelEx5";
- this.panelEx5.Size = new System.Drawing.Size(38, 32);
- this.panelEx5.TabIndex = 0;
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(4, 8);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(32, 17);
- this.labelEx12.TabIndex = 263;
- this.labelEx12.Text = "储值";
- //
- // flowLayoutPanel5
- //
- this.flowLayoutPanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel5.Controls.Add(this.btnRecharge);
- this.flowLayoutPanel5.Controls.Add(this.btnCash);
- this.flowLayoutPanel5.Controls.Add(this.btnRechargeLog);
- this.flowLayoutPanel5.Controls.Add(this.btnDepositAmount);
- this.flowLayoutPanel5.Controls.Add(this.btnReturnDepositAmount);
- this.flowLayoutPanel5.Location = new System.Drawing.Point(41, 1);
- this.flowLayoutPanel5.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel5.Name = "flowLayoutPanel5";
- this.flowLayoutPanel5.Size = new System.Drawing.Size(459, 32);
- this.flowLayoutPanel5.TabIndex = 266;
- //
- // btnRechargeLog
- //
- this.btnRechargeLog.BackColor = System.Drawing.Color.Transparent;
- this.btnRechargeLog.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRechargeLog.BackImg")));
- this.btnRechargeLog.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRechargeLog.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRechargeLog.ForeColor = System.Drawing.Color.White;
- this.btnRechargeLog.IsCustomBackImg = false;
- this.btnRechargeLog.IsShowText = true;
- this.btnRechargeLog.Location = new System.Drawing.Point(185, 3);
- this.btnRechargeLog.Name = "btnRechargeLog";
- this.btnRechargeLog.Size = new System.Drawing.Size(85, 28);
- this.btnRechargeLog.TabIndex = 14;
- this.btnRechargeLog.Text = " 储值记录";
- this.btnRechargeLog.UseVisualStyleBackColor = false;
- //
- // btnDepositAmount
- //
- this.btnDepositAmount.BackColor = System.Drawing.Color.Transparent;
- this.btnDepositAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDepositAmount.BackImg")));
- this.btnDepositAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDepositAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDepositAmount.ForeColor = System.Drawing.Color.White;
- this.btnDepositAmount.IsCustomBackImg = false;
- this.btnDepositAmount.IsShowText = true;
- this.btnDepositAmount.Location = new System.Drawing.Point(276, 3);
- this.btnDepositAmount.Name = "btnDepositAmount";
- this.btnDepositAmount.Size = new System.Drawing.Size(85, 28);
- this.btnDepositAmount.TabIndex = 15;
- this.btnDepositAmount.Text = " 缴纳定金";
- this.btnDepositAmount.UseVisualStyleBackColor = false;
- this.btnDepositAmount.Visible = false;
- //
- // btnReturnDepositAmount
- //
- this.btnReturnDepositAmount.BackColor = System.Drawing.Color.Transparent;
- this.btnReturnDepositAmount.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturnDepositAmount.BackImg")));
- this.btnReturnDepositAmount.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReturnDepositAmount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReturnDepositAmount.ForeColor = System.Drawing.Color.White;
- this.btnReturnDepositAmount.IsCustomBackImg = false;
- this.btnReturnDepositAmount.IsShowText = true;
- this.btnReturnDepositAmount.Location = new System.Drawing.Point(367, 3);
- this.btnReturnDepositAmount.Name = "btnReturnDepositAmount";
- this.btnReturnDepositAmount.Size = new System.Drawing.Size(85, 28);
- this.btnReturnDepositAmount.TabIndex = 16;
- this.btnReturnDepositAmount.Text = " 定金退款";
- this.btnReturnDepositAmount.UseVisualStyleBackColor = false;
- this.btnReturnDepositAmount.Visible = false;
- //
- // flpanel5
- //
- this.flpanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flpanel5.Controls.Add(this.panelEx6);
- this.flpanel5.Controls.Add(this.flowLayoutPanel8);
- this.flpanel5.Location = new System.Drawing.Point(1, 140);
- this.flpanel5.Margin = new System.Windows.Forms.Padding(1);
- this.flpanel5.Name = "flpanel5";
- this.flpanel5.Size = new System.Drawing.Size(507, 34);
- this.flpanel5.TabIndex = 260;
- this.flpanel5.Visible = false;
- //
- // panelEx6
- //
- this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx6.BorderWidth = 1;
- this.panelEx6.Controls.Add(this.labelEx13);
- this.panelEx6.Location = new System.Drawing.Point(1, 1);
- this.panelEx6.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx6.Name = "panelEx6";
- this.panelEx6.Size = new System.Drawing.Size(38, 32);
- this.panelEx6.TabIndex = 264;
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx13.Location = new System.Drawing.Point(4, 8);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(32, 17);
- this.labelEx13.TabIndex = 262;
- this.labelEx13.Text = "返现";
- //
- // flowLayoutPanel8
- //
- this.flowLayoutPanel8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel8.Controls.Add(this.btnOpenBackCashCard);
- this.flowLayoutPanel8.Controls.Add(this.btnBackCashTakeCash);
- this.flowLayoutPanel8.Controls.Add(this.btnCashbackInfo);
- this.flowLayoutPanel8.Location = new System.Drawing.Point(41, 1);
- this.flowLayoutPanel8.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel8.Name = "flowLayoutPanel8";
- this.flowLayoutPanel8.Size = new System.Drawing.Size(459, 32);
- this.flowLayoutPanel8.TabIndex = 266;
- //
- // btnOpenBackCashCard
- //
- this.btnOpenBackCashCard.BackColor = System.Drawing.Color.Transparent;
- this.btnOpenBackCashCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenBackCashCard.BackImg")));
- this.btnOpenBackCashCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOpenBackCashCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOpenBackCashCard.ForeColor = System.Drawing.Color.White;
- this.btnOpenBackCashCard.IsCustomBackImg = false;
- this.btnOpenBackCashCard.IsShowText = true;
- this.btnOpenBackCashCard.Location = new System.Drawing.Point(3, 3);
- this.btnOpenBackCashCard.Name = "btnOpenBackCashCard";
- this.btnOpenBackCashCard.Size = new System.Drawing.Size(85, 28);
- this.btnOpenBackCashCard.TabIndex = 15;
- this.btnOpenBackCashCard.Text = " 发返现副卡";
- this.btnOpenBackCashCard.UseVisualStyleBackColor = false;
- //
- // btnBackCashTakeCash
- //
- this.btnBackCashTakeCash.BackColor = System.Drawing.Color.Transparent;
- this.btnBackCashTakeCash.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBackCashTakeCash.BackImg")));
- this.btnBackCashTakeCash.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnBackCashTakeCash.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnBackCashTakeCash.ForeColor = System.Drawing.Color.White;
- this.btnBackCashTakeCash.IsCustomBackImg = false;
- this.btnBackCashTakeCash.IsShowText = true;
- this.btnBackCashTakeCash.Location = new System.Drawing.Point(94, 3);
- this.btnBackCashTakeCash.Name = "btnBackCashTakeCash";
- this.btnBackCashTakeCash.Size = new System.Drawing.Size(85, 28);
- this.btnBackCashTakeCash.TabIndex = 16;
- this.btnBackCashTakeCash.Text = " 返现提现";
- this.btnBackCashTakeCash.UseVisualStyleBackColor = false;
- //
- // flpanel6
- //
- this.flpanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flpanel6.Controls.Add(this.panelEx7);
- this.flpanel6.Controls.Add(this.flowLayoutPanel10);
- this.flpanel6.Location = new System.Drawing.Point(1, 176);
- this.flpanel6.Margin = new System.Windows.Forms.Padding(1);
- this.flpanel6.Name = "flpanel6";
- this.flpanel6.Size = new System.Drawing.Size(507, 34);
- this.flpanel6.TabIndex = 267;
- this.flpanel6.Visible = false;
- //
- // panelEx7
- //
- this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx7.BorderWidth = 1;
- this.panelEx7.Controls.Add(this.labelEx14);
- this.panelEx7.Location = new System.Drawing.Point(1, 1);
- this.panelEx7.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx7.Name = "panelEx7";
- this.panelEx7.Size = new System.Drawing.Size(38, 32);
- this.panelEx7.TabIndex = 264;
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(4, 8);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(32, 17);
- this.labelEx14.TabIndex = 262;
- this.labelEx14.Text = "服务";
- //
- // flowLayoutPanel10
- //
- this.flowLayoutPanel10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel10.Controls.Add(this.btnService);
- this.flowLayoutPanel10.Controls.Add(this.btnServicePaymentRecord);
- this.flowLayoutPanel10.Controls.Add(this.btnServiceUseRecord);
- this.flowLayoutPanel10.Location = new System.Drawing.Point(41, 1);
- this.flowLayoutPanel10.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel10.Name = "flowLayoutPanel10";
- this.flowLayoutPanel10.Size = new System.Drawing.Size(459, 32);
- this.flowLayoutPanel10.TabIndex = 266;
- //
- // btnService
- //
- this.btnService.BackColor = System.Drawing.Color.Transparent;
- this.btnService.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnService.BackImg")));
- this.btnService.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnService.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnService.ForeColor = System.Drawing.Color.White;
- this.btnService.IsCustomBackImg = false;
- this.btnService.IsShowText = true;
- this.btnService.Location = new System.Drawing.Point(3, 3);
- this.btnService.Name = "btnService";
- this.btnService.Size = new System.Drawing.Size(85, 28);
- this.btnService.TabIndex = 20;
- this.btnService.Text = " 服务资料";
- this.btnService.UseVisualStyleBackColor = false;
- //
- // btnServicePaymentRecord
- //
- this.btnServicePaymentRecord.BackColor = System.Drawing.Color.Transparent;
- this.btnServicePaymentRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServicePaymentRecord.BackImg")));
- this.btnServicePaymentRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnServicePaymentRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnServicePaymentRecord.ForeColor = System.Drawing.Color.White;
- this.btnServicePaymentRecord.IsCustomBackImg = false;
- this.btnServicePaymentRecord.IsShowText = true;
- this.btnServicePaymentRecord.Location = new System.Drawing.Point(94, 3);
- this.btnServicePaymentRecord.Name = "btnServicePaymentRecord";
- this.btnServicePaymentRecord.Size = new System.Drawing.Size(85, 28);
- this.btnServicePaymentRecord.TabIndex = 22;
- this.btnServicePaymentRecord.Text = " 收款记录";
- this.btnServicePaymentRecord.UseVisualStyleBackColor = false;
- //
- // btnServiceUseRecord
- //
- this.btnServiceUseRecord.BackColor = System.Drawing.Color.Transparent;
- this.btnServiceUseRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceUseRecord.BackImg")));
- this.btnServiceUseRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnServiceUseRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnServiceUseRecord.ForeColor = System.Drawing.Color.White;
- this.btnServiceUseRecord.IsCustomBackImg = false;
- this.btnServiceUseRecord.IsShowText = true;
- this.btnServiceUseRecord.Location = new System.Drawing.Point(185, 3);
- this.btnServiceUseRecord.Name = "btnServiceUseRecord";
- this.btnServiceUseRecord.Size = new System.Drawing.Size(85, 28);
- this.btnServiceUseRecord.TabIndex = 21;
- this.btnServiceUseRecord.Text = " 使用记录";
- this.btnServiceUseRecord.UseVisualStyleBackColor = false;
- //
- // flpanel7
- //
- this.flpanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flpanel7.Controls.Add(this.panelEx8);
- this.flpanel7.Controls.Add(this.flowLayoutPanel2);
- this.flpanel7.Location = new System.Drawing.Point(1, 212);
- this.flpanel7.Margin = new System.Windows.Forms.Padding(1);
- this.flpanel7.Name = "flpanel7";
- this.flpanel7.Size = new System.Drawing.Size(507, 34);
- this.flpanel7.TabIndex = 268;
- this.flpanel7.Visible = false;
- //
- // panelEx8
- //
- this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx8.BorderWidth = 1;
- this.panelEx8.Controls.Add(this.labelEx15);
- this.panelEx8.Location = new System.Drawing.Point(1, 1);
- this.panelEx8.Margin = new System.Windows.Forms.Padding(1);
- this.panelEx8.Name = "panelEx8";
- this.panelEx8.Size = new System.Drawing.Size(38, 32);
- this.panelEx8.TabIndex = 264;
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx15.Location = new System.Drawing.Point(4, 8);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(32, 17);
- this.labelEx15.TabIndex = 262;
- this.labelEx15.Text = "摄会";
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel2.Controls.Add(this.btnPhotographerConference);
- this.flowLayoutPanel2.Controls.Add(this.btnMyPhotographerConference);
- this.flowLayoutPanel2.Controls.Add(this.btnPhotographerConferenceRecord);
- this.flowLayoutPanel2.Location = new System.Drawing.Point(41, 1);
- this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(459, 32);
- this.flowLayoutPanel2.TabIndex = 266;
- //
- // btnPhotographerConference
- //
- this.btnPhotographerConference.BackColor = System.Drawing.Color.Transparent;
- this.btnPhotographerConference.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerConference.BackImg")));
- this.btnPhotographerConference.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPhotographerConference.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPhotographerConference.ForeColor = System.Drawing.Color.White;
- this.btnPhotographerConference.IsCustomBackImg = false;
- this.btnPhotographerConference.IsShowText = true;
- this.btnPhotographerConference.Location = new System.Drawing.Point(3, 3);
- this.btnPhotographerConference.Name = "btnPhotographerConference";
- this.btnPhotographerConference.Size = new System.Drawing.Size(85, 28);
- this.btnPhotographerConference.TabIndex = 20;
- this.btnPhotographerConference.Text = " 办理新摄会";
- this.btnPhotographerConference.UseVisualStyleBackColor = false;
- //
- // btnMyPhotographerConference
- //
- this.btnMyPhotographerConference.BackColor = System.Drawing.Color.Transparent;
- this.btnMyPhotographerConference.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnMyPhotographerConference.BackImg")));
- this.btnMyPhotographerConference.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnMyPhotographerConference.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnMyPhotographerConference.ForeColor = System.Drawing.Color.White;
- this.btnMyPhotographerConference.IsCustomBackImg = false;
- this.btnMyPhotographerConference.IsShowText = true;
- this.btnMyPhotographerConference.Location = new System.Drawing.Point(94, 3);
- this.btnMyPhotographerConference.Name = "btnMyPhotographerConference";
- this.btnMyPhotographerConference.Size = new System.Drawing.Size(85, 28);
- this.btnMyPhotographerConference.TabIndex = 22;
- this.btnMyPhotographerConference.Text = " 我的新摄会";
- this.btnMyPhotographerConference.UseVisualStyleBackColor = false;
- //
- // btnPhotographerConferenceRecord
- //
- this.btnPhotographerConferenceRecord.BackColor = System.Drawing.Color.Transparent;
- this.btnPhotographerConferenceRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPhotographerConferenceRecord.BackImg")));
- this.btnPhotographerConferenceRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPhotographerConferenceRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPhotographerConferenceRecord.ForeColor = System.Drawing.Color.White;
- this.btnPhotographerConferenceRecord.IsCustomBackImg = false;
- this.btnPhotographerConferenceRecord.IsShowText = true;
- this.btnPhotographerConferenceRecord.Location = new System.Drawing.Point(185, 3);
- this.btnPhotographerConferenceRecord.Name = "btnPhotographerConferenceRecord";
- this.btnPhotographerConferenceRecord.Size = new System.Drawing.Size(85, 28);
- this.btnPhotographerConferenceRecord.TabIndex = 21;
- this.btnPhotographerConferenceRecord.Text = " 新摄会记录";
- this.btnPhotographerConferenceRecord.UseVisualStyleBackColor = false;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Location = new System.Drawing.Point(10, 146);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(540, 1);
- this.panelEx2.TabIndex = 268;
- //
- // txtPackagesAmount
- //
- this.txtPackagesAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtPackagesAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPackagesAmount.Icon = null;
- this.txtPackagesAmount.IconIsButton = false;
- this.txtPackagesAmount.IsPasswordChat = '\0';
- this.txtPackagesAmount.IsSystemPasswordChar = false;
- this.txtPackagesAmount.Lines = new string[0];
- this.txtPackagesAmount.Location = new System.Drawing.Point(424, 104);
- this.txtPackagesAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtPackagesAmount.MaxLength = 32767;
- this.txtPackagesAmount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtPackagesAmount.MouseBack = null;
- this.txtPackagesAmount.Multiline = false;
- this.txtPackagesAmount.Name = "txtPackagesAmount";
- this.txtPackagesAmount.NormlBack = null;
- this.txtPackagesAmount.Padding = new System.Windows.Forms.Padding(5);
- this.txtPackagesAmount.ReadOnly = true;
- this.txtPackagesAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPackagesAmount.Size = new System.Drawing.Size(87, 25);
- this.txtPackagesAmount.TabIndex = 259;
- this.txtPackagesAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPackagesAmount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPackagesAmount.WaterText = "";
- this.txtPackagesAmount.WordWrap = true;
- //
- // txtUseDiscount
- //
- this.txtUseDiscount.BackColor = System.Drawing.Color.Transparent;
- this.txtUseDiscount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtUseDiscount.Icon = null;
- this.txtUseDiscount.IconIsButton = false;
- this.txtUseDiscount.IsPasswordChat = '\0';
- this.txtUseDiscount.IsSystemPasswordChar = false;
- this.txtUseDiscount.Lines = new string[0];
- this.txtUseDiscount.Location = new System.Drawing.Point(253, 104);
- this.txtUseDiscount.Margin = new System.Windows.Forms.Padding(0);
- this.txtUseDiscount.MaxLength = 32767;
- this.txtUseDiscount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtUseDiscount.MouseBack = null;
- this.txtUseDiscount.Multiline = false;
- this.txtUseDiscount.Name = "txtUseDiscount";
- this.txtUseDiscount.NormlBack = null;
- this.txtUseDiscount.Padding = new System.Windows.Forms.Padding(5);
- this.txtUseDiscount.ReadOnly = true;
- this.txtUseDiscount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtUseDiscount.Size = new System.Drawing.Size(87, 25);
- this.txtUseDiscount.TabIndex = 258;
- this.txtUseDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtUseDiscount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtUseDiscount.WaterText = "";
- this.txtUseDiscount.WordWrap = true;
- //
- // 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(185, 108);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(68, 17);
- this.labelEx8.TabIndex = 256;
- this.labelEx8.Text = "消费折扣:";
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(356, 108);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(68, 17);
- this.labelEx9.TabIndex = 257;
- this.labelEx9.Text = "套系金额:";
- //
- // txtTelephone
- //
- this.txtTelephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtTelephone.Location = new System.Drawing.Point(385, 45);
- this.txtTelephone.Mask = "00000000000";
- this.txtTelephone.Name = "txtTelephone";
- this.txtTelephone.PromptChar = ' ';
- this.txtTelephone.ReadOnly = true;
- this.txtTelephone.Size = new System.Drawing.Size(125, 23);
- this.txtTelephone.TabIndex = 251;
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(18, 16);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(56, 17);
- this.labelEx7.TabIndex = 12;
- this.labelEx7.Text = "会员资料";
- //
- // GoldCardManagementSmallForm
- //
- 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(550, 723);
- 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 = "GoldCardManagementSmallForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- 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.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.flpanel1.ResumeLayout(false);
- this.flpanel2.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.flowLayoutPanel6.ResumeLayout(false);
- this.flpanel3.ResumeLayout(false);
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.flowLayoutPanel7.ResumeLayout(false);
- this.flpanel4.ResumeLayout(false);
- this.panelEx5.ResumeLayout(false);
- this.panelEx5.PerformLayout();
- this.flowLayoutPanel5.ResumeLayout(false);
- this.flpanel5.ResumeLayout(false);
- this.panelEx6.ResumeLayout(false);
- this.panelEx6.PerformLayout();
- this.flowLayoutPanel8.ResumeLayout(false);
- this.flpanel6.ResumeLayout(false);
- this.panelEx7.ResumeLayout(false);
- this.panelEx7.PerformLayout();
- this.flowLayoutPanel10.ResumeLayout(false);
- this.flpanel7.ResumeLayout(false);
- this.panelEx8.ResumeLayout(false);
- this.panelEx8.PerformLayout();
- this.flowLayoutPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.LabelEx labelEx6;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.TextBoxEx txtCradType;
- protected ComponentLibrary.TextBoxEx txtCashAccount;
- protected ComponentLibrary.TextBoxEx txtAvailablePoints;
- protected ComponentLibrary.TextBoxEx txtHolder;
- protected ComponentLibrary.TextBoxEx txtCardNo;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx7;
- protected ComponentLibrary.MaskedTextBoxEx txtTelephone;
- protected ComponentLibrary.TextBoxEx txtPackagesAmount;
- protected ComponentLibrary.TextBoxEx txtUseDiscount;
- private ComponentLibrary.LabelEx labelEx8;
- private ComponentLibrary.LabelEx labelEx9;
- protected ComponentLibrary.ButtonEx btnUseLog;
- protected ComponentLibrary.ButtonEx btnRedeemLog;
- protected ComponentLibrary.ButtonEx btnRedeemPoint;
- protected ComponentLibrary.ButtonEx btnSendPoint;
- protected ComponentLibrary.ButtonEx btnTurnPoints;
- protected ComponentLibrary.ButtonEx btnLogout;
- protected ComponentLibrary.ButtonEx btnCash;
- protected ComponentLibrary.ButtonEx btnRecharge;
- protected ComponentLibrary.ButtonEx btnModifyData;
- protected ComponentLibrary.ButtonEx btnChangingCard;
- protected ComponentLibrary.ButtonEx btnPassword;
- protected ComponentLibrary.ButtonEx btnCashbackInfo;
- protected ComponentLibrary.ButtonEx btnOpenBackCashCard;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.LabelEx labelEx11;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.LabelEx labelEx10;
- private ComponentLibrary.PanelEx panelEx5;
- private ComponentLibrary.LabelEx labelEx12;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel7;
- private ComponentLibrary.PanelEx panelEx7;
- private ComponentLibrary.LabelEx labelEx14;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel10;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
- private ComponentLibrary.PanelEx panelEx6;
- private ComponentLibrary.LabelEx labelEx13;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel8;
- protected ComponentLibrary.ButtonEx btnService;
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ButtonEx btnServiceUseRecord;
- private System.Windows.Forms.FlowLayoutPanel flpanel1;
- protected System.Windows.Forms.FlowLayoutPanel flpanel5;
- protected System.Windows.Forms.FlowLayoutPanel flpanel3;
- protected System.Windows.Forms.FlowLayoutPanel flpanel2;
- protected System.Windows.Forms.FlowLayoutPanel flpanel4;
- protected System.Windows.Forms.FlowLayoutPanel flpanel6;
- protected ComponentLibrary.ButtonEx btnRetrievePassword;
- protected ComponentLibrary.ButtonEx btnRechargeLog;
- protected ComponentLibrary.ButtonEx btnBackCashTakeCash;
- protected System.Windows.Forms.FlowLayoutPanel flpanel7;
- private ComponentLibrary.PanelEx panelEx8;
- private ComponentLibrary.LabelEx labelEx15;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- protected ComponentLibrary.ButtonEx btnPhotographerConference;
- protected ComponentLibrary.ButtonEx btnPhotographerConferenceRecord;
- protected ComponentLibrary.ButtonEx btnUpdateType;
- protected ComponentLibrary.ButtonEx btnMyPhotographerConference;
- protected ComponentLibrary.ButtonEx btnServicePaymentRecord;
- protected ComponentLibrary.ButtonEx btnSendAmount;
- protected internal ComponentLibrary.ButtonEx btnOpenPointsViceCard;
- protected internal ComponentLibrary.ButtonEx btnUpdateDiscount;
- protected ComponentLibrary.ButtonEx btnDepositAmount;
- protected ComponentLibrary.ButtonEx btnReturnDepositAmount;
- private ComponentLibrary.ButtonEx btn_DisInfo;
- }
- }
|