namespace LYFZ.Software.UI.HospitalTrackingSystem { partial class RemindSet { /// <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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RemindSet)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx(); this.dgvRemind = new LYFZ.ComponentLibrary.DataGridViewEc(); this.buttonEx1 = new LYFZ.ComponentLibrary.ButtonEx(); this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx(); this.textBoxEx2 = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.btnNewCreate = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvRemind)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(583, 337); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(583, 337); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(498, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(551, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(498, 0); // // 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.btnNewCreate); this.panelEx1.Controls.Add(this.labelEx3); this.panelEx1.Controls.Add(this.comboBoxTreeViewEx1); this.panelEx1.Controls.Add(this.btnClose); this.panelEx1.Controls.Add(this.btnDelete); this.panelEx1.Controls.Add(this.dgvRemind); this.panelEx1.Controls.Add(this.buttonEx1); this.panelEx1.Controls.Add(this.checkBoxEx1); this.panelEx1.Controls.Add(this.textBoxEx2); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.textBoxEx1); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(563, 317); this.panelEx1.TabIndex = 0; // // 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(384, 14); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(20, 17); this.labelEx3.TabIndex = 11; this.labelEx3.Text = "天"; // // comboBoxTreeViewEx1 // this.comboBoxTreeViewEx1.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.comboBoxTreeViewEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.comboBoxTreeViewEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.comboBoxTreeViewEx1.Font = new System.Drawing.Font("宋体", 10.5F); this.comboBoxTreeViewEx1.FormattingEnabled = true; this.comboBoxTreeViewEx1.IsCustomColor = false; this.comboBoxTreeViewEx1.Location = new System.Drawing.Point(225, 12); this.comboBoxTreeViewEx1.Name = "comboBoxTreeViewEx1"; this.comboBoxTreeViewEx1.ReadOnly = true; this.comboBoxTreeViewEx1.Size = new System.Drawing.Size(100, 22); this.comboBoxTreeViewEx1.TabIndex = 10; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(360, 280); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 28); this.btnClose.TabIndex = 9; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.Transparent; this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg"))); this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.IsCustomBackImg = false; this.btnDelete.IsShowText = true; this.btnDelete.Location = new System.Drawing.Point(249, 280); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 28); this.btnDelete.TabIndex = 8; this.btnDelete.Text = " 删 除"; this.btnDelete.UseVisualStyleBackColor = false; // // dgvRemind // this.dgvRemind.AllowUserToAddRows = false; this.dgvRemind.AllowUserToDeleteRows = false; this.dgvRemind.AllowUserToResizeRows = false; this.dgvRemind.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvRemind.BackgroundColor = System.Drawing.Color.White; this.dgvRemind.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvRemind.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvRemind.ColumnHeadersHeight = 24; this.dgvRemind.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvRemind.dgvColumnHeadersHeight = 24; this.dgvRemind.dgvCurrentColumnOriginalSet = ""; this.dgvRemind.dgvCurrentColumnWidth = ""; this.dgvRemind.dgvCurrentHideColumn = null; this.dgvRemind.dgvFixedHideColumn = null; this.dgvRemind.dgvGuidName = null; this.dgvRemind.dgvUserEmployeeID = null; this.dgvRemind.EnableHeadersVisualStyles = false; this.dgvRemind.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvRemind.ImageHeight = 15; this.dgvRemind.ImageWidth = 15; this.dgvRemind.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgCollapse"))); this.dgvRemind.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvRemind.ImgExpand"))); this.dgvRemind.IsAutomaticDrawSingleOrDoubleRow = true; this.dgvRemind.IsCopyCellValue = true; this.dgvRemind.IsShowSerialNumber = true; this.dgvRemind.IsSortedRedraw = true; this.dgvRemind.IsSortMode = false; this.dgvRemind.Location = new System.Drawing.Point(10, 50); this.dgvRemind.Name = "dgvRemind"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41); dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvRemind.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvRemind.RowHeadersWidth = 25; this.dgvRemind.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvRemind.RowTemplate.Height = 23; this.dgvRemind.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvRemind.Size = new System.Drawing.Size(544, 219); this.dgvRemind.TabIndex = 7; this.dgvRemind.ViceCount = 1; // // buttonEx1 // this.buttonEx1.BackColor = System.Drawing.Color.Transparent; this.buttonEx1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonEx1.BackImg"))); this.buttonEx1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.buttonEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.buttonEx1.ForeColor = System.Drawing.Color.White; this.buttonEx1.IsCustomBackImg = false; this.buttonEx1.IsShowText = true; this.buttonEx1.Location = new System.Drawing.Point(137, 280); this.buttonEx1.Name = "buttonEx1"; this.buttonEx1.Size = new System.Drawing.Size(85, 28); this.buttonEx1.TabIndex = 6; this.buttonEx1.Text = " 添 加"; this.buttonEx1.UseVisualStyleBackColor = false; // // checkBoxEx1 // this.checkBoxEx1.AutoSize = true; this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent; this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.checkBoxEx1.Fourstates = false; this.checkBoxEx1.IsGreenTick = false; this.checkBoxEx1.Location = new System.Drawing.Point(416, 12); this.checkBoxEx1.Name = "checkBoxEx1"; this.checkBoxEx1.Size = new System.Drawing.Size(51, 21); this.checkBoxEx1.TabIndex = 5; this.checkBoxEx1.Text = "启动"; this.checkBoxEx1.UseVisualStyleBackColor = false; // // textBoxEx2 // this.textBoxEx2.BackColor = System.Drawing.Color.Transparent; this.textBoxEx2.Icon = null; this.textBoxEx2.IconIsButton = false; this.textBoxEx2.IsPasswordChat = '\0'; this.textBoxEx2.IsSystemPasswordChar = false; this.textBoxEx2.Lines = new string[0]; this.textBoxEx2.Location = new System.Drawing.Point(346, 10); this.textBoxEx2.Margin = new System.Windows.Forms.Padding(0); this.textBoxEx2.MaxLength = 999; this.textBoxEx2.MinimumSize = new System.Drawing.Size(0, 26); this.textBoxEx2.MouseBack = null; this.textBoxEx2.Multiline = false; this.textBoxEx2.Name = "textBoxEx2"; this.textBoxEx2.NormlBack = null; this.textBoxEx2.Padding = new System.Windows.Forms.Padding(5); this.textBoxEx2.ReadOnly = false; this.textBoxEx2.ScrollBars = System.Windows.Forms.ScrollBars.None; this.textBoxEx2.Size = new System.Drawing.Size(35, 26); this.textBoxEx2.TabIndex = 4; this.textBoxEx2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.textBoxEx2.WaterColor = System.Drawing.Color.DarkGray; this.textBoxEx2.WaterText = ""; this.textBoxEx2.WordWrap = true; // // 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(327, 14); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(20, 17); this.labelEx2.TabIndex = 3; this.labelEx2.Text = "满"; // // textBoxEx1 // this.textBoxEx1.BackColor = System.Drawing.Color.Transparent; this.textBoxEx1.Icon = null; this.textBoxEx1.IconIsButton = false; this.textBoxEx1.IsPasswordChat = '\0'; this.textBoxEx1.IsSystemPasswordChar = false; this.textBoxEx1.Lines = new string[0]; this.textBoxEx1.Location = new System.Drawing.Point(72, 10); this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0); this.textBoxEx1.MaxLength = 32767; this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 26); this.textBoxEx1.MouseBack = null; this.textBoxEx1.Multiline = false; this.textBoxEx1.Name = "textBoxEx1"; this.textBoxEx1.NormlBack = null; this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5); this.textBoxEx1.ReadOnly = false; this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.textBoxEx1.Size = new System.Drawing.Size(143, 26); this.textBoxEx1.TabIndex = 1; this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray; this.textBoxEx1.WaterText = ""; this.textBoxEx1.WordWrap = true; // // 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(7, 14); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "提醒名称:"; // // btnNewCreate // this.btnNewCreate.BackColor = System.Drawing.Color.Transparent; this.btnNewCreate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewCreate.BackImg"))); this.btnNewCreate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnNewCreate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnNewCreate.ForeColor = System.Drawing.Color.White; this.btnNewCreate.IsCustomBackImg = false; this.btnNewCreate.IsShowText = true; this.btnNewCreate.Location = new System.Drawing.Point(488, 8); this.btnNewCreate.Name = "btnNewCreate"; this.btnNewCreate.Size = new System.Drawing.Size(65, 28); this.btnNewCreate.TabIndex = 12; this.btnNewCreate.Text = " 新 建"; this.btnNewCreate.UseVisualStyleBackColor = false; // // RemindSet // 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(583, 402); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.ImeMode = System.Windows.Forms.ImeMode.On; this.IsMaximized = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RemindSet"; 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.dgvRemind)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.DataGridViewEc dgvRemind; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.ButtonEx btnClose; protected internal ComponentLibrary.ButtonEx btnDelete; protected internal ComponentLibrary.ButtonEx buttonEx1; protected ComponentLibrary.CheckBoxEx checkBoxEx1; protected internal ComponentLibrary.TextBoxEx textBoxEx2; protected internal ComponentLibrary.TextBoxEx textBoxEx1; protected internal ComponentLibrary.ComboBoxEx comboBoxTreeViewEx1; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.LabelEx labelEx2; protected internal ComponentLibrary.ButtonEx btnNewCreate; } }