namespace PacsView3D { partial class WadoQueryFrm { /// /// 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(WadoQueryFrm)); 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.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.logtxt = new System.Windows.Forms.RichTextBox(); this.groupBox1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); 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.Location = new System.Drawing.Point(11, 10); 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(1107, 136); this.groupBox1.TabIndex = 0; 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(986, 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); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.toolStripStatusLabel2, this.toolStripProgressBar1, this.toolStripStatusLabel3}); this.statusStrip1.Location = new System.Drawing.Point(0, 504); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0); this.statusStrip1.Size = new System.Drawing.Size(1118, 29); this.statusStrip1.TabIndex = 2; this.statusStrip1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.statusStrip1_MouseDoubleClick); // // toolStripStatusLabel1 // this.toolStripStatusLabel1.AutoSize = false; this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.toolStripStatusLabel1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(250, 24); this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // toolStripStatusLabel2 // this.toolStripStatusLabel2.AutoSize = false; this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Size = new System.Drawing.Size(250, 24); this.toolStripStatusLabel2.Text = " "; this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // toolStripProgressBar1 // this.toolStripProgressBar1.AutoSize = false; this.toolStripProgressBar1.Name = "toolStripProgressBar1"; this.toolStripProgressBar1.Size = new System.Drawing.Size(200, 23); // // toolStripStatusLabel3 // this.toolStripStatusLabel3.Name = "toolStripStatusLabel3"; this.toolStripStatusLabel3.Size = new System.Drawing.Size(0, 24); this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dataGridView1 // this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(11, 151); 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(1097, 350); this.dataGridView1.TabIndex = 3; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick); this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick); // // logtxt // this.logtxt.BackColor = System.Drawing.SystemColors.InactiveCaptionText; this.logtxt.ForeColor = System.Drawing.Color.Green; this.logtxt.Location = new System.Drawing.Point(0, 237); this.logtxt.Name = "logtxt"; this.logtxt.Size = new System.Drawing.Size(1108, 264); this.logtxt.TabIndex = 4; this.logtxt.Text = ""; this.logtxt.Visible = false; // // WadoQueryFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1118, 533); this.Controls.Add(this.logtxt); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "WadoQueryFrm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Query"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.WadoQueryFrm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnQuery; 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.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.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3; private System.Windows.Forms.RichTextBox logtxt; } }