From dbafcedefd3840d48b978de50141a15cffcc1e09 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 25 十月 2024 09:59:33 +0800 Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/GsMesClient --- DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 119 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs b/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs new file mode 100644 index 0000000..d51aeb2 --- /dev/null +++ b/DevApp/Gs.DevApp/UserControl/ShowDialogForm.designer.cs @@ -0,0 +1,119 @@ +锘縩amespace Gs.DevApp.UserControl +{ + partial class ShowDialogForm + { + /// <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.progressShow = new DevExpress.XtraEditors.ProgressBarControl(); + this.lblContent = new DevExpress.XtraEditors.LabelControl(); + this.lblCaption = new DevExpress.XtraEditors.LabelControl(); + this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); + ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); + this.panelControl2.SuspendLayout(); + this.SuspendLayout(); + // + // progressShow + // + this.progressShow.EditValue = 1; + this.progressShow.Location = new System.Drawing.Point(24, 94); + this.progressShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.progressShow.Name = "progressShow"; + this.progressShow.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; + this.progressShow.Properties.Appearance.ForeColor = System.Drawing.Color.Black; + this.progressShow.Properties.EndColor = System.Drawing.Color.Empty; + this.progressShow.Properties.LookAndFeel.SkinName = "Blue"; + this.progressShow.Properties.LookAndFeel.UseDefaultLookAndFeel = false; + this.progressShow.Properties.LookAndFeel.UseWindowsXPTheme = true; + this.progressShow.Properties.ReadOnly = true; + this.progressShow.Properties.ShowTitle = true; + this.progressShow.Properties.StartColor = System.Drawing.Color.Empty; + this.progressShow.Properties.Step = 1; + this.progressShow.Size = new System.Drawing.Size(457, 19); + this.progressShow.TabIndex = 4; + // + // lblContent + // + this.lblContent.Location = new System.Drawing.Point(24, 58); + this.lblContent.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.lblContent.Name = "lblContent"; + this.lblContent.Size = new System.Drawing.Size(51, 18); + this.lblContent.TabIndex = 3; + this.lblContent.Text = "Content"; + // + // lblCaption + // + this.lblCaption.Location = new System.Drawing.Point(24, 27); + this.lblCaption.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.lblCaption.Name = "lblCaption"; + this.lblCaption.Size = new System.Drawing.Size(48, 18); + this.lblCaption.TabIndex = 0; + this.lblCaption.Text = "Caption"; + // + // panelControl2 + // + this.panelControl2.Controls.Add(this.lblCaption); + this.panelControl2.Controls.Add(this.lblContent); + this.panelControl2.Controls.Add(this.progressShow); + this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; + this.panelControl2.Location = new System.Drawing.Point(0, 0); + this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.panelControl2.Name = "panelControl2"; + this.panelControl2.Size = new System.Drawing.Size(498, 151); + this.panelControl2.TabIndex = 5; + // + // ShowDialogForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(498, 151); + this.Controls.Add(this.panelControl2); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.IconOptions.ShowIcon = false; + this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "ShowDialogForm"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "ShowDialogForm"; + this.TopMost = true; + ((System.ComponentModel.ISupportInitialize)(this.progressShow.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); + this.panelControl2.ResumeLayout(false); + this.panelControl2.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private DevExpress.XtraEditors.ProgressBarControl progressShow; + private DevExpress.XtraEditors.LabelControl lblContent; + private DevExpress.XtraEditors.LabelControl lblCaption; + private DevExpress.XtraEditors.PanelControl panelControl2; + } +} \ No newline at end of file -- Gitblit v1.9.3