namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
{
partial class ServiceRechargeSuperSmallForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceRechargeSuperSmallForm));
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
this.txtCount = new LYFZ.ComponentLibrary.TextBoxEx();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.txtCount);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Controls.Add(this.dgvData);
this.plExMainContainer.Size = new System.Drawing.Size(791, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(791, 545);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(759, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvData.BackgroundColor = System.Drawing.Color.White;
this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgvData.ColumnHeadersHeight = 24;
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.dgvData.ContextMenuStrip = this.contextMenuStrip1;
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.GridViewUniquelyIdentify = "_dgvData";
this.dgvData.IsCompleteBonding = false;
this.dgvData.Location = new System.Drawing.Point(10, 10);
this.dgvData.Name = "dgvData";
this.dgvData.RowHeadersVisible = false;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.RowTemplate.ReadOnly = true;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(771, 485);
this.dgvData.TabIndex = 0;
//
// Column1
//
this.Column1.HeaderText = "服务编号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Column2
//
this.Column2.HeaderText = "服务名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 200;
//
// Column3
//
this.Column3.HeaderText = "服务次数";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 200;
//
// Column4
//
this.Column4.HeaderText = "服务单价";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 200;
//
// Column5
//
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column5.HeaderText = "";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btnCancel);
this.panelEx1.Controls.Add(this.btnOK);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx1.Location = new System.Drawing.Point(0, 505);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(791, 40);
this.panelEx1.TabIndex = 1;
//
// 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(417, 6);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(100, 28);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = " 取 消";
this.btnCancel.UseVisualStyleBackColor = false;
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.IsCustomBackImg = false;
this.btnOK.IsShowText = true;
this.btnOK.Location = new System.Drawing.Point(257, 6);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(100, 28);
this.btnOK.TabIndex = 0;
this.btnOK.Text = " 确 定";
this.btnOK.UseVisualStyleBackColor = false;
//
// txtCount
//
this.txtCount.BackColor = System.Drawing.Color.Transparent;
this.txtCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtCount.Icon = null;
this.txtCount.IconIsButton = false;
this.txtCount.IsPasswordChat = '\0';
this.txtCount.IsSystemPasswordChar = false;
this.txtCount.Lines = new string[0];
this.txtCount.Location = new System.Drawing.Point(218, 38);
this.txtCount.Margin = new System.Windows.Forms.Padding(0);
this.txtCount.MaxLength = 32767;
this.txtCount.MinimumSize = new System.Drawing.Size(0, 24);
this.txtCount.MouseBack = null;
this.txtCount.Multiline = false;
this.txtCount.Name = "txtCount";
this.txtCount.NormlBack = null;
this.txtCount.Padding = new System.Windows.Forms.Padding(5);
this.txtCount.ReadOnly = false;
this.txtCount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtCount.Size = new System.Drawing.Size(120, 25);
this.txtCount.TabIndex = 2;
this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCount.Visible = false;
this.txtCount.WaterColor = System.Drawing.Color.DarkGray;
this.txtCount.WaterText = "";
this.txtCount.WordWrap = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// ServiceRechargeSuperSmallForm
//
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(791, 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 = "ServiceRechargeSuperSmallForm";
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);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.panelEx1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
protected ComponentLibrary.ButtonEx btnCancel;
protected ComponentLibrary.ButtonEx btnOK;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
protected ComponentLibrary.DataGridViewEx dgvData;
protected ComponentLibrary.TextBoxEx txtCount;
protected System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
}
}