123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class HospitalRegister
- {
- /// <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 dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
- this.uiTabControl1 = new Sunny.UI.UITabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
- this.cbx_DocInfo = new PTControl.DBLookupCombox();
- this.uiLabel17 = new Sunny.UI.UILabel();
- this.tb_Address_P = new Sunny.UI.UITextBox();
- this.tb_Tel_P = new Sunny.UI.UITextBox();
- this.tb_CertNo_P = new Sunny.UI.UITextBox();
- this.cbb_CertType = new Sunny.UI.UIComboBox();
- this.cbb_RelationShip = new Sunny.UI.UIComboBox();
- this.tb_Name_P = new Sunny.UI.UITextBox();
- this.tb_ICD = new Sunny.UI.UITextBox();
- this.dt_End = new Sunny.UI.UIDatetimePicker();
- this.dt_Begin = new Sunny.UI.UIDatetimePicker();
- this.uiLabel16 = new Sunny.UI.UILabel();
- this.uiLabel15 = new Sunny.UI.UILabel();
- this.uiLabel14 = new Sunny.UI.UILabel();
- this.uiLabel13 = new Sunny.UI.UILabel();
- this.uiLabel12 = new Sunny.UI.UILabel();
- this.uiLabel11 = new Sunny.UI.UILabel();
- this.uiLabel10 = new Sunny.UI.UILabel();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.btnReadCard = new Sunny.UI.UIButton();
- this.btnExit = new Sunny.UI.UIButton();
- this.btnOK = new Sunny.UI.UIButton();
- this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
- this.uiLabel19 = new Sunny.UI.UILabel();
- this.tb_CertNo = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.tb_PsnNo = new Sunny.UI.UITextBox();
- this.tb_InsuAdmvs = new Sunny.UI.UITextBox();
- this.tb_Name = new Sunny.UI.UITextBox();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.uiTitlePanel5 = new Sunny.UI.UITitlePanel();
- this.dgvReferralRecordDrugs = new Sunny.UI.UIDataGridView();
- this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
- this.uiPanel2 = new Sunny.UI.UIPanel();
- this.btnInsuQuery = new Sunny.UI.UIButton();
- this.uiButton2 = new Sunny.UI.UIButton();
- this.btnDelete = new Sunny.UI.UIButton();
- this.uiTabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.uiTitlePanel2.SuspendLayout();
- this.uiPanel1.SuspendLayout();
- this.uiTitlePanel1.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.uiTitlePanel5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReferralRecordDrugs)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
- this.uiPanel2.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTabControl1
- //
- this.uiTabControl1.Controls.Add(this.tabPage1);
- this.uiTabControl1.Controls.Add(this.tabPage3);
- this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ItemSize = new System.Drawing.Size(180, 40);
- this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
- this.uiTabControl1.MainPage = "";
- this.uiTabControl1.Name = "uiTabControl1";
- this.uiTabControl1.SelectedIndex = 0;
- this.uiTabControl1.Size = new System.Drawing.Size(1183, 503);
- this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.uiTabControl1.TabIndex = 0;
- this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.uiTitlePanel2);
- this.tabPage1.Controls.Add(this.uiPanel1);
- this.tabPage1.Controls.Add(this.uiTitlePanel1);
- this.tabPage1.Location = new System.Drawing.Point(0, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(1183, 463);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "新增特药登记信息";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // uiTitlePanel2
- //
- this.uiTitlePanel2.Controls.Add(this.cbx_DocInfo);
- this.uiTitlePanel2.Controls.Add(this.uiLabel17);
- this.uiTitlePanel2.Controls.Add(this.tb_Address_P);
- this.uiTitlePanel2.Controls.Add(this.tb_Tel_P);
- this.uiTitlePanel2.Controls.Add(this.tb_CertNo_P);
- this.uiTitlePanel2.Controls.Add(this.cbb_CertType);
- this.uiTitlePanel2.Controls.Add(this.cbb_RelationShip);
- this.uiTitlePanel2.Controls.Add(this.tb_Name_P);
- this.uiTitlePanel2.Controls.Add(this.tb_ICD);
- this.uiTitlePanel2.Controls.Add(this.dt_End);
- this.uiTitlePanel2.Controls.Add(this.dt_Begin);
- this.uiTitlePanel2.Controls.Add(this.uiLabel16);
- this.uiTitlePanel2.Controls.Add(this.uiLabel15);
- this.uiTitlePanel2.Controls.Add(this.uiLabel14);
- this.uiTitlePanel2.Controls.Add(this.uiLabel13);
- this.uiTitlePanel2.Controls.Add(this.uiLabel12);
- this.uiTitlePanel2.Controls.Add(this.uiLabel11);
- this.uiTitlePanel2.Controls.Add(this.uiLabel10);
- this.uiTitlePanel2.Controls.Add(this.uiLabel7);
- this.uiTitlePanel2.Controls.Add(this.uiLabel6);
- this.uiTitlePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTitlePanel2.Location = new System.Drawing.Point(0, 109);
- this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiTitlePanel2.Name = "uiTitlePanel2";
- this.uiTitlePanel2.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
- this.uiTitlePanel2.ShowText = false;
- this.uiTitlePanel2.Size = new System.Drawing.Size(1183, 292);
- this.uiTitlePanel2.TabIndex = 2;
- this.uiTitlePanel2.Text = "备案信息";
- this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiTitlePanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbx_DocInfo
- //
- this.cbx_DocInfo.FormattingEnabled = true;
- this.cbx_DocInfo.Location = new System.Drawing.Point(689, 59);
- this.cbx_DocInfo.Name = "cbx_DocInfo";
- this.cbx_DocInfo.NullValue = "";
- this.cbx_DocInfo.PopupGridAutoSize = false;
- this.cbx_DocInfo.RowFilterVisible = false;
- this.cbx_DocInfo.sDisplayField = "";
- this.cbx_DocInfo.sDisplayMember = "";
- this.cbx_DocInfo.SeparatorChar = "|";
- this.cbx_DocInfo.Size = new System.Drawing.Size(187, 29);
- this.cbx_DocInfo.sKeyWords = "";
- this.cbx_DocInfo.sValueMember = "";
- this.cbx_DocInfo.TabIndex = 45;
- this.cbx_DocInfo.Value = "";
- this.cbx_DocInfo.AfterSelector += new PTControl.AfterSelectorEventHandler(this.cbx_DocInfo_AfterSelector);
- //
- // uiLabel17
- //
- this.uiLabel17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel17.Location = new System.Drawing.Point(609, 59);
- this.uiLabel17.Name = "uiLabel17";
- this.uiLabel17.Size = new System.Drawing.Size(74, 23);
- this.uiLabel17.TabIndex = 29;
- this.uiLabel17.Text = "申请医师";
- this.uiLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel17.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_Address_P
- //
- this.tb_Address_P.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_Address_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_Address_P.Location = new System.Drawing.Point(840, 175);
- this.tb_Address_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_Address_P.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_Address_P.Name = "tb_Address_P";
- this.tb_Address_P.ShowText = false;
- this.tb_Address_P.Size = new System.Drawing.Size(192, 29);
- this.tb_Address_P.TabIndex = 28;
- this.tb_Address_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_Address_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_Tel_P
- //
- this.tb_Tel_P.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_Tel_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_Tel_P.Location = new System.Drawing.Point(483, 117);
- this.tb_Tel_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_Tel_P.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_Tel_P.Name = "tb_Tel_P";
- this.tb_Tel_P.ShowText = false;
- this.tb_Tel_P.Size = new System.Drawing.Size(192, 29);
- this.tb_Tel_P.TabIndex = 24;
- this.tb_Tel_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_Tel_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_CertNo_P
- //
- this.tb_CertNo_P.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_CertNo_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_CertNo_P.Location = new System.Drawing.Point(483, 175);
- this.tb_CertNo_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_CertNo_P.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_CertNo_P.Name = "tb_CertNo_P";
- this.tb_CertNo_P.ShowText = false;
- this.tb_CertNo_P.Size = new System.Drawing.Size(192, 29);
- this.tb_CertNo_P.TabIndex = 23;
- this.tb_CertNo_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_CertNo_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbb_CertType
- //
- this.cbb_CertType.DataSource = null;
- this.cbb_CertType.FillColor = System.Drawing.Color.White;
- this.cbb_CertType.FilterMaxCount = 50;
- this.cbb_CertType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbb_CertType.Items.AddRange(new object[] {
- "01 居民身份证(户口簿)",
- "02 中国人民解放军军官证",
- "03 中国人民武装警察警官证",
- "04 香港特区护照/港澳居民来往内地通行证",
- "05 澳门特区护照/港澳居民来往内地通行证",
- "06 台湾居民来往大陆通行证",
- "07 外国人永久居留证",
- "08 外国人护照",
- "09 残疾人证",
- "10 军烈属证明",
- "11 外国人就业证",
- "12 外国专家证",
- "13 外国人常驻记者证",
- "14 台港澳人员就业证",
- "15 回国(来华)定居专家证",
- "16 中国护照",
- "17 港澳台居民居住证",
- "90 社会保障卡",
- "99 其他身份证件",
- "9901 暂住证",
- "990102 扶贫人口编码",
- "9902 保密人员证件",
- "990201 医学出生证明"});
- this.cbb_CertType.Location = new System.Drawing.Point(146, 175);
- this.cbb_CertType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbb_CertType.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbb_CertType.Name = "cbb_CertType";
- this.cbb_CertType.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbb_CertType.Size = new System.Drawing.Size(187, 29);
- this.cbb_CertType.TabIndex = 22;
- this.cbb_CertType.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbb_CertType.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // cbb_RelationShip
- //
- this.cbb_RelationShip.DataSource = null;
- this.cbb_RelationShip.FillColor = System.Drawing.Color.White;
- this.cbb_RelationShip.FilterMaxCount = 50;
- this.cbb_RelationShip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbb_RelationShip.Items.AddRange(new object[] {
- "1 配偶",
- "2 子女",
- "4 孙子、孙女,或外孙子、外孙女",
- "5 父母",
- "6 祖父母或外祖父母",
- "7 兄、弟、姐、妹",
- "8 其他亲属",
- "9 非亲属",
- "901 单位经办人"});
- this.cbb_RelationShip.Location = new System.Drawing.Point(840, 117);
- this.cbb_RelationShip.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.cbb_RelationShip.MinimumSize = new System.Drawing.Size(63, 0);
- this.cbb_RelationShip.Name = "cbb_RelationShip";
- this.cbb_RelationShip.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.cbb_RelationShip.Size = new System.Drawing.Size(187, 29);
- this.cbb_RelationShip.TabIndex = 21;
- this.cbb_RelationShip.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.cbb_RelationShip.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_Name_P
- //
- this.tb_Name_P.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_Name_P.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_Name_P.Location = new System.Drawing.Point(146, 117);
- this.tb_Name_P.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_Name_P.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_Name_P.Name = "tb_Name_P";
- this.tb_Name_P.ShowText = false;
- this.tb_Name_P.Size = new System.Drawing.Size(187, 29);
- this.tb_Name_P.TabIndex = 20;
- this.tb_Name_P.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_Name_P.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_ICD
- //
- this.tb_ICD.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_ICD.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_ICD.Location = new System.Drawing.Point(971, 59);
- this.tb_ICD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_ICD.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_ICD.Name = "tb_ICD";
- this.tb_ICD.ShowText = false;
- this.tb_ICD.Size = new System.Drawing.Size(187, 29);
- this.tb_ICD.TabIndex = 19;
- this.tb_ICD.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_ICD.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dt_End
- //
- this.dt_End.FillColor = System.Drawing.Color.White;
- this.dt_End.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dt_End.Location = new System.Drawing.Point(406, 59);
- this.dt_End.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dt_End.MaxLength = 19;
- this.dt_End.MinimumSize = new System.Drawing.Size(63, 0);
- this.dt_End.Name = "dt_End";
- this.dt_End.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dt_End.Size = new System.Drawing.Size(187, 29);
- this.dt_End.SymbolDropDown = 61555;
- this.dt_End.SymbolNormal = 61555;
- this.dt_End.TabIndex = 14;
- this.dt_End.Text = "2024-05-16 15:23:00";
- this.dt_End.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dt_End.Value = new System.DateTime(2024, 5, 16, 15, 23, 0, 150);
- this.dt_End.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dt_Begin
- //
- this.dt_Begin.FillColor = System.Drawing.Color.White;
- this.dt_Begin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dt_Begin.Location = new System.Drawing.Point(117, 59);
- this.dt_Begin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dt_Begin.MaxLength = 19;
- this.dt_Begin.MinimumSize = new System.Drawing.Size(63, 0);
- this.dt_Begin.Name = "dt_Begin";
- this.dt_Begin.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dt_Begin.Size = new System.Drawing.Size(187, 29);
- this.dt_Begin.SymbolDropDown = 61555;
- this.dt_Begin.SymbolNormal = 61555;
- this.dt_Begin.TabIndex = 13;
- this.dt_Begin.Text = "2024-05-16 15:23:00";
- this.dt_Begin.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dt_Begin.Value = new System.DateTime(2024, 5, 16, 15, 23, 0, 0);
- this.dt_Begin.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel16
- //
- this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel16.Location = new System.Drawing.Point(36, 59);
- this.uiLabel16.Name = "uiLabel16";
- this.uiLabel16.Size = new System.Drawing.Size(74, 23);
- this.uiLabel16.TabIndex = 12;
- this.uiLabel16.Text = "开始日期";
- this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel16.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel15
- //
- this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel15.Location = new System.Drawing.Point(704, 175);
- this.uiLabel15.Name = "uiLabel15";
- this.uiLabel15.Size = new System.Drawing.Size(126, 23);
- this.uiLabel15.TabIndex = 11;
- this.uiLabel15.Text = "代办人联系地址";
- this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel15.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel14
- //
- this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel14.Location = new System.Drawing.Point(350, 117);
- this.uiLabel14.Name = "uiLabel14";
- this.uiLabel14.Size = new System.Drawing.Size(126, 23);
- this.uiLabel14.TabIndex = 10;
- this.uiLabel14.Text = "代办人联系方式";
- this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel14.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel13
- //
- this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel13.Location = new System.Drawing.Point(354, 175);
- this.uiLabel13.Name = "uiLabel13";
- this.uiLabel13.Size = new System.Drawing.Size(122, 23);
- this.uiLabel13.TabIndex = 9;
- this.uiLabel13.Text = "代办人证件号码";
- this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel13.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel12
- //
- this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel12.Location = new System.Drawing.Point(17, 175);
- this.uiLabel12.Name = "uiLabel12";
- this.uiLabel12.Size = new System.Drawing.Size(122, 23);
- this.uiLabel12.TabIndex = 8;
- this.uiLabel12.Text = "代办人证件类型";
- this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel12.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel11
- //
- this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel11.Location = new System.Drawing.Point(740, 117);
- this.uiLabel11.Name = "uiLabel11";
- this.uiLabel11.Size = new System.Drawing.Size(90, 23);
- this.uiLabel11.TabIndex = 7;
- this.uiLabel11.Text = "代办人关系";
- this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel11.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel10
- //
- this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel10.Location = new System.Drawing.Point(49, 117);
- this.uiLabel10.Name = "uiLabel10";
- this.uiLabel10.Size = new System.Drawing.Size(90, 23);
- this.uiLabel10.TabIndex = 6;
- this.uiLabel10.Text = "代办人姓名";
- this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel10.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel7
- //
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.Location = new System.Drawing.Point(325, 59);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(74, 23);
- this.uiLabel7.TabIndex = 3;
- this.uiLabel7.Text = "截止日期";
- this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel6
- //
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.Location = new System.Drawing.Point(893, 59);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(74, 23);
- this.uiLabel6.TabIndex = 2;
- this.uiLabel6.Text = "疾病诊断";
- this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.btnReadCard);
- this.uiPanel1.Controls.Add(this.btnExit);
- this.uiPanel1.Controls.Add(this.btnOK);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(0, 401);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(1183, 62);
- this.uiPanel1.TabIndex = 1;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnReadCard
- //
- this.btnReadCard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnReadCard.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnReadCard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReadCard.Location = new System.Drawing.Point(802, 5);
- this.btnReadCard.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnReadCard.Name = "btnReadCard";
- this.btnReadCard.Size = new System.Drawing.Size(123, 50);
- this.btnReadCard.TabIndex = 2;
- this.btnReadCard.Text = "1.医保读卡";
- this.btnReadCard.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReadCard.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnReadCard.Click += new System.EventHandler(this.btnReadCard_Click);
- //
- // btnExit
- //
- this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExit.Location = new System.Drawing.Point(1056, 5);
- this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(123, 50);
- this.btnExit.TabIndex = 1;
- this.btnExit.Text = "退 出";
- this.btnExit.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnExit.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(929, 5);
- this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(123, 50);
- this.btnOK.TabIndex = 0;
- this.btnOK.Text = "2.确 定";
- this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // uiTitlePanel1
- //
- this.uiTitlePanel1.Controls.Add(this.uiLabel19);
- this.uiTitlePanel1.Controls.Add(this.tb_CertNo);
- this.uiTitlePanel1.Controls.Add(this.uiLabel3);
- this.uiTitlePanel1.Controls.Add(this.uiLabel2);
- this.uiTitlePanel1.Controls.Add(this.uiLabel1);
- this.uiTitlePanel1.Controls.Add(this.tb_PsnNo);
- this.uiTitlePanel1.Controls.Add(this.tb_InsuAdmvs);
- this.uiTitlePanel1.Controls.Add(this.tb_Name);
- this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiTitlePanel1.Name = "uiTitlePanel1";
- this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
- this.uiTitlePanel1.ShowText = false;
- this.uiTitlePanel1.Size = new System.Drawing.Size(1183, 109);
- this.uiTitlePanel1.TabIndex = 0;
- this.uiTitlePanel1.Text = "参保人员信息";
- this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiTitlePanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel19
- //
- this.uiLabel19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel19.Location = new System.Drawing.Point(479, 60);
- this.uiLabel19.Name = "uiLabel19";
- this.uiLabel19.Size = new System.Drawing.Size(74, 23);
- this.uiLabel19.TabIndex = 9;
- this.uiLabel19.Text = "证件号码";
- this.uiLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel19.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_CertNo
- //
- this.tb_CertNo.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_CertNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_CertNo.Location = new System.Drawing.Point(559, 59);
- this.tb_CertNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_CertNo.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_CertNo.Name = "tb_CertNo";
- this.tb_CertNo.ShowText = false;
- this.tb_CertNo.Size = new System.Drawing.Size(177, 29);
- this.tb_CertNo.TabIndex = 8;
- this.tb_CertNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_CertNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.Location = new System.Drawing.Point(751, 60);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(106, 23);
- this.uiLabel3.TabIndex = 7;
- this.uiLabel3.Text = "医保人员编号";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(211, 60);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(122, 23);
- this.uiLabel2.TabIndex = 6;
- this.uiLabel2.Text = "参保地行政区划";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(20, 60);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(52, 23);
- this.uiLabel1.TabIndex = 5;
- this.uiLabel1.Text = "姓 名";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_PsnNo
- //
- this.tb_PsnNo.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_PsnNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_PsnNo.Location = new System.Drawing.Point(863, 59);
- this.tb_PsnNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_PsnNo.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_PsnNo.Name = "tb_PsnNo";
- this.tb_PsnNo.ShowText = false;
- this.tb_PsnNo.Size = new System.Drawing.Size(283, 29);
- this.tb_PsnNo.TabIndex = 4;
- this.tb_PsnNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_PsnNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_InsuAdmvs
- //
- this.tb_InsuAdmvs.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_InsuAdmvs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_InsuAdmvs.Location = new System.Drawing.Point(337, 59);
- this.tb_InsuAdmvs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_InsuAdmvs.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_InsuAdmvs.Name = "tb_InsuAdmvs";
- this.tb_InsuAdmvs.ShowText = false;
- this.tb_InsuAdmvs.Size = new System.Drawing.Size(123, 29);
- this.tb_InsuAdmvs.TabIndex = 3;
- this.tb_InsuAdmvs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_InsuAdmvs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_Name
- //
- this.tb_Name.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_Name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_Name.Location = new System.Drawing.Point(79, 59);
- this.tb_Name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_Name.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_Name.Name = "tb_Name";
- this.tb_Name.ShowText = false;
- this.tb_Name.Size = new System.Drawing.Size(116, 29);
- this.tb_Name.TabIndex = 2;
- this.tb_Name.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_Name.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.uiTitlePanel5);
- this.tabPage3.Controls.Add(this.uiDataGridView1);
- this.tabPage3.Controls.Add(this.uiPanel2);
- this.tabPage3.Location = new System.Drawing.Point(0, 40);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1179, 420);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "删除特药登记信息";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // uiTitlePanel5
- //
- this.uiTitlePanel5.Controls.Add(this.dgvReferralRecordDrugs);
- this.uiTitlePanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTitlePanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTitlePanel5.Location = new System.Drawing.Point(0, 0);
- this.uiTitlePanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTitlePanel5.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiTitlePanel5.Name = "uiTitlePanel5";
- this.uiTitlePanel5.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
- this.uiTitlePanel5.ShowText = false;
- this.uiTitlePanel5.Size = new System.Drawing.Size(1179, 308);
- this.uiTitlePanel5.TabIndex = 4;
- this.uiTitlePanel5.Text = null;
- this.uiTitlePanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiTitlePanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgvReferralRecordDrugs
- //
- this.dgvReferralRecordDrugs.AllowUserToAddRows = false;
- this.dgvReferralRecordDrugs.AllowUserToDeleteRows = false;
- dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvReferralRecordDrugs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
- this.dgvReferralRecordDrugs.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgvReferralRecordDrugs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvReferralRecordDrugs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
- this.dgvReferralRecordDrugs.ColumnHeadersHeight = 32;
- this.dgvReferralRecordDrugs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvReferralRecordDrugs.DefaultCellStyle = dataGridViewCellStyle23;
- this.dgvReferralRecordDrugs.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvReferralRecordDrugs.EnableHeadersVisualStyles = false;
- this.dgvReferralRecordDrugs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvReferralRecordDrugs.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgvReferralRecordDrugs.Location = new System.Drawing.Point(0, 35);
- this.dgvReferralRecordDrugs.Name = "dgvReferralRecordDrugs";
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvReferralRecordDrugs.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
- this.dgvReferralRecordDrugs.RowHeight = 0;
- dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgvReferralRecordDrugs.RowsDefaultCellStyle = dataGridViewCellStyle25;
- this.dgvReferralRecordDrugs.RowTemplate.Height = 23;
- this.dgvReferralRecordDrugs.SelectedIndex = -1;
- this.dgvReferralRecordDrugs.ShowGridLine = false;
- this.dgvReferralRecordDrugs.ShowRect = false;
- this.dgvReferralRecordDrugs.Size = new System.Drawing.Size(1179, 273);
- this.dgvReferralRecordDrugs.TabIndex = 1;
- this.dgvReferralRecordDrugs.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiDataGridView1
- //
- this.uiDataGridView1.AllowUserToAddRows = false;
- this.uiDataGridView1.AllowUserToDeleteRows = false;
- dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
- this.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
- this.uiDataGridView1.ColumnHeadersHeight = 32;
- this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle28.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle28;
- this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiDataGridView1.EnableHeadersVisualStyles = false;
- this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.uiDataGridView1.Location = new System.Drawing.Point(0, 0);
- this.uiDataGridView1.Name = "uiDataGridView1";
- dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
- this.uiDataGridView1.RowHeight = 0;
- dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle30;
- this.uiDataGridView1.RowTemplate.Height = 23;
- this.uiDataGridView1.SelectedIndex = -1;
- this.uiDataGridView1.ShowGridLine = false;
- this.uiDataGridView1.ShowRect = false;
- this.uiDataGridView1.Size = new System.Drawing.Size(1179, 308);
- this.uiDataGridView1.TabIndex = 3;
- this.uiDataGridView1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel2
- //
- this.uiPanel2.Controls.Add(this.btnInsuQuery);
- this.uiPanel2.Controls.Add(this.uiButton2);
- this.uiPanel2.Controls.Add(this.btnDelete);
- this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel2.Location = new System.Drawing.Point(0, 308);
- this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel2.Name = "uiPanel2";
- this.uiPanel2.Size = new System.Drawing.Size(1179, 112);
- this.uiPanel2.TabIndex = 2;
- this.uiPanel2.Text = null;
- this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnInsuQuery
- //
- this.btnInsuQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnInsuQuery.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnInsuQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInsuQuery.Location = new System.Drawing.Point(790, 27);
- this.btnInsuQuery.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnInsuQuery.Name = "btnInsuQuery";
- this.btnInsuQuery.Size = new System.Drawing.Size(155, 63);
- this.btnInsuQuery.TabIndex = 51;
- this.btnInsuQuery.Text = "特药登记信息查询";
- this.btnInsuQuery.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnInsuQuery.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnInsuQuery.Click += new System.EventHandler(this.btnInsuQuery_Click);
- //
- // uiButton2
- //
- this.uiButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.Location = new System.Drawing.Point(1067, 27);
- this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiButton2.Name = "uiButton2";
- this.uiButton2.Size = new System.Drawing.Size(106, 63);
- this.uiButton2.TabIndex = 50;
- this.uiButton2.Text = "退 出";
- this.uiButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiButton2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.uiButton2.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnDelete
- //
- this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDelete.Location = new System.Drawing.Point(949, 27);
- this.btnDelete.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(114, 63);
- this.btnDelete.TabIndex = 49;
- this.btnDelete.Text = "确认删除";
- this.btnDelete.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDelete.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // HospitalRegister
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1183, 503);
- this.Controls.Add(this.uiTabControl1);
- this.Name = "HospitalRegister";
- this.Text = "其它医保业务";
- this.Load += new System.EventHandler(this.HospitalRegister_Load);
- this.uiTabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.uiTitlePanel2.ResumeLayout(false);
- this.uiPanel1.ResumeLayout(false);
- this.uiTitlePanel1.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- this.uiTitlePanel5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvReferralRecordDrugs)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
- this.uiPanel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITabControl uiTabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private Sunny.UI.UITitlePanel uiTitlePanel2;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UITitlePanel uiTitlePanel1;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UITextBox tb_PsnNo;
- private Sunny.UI.UITextBox tb_InsuAdmvs;
- private Sunny.UI.UITextBox tb_Name;
- private Sunny.UI.UITextBox tb_Tel_P;
- private Sunny.UI.UITextBox tb_CertNo_P;
- private Sunny.UI.UIComboBox cbb_CertType;
- private Sunny.UI.UIComboBox cbb_RelationShip;
- private Sunny.UI.UITextBox tb_Name_P;
- private Sunny.UI.UITextBox tb_ICD;
- private Sunny.UI.UIDatetimePicker dt_End;
- private Sunny.UI.UIDatetimePicker dt_Begin;
- private Sunny.UI.UILabel uiLabel16;
- private Sunny.UI.UILabel uiLabel15;
- private Sunny.UI.UILabel uiLabel14;
- private Sunny.UI.UILabel uiLabel13;
- private Sunny.UI.UILabel uiLabel12;
- private Sunny.UI.UILabel uiLabel11;
- private Sunny.UI.UILabel uiLabel10;
- private Sunny.UI.UILabel uiLabel7;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UIButton btnExit;
- private Sunny.UI.UIButton btnOK;
- private Sunny.UI.UITextBox tb_Address_P;
- private Sunny.UI.UILabel uiLabel17;
- public PTControl.DBLookupCombox cbx_DocInfo;
- private Sunny.UI.UILabel uiLabel19;
- private Sunny.UI.UITextBox tb_CertNo;
- private System.Windows.Forms.TabPage tabPage3;
- private Sunny.UI.UITitlePanel uiTitlePanel5;
- private Sunny.UI.UIDataGridView dgvReferralRecordDrugs;
- private Sunny.UI.UIDataGridView uiDataGridView1;
- private Sunny.UI.UIPanel uiPanel2;
- private Sunny.UI.UIButton btnInsuQuery;
- private Sunny.UI.UIButton uiButton2;
- private Sunny.UI.UIButton btnDelete;
- private Sunny.UI.UIButton btnReadCard;
- }
- }
|