123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- namespace Uninpho.Tools.components.ZZJH
- {
- partial class ZZJHListFrom
- {
- /// <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.sheetControl01 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
- this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
- this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- this.panel1 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // sheetControl01
- //
- this.sheetControl01.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sheetControl01.Location = new System.Drawing.Point(0, 0);
- this.sheetControl01.Name = "sheetControl01";
- this.sheetControl01.Size = new System.Drawing.Size(889, 618);
- this.sheetControl01.TabIndex = 0;
- this.sheetControl01.Text = "spreadsheetControl1";
- //
- // panelControl1
- //
- this.panelControl1.Controls.Add(this.simpleButton3);
- this.panelControl1.Controls.Add(this.simpleButton2);
- this.panelControl1.Controls.Add(this.simpleButton4);
- this.panelControl1.Controls.Add(this.simpleButton1);
- this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelControl1.Location = new System.Drawing.Point(0, 624);
- this.panelControl1.Name = "panelControl1";
- this.panelControl1.Size = new System.Drawing.Size(889, 55);
- this.panelControl1.TabIndex = 4;
- //
- // simpleButton3
- //
- this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.simpleButton3.Location = new System.Drawing.Point(803, 20);
- this.simpleButton3.Name = "simpleButton3";
- this.simpleButton3.Size = new System.Drawing.Size(74, 23);
- this.simpleButton3.TabIndex = 2;
- this.simpleButton3.Text = "取消";
- this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
- //
- // simpleButton2
- //
- this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.simpleButton2.Location = new System.Drawing.Point(247, 20);
- this.simpleButton2.Name = "simpleButton2";
- this.simpleButton2.Size = new System.Drawing.Size(89, 23);
- this.simpleButton2.TabIndex = 1;
- this.simpleButton2.Text = "保存至本地";
- this.simpleButton2.Visible = false;
- this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
- //
- // simpleButton4
- //
- this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.simpleButton4.Location = new System.Drawing.Point(358, 20);
- this.simpleButton4.Name = "simpleButton4";
- this.simpleButton4.Size = new System.Drawing.Size(89, 23);
- this.simpleButton4.TabIndex = 0;
- this.simpleButton4.Tag = "数据库、本地同步保存";
- this.simpleButton4.Text = "同步保存";
- this.simpleButton4.Visible = false;
- this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
- //
- // simpleButton1
- //
- this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.simpleButton1.Location = new System.Drawing.Point(688, 20);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(89, 23);
- this.simpleButton1.TabIndex = 0;
- this.simpleButton1.Text = "保存";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel1.Controls.Add(this.sheetControl01);
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(889, 618);
- this.panel1.TabIndex = 5;
- //
- // ZZJHListFrom
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(889, 679);
- this.Controls.Add(this.panelControl1);
- this.Controls.Add(this.panel1);
- this.Name = "ZZJHListFrom";
- this.Text = "逐枕几何新建页";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ZZJHListFrom_FormClosed);
- this.Load += new System.EventHandler(this.ZZJHListFrom_Load);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraSpreadsheet.SpreadsheetControl sheetControl01;
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.SimpleButton simpleButton3;
- private DevExpress.XtraEditors.SimpleButton simpleButton2;
- private DevExpress.XtraEditors.SimpleButton simpleButton4;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- private System.Windows.Forms.Panel panel1;
- }
- }
|