namespace HL_FristAidPlatform_Base { partial class Form_Network_Department { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Network_Department)); this.txt_OrderBy = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.ckb_IsEnable = new DevExpress.XtraEditors.CheckEdit(); this.txt_WbmCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txt_PymCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.txt_DepartmentName = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ckb_IsEnable.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_WbmCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PymCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DepartmentName.Properties)).BeginInit(); this.SuspendLayout(); // // txt_OrderBy // this.txt_OrderBy.Location = new System.Drawing.Point(76, 48); this.txt_OrderBy.Name = "txt_OrderBy"; this.txt_OrderBy.Size = new System.Drawing.Size(129, 20); this.txt_OrderBy.TabIndex = 3; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(36, 51); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(36, 14); this.labelControl5.TabIndex = 12; this.labelControl5.Text = "排序:"; // // btn_Cancel // this.btn_Cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.ImageOptions.Image"))); this.btn_Cancel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Cancel.Location = new System.Drawing.Point(220, 128); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(115, 46); this.btn_Cancel.TabIndex = 6; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Save // this.btn_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Save.ImageOptions.Image"))); this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Save.Location = new System.Drawing.Point(78, 128); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(111, 46); this.btn_Save.TabIndex = 5; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // ckb_IsEnable // this.ckb_IsEnable.Location = new System.Drawing.Point(76, 86); this.ckb_IsEnable.Name = "ckb_IsEnable"; this.ckb_IsEnable.Properties.Caption = "是否启用"; this.ckb_IsEnable.Size = new System.Drawing.Size(87, 20); this.ckb_IsEnable.TabIndex = 4; // // txt_WbmCode // this.txt_WbmCode.Location = new System.Drawing.Point(270, 51); this.txt_WbmCode.Name = "txt_WbmCode"; this.txt_WbmCode.Size = new System.Drawing.Size(113, 20); this.txt_WbmCode.TabIndex = 2; this.txt_WbmCode.Visible = false; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(220, 54); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(48, 14); this.labelControl3.TabIndex = 12; this.labelControl3.Text = "五笔码:"; this.labelControl3.Visible = false; // // txt_PymCode // this.txt_PymCode.Location = new System.Drawing.Point(264, 86); this.txt_PymCode.Name = "txt_PymCode"; this.txt_PymCode.Size = new System.Drawing.Size(129, 20); this.txt_PymCode.TabIndex = 1; this.txt_PymCode.Visible = false; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(212, 89); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 11; this.labelControl1.Text = "拼音码:"; this.labelControl1.Visible = false; // // txt_DepartmentName // this.txt_DepartmentName.Location = new System.Drawing.Point(76, 14); this.txt_DepartmentName.Name = "txt_DepartmentName"; this.txt_DepartmentName.Size = new System.Drawing.Size(307, 20); this.txt_DepartmentName.TabIndex = 0; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(12, 17); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 14); this.labelControl6.TabIndex = 10; this.labelControl6.Text = "科室名称:"; // // Form_Network_Department // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(405, 185); this.Controls.Add(this.txt_OrderBy); this.Controls.Add(this.labelControl5); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Save); this.Controls.Add(this.ckb_IsEnable); this.Controls.Add(this.txt_WbmCode); this.Controls.Add(this.labelControl3); this.Controls.Add(this.txt_PymCode); this.Controls.Add(this.labelControl1); this.Controls.Add(this.txt_DepartmentName); this.Controls.Add(this.labelControl6); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_Network_Department.IconOptions.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_Network_Department"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "网络医院科室信息维护"; this.Load += new System.EventHandler(this.Form_Network_Department_Load); ((System.ComponentModel.ISupportInitialize)(this.txt_OrderBy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ckb_IsEnable.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_WbmCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PymCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DepartmentName.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.TextEdit txt_OrderBy; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.CheckEdit ckb_IsEnable; private DevExpress.XtraEditors.TextEdit txt_WbmCode; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txt_PymCode; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit txt_DepartmentName; private DevExpress.XtraEditors.LabelControl labelControl6; } }