123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
- {
- partial class AddPhotographerConferenceSmallForm
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddPhotographerConferenceSmallForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
- this.cmbPaymentMethod = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.dgvGift = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.G_1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.G_2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.G_3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.G_4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.G_5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.G_6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.dgvUpgradeData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.cmbMemberType = new LYFZ.ComponentLibrary.ComboBoxEx();
- 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.chkValidity = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.btnUpdateValidity = new LYFZ.ComponentLibrary.ButtonForm();
- this.dtpValidity = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGift)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUpgradeData)).BeginInit();
- 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(360, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(360, 545);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(391, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(328, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(391, 0);
- //
- // panelEx1
- //
- this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.chkValidity);
- this.panelEx1.Controls.Add(this.btnUpdateValidity);
- this.panelEx1.Controls.Add(this.dtpValidity);
- this.panelEx1.Controls.Add(this.btnSet);
- this.panelEx1.Controls.Add(this.labelEx13);
- this.panelEx1.Controls.Add(this.cmbPaymentMethod);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.dgvGift);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.dgvUpgradeData);
- this.panelEx1.Controls.Add(this.cmbMemberType);
- 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(340, 485);
- this.panelEx1.TabIndex = 0;
- //
- // btnSet
- //
- this.btnSet.BackColor = System.Drawing.Color.Transparent;
- this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
- this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSet.ForeColor = System.Drawing.Color.White;
- this.btnSet.IsCustomBackImg = false;
- this.btnSet.IsShowText = true;
- this.btnSet.Location = new System.Drawing.Point(273, 46);
- this.btnSet.Name = "btnSet";
- this.btnSet.Size = new System.Drawing.Size(49, 25);
- this.btnSet.TabIndex = 18;
- this.btnSet.Text = " 设置";
- this.btnSet.UseVisualStyleBackColor = false;
- //
- // cmbPaymentMethod
- //
- this.cmbPaymentMethod.AfterSelectLevelFirstNode = true;
- this.cmbPaymentMethod.DropDownHeight = 220;
- this.cmbPaymentMethod.DropDownShow = false;
- this.cmbPaymentMethod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.cmbPaymentMethod.FormattingEnabled = true;
- this.cmbPaymentMethod.IntegralHeight = false;
- this.cmbPaymentMethod.IsNodeMouseClick = true;
- this.cmbPaymentMethod.IsSelectParentNode = false;
- this.cmbPaymentMethod.Location = new System.Drawing.Point(93, 46);
- this.cmbPaymentMethod.Name = "cmbPaymentMethod";
- this.cmbPaymentMethod.ReadOnly = true;
- this.cmbPaymentMethod.SelectedNode = null;
- this.cmbPaymentMethod.Size = new System.Drawing.Size(170, 25);
- this.cmbPaymentMethod.StrGetName = "";
- this.cmbPaymentMethod.StrKey = null;
- this.cmbPaymentMethod.TabIndex = 17;
- //
- // 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(23, 49);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 16;
- this.labelEx2.Text = "收款方式:";
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(11, 111);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 10;
- this.labelEx4.Text = "新摄会详情";
- //
- // dgvGift
- //
- this.dgvGift.AllowUserToAddRows = false;
- this.dgvGift.AllowUserToDeleteRows = false;
- this.dgvGift.AllowUserToResizeRows = false;
- this.dgvGift.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvGift.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvGift.BackgroundColor = System.Drawing.Color.White;
- this.dgvGift.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvGift.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvGift.ColumnHeadersHeight = 24;
- this.dgvGift.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.G_1,
- this.G_2,
- this.G_3,
- this.G_4,
- this.G_5,
- this.G_6});
- this.dgvGift.dgvCurrentColumnOriginalSet = "";
- this.dgvGift.dgvCurrentColumnWidth = "";
- this.dgvGift.dgvCurrentHideColumn = null;
- this.dgvGift.dgvFixedHideColumn = null;
- this.dgvGift.dgvGuidName = null;
- this.dgvGift.dgvUserEmployeeID = null;
- this.dgvGift.EnableHeadersVisualStyles = false;
- this.dgvGift.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvGift.ImageHeight = 15;
- this.dgvGift.ImageWidth = 15;
- this.dgvGift.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvGift.ImgCollapse")));
- this.dgvGift.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvGift.ImgExpand")));
- this.dgvGift.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvGift.IsCopyCellValue = true;
- this.dgvGift.IsShowSerialNumber = false;
- this.dgvGift.IsSortedRedraw = true;
- this.dgvGift.IsSortMode = false;
- this.dgvGift.Location = new System.Drawing.Point(14, 261);
- this.dgvGift.Name = "dgvGift";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvGift.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvGift.RowHeadersVisible = false;
- this.dgvGift.RowHeadersWidth = 25;
- this.dgvGift.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvGift.RowTemplate.Height = 23;
- this.dgvGift.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGift.Size = new System.Drawing.Size(312, 210);
- this.dgvGift.TabIndex = 9;
- this.dgvGift.ViceCount = 1;
- //
- // G_1
- //
- this.G_1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.G_1.HeaderText = "赠品名称";
- this.G_1.Name = "G_1";
- this.G_1.ReadOnly = true;
- //
- // G_2
- //
- this.G_2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.G_2.HeaderText = "使用情况";
- this.G_2.Name = "G_2";
- this.G_2.ReadOnly = true;
- this.G_2.Width = 150;
- //
- // G_3
- //
- this.G_3.HeaderText = "赠品编号";
- this.G_3.Name = "G_3";
- this.G_3.ReadOnly = true;
- this.G_3.Visible = false;
- //
- // G_4
- //
- this.G_4.HeaderText = "套系类别编号";
- this.G_4.Name = "G_4";
- this.G_4.ReadOnly = true;
- this.G_4.Visible = false;
- //
- // G_5
- //
- this.G_5.HeaderText = "套系类别名称";
- this.G_5.Name = "G_5";
- this.G_5.ReadOnly = true;
- this.G_5.Visible = false;
- //
- // G_6
- //
- this.G_6.HeaderText = "类型";
- this.G_6.Name = "G_6";
- this.G_6.ReadOnly = true;
- this.G_6.Visible = false;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(11, 241);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 8;
- this.labelEx3.Text = "新摄会赠品";
- //
- // dgvUpgradeData
- //
- this.dgvUpgradeData.AllowUserToAddRows = false;
- this.dgvUpgradeData.AllowUserToDeleteRows = false;
- this.dgvUpgradeData.AllowUserToResizeRows = false;
- this.dgvUpgradeData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvUpgradeData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvUpgradeData.BackgroundColor = System.Drawing.Color.White;
- this.dgvUpgradeData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvUpgradeData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvUpgradeData.ColumnHeadersHeight = 24;
- this.dgvUpgradeData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3});
- this.dgvUpgradeData.dgvCurrentColumnOriginalSet = "";
- this.dgvUpgradeData.dgvCurrentColumnWidth = "";
- this.dgvUpgradeData.dgvCurrentHideColumn = null;
- this.dgvUpgradeData.dgvFixedHideColumn = null;
- this.dgvUpgradeData.dgvGuidName = null;
- this.dgvUpgradeData.dgvUserEmployeeID = null;
- this.dgvUpgradeData.EnableHeadersVisualStyles = false;
- this.dgvUpgradeData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvUpgradeData.ImageHeight = 15;
- this.dgvUpgradeData.ImageWidth = 15;
- this.dgvUpgradeData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvUpgradeData.ImgCollapse")));
- this.dgvUpgradeData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvUpgradeData.ImgExpand")));
- this.dgvUpgradeData.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvUpgradeData.IsCopyCellValue = true;
- this.dgvUpgradeData.IsShowSerialNumber = false;
- this.dgvUpgradeData.IsSortedRedraw = true;
- this.dgvUpgradeData.IsSortMode = false;
- this.dgvUpgradeData.Location = new System.Drawing.Point(14, 131);
- this.dgvUpgradeData.Name = "dgvUpgradeData";
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle14.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvUpgradeData.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
- this.dgvUpgradeData.RowHeadersVisible = false;
- this.dgvUpgradeData.RowHeadersWidth = 25;
- this.dgvUpgradeData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvUpgradeData.RowTemplate.Height = 23;
- this.dgvUpgradeData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvUpgradeData.Size = new System.Drawing.Size(312, 100);
- this.dgvUpgradeData.TabIndex = 7;
- this.dgvUpgradeData.ViceCount = 1;
- //
- // Column1
- //
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column1.DefaultCellStyle = dataGridViewCellStyle11;
- this.Column1.FillWeight = 100.9709F;
- this.Column1.HeaderText = "升级所需金(元)";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column2
- //
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column2.DefaultCellStyle = dataGridViewCellStyle12;
- this.Column2.FillWeight = 100.9709F;
- this.Column2.HeaderText = "返还所需积分";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column3.DefaultCellStyle = dataGridViewCellStyle13;
- this.Column3.FillWeight = 98.05825F;
- this.Column3.HeaderText = "返还金额(元)";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // cmbMemberType
- //
- this.cmbMemberType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbMemberType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbMemberType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbMemberType.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbMemberType.FormattingEnabled = true;
- this.cmbMemberType.IsCustomColor = false;
- this.cmbMemberType.Location = new System.Drawing.Point(94, 16);
- this.cmbMemberType.Name = "cmbMemberType";
- this.cmbMemberType.ReadOnly = true;
- this.cmbMemberType.Size = new System.Drawing.Size(169, 22);
- this.cmbMemberType.TabIndex = 1;
- //
- // 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(11, 19);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(80, 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, 505);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(360, 40);
- this.panelEx2.TabIndex = 10;
- //
- // 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(203, 6);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(100, 28);
- this.btnCancel.TabIndex = 12;
- 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(73, 6);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(100, 28);
- this.btnSave.TabIndex = 11;
- this.btnSave.Text = " 保 存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // chkValidity
- //
- this.chkValidity.AutoSize = true;
- this.chkValidity.BackColor = System.Drawing.Color.Transparent;
- this.chkValidity.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkValidity.Enabled = false;
- this.chkValidity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkValidity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkValidity.Fourstates = false;
- this.chkValidity.IsGreenTick = false;
- this.chkValidity.Location = new System.Drawing.Point(219, 81);
- this.chkValidity.Name = "chkValidity";
- this.chkValidity.Size = new System.Drawing.Size(51, 21);
- this.chkValidity.TabIndex = 216;
- this.chkValidity.Text = "永久";
- this.chkValidity.UseVisualStyleBackColor = false;
- //
- // btnUpdateValidity
- //
- this.btnUpdateValidity.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdateValidity.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdateValidity.BackImg")));
- this.btnUpdateValidity.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdateValidity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdateValidity.ForeColor = System.Drawing.Color.White;
- this.btnUpdateValidity.IsCustomBackImg = false;
- this.btnUpdateValidity.IsShowText = true;
- this.btnUpdateValidity.Location = new System.Drawing.Point(273, 79);
- this.btnUpdateValidity.Name = "btnUpdateValidity";
- this.btnUpdateValidity.Size = new System.Drawing.Size(49, 25);
- this.btnUpdateValidity.TabIndex = 20;
- this.btnUpdateValidity.Text = " 修改";
- this.btnUpdateValidity.UseVisualStyleBackColor = false;
- //
- // dtpValidity
- //
- this.dtpValidity.CustomFormat = " ";
- this.dtpValidity.DateValue = "";
- this.dtpValidity.Enabled = false;
- this.dtpValidity.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpValidity.IsShowTime = false;
- this.dtpValidity.Location = new System.Drawing.Point(95, 81);
- this.dtpValidity.Name = "dtpValidity";
- this.dtpValidity.Size = new System.Drawing.Size(120, 21);
- this.dtpValidity.TabIndex = 19;
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.BackColor = System.Drawing.Color.Transparent;
- this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx13.Location = new System.Drawing.Point(23, 83);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(68, 17);
- this.labelEx13.TabIndex = 18;
- this.labelEx13.Text = "有效期至:";
- //
- // AddPhotographerConferenceSmallForm
- //
- 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(360, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "AddPhotographerConferenceSmallForm";
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGift)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUpgradeData)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx labelEx4;
- protected ComponentLibrary.ButtonEx btnCancel;
- protected ComponentLibrary.ButtonEx btnSave;
- protected ComponentLibrary.DataGridViewEc dgvGift;
- protected ComponentLibrary.DataGridViewEc dgvUpgradeData;
- protected ComponentLibrary.ComboBoxEx cmbMemberType;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn G_1;
- private System.Windows.Forms.DataGridViewTextBoxColumn G_2;
- private System.Windows.Forms.DataGridViewTextBoxColumn G_3;
- private System.Windows.Forms.DataGridViewTextBoxColumn G_4;
- private System.Windows.Forms.DataGridViewTextBoxColumn G_5;
- private System.Windows.Forms.DataGridViewTextBoxColumn G_6;
- protected ComponentLibrary.ButtonForm btnSet;
- protected ComponentLibrary.ComboBoxTreeViewEx cmbPaymentMethod;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.CheckBoxEx chkValidity;
- protected internal ComponentLibrary.ButtonForm btnUpdateValidity;
- protected internal ComponentLibrary.DateTimePickerEx dtpValidity;
- protected ComponentLibrary.LabelEx labelEx13;
- }
- }
|