namespace SOH.Queuing.Setting { partial class frmpd_ksxmGuanXi { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmpd_ksxmGuanXi)); this.panel1 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dgv_pdxm = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmmcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zjfDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmhsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmqzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qzxmDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bzDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.pdxmBindingSource = new System.Windows.Forms.BindingSource(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dgv_pd_ksxm = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmmcDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zjfDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmhsDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xmqzDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.qzxmDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.bzDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkedDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.pdxmBindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.panel4 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.ccbpdks = new System.Windows.Forms.ComboBox(); this.pdksxmBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_pdxm)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pdxmBindingSource)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_pd_ksxm)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pdxmBindingSource1)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pdksxmBindingSource)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.panel4); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(819, 432); this.panel1.TabIndex = 0; // // panel5 // this.panel5.Controls.Add(this.panel2); this.panel5.Controls.Add(this.groupBox1); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(0, 47); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(819, 385); this.panel5.TabIndex = 4; // // panel2 // this.panel2.Controls.Add(this.groupBox2); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(227, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(592, 385); this.panel2.TabIndex = 1; // // groupBox2 // this.groupBox2.Controls.Add(this.dgv_pdxm); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(592, 385); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "排队项目设置"; // // dgv_pdxm // this.dgv_pdxm.AllowUserToAddRows = false; this.dgv_pdxm.AllowUserToDeleteRows = false; this.dgv_pdxm.AutoGenerateColumns = false; this.dgv_pdxm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_pdxm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.xmmcDataGridViewTextBoxColumn, this.zjfDataGridViewTextBoxColumn, this.xmhsDataGridViewTextBoxColumn, this.xmqzDataGridViewTextBoxColumn, this.qzxmDataGridViewTextBoxColumn, this.bzDataGridViewTextBoxColumn, this.checkedDataGridViewCheckBoxColumn}); this.dgv_pdxm.DataSource = this.pdxmBindingSource; this.dgv_pdxm.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_pdxm.Location = new System.Drawing.Point(3, 17); this.dgv_pdxm.Name = "dgv_pdxm"; this.dgv_pdxm.ReadOnly = true; this.dgv_pdxm.RowHeadersWidth = 11; this.dgv_pdxm.RowTemplate.Height = 23; this.dgv_pdxm.Size = new System.Drawing.Size(586, 365); this.dgv_pdxm.TabIndex = 3; this.dgv_pdxm.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_pdxm_CellDoubleClick); // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "id"; this.idDataGridViewTextBoxColumn.HeaderText = "id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; this.idDataGridViewTextBoxColumn.ReadOnly = true; this.idDataGridViewTextBoxColumn.Visible = false; // // xmmcDataGridViewTextBoxColumn // this.xmmcDataGridViewTextBoxColumn.DataPropertyName = "xmmc"; this.xmmcDataGridViewTextBoxColumn.HeaderText = "项目名称"; this.xmmcDataGridViewTextBoxColumn.Name = "xmmcDataGridViewTextBoxColumn"; this.xmmcDataGridViewTextBoxColumn.ReadOnly = true; // // zjfDataGridViewTextBoxColumn // this.zjfDataGridViewTextBoxColumn.DataPropertyName = "zjf"; this.zjfDataGridViewTextBoxColumn.HeaderText = "助记符"; this.zjfDataGridViewTextBoxColumn.Name = "zjfDataGridViewTextBoxColumn"; this.zjfDataGridViewTextBoxColumn.ReadOnly = true; // // xmhsDataGridViewTextBoxColumn // this.xmhsDataGridViewTextBoxColumn.DataPropertyName = "xmhs"; this.xmhsDataGridViewTextBoxColumn.HeaderText = "项目耗时"; this.xmhsDataGridViewTextBoxColumn.Name = "xmhsDataGridViewTextBoxColumn"; this.xmhsDataGridViewTextBoxColumn.ReadOnly = true; // // xmqzDataGridViewTextBoxColumn // this.xmqzDataGridViewTextBoxColumn.DataPropertyName = "xmqz"; this.xmqzDataGridViewTextBoxColumn.HeaderText = "项目权重"; this.xmqzDataGridViewTextBoxColumn.Name = "xmqzDataGridViewTextBoxColumn"; this.xmqzDataGridViewTextBoxColumn.ReadOnly = true; // // qzxmDataGridViewTextBoxColumn // this.qzxmDataGridViewTextBoxColumn.DataPropertyName = "qzxm"; this.qzxmDataGridViewTextBoxColumn.HeaderText = "前置项目"; this.qzxmDataGridViewTextBoxColumn.Name = "qzxmDataGridViewTextBoxColumn"; this.qzxmDataGridViewTextBoxColumn.ReadOnly = true; // // bzDataGridViewTextBoxColumn // this.bzDataGridViewTextBoxColumn.DataPropertyName = "bz"; this.bzDataGridViewTextBoxColumn.HeaderText = "备注"; this.bzDataGridViewTextBoxColumn.Name = "bzDataGridViewTextBoxColumn"; this.bzDataGridViewTextBoxColumn.ReadOnly = true; // // checkedDataGridViewCheckBoxColumn // this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked"; this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择"; this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn"; this.checkedDataGridViewCheckBoxColumn.ReadOnly = true; this.checkedDataGridViewCheckBoxColumn.Visible = false; // // pdxmBindingSource // this.pdxmBindingSource.DataSource = typeof(SOH.Entities.pd_xm); // // groupBox1 // this.groupBox1.Controls.Add(this.dgv_pd_ksxm); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(227, 385); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; this.groupBox1.Text = "排队项目"; // // dgv_pd_ksxm // this.dgv_pd_ksxm.AllowUserToAddRows = false; this.dgv_pd_ksxm.AllowUserToDeleteRows = false; this.dgv_pd_ksxm.AutoGenerateColumns = false; this.dgv_pd_ksxm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgv_pd_ksxm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn1, this.xmmcDataGridViewTextBoxColumn1, this.zjfDataGridViewTextBoxColumn1, this.xmhsDataGridViewTextBoxColumn1, this.xmqzDataGridViewTextBoxColumn1, this.qzxmDataGridViewTextBoxColumn1, this.bzDataGridViewTextBoxColumn1, this.checkedDataGridViewCheckBoxColumn1}); this.dgv_pd_ksxm.DataSource = this.pdxmBindingSource1; this.dgv_pd_ksxm.Dock = System.Windows.Forms.DockStyle.Left; this.dgv_pd_ksxm.Location = new System.Drawing.Point(3, 17); this.dgv_pd_ksxm.Name = "dgv_pd_ksxm"; this.dgv_pd_ksxm.ReadOnly = true; this.dgv_pd_ksxm.RowTemplate.Height = 23; this.dgv_pd_ksxm.Size = new System.Drawing.Size(221, 365); this.dgv_pd_ksxm.TabIndex = 4; this.dgv_pd_ksxm.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_pd_ksxm_CellDoubleClick); // // idDataGridViewTextBoxColumn1 // this.idDataGridViewTextBoxColumn1.DataPropertyName = "id"; this.idDataGridViewTextBoxColumn1.HeaderText = "id"; this.idDataGridViewTextBoxColumn1.Name = "idDataGridViewTextBoxColumn1"; this.idDataGridViewTextBoxColumn1.ReadOnly = true; this.idDataGridViewTextBoxColumn1.Visible = false; // // xmmcDataGridViewTextBoxColumn1 // this.xmmcDataGridViewTextBoxColumn1.DataPropertyName = "xmmc"; this.xmmcDataGridViewTextBoxColumn1.HeaderText = "项目名称"; this.xmmcDataGridViewTextBoxColumn1.Name = "xmmcDataGridViewTextBoxColumn1"; this.xmmcDataGridViewTextBoxColumn1.ReadOnly = true; // // zjfDataGridViewTextBoxColumn1 // this.zjfDataGridViewTextBoxColumn1.DataPropertyName = "zjf"; this.zjfDataGridViewTextBoxColumn1.HeaderText = "助记符"; this.zjfDataGridViewTextBoxColumn1.Name = "zjfDataGridViewTextBoxColumn1"; this.zjfDataGridViewTextBoxColumn1.ReadOnly = true; this.zjfDataGridViewTextBoxColumn1.Visible = false; // // xmhsDataGridViewTextBoxColumn1 // this.xmhsDataGridViewTextBoxColumn1.DataPropertyName = "xmhs"; this.xmhsDataGridViewTextBoxColumn1.HeaderText = "项目耗时"; this.xmhsDataGridViewTextBoxColumn1.Name = "xmhsDataGridViewTextBoxColumn1"; this.xmhsDataGridViewTextBoxColumn1.ReadOnly = true; this.xmhsDataGridViewTextBoxColumn1.Visible = false; // // xmqzDataGridViewTextBoxColumn1 // this.xmqzDataGridViewTextBoxColumn1.DataPropertyName = "xmqz"; this.xmqzDataGridViewTextBoxColumn1.HeaderText = "项目权重"; this.xmqzDataGridViewTextBoxColumn1.Name = "xmqzDataGridViewTextBoxColumn1"; this.xmqzDataGridViewTextBoxColumn1.ReadOnly = true; this.xmqzDataGridViewTextBoxColumn1.Visible = false; // // qzxmDataGridViewTextBoxColumn1 // this.qzxmDataGridViewTextBoxColumn1.DataPropertyName = "qzxm"; this.qzxmDataGridViewTextBoxColumn1.HeaderText = "前置项目"; this.qzxmDataGridViewTextBoxColumn1.Name = "qzxmDataGridViewTextBoxColumn1"; this.qzxmDataGridViewTextBoxColumn1.ReadOnly = true; this.qzxmDataGridViewTextBoxColumn1.Visible = false; // // bzDataGridViewTextBoxColumn1 // this.bzDataGridViewTextBoxColumn1.DataPropertyName = "bz"; this.bzDataGridViewTextBoxColumn1.HeaderText = "备注"; this.bzDataGridViewTextBoxColumn1.Name = "bzDataGridViewTextBoxColumn1"; this.bzDataGridViewTextBoxColumn1.ReadOnly = true; this.bzDataGridViewTextBoxColumn1.Visible = false; // // checkedDataGridViewCheckBoxColumn1 // this.checkedDataGridViewCheckBoxColumn1.DataPropertyName = "Checked"; this.checkedDataGridViewCheckBoxColumn1.HeaderText = "选择"; this.checkedDataGridViewCheckBoxColumn1.Name = "checkedDataGridViewCheckBoxColumn1"; this.checkedDataGridViewCheckBoxColumn1.ReadOnly = true; this.checkedDataGridViewCheckBoxColumn1.Visible = false; // // pdxmBindingSource1 // this.pdxmBindingSource1.DataSource = typeof(SOH.Entities.pd_xm); // // panel4 // this.panel4.Controls.Add(this.button1); this.panel4.Controls.Add(this.label1); this.panel4.Controls.Add(this.ccbpdks); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(819, 47); this.panel4.TabIndex = 4; // // button1 // this.button1.Location = new System.Drawing.Point(258, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 4; this.button1.Text = "保存"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 2; this.label1.Text = "排队科室:"; // // ccbpdks // this.ccbpdks.DisplayMember = "ksmc"; this.ccbpdks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ccbpdks.FormattingEnabled = true; this.ccbpdks.Location = new System.Drawing.Point(89, 14); this.ccbpdks.Name = "ccbpdks"; this.ccbpdks.Size = new System.Drawing.Size(121, 20); this.ccbpdks.TabIndex = 3; this.ccbpdks.ValueMember = "id"; this.ccbpdks.SelectedIndexChanged += new System.EventHandler(this.ccbpdks_SelectedIndexChanged); // // pdksxmBindingSource // this.pdksxmBindingSource.DataSource = typeof(SOH.Entities.pd_ksxm); // // frmpd_ksxmGuanXi // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(819, 432); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmpd_ksxmGuanXi"; this.Text = "排队科室项目设置"; this.Load += new System.EventHandler(this.frmpd_ksxmGuanXi_Load); this.panel1.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_pdxm)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pdxmBindingSource)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgv_pd_ksxm)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pdxmBindingSource1)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pdksxmBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.DataGridView dgv_pdxm; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox ccbpdks; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.DataGridView dgv_pd_ksxm; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn xmmcDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn zjfDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn xmhsDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn xmqzDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn qzxmDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn; private System.Windows.Forms.BindingSource pdxmBindingSource; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.BindingSource pdksxmBindingSource; private System.Windows.Forms.BindingSource pdxmBindingSource1; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn xmmcDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn zjfDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn xmhsDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn xmqzDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn qzxmDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn bzDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn1; } }