tijian_jichuang/Code/BasicSettings/fromTiJianBuWeiWeiHu.Designer.cs
2025-02-20 11:54:48 +08:00

308 lines
14 KiB
C#

namespace SOH.BasicSettings
{
partial class fromTiJianBuWeiWeiHu
{
/// <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();
this.lblSsks = new System.Windows.Forms.Label();
this.cbxKs = new System.Windows.Forms.ComboBox();
this.dgvtjxmxx = new System.Windows.Forms.DataGridView();
this.zxbj = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xmmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.jcxm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BsJcxm = new System.Windows.Forms.BindingSource(this.components);
this.gbxbw = new System.Windows.Forms.GroupBox();
this.tbxxssx = new System.Windows.Forms.TextBox();
this.lblxssx = new System.Windows.Forms.Label();
this.tbxbwmc = new System.Windows.Forms.TextBox();
this.lblbwmc = new System.Windows.Forms.Label();
this.dgvtjbw = new System.Windows.Forms.DataGridView();
this.xh = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bwmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xssx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bsjcbw = new System.Windows.Forms.BindingSource(this.components);
this.btnxj = new System.Windows.Forms.Button();
this.btntj = new System.Windows.Forms.Button();
this.btnxg = new System.Windows.Forms.Button();
this.btnsc = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvtjxmxx)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsJcxm)).BeginInit();
this.gbxbw.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvtjbw)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsjcbw)).BeginInit();
this.SuspendLayout();
//
// lblSsks
//
this.lblSsks.AutoSize = true;
this.lblSsks.Location = new System.Drawing.Point(12, 39);
this.lblSsks.Name = "lblSsks";
this.lblSsks.Size = new System.Drawing.Size(65, 12);
this.lblSsks.TabIndex = 1;
this.lblSsks.Text = "所属科室:";
//
// cbxKs
//
this.cbxKs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxKs.FormattingEnabled = true;
this.cbxKs.Location = new System.Drawing.Point(83, 36);
this.cbxKs.Name = "cbxKs";
this.cbxKs.Size = new System.Drawing.Size(121, 20);
this.cbxKs.TabIndex = 2;
this.cbxKs.SelectionChangeCommitted += new System.EventHandler(this.cbxKs_SelectedIndexChanged);
//
// dgvtjxmxx
//
this.dgvtjxmxx.AllowUserToAddRows = false;
this.dgvtjxmxx.AllowUserToResizeColumns = false;
this.dgvtjxmxx.AllowUserToResizeRows = false;
this.dgvtjxmxx.AutoGenerateColumns = false;
this.dgvtjxmxx.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvtjxmxx.BackgroundColor = System.Drawing.Color.White;
this.dgvtjxmxx.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvtjxmxx.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.zxbj,
this.xmmc,
this.jcxm});
this.dgvtjxmxx.DataSource = this.BsJcxm;
this.dgvtjxmxx.Location = new System.Drawing.Point(14, 62);
this.dgvtjxmxx.MultiSelect = false;
this.dgvtjxmxx.Name = "dgvtjxmxx";
this.dgvtjxmxx.ReadOnly = true;
this.dgvtjxmxx.RowTemplate.Height = 23;
this.dgvtjxmxx.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvtjxmxx.Size = new System.Drawing.Size(286, 554);
this.dgvtjxmxx.TabIndex = 4;
this.dgvtjxmxx.SelectionChanged += new System.EventHandler(this.dgvtjxmxx_SelectionChanged);
//
// zxbj
//
this.zxbj.DataPropertyName = "zhuxiao2";
this.zxbj.HeaderText = "注销标记";
this.zxbj.Name = "zxbj";
this.zxbj.ReadOnly = true;
//
// xmmc
//
this.xmmc.DataPropertyName = "jcxmmc";
this.xmmc.HeaderText = "项目名称";
this.xmmc.Name = "xmmc";
this.xmmc.ReadOnly = true;
//
// jcxm
//
this.jcxm.DataPropertyName = "jcxmbm";
this.jcxm.HeaderText = "xmbm";
this.jcxm.Name = "jcxm";
this.jcxm.ReadOnly = true;
this.jcxm.Visible = false;
//
// gbxbw
//
this.gbxbw.Controls.Add(this.tbxxssx);
this.gbxbw.Controls.Add(this.lblxssx);
this.gbxbw.Controls.Add(this.tbxbwmc);
this.gbxbw.Controls.Add(this.lblbwmc);
this.gbxbw.Location = new System.Drawing.Point(351, 62);
this.gbxbw.Name = "gbxbw";
this.gbxbw.Size = new System.Drawing.Size(402, 93);
this.gbxbw.TabIndex = 5;
this.gbxbw.TabStop = false;
//
// tbxxssx
//
this.tbxxssx.Location = new System.Drawing.Point(254, 39);
this.tbxxssx.Name = "tbxxssx";
this.tbxxssx.Size = new System.Drawing.Size(100, 21);
this.tbxxssx.TabIndex = 9;
//
// lblxssx
//
this.lblxssx.AutoSize = true;
this.lblxssx.Location = new System.Drawing.Point(183, 42);
this.lblxssx.Name = "lblxssx";
this.lblxssx.Size = new System.Drawing.Size(65, 12);
this.lblxssx.TabIndex = 8;
this.lblxssx.Text = "显示顺序:";
//
// tbxbwmc
//
this.tbxbwmc.Location = new System.Drawing.Point(77, 39);
this.tbxbwmc.Name = "tbxbwmc";
this.tbxbwmc.Size = new System.Drawing.Size(100, 21);
this.tbxbwmc.TabIndex = 7;
//
// lblbwmc
//
this.lblbwmc.AutoSize = true;
this.lblbwmc.Location = new System.Drawing.Point(6, 42);
this.lblbwmc.Name = "lblbwmc";
this.lblbwmc.Size = new System.Drawing.Size(65, 12);
this.lblbwmc.TabIndex = 6;
this.lblbwmc.Text = "部位名称:";
//
// dgvtjbw
//
this.dgvtjbw.AllowUserToAddRows = false;
this.dgvtjbw.AllowUserToResizeColumns = false;
this.dgvtjbw.AllowUserToResizeRows = false;
this.dgvtjbw.AutoGenerateColumns = false;
this.dgvtjbw.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvtjbw.BackgroundColor = System.Drawing.Color.White;
this.dgvtjbw.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvtjbw.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.xh,
this.bwmc,
this.xssx});
this.dgvtjbw.DataSource = this.bsjcbw;
this.dgvtjbw.Location = new System.Drawing.Point(351, 190);
this.dgvtjbw.MultiSelect = false;
this.dgvtjbw.Name = "dgvtjbw";
this.dgvtjbw.ReadOnly = true;
this.dgvtjbw.RowTemplate.Height = 23;
this.dgvtjbw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvtjbw.Size = new System.Drawing.Size(402, 426);
this.dgvtjbw.TabIndex = 6;
this.dgvtjbw.SelectionChanged += new System.EventHandler(this.dgvtjbw_SelectionChanged);
//
// xh
//
this.xh.DataPropertyName = "xh";
this.xh.HeaderText = "序号";
this.xh.Name = "xh";
this.xh.ReadOnly = true;
//
// bwmc
//
this.bwmc.DataPropertyName = "bwmc";
this.bwmc.HeaderText = "部位名称";
this.bwmc.Name = "bwmc";
this.bwmc.ReadOnly = true;
//
// xssx
//
this.xssx.DataPropertyName = "xssx";
this.xssx.HeaderText = "显示顺序";
this.xssx.Name = "xssx";
this.xssx.ReadOnly = true;
//
// btnxj
//
this.btnxj.Location = new System.Drawing.Point(362, 161);
this.btnxj.Name = "btnxj";
this.btnxj.Size = new System.Drawing.Size(75, 23);
this.btnxj.TabIndex = 7;
this.btnxj.Text = "新建";
this.btnxj.UseVisualStyleBackColor = true;
this.btnxj.Click += new System.EventHandler(this.btnxj_Click);
//
// btntj
//
this.btntj.Location = new System.Drawing.Point(443, 161);
this.btntj.Name = "btntj";
this.btntj.Size = new System.Drawing.Size(75, 23);
this.btntj.TabIndex = 8;
this.btntj.Text = "添加";
this.btntj.UseVisualStyleBackColor = true;
this.btntj.Click += new System.EventHandler(this.btntj_Click);
//
// btnxg
//
this.btnxg.Location = new System.Drawing.Point(524, 161);
this.btnxg.Name = "btnxg";
this.btnxg.Size = new System.Drawing.Size(75, 23);
this.btnxg.TabIndex = 9;
this.btnxg.Text = "修改";
this.btnxg.UseVisualStyleBackColor = true;
this.btnxg.Click += new System.EventHandler(this.btnxg_Click);
//
// btnsc
//
this.btnsc.Location = new System.Drawing.Point(605, 161);
this.btnsc.Name = "btnsc";
this.btnsc.Size = new System.Drawing.Size(75, 23);
this.btnsc.TabIndex = 10;
this.btnsc.Text = "删除";
this.btnsc.UseVisualStyleBackColor = true;
this.btnsc.Click += new System.EventHandler(this.btnsc_Click);
//
// fromTiJianBuWeiWeiHu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(765, 628);
this.Controls.Add(this.btnsc);
this.Controls.Add(this.btnxg);
this.Controls.Add(this.btntj);
this.Controls.Add(this.btnxj);
this.Controls.Add(this.dgvtjbw);
this.Controls.Add(this.gbxbw);
this.Controls.Add(this.dgvtjxmxx);
this.Controls.Add(this.cbxKs);
this.Controls.Add(this.lblSsks);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "fromTiJianBuWeiWeiHu";
this.Text = "体部位维护";
this.Load += new System.EventHandler(this.fromTiJianBuWeiWeiHu_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvtjxmxx)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsJcxm)).EndInit();
this.gbxbw.ResumeLayout(false);
this.gbxbw.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvtjbw)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsjcbw)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblSsks;
private System.Windows.Forms.ComboBox cbxKs;
private System.Windows.Forms.DataGridView dgvtjxmxx;
private System.Windows.Forms.GroupBox gbxbw;
private System.Windows.Forms.TextBox tbxxssx;
private System.Windows.Forms.Label lblxssx;
private System.Windows.Forms.TextBox tbxbwmc;
private System.Windows.Forms.Label lblbwmc;
private System.Windows.Forms.DataGridView dgvtjbw;
private System.Windows.Forms.BindingSource BsJcxm;
private System.Windows.Forms.Button btnxj;
private System.Windows.Forms.Button btntj;
private System.Windows.Forms.Button btnxg;
private System.Windows.Forms.Button btnsc;
private System.Windows.Forms.BindingSource bsjcbw;
private System.Windows.Forms.DataGridViewTextBoxColumn xh;
private System.Windows.Forms.DataGridViewTextBoxColumn bwmc;
private System.Windows.Forms.DataGridViewTextBoxColumn xssx;
private System.Windows.Forms.DataGridViewTextBoxColumn zxbj;
private System.Windows.Forms.DataGridViewTextBoxColumn xmmc;
private System.Windows.Forms.DataGridViewTextBoxColumn jcxm;
}
}