Beispiel #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DigitalPlatform.CommonDialog.DayStateDef dayStateDef1 = new DigitalPlatform.CommonDialog.DayStateDef();
            DigitalPlatform.CommonDialog.DayStateDef dayStateDef2 = new DigitalPlatform.CommonDialog.DayStateDef();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalendarForm));
            this.label1 = new System.Windows.Forms.Label();
            this.comboBox_calendarName = new System.Windows.Forms.ComboBox();
            this.button_load = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox_timeRange = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox_comment = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.button_save = new System.Windows.Forms.Button();
            this.calenderControl1 = new DigitalPlatform.CommonDialog.CalendarControl();
            this.button_create = new System.Windows.Forms.Button();
            this.button_delete = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(9, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(84, 15);
            this.label1.TabIndex = 0;
            this.label1.Text = "日历名(&N):";
            // 
            // comboBox_calendarName
            // 
            this.comboBox_calendarName.FormattingEnabled = true;
            this.comboBox_calendarName.Location = new System.Drawing.Point(120, 13);
            this.comboBox_calendarName.Name = "comboBox_calendarName";
            this.comboBox_calendarName.Size = new System.Drawing.Size(260, 23);
            this.comboBox_calendarName.TabIndex = 1;
            this.comboBox_calendarName.SelectionChangeCommitted += new System.EventHandler(this.comboBox_calendarName_SelectionChangeCommitted);
            this.comboBox_calendarName.Enter += new System.EventHandler(this.comboBox_calendarName_Enter);
            this.comboBox_calendarName.DropDownClosed += new System.EventHandler(this.comboBox_calendarName_DropDownClosed);
            this.comboBox_calendarName.DropDown += new System.EventHandler(this.comboBox_calendarName_DropDown);
            // 
            // button_load
            // 
            this.button_load.Location = new System.Drawing.Point(387, 13);
            this.button_load.Name = "button_load";
            this.button_load.Size = new System.Drawing.Size(102, 28);
            this.button_load.TabIndex = 2;
            this.button_load.Text = "装载(&L)";
            this.button_load.UseVisualStyleBackColor = true;
            this.button_load.Click += new System.EventHandler(this.button_load_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(9, 70);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(107, 15);
            this.label2.TabIndex = 3;
            this.label2.Text = "时间范围 (&R):";
            // 
            // textBox_timeRange
            // 
            this.textBox_timeRange.Location = new System.Drawing.Point(120, 67);
            this.textBox_timeRange.Name = "textBox_timeRange";
            this.textBox_timeRange.ReadOnly = true;
            this.textBox_timeRange.Size = new System.Drawing.Size(260, 25);
            this.textBox_timeRange.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(9, 101);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(69, 15);
            this.label3.TabIndex = 5;
            this.label3.Text = "注释(&C):";
            // 
            // textBox_comment
            // 
            this.textBox_comment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_comment.Location = new System.Drawing.Point(120, 98);
            this.textBox_comment.Name = "textBox_comment";
            this.textBox_comment.Size = new System.Drawing.Size(460, 25);
            this.textBox_comment.TabIndex = 6;
            this.textBox_comment.TextChanged += new System.EventHandler(this.textBox_comment_TextChanged);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.BackColor = System.Drawing.SystemColors.Window;
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBox1.Location = new System.Drawing.Point(12, 51);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(568, 2);
            this.pictureBox1.TabIndex = 8;
            this.pictureBox1.TabStop = false;
            // 
            // button_save
            // 
            this.button_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_save.Enabled = false;
            this.button_save.Location = new System.Drawing.Point(495, 388);
            this.button_save.Name = "button_save";
            this.button_save.Size = new System.Drawing.Size(85, 28);
            this.button_save.TabIndex = 9;
            this.button_save.Text = "保存(&S)";
            this.button_save.UseVisualStyleBackColor = true;
            this.button_save.Click += new System.EventHandler(this.button_save_Click);
            // 
            // calenderControl1
            // 
            this.calenderControl1.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.calenderControl1.BackColor = System.Drawing.Color.LightSkyBlue;
            this.calenderControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.calenderControl1.Changed = false;
            new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef1);
            new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef2);
            this.calenderControl1.DocumentOrgX = ((long)(0));
            this.calenderControl1.DocumentOrgY = ((long)(0));
            this.calenderControl1.Location = new System.Drawing.Point(12, 129);
            this.calenderControl1.Name = "calenderControl1";
            this.calenderControl1.Size = new System.Drawing.Size(568, 245);
            this.calenderControl1.TabIndex = 7;
            this.calenderControl1.Text = "calenderControl1";
            this.calenderControl1.TimeRange = "";
            this.calenderControl1.Enter += new System.EventHandler(this.calenderControl1_Enter);
            this.calenderControl1.BoxStateChanged += new System.EventHandler(this.calenderControl1_BoxStateChanged);
            // 
            // button_create
            // 
            this.button_create.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_create.Location = new System.Drawing.Point(404, 388);
            this.button_create.Name = "button_create";
            this.button_create.Size = new System.Drawing.Size(85, 28);
            this.button_create.TabIndex = 8;
            this.button_create.Text = "创建(&C)";
            this.button_create.UseVisualStyleBackColor = true;
            this.button_create.Click += new System.EventHandler(this.button_create_Click);
            // 
            // button_delete
            // 
            this.button_delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button_delete.Location = new System.Drawing.Point(12, 388);
            this.button_delete.Name = "button_delete";
            this.button_delete.Size = new System.Drawing.Size(85, 28);
            this.button_delete.TabIndex = 10;
            this.button_delete.Text = "删除(&D)";
            this.button_delete.UseVisualStyleBackColor = true;
            this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
            // 
            // CalendarForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 428);
            this.Controls.Add(this.button_delete);
            this.Controls.Add(this.button_create);
            this.Controls.Add(this.button_save);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.textBox_comment);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBox_timeRange);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.calenderControl1);
            this.Controls.Add(this.button_load);
            this.Controls.Add(this.comboBox_calendarName);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "CalendarForm";
            this.ShowInTaskbar = false;
            this.Text = "日历";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CalendarForm_FormClosed);
            this.Activated += new System.EventHandler(this.CalendarForm_Activated);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CalendarForm_FormClosing);
            this.Load += new System.EventHandler(this.CalendarForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DigitalPlatform.CommonDialog.DayStateDef dayStateDef1 = new DigitalPlatform.CommonDialog.DayStateDef();
     DigitalPlatform.CommonDialog.DayStateDef dayStateDef2 = new DigitalPlatform.CommonDialog.DayStateDef();
     this.button_OK            = new System.Windows.Forms.Button();
     this.button_Cancel        = new System.Windows.Forms.Button();
     this.textBox_comment      = new System.Windows.Forms.TextBox();
     this.label3               = new System.Windows.Forms.Label();
     this.textBox_timeRange    = new System.Windows.Forms.TextBox();
     this.label2               = new System.Windows.Forms.Label();
     this.calenderControl1     = new DigitalPlatform.CommonDialog.CalendarControl();
     this.label1               = new System.Windows.Forms.Label();
     this.textBox_name         = new System.Windows.Forms.TextBox();
     this.label4               = new System.Windows.Forms.Label();
     this.comboBox_libraryCode = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // button_OK
     //
     this.button_OK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_OK.Location = new System.Drawing.Point(379, 323);
     this.button_OK.Name     = "button_OK";
     this.button_OK.Size     = new System.Drawing.Size(75, 23);
     this.button_OK.TabIndex = 9;
     this.button_OK.Text     = "确定";
     this.button_OK.UseVisualStyleBackColor = true;
     this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
     //
     // button_Cancel
     //
     this.button_Cancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_Cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.button_Cancel.Location                = new System.Drawing.Point(460, 323);
     this.button_Cancel.Name                    = "button_Cancel";
     this.button_Cancel.Size                    = new System.Drawing.Size(75, 23);
     this.button_Cancel.TabIndex                = 10;
     this.button_Cancel.Text                    = "取消";
     this.button_Cancel.UseVisualStyleBackColor = true;
     this.button_Cancel.Click                  += new System.EventHandler(this.button_Cancel_Click);
     //
     // textBox_comment
     //
     this.textBox_comment.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox_comment.Location  = new System.Drawing.Point(386, 94);
     this.textBox_comment.Margin    = new System.Windows.Forms.Padding(2);
     this.textBox_comment.Multiline = true;
     this.textBox_comment.Name      = "textBox_comment";
     this.textBox_comment.Size      = new System.Drawing.Size(149, 115);
     this.textBox_comment.TabIndex  = 7;
     //
     // label3
     //
     this.label3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(305, 97);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "注释(&C):";
     //
     // textBox_timeRange
     //
     this.textBox_timeRange.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox_timeRange.Location = new System.Drawing.Point(386, 69);
     this.textBox_timeRange.Margin   = new System.Windows.Forms.Padding(2);
     this.textBox_timeRange.Name     = "textBox_timeRange";
     this.textBox_timeRange.ReadOnly = true;
     this.textBox_timeRange.Size     = new System.Drawing.Size(149, 21);
     this.textBox_timeRange.TabIndex = 5;
     this.textBox_timeRange.Enter   += new System.EventHandler(this.textBox_timeRange_Enter);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(305, 72);
     this.label2.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 12);
     this.label2.TabIndex = 4;
     this.label2.Text     = "时间范围(&R):";
     //
     // calenderControl1
     //
     this.calenderControl1.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.calenderControl1.BackColor     = System.Drawing.Color.Gray;
     this.calenderControl1.Changed       = false;
     this.calenderControl1.DayCellHeight = 60;
     this.calenderControl1.DayCellWidth  = 80;
     new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef1);
     new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef2);
     this.calenderControl1.DocumentOrgX = ((long)(0));
     this.calenderControl1.DocumentOrgY = ((long)(0));
     this.calenderControl1.Location     = new System.Drawing.Point(11, 11);
     this.calenderControl1.Margin       = new System.Windows.Forms.Padding(2);
     this.calenderControl1.Name         = "calenderControl1";
     this.calenderControl1.Size         = new System.Drawing.Size(289, 335);
     this.calenderControl1.TabIndex     = 8;
     this.calenderControl1.Text         = "calenderControl1";
     this.calenderControl1.TimeRange    = "";
     this.calenderControl1.Leave       += new System.EventHandler(this.calenderControl1_Leave);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(305, 46);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 2;
     this.label1.Text     = "日历名(&N):";
     //
     // textBox_name
     //
     this.textBox_name.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox_name.Location = new System.Drawing.Point(386, 43);
     this.textBox_name.Name     = "textBox_name";
     this.textBox_name.Size     = new System.Drawing.Size(149, 21);
     this.textBox_name.TabIndex = 3;
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(305, 20);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 0;
     this.label4.Text     = "馆代码(&L):";
     //
     // comboBox_libraryCode
     //
     this.comboBox_libraryCode.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox_libraryCode.FormattingEnabled = true;
     this.comboBox_libraryCode.Location          = new System.Drawing.Point(386, 17);
     this.comboBox_libraryCode.Name     = "comboBox_libraryCode";
     this.comboBox_libraryCode.Size     = new System.Drawing.Size(149, 20);
     this.comboBox_libraryCode.TabIndex = 1;
     //
     // CalendarDialog
     //
     this.AcceptButton        = this.button_OK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.button_Cancel;
     this.ClientSize          = new System.Drawing.Size(546, 357);
     this.Controls.Add(this.comboBox_libraryCode);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBox_name);
     this.Controls.Add(this.textBox_comment);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox_timeRange);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.calenderControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button_Cancel);
     this.Controls.Add(this.button_OK);
     this.Name          = "CalendarDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.Text          = "日历";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.CalendarDialog_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.CalendarDialog_FormClosed);
     this.Load         += new System.EventHandler(this.CalendarDialog_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DigitalPlatform.CommonDialog.DayStateDef dayStateDef1 = new DigitalPlatform.CommonDialog.DayStateDef();
            DigitalPlatform.CommonDialog.DayStateDef dayStateDef2 = new DigitalPlatform.CommonDialog.DayStateDef();
            this.button_OK = new System.Windows.Forms.Button();
            this.button_Cancel = new System.Windows.Forms.Button();
            this.textBox_comment = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox_timeRange = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.calenderControl1 = new DigitalPlatform.CommonDialog.CalendarControl();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox_name = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.comboBox_libraryCode = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // button_OK
            // 
            this.button_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_OK.Location = new System.Drawing.Point(379, 323);
            this.button_OK.Name = "button_OK";
            this.button_OK.Size = new System.Drawing.Size(75, 23);
            this.button_OK.TabIndex = 9;
            this.button_OK.Text = "确定";
            this.button_OK.UseVisualStyleBackColor = true;
            this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
            // 
            // button_Cancel
            // 
            this.button_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button_Cancel.Location = new System.Drawing.Point(460, 323);
            this.button_Cancel.Name = "button_Cancel";
            this.button_Cancel.Size = new System.Drawing.Size(75, 23);
            this.button_Cancel.TabIndex = 10;
            this.button_Cancel.Text = "取消";
            this.button_Cancel.UseVisualStyleBackColor = true;
            this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
            // 
            // textBox_comment
            // 
            this.textBox_comment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_comment.Location = new System.Drawing.Point(386, 94);
            this.textBox_comment.Margin = new System.Windows.Forms.Padding(2);
            this.textBox_comment.Multiline = true;
            this.textBox_comment.Name = "textBox_comment";
            this.textBox_comment.Size = new System.Drawing.Size(149, 115);
            this.textBox_comment.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(305, 97);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "注释(&C):";
            // 
            // textBox_timeRange
            // 
            this.textBox_timeRange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_timeRange.Location = new System.Drawing.Point(386, 69);
            this.textBox_timeRange.Margin = new System.Windows.Forms.Padding(2);
            this.textBox_timeRange.Name = "textBox_timeRange";
            this.textBox_timeRange.ReadOnly = true;
            this.textBox_timeRange.Size = new System.Drawing.Size(149, 21);
            this.textBox_timeRange.TabIndex = 5;
            this.textBox_timeRange.Enter += new System.EventHandler(this.textBox_timeRange_Enter);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(305, 72);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(77, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "时间范围(&R):";
            // 
            // calenderControl1
            // 
            this.calenderControl1.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.calenderControl1.BackColor = System.Drawing.Color.Gray;
            this.calenderControl1.Changed = false;
            this.calenderControl1.DayCellHeight = 60;
            this.calenderControl1.DayCellWidth = 80;
            new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef1);
            new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef2);
            this.calenderControl1.DocumentOrgX = ((long)(0));
            this.calenderControl1.DocumentOrgY = ((long)(0));
            this.calenderControl1.Location = new System.Drawing.Point(11, 11);
            this.calenderControl1.Margin = new System.Windows.Forms.Padding(2);
            this.calenderControl1.Name = "calenderControl1";
            this.calenderControl1.Size = new System.Drawing.Size(289, 335);
            this.calenderControl1.TabIndex = 8;
            this.calenderControl1.Text = "calenderControl1";
            this.calenderControl1.TimeRange = "";
            this.calenderControl1.Leave += new System.EventHandler(this.calenderControl1_Leave);
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(305, 46);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "日历名(&N):";
            // 
            // textBox_name
            // 
            this.textBox_name.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox_name.Location = new System.Drawing.Point(386, 43);
            this.textBox_name.Name = "textBox_name";
            this.textBox_name.Size = new System.Drawing.Size(149, 21);
            this.textBox_name.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(305, 20);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "馆代码(&L):";
            // 
            // comboBox_libraryCode
            // 
            this.comboBox_libraryCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBox_libraryCode.FormattingEnabled = true;
            this.comboBox_libraryCode.Location = new System.Drawing.Point(386, 17);
            this.comboBox_libraryCode.Name = "comboBox_libraryCode";
            this.comboBox_libraryCode.Size = new System.Drawing.Size(149, 20);
            this.comboBox_libraryCode.TabIndex = 1;
            // 
            // CalendarDialog
            // 
            this.AcceptButton = this.button_OK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.button_Cancel;
            this.ClientSize = new System.Drawing.Size(546, 357);
            this.Controls.Add(this.comboBox_libraryCode);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.textBox_name);
            this.Controls.Add(this.textBox_comment);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBox_timeRange);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.calenderControl1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.button_Cancel);
            this.Controls.Add(this.button_OK);
            this.Name = "CalendarDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "日历";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CalendarDialog_FormClosing);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CalendarDialog_FormClosed);
            this.Load += new System.EventHandler(this.CalendarDialog_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DigitalPlatform.CommonDialog.DayStateDef       dayStateDef1 = new DigitalPlatform.CommonDialog.DayStateDef();
     DigitalPlatform.CommonDialog.DayStateDef       dayStateDef2 = new DigitalPlatform.CommonDialog.DayStateDef();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(CalendarForm));
     this.label1 = new System.Windows.Forms.Label();
     this.comboBox_calendarName = new System.Windows.Forms.ComboBox();
     this.button_load           = new System.Windows.Forms.Button();
     this.label2            = new System.Windows.Forms.Label();
     this.textBox_timeRange = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.textBox_comment   = new System.Windows.Forms.TextBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.button_save       = new System.Windows.Forms.Button();
     this.calenderControl1  = new DigitalPlatform.CommonDialog.CalendarControl();
     this.button_create     = new System.Windows.Forms.Button();
     this.button_delete     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(84, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "日历名(&N):";
     //
     // comboBox_calendarName
     //
     this.comboBox_calendarName.FormattingEnabled = true;
     this.comboBox_calendarName.Location          = new System.Drawing.Point(120, 13);
     this.comboBox_calendarName.Name     = "comboBox_calendarName";
     this.comboBox_calendarName.Size     = new System.Drawing.Size(260, 23);
     this.comboBox_calendarName.TabIndex = 1;
     this.comboBox_calendarName.SelectionChangeCommitted += new System.EventHandler(this.comboBox_calendarName_SelectionChangeCommitted);
     this.comboBox_calendarName.Enter          += new System.EventHandler(this.comboBox_calendarName_Enter);
     this.comboBox_calendarName.DropDownClosed += new System.EventHandler(this.comboBox_calendarName_DropDownClosed);
     this.comboBox_calendarName.DropDown       += new System.EventHandler(this.comboBox_calendarName_DropDown);
     //
     // button_load
     //
     this.button_load.Location = new System.Drawing.Point(387, 13);
     this.button_load.Name     = "button_load";
     this.button_load.Size     = new System.Drawing.Size(102, 28);
     this.button_load.TabIndex = 2;
     this.button_load.Text     = "装载(&L)";
     this.button_load.UseVisualStyleBackColor = true;
     this.button_load.Click += new System.EventHandler(this.button_load_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 70);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(107, 15);
     this.label2.TabIndex = 3;
     this.label2.Text     = "时间范围 (&R):";
     //
     // textBox_timeRange
     //
     this.textBox_timeRange.Location = new System.Drawing.Point(120, 67);
     this.textBox_timeRange.Name     = "textBox_timeRange";
     this.textBox_timeRange.ReadOnly = true;
     this.textBox_timeRange.Size     = new System.Drawing.Size(260, 25);
     this.textBox_timeRange.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 101);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(69, 15);
     this.label3.TabIndex = 5;
     this.label3.Text     = "注释(&C):";
     //
     // textBox_comment
     //
     this.textBox_comment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox_comment.Location     = new System.Drawing.Point(120, 98);
     this.textBox_comment.Name         = "textBox_comment";
     this.textBox_comment.Size         = new System.Drawing.Size(460, 25);
     this.textBox_comment.TabIndex     = 6;
     this.textBox_comment.TextChanged += new System.EventHandler(this.textBox_comment_TextChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor   = System.Drawing.SystemColors.Window;
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Location    = new System.Drawing.Point(12, 51);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(568, 2);
     this.pictureBox1.TabIndex    = 8;
     this.pictureBox1.TabStop     = false;
     //
     // button_save
     //
     this.button_save.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_save.Enabled  = false;
     this.button_save.Location = new System.Drawing.Point(495, 388);
     this.button_save.Name     = "button_save";
     this.button_save.Size     = new System.Drawing.Size(85, 28);
     this.button_save.TabIndex = 9;
     this.button_save.Text     = "保存(&S)";
     this.button_save.UseVisualStyleBackColor = true;
     this.button_save.Click += new System.EventHandler(this.button_save_Click);
     //
     // calenderControl1
     //
     this.calenderControl1.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.calenderControl1.BackColor   = System.Drawing.Color.LightSkyBlue;
     this.calenderControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.calenderControl1.Changed     = false;
     new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef1);
     new DigitalPlatform.CommonDialog.DayStateDefCollection().Add(dayStateDef2);
     this.calenderControl1.DocumentOrgX     = ((long)(0));
     this.calenderControl1.DocumentOrgY     = ((long)(0));
     this.calenderControl1.Location         = new System.Drawing.Point(12, 129);
     this.calenderControl1.Name             = "calenderControl1";
     this.calenderControl1.Size             = new System.Drawing.Size(568, 245);
     this.calenderControl1.TabIndex         = 7;
     this.calenderControl1.Text             = "calenderControl1";
     this.calenderControl1.TimeRange        = "";
     this.calenderControl1.Enter           += new System.EventHandler(this.calenderControl1_Enter);
     this.calenderControl1.BoxStateChanged += new System.EventHandler(this.calenderControl1_BoxStateChanged);
     //
     // button_create
     //
     this.button_create.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button_create.Location = new System.Drawing.Point(404, 388);
     this.button_create.Name     = "button_create";
     this.button_create.Size     = new System.Drawing.Size(85, 28);
     this.button_create.TabIndex = 8;
     this.button_create.Text     = "创建(&C)";
     this.button_create.UseVisualStyleBackColor = true;
     this.button_create.Click += new System.EventHandler(this.button_create_Click);
     //
     // button_delete
     //
     this.button_delete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button_delete.Location = new System.Drawing.Point(12, 388);
     this.button_delete.Name     = "button_delete";
     this.button_delete.Size     = new System.Drawing.Size(85, 28);
     this.button_delete.TabIndex = 10;
     this.button_delete.Text     = "删除(&D)";
     this.button_delete.UseVisualStyleBackColor = true;
     this.button_delete.Click += new System.EventHandler(this.button_delete_Click);
     //
     // CalendarForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(592, 428);
     this.Controls.Add(this.button_delete);
     this.Controls.Add(this.button_create);
     this.Controls.Add(this.button_save);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.textBox_comment);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textBox_timeRange);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.calenderControl1);
     this.Controls.Add(this.button_load);
     this.Controls.Add(this.comboBox_calendarName);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "CalendarForm";
     this.ShowInTaskbar = false;
     this.Text          = "日历";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.CalendarForm_FormClosed);
     this.Activated    += new System.EventHandler(this.CalendarForm_Activated);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.CalendarForm_FormClosing);
     this.Load         += new System.EventHandler(this.CalendarForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }