682 lines
34 KiB
C#
682 lines
34 KiB
C#
|
||
namespace videoGather
|
||
{
|
||
partial class video
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(video));
|
||
this.cb_CameraSelect = new System.Windows.Forms.ComboBox();
|
||
this.btn_Capture = new System.Windows.Forms.Button();
|
||
this.btn_Close = new System.Windows.Forms.Button();
|
||
this.gb_ButtonBox = new System.Windows.Forms.GroupBox();
|
||
this.button7 = new System.Windows.Forms.Button();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.button6 = new System.Windows.Forms.Button();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.btn_Connect = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.lab_Time = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.btn_EndVideo = new System.Windows.Forms.Button();
|
||
this.btn_PauseVideo = new System.Windows.Forms.Button();
|
||
this.btn_StartVideo = new System.Windows.Forms.Button();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.txt_h = new System.Windows.Forms.TextBox();
|
||
this.lab_h = new System.Windows.Forms.Label();
|
||
this.txt_w = new System.Windows.Forms.TextBox();
|
||
this.lab_w = new System.Windows.Forms.Label();
|
||
this.txt_y = new System.Windows.Forms.TextBox();
|
||
this.lab_y = new System.Windows.Forms.Label();
|
||
this.txt_x = new System.Windows.Forms.TextBox();
|
||
this.lab_x = new System.Windows.Forms.Label();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.dGVPatient = new System.Windows.Forms.DataGridView();
|
||
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.age = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.jianchamingcheng = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.kaifangsi = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.gb_CameraPanel = new System.Windows.Forms.GroupBox();
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
||
this.gb_ButtonBox.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.groupBox3.SuspendLayout();
|
||
this.groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dGVPatient)).BeginInit();
|
||
this.gb_CameraPanel.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// cb_CameraSelect
|
||
//
|
||
this.cb_CameraSelect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.cb_CameraSelect.FormattingEnabled = true;
|
||
this.cb_CameraSelect.Location = new System.Drawing.Point(24, 140);
|
||
this.cb_CameraSelect.Margin = new System.Windows.Forms.Padding(2);
|
||
this.cb_CameraSelect.Name = "cb_CameraSelect";
|
||
this.cb_CameraSelect.Size = new System.Drawing.Size(150, 24);
|
||
this.cb_CameraSelect.TabIndex = 12;
|
||
//
|
||
// btn_Capture
|
||
//
|
||
this.btn_Capture.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btn_Capture.Location = new System.Drawing.Point(19, 104);
|
||
this.btn_Capture.Margin = new System.Windows.Forms.Padding(2);
|
||
this.btn_Capture.Name = "btn_Capture";
|
||
this.btn_Capture.Size = new System.Drawing.Size(98, 31);
|
||
this.btn_Capture.TabIndex = 4;
|
||
this.btn_Capture.Text = "截图(F9)";
|
||
this.btn_Capture.UseVisualStyleBackColor = true;
|
||
this.btn_Capture.Click += new System.EventHandler(this.btn_Capture_Click);
|
||
//
|
||
// btn_Close
|
||
//
|
||
this.btn_Close.Location = new System.Drawing.Point(255, 138);
|
||
this.btn_Close.Margin = new System.Windows.Forms.Padding(2);
|
||
this.btn_Close.Name = "btn_Close";
|
||
this.btn_Close.Size = new System.Drawing.Size(52, 28);
|
||
this.btn_Close.TabIndex = 15;
|
||
this.btn_Close.Text = "关闭源";
|
||
this.btn_Close.UseVisualStyleBackColor = true;
|
||
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
||
//
|
||
// gb_ButtonBox
|
||
//
|
||
this.gb_ButtonBox.Controls.Add(this.button7);
|
||
this.gb_ButtonBox.Controls.Add(this.textBox1);
|
||
this.gb_ButtonBox.Controls.Add(this.label7);
|
||
this.gb_ButtonBox.Controls.Add(this.button6);
|
||
this.gb_ButtonBox.Controls.Add(this.label3);
|
||
this.gb_ButtonBox.Controls.Add(this.btn_Connect);
|
||
this.gb_ButtonBox.Controls.Add(this.button1);
|
||
this.gb_ButtonBox.Controls.Add(this.label1);
|
||
this.gb_ButtonBox.Controls.Add(this.button4);
|
||
this.gb_ButtonBox.Controls.Add(this.label6);
|
||
this.gb_ButtonBox.Controls.Add(this.btn_Close);
|
||
this.gb_ButtonBox.Controls.Add(this.lab_Time);
|
||
this.gb_ButtonBox.Controls.Add(this.label2);
|
||
this.gb_ButtonBox.Controls.Add(this.btn_EndVideo);
|
||
this.gb_ButtonBox.Controls.Add(this.btn_PauseVideo);
|
||
this.gb_ButtonBox.Controls.Add(this.btn_StartVideo);
|
||
this.gb_ButtonBox.Controls.Add(this.btn_Capture);
|
||
this.gb_ButtonBox.Controls.Add(this.cb_CameraSelect);
|
||
this.gb_ButtonBox.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.gb_ButtonBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.gb_ButtonBox.Location = new System.Drawing.Point(3, 170);
|
||
this.gb_ButtonBox.Margin = new System.Windows.Forms.Padding(2);
|
||
this.gb_ButtonBox.Name = "gb_ButtonBox";
|
||
this.gb_ButtonBox.Padding = new System.Windows.Forms.Padding(2);
|
||
this.gb_ButtonBox.Size = new System.Drawing.Size(503, 235);
|
||
this.gb_ButtonBox.TabIndex = 16;
|
||
this.gb_ButtonBox.TabStop = false;
|
||
this.gb_ButtonBox.Text = "功能区";
|
||
this.gb_ButtonBox.Enter += new System.EventHandler(this.gb_ButtonBox_Enter);
|
||
//
|
||
// button7
|
||
//
|
||
this.button7.Location = new System.Drawing.Point(255, 60);
|
||
this.button7.Name = "button7";
|
||
this.button7.Size = new System.Drawing.Size(111, 30);
|
||
this.button7.TabIndex = 33;
|
||
this.button7.Text = "选中区域";
|
||
this.button7.UseVisualStyleBackColor = true;
|
||
this.button7.Click += new System.EventHandler(this.button7_Click_1);
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(123, 175);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(183, 26);
|
||
this.textBox1.TabIndex = 31;
|
||
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Location = new System.Drawing.Point(11, 180);
|
||
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(119, 16);
|
||
this.label7.TabIndex = 32;
|
||
this.label7.Text = "检查编号扫码:";
|
||
//
|
||
// button6
|
||
//
|
||
this.button6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button6.Location = new System.Drawing.Point(371, 173);
|
||
this.button6.Margin = new System.Windows.Forms.Padding(2);
|
||
this.button6.Name = "button6";
|
||
this.button6.Size = new System.Drawing.Size(127, 31);
|
||
this.button6.TabIndex = 30;
|
||
this.button6.Text = "添加患者";
|
||
this.button6.UseVisualStyleBackColor = true;
|
||
this.button6.Click += new System.EventHandler(this.button6_Click);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.label3.ForeColor = System.Drawing.Color.Red;
|
||
this.label3.Location = new System.Drawing.Point(2, 213);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(109, 16);
|
||
this.label3.TabIndex = 29;
|
||
this.label3.Text = "双击选择患者";
|
||
//
|
||
// btn_Connect
|
||
//
|
||
this.btn_Connect.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.btn_Connect.Location = new System.Drawing.Point(199, 138);
|
||
this.btn_Connect.Margin = new System.Windows.Forms.Padding(2);
|
||
this.btn_Connect.Name = "btn_Connect";
|
||
this.btn_Connect.Size = new System.Drawing.Size(52, 27);
|
||
this.btn_Connect.TabIndex = 17;
|
||
this.btn_Connect.Text = "连接";
|
||
this.btn_Connect.UseVisualStyleBackColor = true;
|
||
this.btn_Connect.Click += new System.EventHandler(this.btn_Connect_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button1.Location = new System.Drawing.Point(371, 139);
|
||
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(127, 31);
|
||
this.button1.TabIndex = 28;
|
||
this.button1.Text = "刷新患者(HIS)";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(226, 111);
|
||
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(15, 16);
|
||
this.label1.TabIndex = 26;
|
||
this.label1.Text = "0";
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button4.Location = new System.Drawing.Point(371, 23);
|
||
this.button4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(127, 112);
|
||
this.button4.TabIndex = 16;
|
||
this.button4.Text = "患者数据上传";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.button4_Click);
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Location = new System.Drawing.Point(129, 111);
|
||
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(87, 16);
|
||
this.label6.TabIndex = 27;
|
||
this.label6.Text = "截图数量:";
|
||
//
|
||
// lab_Time
|
||
//
|
||
this.lab_Time.AutoSize = true;
|
||
this.lab_Time.Location = new System.Drawing.Point(116, 74);
|
||
this.lab_Time.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.lab_Time.Name = "lab_Time";
|
||
this.lab_Time.Size = new System.Drawing.Size(87, 16);
|
||
this.lab_Time.TabIndex = 13;
|
||
this.lab_Time.Text = "00:00:00";
|
||
this.lab_Time.Visible = false;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(25, 74);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(87, 16);
|
||
this.label2.TabIndex = 12;
|
||
this.label2.Text = "录制时间:";
|
||
this.label2.Visible = false;
|
||
//
|
||
// btn_EndVideo
|
||
//
|
||
this.btn_EndVideo.Location = new System.Drawing.Point(255, 23);
|
||
this.btn_EndVideo.Margin = new System.Windows.Forms.Padding(2);
|
||
this.btn_EndVideo.Name = "btn_EndVideo";
|
||
this.btn_EndVideo.Size = new System.Drawing.Size(112, 32);
|
||
this.btn_EndVideo.TabIndex = 11;
|
||
this.btn_EndVideo.Text = "停止录像(F8)";
|
||
this.btn_EndVideo.UseVisualStyleBackColor = true;
|
||
this.btn_EndVideo.Visible = false;
|
||
this.btn_EndVideo.Click += new System.EventHandler(this.btn_EndVideo_Click);
|
||
//
|
||
// btn_PauseVideo
|
||
//
|
||
this.btn_PauseVideo.Location = new System.Drawing.Point(132, 23);
|
||
this.btn_PauseVideo.Margin = new System.Windows.Forms.Padding(2);
|
||
this.btn_PauseVideo.Name = "btn_PauseVideo";
|
||
this.btn_PauseVideo.Size = new System.Drawing.Size(119, 32);
|
||
this.btn_PauseVideo.TabIndex = 10;
|
||
this.btn_PauseVideo.Text = "暂停录像(F7)";
|
||
this.btn_PauseVideo.UseVisualStyleBackColor = true;
|
||
this.btn_PauseVideo.Visible = false;
|
||
this.btn_PauseVideo.Click += new System.EventHandler(this.btn_PauseVideo_Click);
|
||
//
|
||
// btn_StartVideo
|
||
//
|
||
this.btn_StartVideo.Location = new System.Drawing.Point(15, 23);
|
||
this.btn_StartVideo.Margin = new System.Windows.Forms.Padding(2);
|
||
this.btn_StartVideo.Name = "btn_StartVideo";
|
||
this.btn_StartVideo.Size = new System.Drawing.Size(113, 32);
|
||
this.btn_StartVideo.TabIndex = 9;
|
||
this.btn_StartVideo.Text = "开始录像(F6)";
|
||
this.btn_StartVideo.UseVisualStyleBackColor = true;
|
||
this.btn_StartVideo.Visible = false;
|
||
this.btn_StartVideo.Click += new System.EventHandler(this.btn_StartVideo_Click);
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.AutoSize = true;
|
||
this.groupBox2.Controls.Add(this.button5);
|
||
this.groupBox2.Controls.Add(this.txt_h);
|
||
this.groupBox2.Controls.Add(this.lab_h);
|
||
this.groupBox2.Controls.Add(this.txt_w);
|
||
this.groupBox2.Controls.Add(this.lab_w);
|
||
this.groupBox2.Controls.Add(this.txt_y);
|
||
this.groupBox2.Controls.Add(this.lab_y);
|
||
this.groupBox2.Controls.Add(this.txt_x);
|
||
this.groupBox2.Controls.Add(this.lab_x);
|
||
this.groupBox2.Controls.Add(this.checkBox1);
|
||
this.groupBox2.Controls.Add(this.label5);
|
||
this.groupBox2.Controls.Add(this.label4);
|
||
this.groupBox2.Controls.Add(this.button3);
|
||
this.groupBox2.Controls.Add(this.button2);
|
||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F);
|
||
this.groupBox2.Location = new System.Drawing.Point(3, 17);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(503, 153);
|
||
this.groupBox2.TabIndex = 18;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "病理";
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button5.Location = new System.Drawing.Point(371, 98);
|
||
this.button5.Margin = new System.Windows.Forms.Padding(2);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(127, 31);
|
||
this.button5.TabIndex = 30;
|
||
this.button5.Text = "图片转换成DCM";
|
||
this.button5.UseVisualStyleBackColor = true;
|
||
this.button5.Visible = false;
|
||
this.button5.Click += new System.EventHandler(this.button5_Click);
|
||
//
|
||
// txt_h
|
||
//
|
||
this.txt_h.Location = new System.Drawing.Point(487, 25);
|
||
this.txt_h.Name = "txt_h";
|
||
this.txt_h.Size = new System.Drawing.Size(28, 26);
|
||
this.txt_h.TabIndex = 25;
|
||
//
|
||
// lab_h
|
||
//
|
||
this.lab_h.AutoSize = true;
|
||
this.lab_h.Location = new System.Drawing.Point(466, 31);
|
||
this.lab_h.Name = "lab_h";
|
||
this.lab_h.Size = new System.Drawing.Size(15, 16);
|
||
this.lab_h.TabIndex = 24;
|
||
this.lab_h.Text = "h";
|
||
//
|
||
// txt_w
|
||
//
|
||
this.txt_w.Location = new System.Drawing.Point(430, 25);
|
||
this.txt_w.Name = "txt_w";
|
||
this.txt_w.Size = new System.Drawing.Size(28, 26);
|
||
this.txt_w.TabIndex = 23;
|
||
//
|
||
// lab_w
|
||
//
|
||
this.lab_w.AutoSize = true;
|
||
this.lab_w.Location = new System.Drawing.Point(409, 31);
|
||
this.lab_w.Name = "lab_w";
|
||
this.lab_w.Size = new System.Drawing.Size(15, 16);
|
||
this.lab_w.TabIndex = 22;
|
||
this.lab_w.Text = "w";
|
||
//
|
||
// txt_y
|
||
//
|
||
this.txt_y.Location = new System.Drawing.Point(377, 25);
|
||
this.txt_y.Name = "txt_y";
|
||
this.txt_y.Size = new System.Drawing.Size(28, 26);
|
||
this.txt_y.TabIndex = 21;
|
||
//
|
||
// lab_y
|
||
//
|
||
this.lab_y.AutoSize = true;
|
||
this.lab_y.Location = new System.Drawing.Point(356, 31);
|
||
this.lab_y.Name = "lab_y";
|
||
this.lab_y.Size = new System.Drawing.Size(15, 16);
|
||
this.lab_y.TabIndex = 20;
|
||
this.lab_y.Text = "y";
|
||
//
|
||
// txt_x
|
||
//
|
||
this.txt_x.Location = new System.Drawing.Point(319, 25);
|
||
this.txt_x.Name = "txt_x";
|
||
this.txt_x.Size = new System.Drawing.Size(28, 26);
|
||
this.txt_x.TabIndex = 19;
|
||
//
|
||
// lab_x
|
||
//
|
||
this.lab_x.AutoSize = true;
|
||
this.lab_x.Location = new System.Drawing.Point(298, 28);
|
||
this.lab_x.Name = "lab_x";
|
||
this.lab_x.Size = new System.Drawing.Size(15, 16);
|
||
this.lab_x.TabIndex = 18;
|
||
this.lab_x.Text = "x";
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(145, 27);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(154, 20);
|
||
this.checkBox1.TabIndex = 17;
|
||
this.checkBox1.Text = "是否开启区域截图";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(239, 66);
|
||
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(15, 16);
|
||
this.label5.TabIndex = 16;
|
||
this.label5.Text = "0";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(142, 66);
|
||
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(87, 16);
|
||
this.label4.TabIndex = 16;
|
||
this.label4.Text = "截图数量:";
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button3.Location = new System.Drawing.Point(19, 59);
|
||
this.button3.Margin = new System.Windows.Forms.Padding(2);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(112, 31);
|
||
this.button3.TabIndex = 16;
|
||
this.button3.Text = "上传";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.button2.Location = new System.Drawing.Point(19, 24);
|
||
this.button2.Margin = new System.Windows.Forms.Padding(2);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(109, 31);
|
||
this.button2.TabIndex = 16;
|
||
this.button2.Text = "开启截图";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.Controls.Add(this.groupBox1);
|
||
this.groupBox3.Controls.Add(this.gb_ButtonBox);
|
||
this.groupBox3.Controls.Add(this.groupBox2);
|
||
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Size = new System.Drawing.Size(509, 994);
|
||
this.groupBox3.TabIndex = 19;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = "操作";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.dGVPatient);
|
||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.groupBox1.Location = new System.Drawing.Point(3, 405);
|
||
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox1.Size = new System.Drawing.Size(503, 586);
|
||
this.groupBox1.TabIndex = 19;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "患者信息";
|
||
//
|
||
// dGVPatient
|
||
//
|
||
this.dGVPatient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dGVPatient.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.Column1,
|
||
this.name,
|
||
this.sex,
|
||
this.age,
|
||
this.jianchamingcheng,
|
||
this.kaifangsi});
|
||
this.dGVPatient.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.dGVPatient.Location = new System.Drawing.Point(2, 21);
|
||
this.dGVPatient.Name = "dGVPatient";
|
||
this.dGVPatient.ReadOnly = true;
|
||
this.dGVPatient.RowTemplate.Height = 23;
|
||
this.dGVPatient.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dGVPatient.Size = new System.Drawing.Size(499, 563);
|
||
this.dGVPatient.TabIndex = 0;
|
||
this.dGVPatient.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGVPatient_CellDoubleClick);
|
||
//
|
||
// Column1
|
||
//
|
||
this.Column1.DataPropertyName = "jianchaid";
|
||
this.Column1.HeaderText = "检查ID";
|
||
this.Column1.Name = "Column1";
|
||
this.Column1.ReadOnly = true;
|
||
//
|
||
// name
|
||
//
|
||
this.name.DataPropertyName = "name";
|
||
this.name.HeaderText = "姓名";
|
||
this.name.Name = "name";
|
||
this.name.ReadOnly = true;
|
||
this.name.Width = 70;
|
||
//
|
||
// sex
|
||
//
|
||
this.sex.DataPropertyName = "sex";
|
||
this.sex.HeaderText = "性别";
|
||
this.sex.Name = "sex";
|
||
this.sex.ReadOnly = true;
|
||
this.sex.Width = 70;
|
||
//
|
||
// age
|
||
//
|
||
this.age.DataPropertyName = "age";
|
||
this.age.HeaderText = "年龄";
|
||
this.age.Name = "age";
|
||
this.age.ReadOnly = true;
|
||
this.age.Width = 70;
|
||
//
|
||
// jianchamingcheng
|
||
//
|
||
this.jianchamingcheng.DataPropertyName = "jianchamingcheng";
|
||
this.jianchamingcheng.HeaderText = "检查项目";
|
||
this.jianchamingcheng.Name = "jianchamingcheng";
|
||
this.jianchamingcheng.ReadOnly = true;
|
||
//
|
||
// kaifangsi
|
||
//
|
||
this.kaifangsi.DataPropertyName = "kaifangsj";
|
||
this.kaifangsi.HeaderText = "日期";
|
||
this.kaifangsi.Name = "kaifangsi";
|
||
this.kaifangsi.ReadOnly = true;
|
||
//
|
||
// gb_CameraPanel
|
||
//
|
||
this.gb_CameraPanel.Controls.Add(this.pictureBox1);
|
||
this.gb_CameraPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.gb_CameraPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.gb_CameraPanel.Location = new System.Drawing.Point(509, 0);
|
||
this.gb_CameraPanel.Margin = new System.Windows.Forms.Padding(2);
|
||
this.gb_CameraPanel.Name = "gb_CameraPanel";
|
||
this.gb_CameraPanel.Padding = new System.Windows.Forms.Padding(2);
|
||
this.gb_CameraPanel.Size = new System.Drawing.Size(1206, 994);
|
||
this.gb_CameraPanel.TabIndex = 20;
|
||
this.gb_CameraPanel.TabStop = false;
|
||
this.gb_CameraPanel.Text = "拍摄";
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.pictureBox1.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
||
this.pictureBox1.Location = new System.Drawing.Point(15, 17);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(1186, 720);
|
||
this.pictureBox1.TabIndex = 1;
|
||
this.pictureBox1.TabStop = false;
|
||
this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
|
||
//
|
||
// backgroundWorker1
|
||
//
|
||
this.backgroundWorker1.WorkerReportsProgress = true;
|
||
this.backgroundWorker1.WorkerSupportsCancellation = true;
|
||
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
||
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
|
||
//
|
||
// video
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1715, 994);
|
||
this.Controls.Add(this.gb_CameraPanel);
|
||
this.Controls.Add(this.groupBox3);
|
||
this.DoubleBuffered = true;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(2);
|
||
this.Name = "video";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "视频采集V6";
|
||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.gb_ButtonBox.ResumeLayout(false);
|
||
this.gb_ButtonBox.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.groupBox3.PerformLayout();
|
||
this.groupBox1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.dGVPatient)).EndInit();
|
||
this.gb_CameraPanel.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.ComboBox cb_CameraSelect;
|
||
private System.Windows.Forms.Button btn_Capture;
|
||
private System.Windows.Forms.Button btn_Close;
|
||
private System.Windows.Forms.GroupBox gb_ButtonBox;
|
||
private System.Windows.Forms.Button btn_EndVideo;
|
||
private System.Windows.Forms.Button btn_PauseVideo;
|
||
private System.Windows.Forms.Button btn_StartVideo;
|
||
private System.Windows.Forms.Button btn_Connect;
|
||
private System.Windows.Forms.Label lab_Time;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.TextBox txt_h;
|
||
private System.Windows.Forms.Label lab_h;
|
||
private System.Windows.Forms.TextBox txt_w;
|
||
private System.Windows.Forms.Label lab_w;
|
||
private System.Windows.Forms.TextBox txt_y;
|
||
private System.Windows.Forms.Label lab_y;
|
||
private System.Windows.Forms.TextBox txt_x;
|
||
private System.Windows.Forms.Label lab_x;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.GroupBox gb_CameraPanel;
|
||
private System.Windows.Forms.DataGridView dGVPatient;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn name;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn sex;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn age;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn jianchamingcheng;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn kaifangsi;
|
||
private System.Windows.Forms.Button button4;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Button button5;
|
||
private System.Windows.Forms.Button button6;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.Button button7;
|
||
}
|
||
}
|
||
|