namespace HL_FristAidPlatform_Apoplexy { partial class Form_PatientTimeAxisUpdate { /// /// 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() { this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); this.SuspendLayout(); // // tablePanel1 // this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F)}); this.tablePanel1.Controls.Add(this.panelControl2); this.tablePanel1.Controls.Add(this.panelControl1); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; 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.Relative, 60F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 30F)}); this.tablePanel1.Size = new System.Drawing.Size(398, 168); this.tablePanel1.TabIndex = 0; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tablePanel1.SetColumn(this.panelControl1, 0); this.panelControl1.Controls.Add(this.timeControl1); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.tablePanel1.SetRow(this.panelControl1, 0); this.panelControl1.Size = new System.Drawing.Size(398, 101); this.panelControl1.TabIndex = 0; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(45, 22); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(75, 18); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "修改时间:"; // // timeControl1 // this.timeControl1.BackColor = System.Drawing.Color.Transparent; this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.timeControl1.Location = new System.Drawing.Point(126, 22); this.timeControl1.Name = "timeControl1"; this.timeControl1.Size = new System.Drawing.Size(157, 20); this.timeControl1.TabIndex = 1; this.timeControl1.TimeValue = ""; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tablePanel1.SetColumn(this.panelControl2, 0); this.panelControl2.Controls.Add(this.simpleButton1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 118); this.panelControl2.Margin = new System.Windows.Forms.Padding(0); this.panelControl2.Name = "panelControl2"; this.tablePanel1.SetRow(this.panelControl2, 2); this.panelControl2.Size = new System.Drawing.Size(398, 50); this.panelControl2.TabIndex = 1; // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Location = new System.Drawing.Point(126, 3); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(150, 35); this.simpleButton1.TabIndex = 0; this.simpleButton1.Text = "保存"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // Form_PatientTimeAxisUpdate // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(398, 168); this.Controls.Add(this.tablePanel1); this.MaximizeBox = false; this.Name = "Form_PatientTimeAxisUpdate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改时间信息"; this.Load += new System.EventHandler(this.Form_PatientTimeAxisUpdate_Load); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.PanelControl panelControl1; private HL_FristAidPlatform_Public.TimeControl timeControl1; private DevExpress.XtraEditors.LabelControl labelControl1; } }