ab56a9bcf7
SVN-Revision: r240
203 lines
10 KiB
C#
203 lines
10 KiB
C#
namespace Lskj.CmCapture
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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 窗体设计器生成的代码
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
|
this.axCmCaptureOcx1 = new AxCmCaptureOcxLib.AxCmCaptureOcx();
|
|
this.lb_Text = new System.Windows.Forms.Label();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.radio_Camera = new System.Windows.Forms.RadioButton();
|
|
this.radio_PhotoAssist = new System.Windows.Forms.RadioButton();
|
|
this.radio_PhotoGrapic = new System.Windows.Forms.RadioButton();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnUpload = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_Bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.gridControlEx = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.axCmCaptureOcx1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).BeginInit();
|
|
this.pl_Bottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// axCmCaptureOcx1
|
|
//
|
|
this.axCmCaptureOcx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.axCmCaptureOcx1.Enabled = true;
|
|
this.axCmCaptureOcx1.Location = new System.Drawing.Point(0, 0);
|
|
this.axCmCaptureOcx1.Name = "axCmCaptureOcx1";
|
|
this.axCmCaptureOcx1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axCmCaptureOcx1.OcxState")));
|
|
this.axCmCaptureOcx1.Size = new System.Drawing.Size(858, 374);
|
|
this.axCmCaptureOcx1.TabIndex = 2;
|
|
//
|
|
// lb_Text
|
|
//
|
|
this.lb_Text.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lb_Text.AutoSize = true;
|
|
this.lb_Text.Location = new System.Drawing.Point(618, 14);
|
|
this.lb_Text.Name = "lb_Text";
|
|
this.lb_Text.Size = new System.Drawing.Size(0, 14);
|
|
this.lb_Text.TabIndex = 7;
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.progressBar1.Location = new System.Drawing.Point(302, 5);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(303, 23);
|
|
this.progressBar1.TabIndex = 6;
|
|
//
|
|
// radio_Camera
|
|
//
|
|
this.radio_Camera.AutoSize = true;
|
|
this.radio_Camera.Location = new System.Drawing.Point(237, 9);
|
|
this.radio_Camera.Name = "radio_Camera";
|
|
this.radio_Camera.Size = new System.Drawing.Size(61, 18);
|
|
this.radio_Camera.TabIndex = 5;
|
|
this.radio_Camera.Tag = "0";
|
|
this.radio_Camera.Text = "摄像头";
|
|
this.radio_Camera.UseVisualStyleBackColor = true;
|
|
this.radio_Camera.Click += new System.EventHandler(this.OnRadioClick);
|
|
//
|
|
// radio_PhotoAssist
|
|
//
|
|
this.radio_PhotoAssist.AutoSize = true;
|
|
this.radio_PhotoAssist.Location = new System.Drawing.Point(161, 9);
|
|
this.radio_PhotoAssist.Name = "radio_PhotoAssist";
|
|
this.radio_PhotoAssist.Size = new System.Drawing.Size(73, 18);
|
|
this.radio_PhotoAssist.TabIndex = 4;
|
|
this.radio_PhotoAssist.Tag = "2";
|
|
this.radio_PhotoAssist.Text = "辅助拍摄";
|
|
this.radio_PhotoAssist.UseVisualStyleBackColor = true;
|
|
this.radio_PhotoAssist.Click += new System.EventHandler(this.OnRadioClick);
|
|
//
|
|
// radio_PhotoGrapic
|
|
//
|
|
this.radio_PhotoGrapic.AutoSize = true;
|
|
this.radio_PhotoGrapic.Checked = true;
|
|
this.radio_PhotoGrapic.Location = new System.Drawing.Point(96, 9);
|
|
this.radio_PhotoGrapic.Name = "radio_PhotoGrapic";
|
|
this.radio_PhotoGrapic.Size = new System.Drawing.Size(61, 18);
|
|
this.radio_PhotoGrapic.TabIndex = 3;
|
|
this.radio_PhotoGrapic.TabStop = true;
|
|
this.radio_PhotoGrapic.Tag = "1";
|
|
this.radio_PhotoGrapic.Text = "拍摄仪";
|
|
this.radio_PhotoGrapic.UseVisualStyleBackColor = true;
|
|
this.radio_PhotoGrapic.Click += new System.EventHandler(this.OnRadioClick);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.Location = new System.Drawing.Point(683, 5);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(73, 25);
|
|
this.btnAdd.TabIndex = 2;
|
|
this.btnAdd.Text = "拍照、添加";
|
|
this.btnAdd.Click += new System.EventHandler(this.OnAddClick);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDelete.Location = new System.Drawing.Point(764, 5);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(73, 25);
|
|
this.btnDelete.TabIndex = 1;
|
|
this.btnDelete.Text = "删除";
|
|
this.btnDelete.Click += new System.EventHandler(this.OnDeleteClick);
|
|
//
|
|
// btnUpload
|
|
//
|
|
this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnUpload.Location = new System.Drawing.Point(5, 5);
|
|
this.btnUpload.Name = "btnUpload";
|
|
this.btnUpload.Size = new System.Drawing.Size(73, 25);
|
|
this.btnUpload.TabIndex = 0;
|
|
this.btnUpload.Text = "上传服务器";
|
|
this.btnUpload.Click += new System.EventHandler(this.OnUpLoadClick);
|
|
//
|
|
// pl_Bottom
|
|
//
|
|
this.pl_Bottom.Controls.Add(this.btnUpload);
|
|
this.pl_Bottom.Controls.Add(this.progressBar1);
|
|
this.pl_Bottom.Controls.Add(this.btnDelete);
|
|
this.pl_Bottom.Controls.Add(this.radio_Camera);
|
|
this.pl_Bottom.Controls.Add(this.btnAdd);
|
|
this.pl_Bottom.Controls.Add(this.lb_Text);
|
|
this.pl_Bottom.Controls.Add(this.radio_PhotoAssist);
|
|
this.pl_Bottom.Controls.Add(this.radio_PhotoGrapic);
|
|
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_Bottom.Location = new System.Drawing.Point(0, 577);
|
|
this.pl_Bottom.Name = "pl_Bottom";
|
|
this.pl_Bottom.Size = new System.Drawing.Size(858, 38);
|
|
this.pl_Bottom.TabIndex = 5;
|
|
//
|
|
// gridControlEx
|
|
//
|
|
this.gridControlEx.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.gridControlEx.Location = new System.Drawing.Point(0, 374);
|
|
this.gridControlEx.Name = "gridControlEx";
|
|
this.gridControlEx.Size = new System.Drawing.Size(858, 203);
|
|
this.gridControlEx.TabIndex = 6;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(858, 615);
|
|
this.Controls.Add(this.axCmCaptureOcx1);
|
|
this.Controls.Add(this.gridControlEx);
|
|
this.Controls.Add(this.pl_Bottom);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "拍摄照片";
|
|
((System.ComponentModel.ISupportInitialize)(this.axCmCaptureOcx1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).EndInit();
|
|
this.pl_Bottom.ResumeLayout(false);
|
|
this.pl_Bottom.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private AxCmCaptureOcxLib.AxCmCaptureOcx axCmCaptureOcx1;
|
|
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
|
private DevExpress.XtraEditors.SimpleButton btnUpload;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private System.Windows.Forms.RadioButton radio_PhotoGrapic;
|
|
private System.Windows.Forms.RadioButton radio_PhotoAssist;
|
|
private System.Windows.Forms.RadioButton radio_Camera;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private DevExpress.XtraEditors.PanelControl pl_Bottom;
|
|
private Control.GridControlEx gridControlEx;
|
|
private System.Windows.Forms.Label lb_Text;
|
|
}
|
|
}
|
|
|