205 lines
11 KiB
C#
205 lines
11 KiB
C#
|
|
|||
|
namespace HL_FristAidPlatform_Public
|
|||
|
{
|
|||
|
partial class Form_QRcode
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
|
|||
|
this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel();
|
|||
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
|
|||
|
this.tablePanel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit();
|
|||
|
this.tablePanel2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// tablePanel1
|
|||
|
//
|
|||
|
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 13F),
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 35F),
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 13F),
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 13F),
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 13F),
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 13F)});
|
|||
|
this.tablePanel1.Controls.Add(this.labelControl6);
|
|||
|
this.tablePanel1.Controls.Add(this.labelControl5);
|
|||
|
this.tablePanel1.Controls.Add(this.labelControl4);
|
|||
|
this.tablePanel1.Controls.Add(this.labelControl3);
|
|||
|
this.tablePanel1.Controls.Add(this.labelControl2);
|
|||
|
this.tablePanel1.Controls.Add(this.labelControl1);
|
|||
|
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.tablePanel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.tablePanel1.Name = "tablePanel1";
|
|||
|
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
|||
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
|||
|
this.tablePanel1.Size = new System.Drawing.Size(498, 53);
|
|||
|
this.tablePanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// tablePanel2
|
|||
|
//
|
|||
|
this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
|||
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F)});
|
|||
|
this.tablePanel2.Controls.Add(this.pictureEdit1);
|
|||
|
this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.tablePanel2.Location = new System.Drawing.Point(0, 53);
|
|||
|
this.tablePanel2.Name = "tablePanel2";
|
|||
|
this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
|||
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
|
|||
|
this.tablePanel2.Size = new System.Drawing.Size(498, 300);
|
|||
|
this.tablePanel2.TabIndex = 1;
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
this.labelControl1.Appearance.Options.UseTextOptions = true;
|
|||
|
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.tablePanel1.SetColumn(this.labelControl1, 0);
|
|||
|
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelControl1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.labelControl1.Name = "labelControl1";
|
|||
|
this.tablePanel1.SetRow(this.labelControl1, 0);
|
|||
|
this.labelControl1.Size = new System.Drawing.Size(59, 47);
|
|||
|
this.labelControl1.TabIndex = 0;
|
|||
|
this.labelControl1.Text = "姓名";
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
this.tablePanel1.SetColumn(this.labelControl2, 1);
|
|||
|
this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelControl2.Location = new System.Drawing.Point(68, 3);
|
|||
|
this.labelControl2.Name = "labelControl2";
|
|||
|
this.tablePanel1.SetRow(this.labelControl2, 0);
|
|||
|
this.labelControl2.Size = new System.Drawing.Size(168, 47);
|
|||
|
this.labelControl2.TabIndex = 1;
|
|||
|
this.labelControl2.Text = "姓名";
|
|||
|
//
|
|||
|
// labelControl3
|
|||
|
//
|
|||
|
this.labelControl3.Appearance.Options.UseTextOptions = true;
|
|||
|
this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.labelControl3.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.tablePanel1.SetColumn(this.labelControl3, 2);
|
|||
|
this.labelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelControl3.Location = new System.Drawing.Point(242, 3);
|
|||
|
this.labelControl3.Name = "labelControl3";
|
|||
|
this.tablePanel1.SetRow(this.labelControl3, 0);
|
|||
|
this.labelControl3.Size = new System.Drawing.Size(59, 47);
|
|||
|
this.labelControl3.TabIndex = 2;
|
|||
|
this.labelControl3.Text = "性别";
|
|||
|
//
|
|||
|
// labelControl4
|
|||
|
//
|
|||
|
this.tablePanel1.SetColumn(this.labelControl4, 3);
|
|||
|
this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelControl4.Location = new System.Drawing.Point(307, 3);
|
|||
|
this.labelControl4.Name = "labelControl4";
|
|||
|
this.tablePanel1.SetRow(this.labelControl4, 0);
|
|||
|
this.labelControl4.Size = new System.Drawing.Size(59, 47);
|
|||
|
this.labelControl4.TabIndex = 3;
|
|||
|
this.labelControl4.Text = "性别";
|
|||
|
//
|
|||
|
// labelControl5
|
|||
|
//
|
|||
|
this.labelControl5.Appearance.Options.UseTextOptions = true;
|
|||
|
this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|||
|
this.labelControl5.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|||
|
this.tablePanel1.SetColumn(this.labelControl5, 4);
|
|||
|
this.labelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelControl5.Location = new System.Drawing.Point(372, 3);
|
|||
|
this.labelControl5.Name = "labelControl5";
|
|||
|
this.tablePanel1.SetRow(this.labelControl5, 0);
|
|||
|
this.labelControl5.Size = new System.Drawing.Size(59, 47);
|
|||
|
this.labelControl5.TabIndex = 4;
|
|||
|
this.labelControl5.Text = "年龄";
|
|||
|
//
|
|||
|
// labelControl6
|
|||
|
//
|
|||
|
this.tablePanel1.SetColumn(this.labelControl6, 5);
|
|||
|
this.labelControl6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.labelControl6.Location = new System.Drawing.Point(436, 3);
|
|||
|
this.labelControl6.Name = "labelControl6";
|
|||
|
this.tablePanel1.SetRow(this.labelControl6, 0);
|
|||
|
this.labelControl6.Size = new System.Drawing.Size(59, 47);
|
|||
|
this.labelControl6.TabIndex = 5;
|
|||
|
this.labelControl6.Text = "年龄";
|
|||
|
//
|
|||
|
// pictureEdit1
|
|||
|
//
|
|||
|
this.tablePanel2.SetColumn(this.pictureEdit1, 0);
|
|||
|
this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.pictureEdit1.Location = new System.Drawing.Point(3, 3);
|
|||
|
this.pictureEdit1.Name = "pictureEdit1";
|
|||
|
this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|||
|
this.tablePanel2.SetRow(this.pictureEdit1, 0);
|
|||
|
this.pictureEdit1.Size = new System.Drawing.Size(492, 294);
|
|||
|
this.pictureEdit1.TabIndex = 0;
|
|||
|
//
|
|||
|
// Form_QRcode
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(498, 353);
|
|||
|
this.Controls.Add(this.tablePanel2);
|
|||
|
this.Controls.Add(this.tablePanel1);
|
|||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.Name = "Form_QRcode";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "二维码信息";
|
|||
|
this.Load += new System.EventHandler(this.Form_QRcode_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
|
|||
|
this.tablePanel1.ResumeLayout(false);
|
|||
|
this.tablePanel1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit();
|
|||
|
this.tablePanel2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.Utils.Layout.TablePanel tablePanel1;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
private DevExpress.Utils.Layout.TablePanel tablePanel2;
|
|||
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
|||
|
}
|
|||
|
}
|