namespace PacsView3D { partial class QRFrm { /// /// 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(QRFrm)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.datetimeEnd = new System.Windows.Forms.DateTimePicker(); this.datetimeStart = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtModality = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtAccessNumber = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtPatientid = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnQuery = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.datetimeEnd); this.groupBox1.Controls.Add(this.datetimeStart); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtModality); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtAccessNumber); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.txtName); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtPatientid); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.btnQuery); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.groupBox1.Size = new System.Drawing.Size(1122, 136); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "查询条件"; // // datetimeEnd // this.datetimeEnd.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.datetimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datetimeEnd.Location = new System.Drawing.Point(733, 85); this.datetimeEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.datetimeEnd.Name = "datetimeEnd"; this.datetimeEnd.Size = new System.Drawing.Size(251, 37); this.datetimeEnd.TabIndex = 13; // // datetimeStart // this.datetimeStart.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.datetimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datetimeStart.Location = new System.Drawing.Point(448, 87); this.datetimeStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.datetimeStart.Name = "datetimeStart"; this.datetimeStart.Size = new System.Drawing.Size(251, 37); this.datetimeStart.TabIndex = 12; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(704, 91); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(24, 31); this.label4.TabIndex = 11; this.label4.Text = "-"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(302, 91); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(134, 31); this.label5.TabIndex = 9; this.label5.Text = "ExamDate:"; // // txtModality // this.txtModality.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtModality.Location = new System.Drawing.Point(143, 85); this.txtModality.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtModality.Name = "txtModality"; this.txtModality.Size = new System.Drawing.Size(144, 37); this.txtModality.TabIndex = 8; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(11, 91); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(120, 31); this.label6.TabIndex = 7; this.label6.Text = "Modality:"; // // txtAccessNumber // this.txtAccessNumber.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtAccessNumber.Location = new System.Drawing.Point(733, 32); this.txtAccessNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtAccessNumber.Name = "txtAccessNumber"; this.txtAccessNumber.Size = new System.Drawing.Size(251, 37); this.txtAccessNumber.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(620, 38); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(105, 31); this.label3.TabIndex = 5; this.label3.Text = "ExamID:"; // // txtName // this.txtName.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtName.Location = new System.Drawing.Point(448, 32); this.txtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(168, 37); this.txtName.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(302, 38); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 31); this.label2.TabIndex = 3; this.label2.Text = "Name:"; // // txtPatientid // this.txtPatientid.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPatientid.Location = new System.Drawing.Point(143, 32); this.txtPatientid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtPatientid.Name = "txtPatientid"; this.txtPatientid.Size = new System.Drawing.Size(144, 37); this.txtPatientid.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(11, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(126, 31); this.label1.TabIndex = 1; this.label1.Text = "PatientID:"; // // btnQuery // this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.btnQuery.AutoSize = true; this.btnQuery.Image = global::PacsView3D.Properties.Resources.缩放; this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnQuery.Location = new System.Drawing.Point(1001, 22); this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(111, 86); this.btnQuery.TabIndex = 0; this.btnQuery.Text = "查询"; this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnQuery.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnQuery.UseVisualStyleBackColor = true; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 136); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 27; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(1122, 401); this.dataGridView1.TabIndex = 4; this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick); // // panel1 // this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None; this.panel1.Controls.Add(this.label7); this.panel1.Location = new System.Drawing.Point(448, 282); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(304, 150); this.panel1.TabIndex = 5; this.panel1.UseWaitCursor = true; // // label7 // this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.DodgerBlue; this.label7.Location = new System.Drawing.Point(35, 46); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(169, 72); this.label7.TabIndex = 0; this.label7.Text = "正在回调图像请等候..."; // // QRFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1122, 537); this.Controls.Add(this.panel1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "QRFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "QueryRetrieve"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Resize += new System.EventHandler(this.QRFrm_Resize); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.DateTimePicker datetimeEnd; private System.Windows.Forms.DateTimePicker datetimeStart; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtModality; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtAccessNumber; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPatientid; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnQuery; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label7; } }