195 lines
10 KiB
C#
195 lines
10 KiB
C#
namespace TsSFCDevice.Client.Launch.Common
|
|
{
|
|
partial class CameraDialog
|
|
{
|
|
/// <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()
|
|
{
|
|
DevExpress.Utils.Layout.StackPanel stackPanel1;
|
|
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CameraDialog));
|
|
this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_Photograph = new DevExpress.XtraEditors.SimpleButton();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.cameraControl1 = new DevExpress.XtraEditors.Camera.CameraControl();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
|
|
((System.ComponentModel.ISupportInitialize)(stackPanel1)).BeginInit();
|
|
stackPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// stackPanel1
|
|
//
|
|
stackPanel1.Controls.Add(this.btn_Cancel);
|
|
stackPanel1.Controls.Add(this.btn_Photograph);
|
|
stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
|
|
stackPanel1.Location = new System.Drawing.Point(2, 394);
|
|
stackPanel1.Name = "stackPanel1";
|
|
stackPanel1.Size = new System.Drawing.Size(627, 49);
|
|
stackPanel1.TabIndex = 5;
|
|
//
|
|
// btn_Cancel
|
|
//
|
|
this.btn_Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Cancel.Appearance.Options.UseFont = true;
|
|
this.btn_Cancel.Location = new System.Drawing.Point(519, 4);
|
|
this.btn_Cancel.Name = "btn_Cancel";
|
|
this.btn_Cancel.Size = new System.Drawing.Size(105, 41);
|
|
this.btn_Cancel.TabIndex = 1;
|
|
this.btn_Cancel.Text = "取消";
|
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
|
//
|
|
// btn_Photograph
|
|
//
|
|
this.btn_Photograph.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Photograph.Appearance.Options.UseFont = true;
|
|
this.btn_Photograph.Enabled = false;
|
|
this.btn_Photograph.Location = new System.Drawing.Point(408, 4);
|
|
this.btn_Photograph.Name = "btn_Photograph";
|
|
this.btn_Photograph.Size = new System.Drawing.Size(105, 41);
|
|
this.btn_Photograph.TabIndex = 0;
|
|
this.btn_Photograph.Text = "拍摄";
|
|
this.btn_Photograph.Click += new System.EventHandler(this.btn_Photograph_Click);
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(stackPanel1);
|
|
this.layoutControl1.Controls.Add(this.panel1);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.BackColor = System.Drawing.Color.LightGray;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor = true;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(631, 445);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.cameraControl1);
|
|
this.panel1.Location = new System.Drawing.Point(2, 2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(627, 388);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// cameraControl1
|
|
//
|
|
this.cameraControl1.ContextButtonOptions.ShowToolTips = false;
|
|
this.cameraControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cameraControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.cameraControl1.Name = "cameraControl1";
|
|
this.cameraControl1.ShowSettingsButton = false;
|
|
this.cameraControl1.Size = new System.Drawing.Size(627, 388);
|
|
this.cameraControl1.TabIndex = 0;
|
|
this.cameraControl1.Text = "cameraControl1";
|
|
//
|
|
// Root
|
|
//
|
|
buttonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("buttonImageOptions1.SvgImage")));
|
|
this.Root.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
|
|
new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("Button", true, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1),
|
|
new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton()});
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem2});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.Root.Size = new System.Drawing.Size(631, 445);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.panel1;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(631, 392);
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = stackPanel1;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 392);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(631, 53);
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// CameraDialog
|
|
//
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(631, 445);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.MinimizeBox = false;
|
|
this.Name = "CameraDialog";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "拍照";
|
|
this.Load += new System.EventHandler(this.CameraDialog_Load);
|
|
((System.ComponentModel.ISupportInitialize)(stackPanel1)).EndInit();
|
|
stackPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.Camera.CameraControl cameraControl1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Cancel;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Photograph;
|
|
}
|
|
} |